LearnWithTouch/App/LearnWithTouch_ios/Classes/Native/Bulk_System_3.cpp

42020 lines
2.0 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R, typename T1>
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 <typename R>
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);
}
};
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 <typename T1>
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 <typename R, typename T1, typename T2>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename T1, typename T2>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3, typename T4>
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);
}
};
struct GenericVirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericVirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename R>
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 <typename R, typename T1, typename T2, typename T3, typename T4>
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 <typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
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 <typename R, typename T1>
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 <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
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 <typename R, typename T1, typename T2, typename T3>
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 <typename R, typename T1, typename T2, typename T3, typename T4>
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);
}
};
struct GenericInterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename T1>
struct GenericInterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1, typename T2>
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 <typename T1, typename T2, typename T3>
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);
}
};
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E;
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
// Mono.Http.NtlmClient
struct NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8;
// Mono.Net.Security.MonoTlsStream
struct MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171;
// Mono.Security.Interface.CipherSuiteCode[]
struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4;
// Mono.Security.Interface.ICertificateValidator
struct ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3;
// Mono.Security.Interface.IMonoSslStream
struct IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F;
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback
struct MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A;
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback
struct MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6;
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27;
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF;
// System.Action`1<System.IO.Stream>
struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621;
// System.Action`1<System.Object>
struct Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0;
// System.Action`1<System.Threading.Tasks.Task>
struct Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827;
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8;
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// System.AssemblyLoadEventHandler
struct AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9;
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4;
// System.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4;
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Net.WebConnectionGroup>[]
struct EntryU5BU5D_tAAC3C64246AE0DC28B7C64E164D448FFB5DC965E;
// System.Collections.Generic.Dictionary`2/Entry<System.Threading.Thread,System.Diagnostics.StackTrace>[]
struct EntryU5BU5D_tA558CC6E28C43B2D7758122D8485E95B3A71C11E;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Net.WebConnectionGroup>
struct KeyCollection_t8C90177E482F404694EA97ED2C5D56444CBF6197;
// System.Collections.Generic.Dictionary`2/KeyCollection<System.Threading.Thread,System.Diagnostics.StackTrace>
struct KeyCollection_tAA2DBF10745561A94283636BB2240E37C9A601A8;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Object,System.Object>
struct ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Net.WebConnectionGroup>
struct ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0;
// System.Collections.Generic.Dictionary`2/ValueCollection<System.Threading.Thread,System.Diagnostics.StackTrace>
struct ValueCollection_t979EB309C2A428AD90FD081AC5A453D6E128C0A7;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo>
struct Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String>
struct Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
struct Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F;
// System.Collections.Generic.Dictionary`2<System.Object,System.Object>
struct Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo>
struct Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
struct Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>
struct Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8;
// System.Collections.Generic.Dictionary`2<System.String,System.Object>
struct Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA;
// System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>
struct Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A;
// System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>
struct Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17;
// System.Collections.Generic.IEnumerable`1<System.Net.WebConnectionGroup>
struct IEnumerable_1_t3F86A1563E4E8FCE14659B65A2063FB5655D5FCE;
// System.Collections.Generic.IEnumerable`1<System.Object>
struct IEnumerable_1_t2F75FCBEC68AFE08982DA43985F9D04056E2BE73;
// System.Collections.Generic.IEqualityComparer`1<System.String>
struct IEqualityComparer_1_t1F07EAC22CC1D4F279164B144240E4718BD7E7A9;
// System.Collections.Generic.IEqualityComparer`1<System.Threading.Thread>
struct IEqualityComparer_1_t7C5014BED76D5228CF23497CE9DBFFD0B406CC5C;
// System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>
struct IList_1_t15A182E73791E22311F72DAC1B68F0D055C32E3A;
// System.Collections.Generic.LinkedListNode`1<System.Object>
struct LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683;
// System.Collections.Generic.LinkedListNode`1<System.WeakReference>
struct LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9;
// System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>
struct LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F;
// System.Collections.Generic.LinkedList`1<System.Object>
struct LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384;
// System.Collections.Generic.LinkedList`1<System.WeakReference>
struct LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25;
// System.Collections.Generic.List`1<System.Net.IPAddress>
struct List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98;
// System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>
struct List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A;
// System.Collections.Generic.List`1<System.Net.WebConnectionGroup>
struct List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// System.Collections.Generic.List`1<System.Threading.IAsyncLocal>
struct List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB;
// System.Collections.Generic.List`1<System.Threading.Thread>
struct List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IComparer
struct IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3;
// System.Collections.SortedList
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E;
// System.Collections.SortedList/ValueList
struct ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE;
// System.Collections.Specialized.HybridDictionary
struct HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549;
// System.Collections.Specialized.ListDictionary
struct ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry
struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54;
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1;
// System.ComponentModel.Win32Exception
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackFrame[]
struct StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D;
// System.Diagnostics.StackTrace
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>
struct EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34;
// System.EventHandler`1<System.Object>
struct EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs>
struct EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
struct Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F;
// System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>
struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879;
// System.Func`2<System.Object,System.Int32>
struct Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6;
// System.Func`2<System.Object,System.String>
struct Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StringReader
struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12;
// System.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547;
// System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD;
// System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99;
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
// System.MulticastDelegate
struct MulticastDelegate_t;
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B;
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9;
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724;
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61;
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D;
// System.Net.Configuration.SettingsSectionInternal
struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821;
// System.Net.CookieCollection
struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3;
// System.Net.CookieContainer
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73;
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980;
// System.Net.HeaderInfoTable
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF;
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC;
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0;
// System.Net.HttpWebResponse
struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951;
// System.Net.IAuthenticationModule
struct IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30;
// System.Net.ICertificatePolicy
struct ICertificatePolicy_tC17FB628273BC68D64CCF0F0F64D4290B084434E;
// System.Net.ICredentials
struct ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344;
// System.Net.IPAddress
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE;
// System.Net.IPAddress[]
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
// System.Net.IPEndPoint
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F;
// System.Net.IPHostEntry
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D;
// System.Net.IWebConnectionState
struct IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710;
// System.Net.IWebProxy
struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E;
// System.Net.InternalException
struct InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0;
// System.Net.LazyAsyncResult
struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3;
// System.Net.LazyAsyncResult/ThreadContext
struct ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082;
// System.Net.MonoChunkStream
struct MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5;
// System.Net.MonoChunkStream/Chunk
struct Chunk_tB367D5D805924164D239F587BC848162536B8AB7;
// System.Net.MonoChunkStream/Chunk[]
struct ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488;
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062;
// System.Net.NetworkInformation.CommonUnixIPGlobalProperties
struct CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7;
// System.Net.NetworkInformation.IPGlobalProperties
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C;
// System.Net.NetworkInformation.MibIPGlobalProperties
struct MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676;
// System.Net.NetworkInformation.NetworkInformationException
struct NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7;
// System.Net.NetworkInformation.UnixIPGlobalProperties
struct UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6;
// System.Net.NetworkInformation.Win32IPGlobalProperties
struct Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C;
// System.Net.NetworkInformation.Win32_IP_ADDR_STRING
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F;
// System.Net.NtlmClient
struct NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204;
// System.Net.PathList
struct PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A;
// System.Net.PathList/PathListComparer
struct PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF;
// System.Net.ProtocolViolationException
struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB;
// System.Net.Security.AuthenticatedStream
struct AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501;
// System.Net.Security.LocalCertSelectionCallback
struct LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2;
// System.Net.Security.RemoteCertificateValidationCallback
struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E;
// System.Net.Security.SslStream
struct SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087;
// System.Net.ServerCertValidationCallback
struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB;
// System.Net.ServerCertValidationCallback/CallbackContext
struct CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8;
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4;
// System.Net.ServicePointManager/SPKey
struct SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63;
// System.Net.SimpleAsyncCallback
struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F;
// System.Net.SimpleAsyncResult
struct SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6;
// System.Net.SimpleAsyncResult/<>c__DisplayClass11_0
struct U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122;
// System.Net.SimpleAsyncResult/<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3;
// System.Net.SocketAddress
struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969;
// System.Net.Sockets.LingerOption
struct LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7;
// System.Net.Sockets.NetworkStream
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA;
// System.Net.Sockets.SafeSocketHandle
struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A;
// System.Net.Sockets.Socket
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8;
// System.Net.Sockets.Socket/<>c
struct U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E;
// System.Net.Sockets.Socket/<>c__DisplayClass242_0
struct U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997;
// System.Net.Sockets.Socket/<>c__DisplayClass298_0
struct U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7;
// System.Net.Sockets.SocketAsyncEventArgs
struct SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7;
// System.Net.Sockets.SocketAsyncResult
struct SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C;
// System.Net.Sockets.SocketAsyncResult/<>c
struct U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC;
// System.Net.Sockets.SocketException
struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5;
// System.Net.SystemNetworkCredential
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F;
// System.Net.TimerThread/Callback
struct Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3;
// System.Net.TimerThread/InfiniteTimerQueue
struct InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51;
// System.Net.TimerThread/Queue
struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643;
// System.Net.TimerThread/Timer
struct Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F;
// System.Net.TimerThread/TimerNode
struct TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B;
// System.Net.TimerThread/TimerQueue
struct TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C;
// System.Net.WebAsyncResult
struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE;
// System.Net.WebConnection
struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243;
// System.Net.WebConnection/AbortHelper
struct AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81;
// System.Net.WebConnectionData
struct WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC;
// System.Net.WebConnectionGroup
struct WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F;
// System.Net.WebConnectionGroup[]
struct WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407;
// System.Net.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC;
// System.Net.WebException
struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D;
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304;
// System.Net.WebHeaderCollection/RfcChar[]
struct RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E;
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8;
// System.Net.WebRequest/DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3;
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83;
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5;
// System.Predicate`1<System.Object>
struct Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979;
// System.Predicate`1<System.Threading.Tasks.Task>
struct Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.ResolveEventHandler
struct ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5;
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>
struct ConditionalWeakTable_2_t657563A3B35F86F92D579AA6E72C79DCE4DB30CE;
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383;
// System.Runtime.Remoting.Messaging.IllogicalCallContext
struct IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179;
// System.Runtime.Remoting.Messaging.LogicalCallContext
struct LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E;
// System.Runtime.Serialization.IFormatterConverter
struct IFormatterConverter_tC3280D64D358F47EA4DAF1A65609BA0FC081888A;
// System.Runtime.Serialization.SafeSerializationManager
struct SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770;
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26;
// System.SByte[]
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833;
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313;
// System.Security.Cryptography.X509Certificates.X509Chain
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538;
// System.Security.Cryptography.X509Certificates.X509ChainImpl
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67;
// System.Security.Principal.IPrincipal
struct IPrincipal_t63FD7F58FBBE134C8FE4D31710AAEA00B000F0BF;
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
// System.Threading.AutoResetEvent
struct AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7;
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676;
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98;
// System.Threading.ExecutionContext
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70;
// System.Threading.InternalThread
struct InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192;
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.SemaphoreSlim/TaskNode
struct TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D;
// System.Threading.SynchronizationContext
struct SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7;
// System.Threading.Tasks.StackGuard
struct StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9;
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Threading.Tasks.Task/ContingentProperties
struct ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08;
// System.Threading.Tasks.TaskFactory
struct TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155;
// System.Threading.Tasks.TaskScheduler
struct TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114;
// System.Threading.Tasks.Task`1<System.Boolean>
struct Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439;
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
// System.Threading.Thread[]
struct ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866;
// System.Threading.Timer
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
// System.Threading.Timer/Scheduler
struct Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9;
// System.Threading.TimerCallback
struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219;
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC;
// System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6;
// System.Threading.WaitHandle[]
struct WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt16[]
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
// System.UnhandledExceptionEventHandler
struct UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D;
extern RuntimeClass* Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_il2cpp_TypeInfo_var;
extern RuntimeClass* AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
extern RuntimeClass* AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var;
extern RuntimeClass* AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7_il2cpp_TypeInfo_var;
extern RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* Chunk_tB367D5D805924164D239F587BC848162536B8AB7_il2cpp_TypeInfo_var;
extern RuntimeClass* ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var;
extern RuntimeClass* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17_il2cpp_TypeInfo_var;
extern RuntimeClass* Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8_il2cpp_TypeInfo_var;
extern RuntimeClass* Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var;
extern RuntimeClass* EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279_il2cpp_TypeInfo_var;
extern RuntimeClass* EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var;
extern RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var;
extern RuntimeClass* GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7_il2cpp_TypeInfo_var;
extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
extern RuntimeClass* HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_il2cpp_TypeInfo_var;
extern RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpApi_tDD21E6C468ACB472A3D1CE51865417E65113B12F_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var;
extern RuntimeClass* HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549_il2cpp_TypeInfo_var;
extern RuntimeClass* IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var;
extern RuntimeClass* ICollection_1_t724E59FA32108667C271DEA01135595F51C22EEA_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* IList_1_t15A182E73791E22311F72DAC1B68F0D055C32E3A_il2cpp_TypeInfo_var;
extern RuntimeClass* IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var;
extern RuntimeClass* IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var;
extern RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
extern RuntimeClass* IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_il2cpp_TypeInfo_var;
extern RuntimeClass* IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var;
extern RuntimeClass* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var;
extern RuntimeClass* IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var;
extern RuntimeClass* IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var;
extern RuntimeClass* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var;
extern RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
extern RuntimeClass* InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var;
extern RuntimeClass* LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7_il2cpp_TypeInfo_var;
extern RuntimeClass* LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A_il2cpp_TypeInfo_var;
extern RuntimeClass* Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var;
extern RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var;
extern RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
extern RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
extern RuntimeClass* MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var;
extern RuntimeClass* MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_il2cpp_TypeInfo_var;
extern RuntimeClass* NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var;
extern RuntimeClass* NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var;
extern RuntimeClass* PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_il2cpp_TypeInfo_var;
extern RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
extern RuntimeClass* PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63_il2cpp_TypeInfo_var;
extern RuntimeClass* SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var;
extern RuntimeClass* SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var;
extern RuntimeClass* ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var;
extern RuntimeClass* ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_il2cpp_TypeInfo_var;
extern RuntimeClass* SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var;
extern RuntimeClass* SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var;
extern RuntimeClass* SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6_il2cpp_TypeInfo_var;
extern RuntimeClass* SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969_il2cpp_TypeInfo_var;
extern RuntimeClass* SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var;
extern RuntimeClass* SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var;
extern RuntimeClass* SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var;
extern RuntimeClass* Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var;
extern RuntimeClass* SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var;
extern RuntimeClass* SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671_il2cpp_TypeInfo_var;
extern RuntimeClass* SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087_il2cpp_TypeInfo_var;
extern RuntimeClass* StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var;
extern RuntimeClass* StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var;
extern RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
extern RuntimeClass* StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var;
extern RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var;
extern RuntimeClass* ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var;
extern RuntimeClass* TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B_il2cpp_TypeInfo_var;
extern RuntimeClass* TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C_il2cpp_TypeInfo_var;
extern RuntimeClass* TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var;
extern RuntimeClass* Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
extern RuntimeClass* UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6_il2cpp_TypeInfo_var;
extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
extern RuntimeClass* ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var;
extern RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var;
extern RuntimeClass* WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80_il2cpp_TypeInfo_var;
extern RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var;
extern RuntimeClass* WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC_il2cpp_TypeInfo_var;
extern RuntimeClass* WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var;
extern RuntimeClass* WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_il2cpp_TypeInfo_var;
extern RuntimeClass* WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var;
extern RuntimeClass* WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var;
extern RuntimeClass* Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var;
extern RuntimeClass* Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C_il2cpp_TypeInfo_var;
extern RuntimeClass* Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var;
extern String_t* _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261;
extern String_t* _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463;
extern String_t* _stringLiteral05457DB2EFBDC6E2FF96BA5A97208381A8343AB2;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral062D8A9DEC0FA507D19F3B3481B4980CA139455F;
extern String_t* _stringLiteral090391312FE772D8811DA5F68BC370D60D58FCDE;
extern String_t* _stringLiteral09ADA258F21C22CA0C13C832EA81C49FA1B0DF2F;
extern String_t* _stringLiteral09E1FDDE7E40C37E174EAB2B9EC36E13AB8C6D20;
extern String_t* _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187;
extern String_t* _stringLiteral0D440FA686F6739A92FCE376F2417EF704391782;
extern String_t* _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274;
extern String_t* _stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9;
extern String_t* _stringLiteral1582AD9C735B1934C26C6018D167229CE428C803;
extern String_t* _stringLiteral1617B61B99B0EA3337C75A1E07923ADE1A65BA0C;
extern String_t* _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6;
extern String_t* _stringLiteral1750329340DC35FB03FD7023FDC0E5DBA128856C;
extern String_t* _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C;
extern String_t* _stringLiteral18DD8801A35B0257A69F3A02C98022892DC5BA50;
extern String_t* _stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A;
extern String_t* _stringLiteral1B1BE06F5BFB451C3199AEB9E8E337905DD0CECB;
extern String_t* _stringLiteral1C82D4163A5D7B793D16931C94D97213790D6A09;
extern String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F;
extern String_t* _stringLiteral231138D8B5A689FA49A3CAEAA7B772931CCEFF3B;
extern String_t* _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701;
extern String_t* _stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB;
extern String_t* _stringLiteral2B7D022C4C58EBF0F70D057A8691534FC16E7ECA;
extern String_t* _stringLiteral2BE17AA181D8226BFAD83CE993E838FA79DCCE4D;
extern String_t* _stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3;
extern String_t* _stringLiteral37A5301A88DA334DC5AFC5B63979DAA0F3F45E68;
extern String_t* _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D;
extern String_t* _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517;
extern String_t* _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617;
extern String_t* _stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787;
extern String_t* _stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47;
extern String_t* _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE;
extern String_t* _stringLiteral44BE6231EF2C8429295BE21FBBC79D9B568B2467;
extern String_t* _stringLiteral487D14DC969DB2BB669DFBC5BCE012FB70344029;
extern String_t* _stringLiteral496395338E1FC980CBE39A21753A8E304E4C8A34;
extern String_t* _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5;
extern String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
extern String_t* _stringLiteral536ADFEBF9C2D846A36B8FD0B0EE3AF1CC0290DC;
extern String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
extern String_t* _stringLiteral55C35F1862B61A379ED686DEDD00524774DD8BD9;
extern String_t* _stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE;
extern String_t* _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9;
extern String_t* _stringLiteral5970456D33DCA7842E39AD997DC035FF656FDFCD;
extern String_t* _stringLiteral59C92A0031F30D87CEDB5E6206874210EFA658C3;
extern String_t* _stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB;
extern String_t* _stringLiteral5B141D3FA6D79F9F10251736ED4F001420AECB1D;
extern String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F;
extern String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
extern String_t* _stringLiteral5D306CBFC6FB9C5CA9BF4D1AD7EF5156C248AE51;
extern String_t* _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616;
extern String_t* _stringLiteral5FA471782F4133BA189C880EBFB01DB02362FC80;
extern String_t* _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
extern String_t* _stringLiteral656AD8063863CA32DAFB418C13AFB9968BAB86C5;
extern String_t* _stringLiteral66EB4A6DCDA9B5BB4C4EDC5A91334CA3E4F35521;
extern String_t* _stringLiteral6913D1C27996441E5DFD7C5084E72B2B9520F66F;
extern String_t* _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1;
extern String_t* _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5;
extern String_t* _stringLiteral6A80EBA8EC04EF53767DFBEB12D13C340C7A02F9;
extern String_t* _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA;
extern String_t* _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083;
extern String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255;
extern String_t* _stringLiteral78D557A4491193EE5FFDA70447A0845C638BE213;
extern String_t* _stringLiteral78F762349C5ECBF5C54A4535D23AB651F063F5D4;
extern String_t* _stringLiteral7AD057508A17C295337903C1D3924176D055D2AC;
extern String_t* _stringLiteral7D2E0E9613D18D3D342CE52081FCFD5292FFA131;
extern String_t* _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3;
extern String_t* _stringLiteral7EB3C8617E11B5E78DE5586797A8CEBF19D3BBB1;
extern String_t* _stringLiteral80C9082227F32C4FD69A2342EA23D22723847813;
extern String_t* _stringLiteral84AD7E9184320D6378CCBEA960AFC52D73A2BF20;
extern String_t* _stringLiteral8517EC1BFBA349CCEB4DF5548D1C799EB5D141C8;
extern String_t* _stringLiteral864B3F89B8480A2EC3D40F5AAE4F9D65D3DB65B2;
extern String_t* _stringLiteral86C64130B13FE10E71DAE385B08CA1C3BDFCC4FA;
extern String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
extern String_t* _stringLiteral897D21056A341314B60764C31B36C1FAD542E78A;
extern String_t* _stringLiteral89E80D6FA41681C9752B4FCD1922C59FED742593;
extern String_t* _stringLiteral8F55AB573F8FA291E4EB8FE48FC5801A2CC79468;
extern String_t* _stringLiteral9019BC0814334E3302CD7D3C04AC2A9DF5F453FD;
extern String_t* _stringLiteral9055D999C5453CB78FF3435EB6CB814B1FEC3A75;
extern String_t* _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0;
extern String_t* _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0;
extern String_t* _stringLiteral932F97C5FB6E5740E93908D8B2A60AF4EA7B1BD9;
extern String_t* _stringLiteral94C56F225153F70D88669FF3DA9E58B1B9012AFF;
extern String_t* _stringLiteral980CA287E333AC3B9E291D60131727A63429A4BC;
extern String_t* _stringLiteral990742F8B49D8A82AE9E774983AF03393C251CD2;
extern String_t* _stringLiteral994092DAE437AA1CD16FF3A3AD7AC98737DCD96A;
extern String_t* _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6;
extern String_t* _stringLiteral9D1DD7795B423EB2C8B81B4A77CBBBFCB7325CE2;
extern String_t* _stringLiteral9EC4928E03DE929AAEC86BE3AE9B2758B9F43E3B;
extern String_t* _stringLiteralA141F34417FEDCAD83407AA7A40E5E7A33168843;
extern String_t* _stringLiteralA14C76114A4A2DC60DA564898C11F5385E4684B9;
extern String_t* _stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD;
extern String_t* _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365;
extern String_t* _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127;
extern String_t* _stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46;
extern String_t* _stringLiteralAD60C535FF88E85BF0254452FE3934F24E9668D5;
extern String_t* _stringLiteralAEE370B0F123573C06763F70D30C8890721694C4;
extern String_t* _stringLiteralAF60BB13CAE4FB7DF464BEF84985F785909AE5A5;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB9075EFC8996995C523E4D8999B2C48EFA0D42DA;
extern String_t* _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3;
extern String_t* _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9;
extern String_t* _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A;
extern String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
extern String_t* _stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93;
extern String_t* _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA;
extern String_t* _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197;
extern String_t* _stringLiteralCC56342E3EF0C771657853A04CEAECF9B701AD84;
extern String_t* _stringLiteralCD0A39880063E1F38F7A86145EBD97DCB2978D0E;
extern String_t* _stringLiteralCFC73C61BB6914B5D84902A7DEA88BAE20AE9205;
extern String_t* _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE;
extern String_t* _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176;
extern String_t* _stringLiteralD5E93D384A9BD7674B666AF153E2450B4D8AC0F3;
extern String_t* _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34;
extern String_t* _stringLiteralD95BA1EB1C985B5AC1D15A76B28428F50123D4A9;
extern String_t* _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F;
extern String_t* _stringLiteralDDB2E1F8117F0FEE60A6A70634647D6FEFBF57BB;
extern String_t* _stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464;
extern String_t* _stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B;
extern String_t* _stringLiteralDF85AE7F8041ADB5A29CB5AEFBCE04FD1403F67F;
extern String_t* _stringLiteralE2BFC164D6D1B334E538A317E49D0FD271F6649B;
extern String_t* _stringLiteralE3E4A1E2564389BEF68E1C96E30642A12A539D7E;
extern String_t* _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F;
extern String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
extern String_t* _stringLiteralE714C40A9EEBC682896190073BFFBB5DA849DEBB;
extern String_t* _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D;
extern String_t* _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD;
extern String_t* _stringLiteralE92A0F15BC0969D610F0F99B54FC27B77792C115;
extern String_t* _stringLiteralE9C45563358E813F157BA81B33143542165BA84E;
extern String_t* _stringLiteralE9F72A91C5EF36CE6C8DB42790F2911D29EC1AC6;
extern String_t* _stringLiteralEA010666BC01FDA42BF57AEE92CCC57ACA65B11D;
extern String_t* _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D;
extern String_t* _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
extern String_t* _stringLiteralF07EA20E44175D8597A0629B88839DC18660C130;
extern String_t* _stringLiteralF089A726C152F0D7E7AC57A8A6AD8258A927829E;
extern String_t* _stringLiteralF13B2930E75FFAF02D34F6CCE6096A69FB307149;
extern String_t* _stringLiteralF62E0EA6EDBC4288FF84C8DA24F410ECF986229D;
extern String_t* _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68;
extern String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0;
extern String_t* _stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077;
extern String_t* _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A;
extern String_t* _stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6;
extern const RuntimeMethod* Action_1__ctor_m3AF45EAC5B0AF32D9B7FC9BE552FEE1CC72A226D_RuntimeMethod_var;
extern const RuntimeMethod* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var;
extern const RuntimeMethod* ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var;
extern const RuntimeMethod* ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var;
extern const RuntimeMethod* Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_RuntimeMethod_var;
extern const RuntimeMethod* AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_RuntimeMethod_var;
extern const RuntimeMethod* CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m13CFE4842AABF9CC0FAA906D78FEEE35FD69A3B7_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Add_m69B4CB5A81DCC3D97A573B9BF039EB9D0D4ADE37_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_mAF12F1645B5A60E1E2225FA65FBB378204C7CEB0_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_Remove_mFA20D9A3ED606A0BFC42EF9F95FE301E4D15A9B2_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_TryGetValue_m9B6AA562B3622812E5557DD069FB0D10833B6066_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_mB26845E70FFA12038E11DBCD48D21D08C1E243ED_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2__ctor_mDCCB403A9CDD32B86D17300A66D15D30133B443F_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Item_m3E164C2055393DDC81C3B05C9BE6DD8166041AB0_RuntimeMethod_var;
extern const RuntimeMethod* Dictionary_2_get_Values_mB0E87C3AE3C1C8DD2AF0919F6F0DFACC608DEFAF_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m9836C5E3EC0C9593E29A45643DFC593CA3A3AF94_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_mCCC66C30D89016AD0E686F18558A5EF25A5A2D0B_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_m0337A4311EBAFC26388CF0BF407E8D14937237D1_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_mB7F463924496183C48221AC9D2A0861687E787AB_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_mCC7009F88E7C6FF51C48F9F9A4BD1706EB5A9A30_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_mF8081A0D783356CF526FD0E3DABF707391773E83_RuntimeMethod_var;
extern const RuntimeMethod* EventHandler_1_Invoke_m7C4EC3BCD7679CAB938D34570A90432757484582_RuntimeMethod_var;
extern const RuntimeMethod* Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4_RuntimeMethod_var;
extern const RuntimeMethod* Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var;
extern const RuntimeMethod* IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_RuntimeMethod_var;
extern const RuntimeMethod* IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027_RuntimeMethod_var;
extern const RuntimeMethod* IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_RuntimeMethod_var;
extern const RuntimeMethod* IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748_RuntimeMethod_var;
extern const RuntimeMethod* IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9_RuntimeMethod_var;
extern const RuntimeMethod* IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_RuntimeMethod_var;
extern const RuntimeMethod* IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_RuntimeMethod_var;
extern const RuntimeMethod* LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4_RuntimeMethod_var;
extern const RuntimeMethod* LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE_RuntimeMethod_var;
extern const RuntimeMethod* LazyAsyncResult_WorkerThreadComplete_m9144EAFE34F64C805224410D61F45300D854A6BD_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_AddLast_mAE1A5AD324D19BCABB7850740EE503B270546EE7_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1__ctor_mD868740C6CEED023008AD5BE409D193CAD7C0D96_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m1CA4BDBC8247F05F727DB5AB73D23373B86C3ADA_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m24312FA149184478D86050F9312C3E3B34559A2B_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m4560D6E3080DB1C41524273C36A8F467146CBA5D_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_mAB830B074CF4E84286F34FF8C042ACD847FECB99_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_m6723F49E8C82D6C521BB43B550D2135CAE8996E3_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_mD93C1CF32035C0FF5909F47C4D67259ADD05DB01_RuntimeMethod_var;
extern const RuntimeMethod* List_1_IndexOf_mCF9B44A4475CB24B459992D7B0E70C8BC6F650CD_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Remove_m6EBBB0524BECE46F3ADBD5B86E2A59C4337E4C29_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m31D94A7D22DB2807B07AEDED182E5AAD7BE9ABCD_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m3569FEF3EF436F9577B74946708EDF77C665ED58_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m59D25644F11A7E193DDB79388D211F496A30EC3F_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m7A4FEC7537D92854E09F078941CE1B8C9C810F0F_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m92C26C94E7FD52FB1C7A1DBD60BF287118B303D1_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_m5584F887D702E20E9AF1D8EF97200115E997D9FB_RuntimeMethod_var;
extern const RuntimeMethod* Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_RuntimeMethod_var;
extern const RuntimeMethod* Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_RuntimeMethod_var;
extern const RuntimeMethod* MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_RuntimeMethod_var;
extern const RuntimeMethod* NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_RuntimeMethod_var;
extern const RuntimeMethod* Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var;
extern const RuntimeMethod* Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_RuntimeMethod_var;
extern const RuntimeMethod* Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var;
extern const RuntimeMethod* SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60_RuntimeMethod_var;
extern const RuntimeMethod* SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409_RuntimeMethod_var;
extern const RuntimeMethod* ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733_RuntimeMethod_var;
extern const RuntimeMethod* ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_RuntimeMethod_var;
extern const RuntimeMethod* ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3_RuntimeMethod_var;
extern const RuntimeMethod* ServicePoint_IdleTimerCallback_mD326DD4819B6B5679D73CD63F630C0FAB093B5D3_RuntimeMethod_var;
extern const RuntimeMethod* ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264_RuntimeMethod_var;
extern const RuntimeMethod* ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_RuntimeMethod_var;
extern const RuntimeMethod* ServicePoint_U3CGetConnectionGroupU3Eb__66_0_m1E1EA5B8315F684AC354D9D24A7EF8E7929D04CB_RuntimeMethod_var;
extern const RuntimeMethod* SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_RuntimeMethod_var;
extern const RuntimeMethod* SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0_RuntimeMethod_var;
extern const RuntimeMethod* SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442_RuntimeMethod_var;
extern const RuntimeMethod* SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_RuntimeMethod_var;
extern const RuntimeMethod* Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_RuntimeMethod_var;
extern const RuntimeMethod* Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_RuntimeMethod_var;
extern const RuntimeMethod* Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7_RuntimeMethod_var;
extern const RuntimeMethod* Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_RuntimeMethod_var;
extern const RuntimeMethod* Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4_RuntimeMethod_var;
extern const RuntimeMethod* Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_RuntimeMethod_var;
extern const RuntimeMethod* Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC_RuntimeMethod_var;
extern const RuntimeMethod* Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D_RuntimeMethod_var;
extern const RuntimeMethod* Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE_RuntimeMethod_var;
extern const RuntimeMethod* Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_RuntimeMethod_var;
extern const RuntimeMethod* Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_RuntimeMethod_var;
extern const RuntimeMethod* Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_RuntimeMethod_var;
extern const RuntimeMethod* Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_RuntimeMethod_var;
extern const RuntimeMethod* Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var;
extern const RuntimeMethod* Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_RuntimeMethod_var;
extern const RuntimeMethod* Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_RuntimeMethod_var;
extern const RuntimeMethod* Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_RuntimeMethod_var;
extern const RuntimeMethod* Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83_RuntimeMethod_var;
extern const RuntimeMethod* Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C_RuntimeMethod_var;
extern const RuntimeMethod* Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C_RuntimeMethod_var;
extern const RuntimeMethod* Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC_RuntimeMethod_var;
extern const RuntimeMethod* Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_RuntimeMethod_var;
extern const RuntimeMethod* Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A_RuntimeMethod_var;
extern const RuntimeMethod* SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_RuntimeMethod_var;
extern const RuntimeMethod* SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_RuntimeMethod_var;
extern const RuntimeMethod* SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_RuntimeMethod_var;
extern const RuntimeMethod* TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82_RuntimeMethod_var;
extern const RuntimeMethod* TimerThread_OnDomainUnload_m3CA503B871CEE33D278B6995FBF8ED5B92001E1D_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3CBeginSendU3Eb__241_0_mED3657F5D9278E1CF28553337FDB5BB377EDFCF4_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3CCompleteU3Eb__27_0_mBC254448542DAB8EBC47160EB33A36700D1A32E9_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_11_m54D0A1A002B2CA233DAA2E13818D0B514C750156_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_13_m557F5E3E30E4AAF3D185278BAB5EEC27AA33C657_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_1_mFE31CFBA6F2BE4A47926572EE46D8368D4BB6D3D_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_2_mEEA9AFDA35A729986A198CCC9785205946F10425_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_4_m8D8DA2E8BC6EAD867C7FB95D126E3C0B8CBC2630_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_6_mC8539B0D721812B995C06217EC22C578EF76E01A_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_8_mA9F0B14FEA60E5CA4D29CDF2F8BBABE4CEDEDB5F_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_9_mBA3DCDDE64656E216E23EC585A364C692370765E_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__1_mA8D188E9FD6B2ED64A516C6B037AFCEF32CDB290_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass242_0_U3CBeginSendCallbackU3Eb__0_m2D1B9158103E534CC52214422CE5B043F4CEE08E_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass298_0_U3CQueueIOSelectorJobU3Eb__0_mF53A22B944AA6C92B918DF06ABFAF923D53824F9_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3C_ctorU3Eb__0_m83B6A3D4C1EC7F7093B406C08CFEB6E39616A295_RuntimeMethod_var;
extern const uint32_t AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_MetadataUsageId;
extern const uint32_t Callback_BeginInvoke_m41DDA2A728FAF5D8FC7BDD6BAF1E5A5FAA44067A_MetadataUsageId;
extern const uint32_t CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86_MetadataUsageId;
extern const uint32_t HTTP_REQUEST_HEADER_ID_ToString_m26FCFC96F9A3BA5FB9ADFDB26F5FAF5BBA5212D4_MetadataUsageId;
extern const uint32_t HTTP_REQUEST_HEADER_ID__cctor_m4336E06A33B3A9939D61E89706DE09458D9C8D59_MetadataUsageId;
extern const uint32_t HttpApi__cctor_mC83D9A859B85D52D1A8328824572DC1E140E571A_MetadataUsageId;
extern const uint32_t IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6_MetadataUsageId;
extern const uint32_t IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2_MetadataUsageId;
extern const uint32_t IPAddress_GetHashCode_m36CE850AFAAD382A29B7D72844989A3105565D7C_MetadataUsageId;
extern const uint32_t IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_MetadataUsageId;
extern const uint32_t IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027_MetadataUsageId;
extern const uint32_t IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B_MetadataUsageId;
extern const uint32_t IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273_MetadataUsageId;
extern const uint32_t IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA_MetadataUsageId;
extern const uint32_t IPAddress__cctor_m4DF372012DF900E7BB489931296D0BFE4EBD4AEA_MetadataUsageId;
extern const uint32_t IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_MetadataUsageId;
extern const uint32_t IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED_MetadataUsageId;
extern const uint32_t IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D_MetadataUsageId;
extern const uint32_t IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748_MetadataUsageId;
extern const uint32_t IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9_MetadataUsageId;
extern const uint32_t IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_MetadataUsageId;
extern const uint32_t IPEndPoint_Equals_mBD402EE46BB0C0922C25E2DEFB64412E4666EC6D_MetadataUsageId;
extern const uint32_t IPEndPoint_Serialize_mE4201DDF2EB6D872A31A2620D20C718DC1F28962_MetadataUsageId;
extern const uint32_t IPEndPoint_ToString_mB132354BB333FA5FD9CA5B6B86F751AAA87AFEC2_MetadataUsageId;
extern const uint32_t IPEndPoint__cctor_mD88387D86BAE58328D7BA158704E91B0415F9B81_MetadataUsageId;
extern const uint32_t IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_MetadataUsageId;
extern const uint32_t IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA_MetadataUsageId;
extern const uint32_t IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F_MetadataUsageId;
extern const uint32_t LazyAsyncResult_Complete_m1149B1B2741B4B2D22775A68D74B955BC3EA4A64_MetadataUsageId;
extern const uint32_t LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B_MetadataUsageId;
extern const uint32_t LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4_MetadataUsageId;
extern const uint32_t LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE_MetadataUsageId;
extern const uint32_t LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9_MetadataUsageId;
extern const uint32_t LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38_MetadataUsageId;
extern const uint32_t LazyAsyncResult_get_AsyncWaitHandle_m8A50650849E178F08034928A33D3E73B39F5ABD7_MetadataUsageId;
extern const uint32_t LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98_MetadataUsageId;
extern const uint32_t MibIPGlobalProperties__cctor_m874A8D290A3B1DBFD14A091E479BE2924DFA547D_MetadataUsageId;
extern const uint32_t MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7_MetadataUsageId;
extern const uint32_t MonoChunkStream_GetChunkSize_m2C862194032B260C7AD357B7CE2295A6ED488FEE_MetadataUsageId;
extern const uint32_t MonoChunkStream_ReadBody_mDDD46697977E46299A9ED189BDF61C5AC53A8002_MetadataUsageId;
extern const uint32_t MonoChunkStream_ReadCRLF_m3D8A642EDF489046BDCD5A0515D74628F1222E18_MetadataUsageId;
extern const uint32_t MonoChunkStream_ReadFromChunks_mC95825D03391872071791EA8FB8D4A0B6CFA26A5_MetadataUsageId;
extern const uint32_t MonoChunkStream_ReadTrailer_mAB5F0EAFABB2F3FCB6748ECED41E840872B40AF9_MetadataUsageId;
extern const uint32_t MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192_MetadataUsageId;
extern const uint32_t MonoChunkStream__ctor_m0ADB25AFE1F9EE78C3304F9B7133F6F2F21013E8_MetadataUsageId;
extern const uint32_t MonoChunkStream_get_DataAvailable_m567F5B4EB8419551740D58B7AACF19CCA2E0AA1F_MetadataUsageId;
extern const uint32_t NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD_MetadataUsageId;
extern const uint32_t NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2_MetadataUsageId;
extern const uint32_t NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8_MetadataUsageId;
extern const uint32_t NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8_MetadataUsageId;
extern const uint32_t NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81_MetadataUsageId;
extern const uint32_t NetworkCredential__ctor_m6FAE0A13FFBFC74F1E810399223B5297DF9B4C76_MetadataUsageId;
extern const uint32_t NetworkCredential_set_Domain_m5046BA97B0F1D839ABB6F928C1DF2FA2387DBA9C_MetadataUsageId;
extern const uint32_t NetworkCredential_set_UserName_m17D8E6ABE7EDA733A8E01967698669293FCF2E22_MetadataUsageId;
extern const uint32_t NetworkInformationException__ctor_mBA60EDC47C5B8373C69C2BB998014CB1B99319FB_MetadataUsageId;
extern const uint32_t NetworkInformationException__ctor_mFF36F090C8A2438A1C8B75BA60B47933B13DD876_MetadataUsageId;
extern const uint32_t NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_MetadataUsageId;
extern const uint32_t NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_MetadataUsageId;
extern const uint32_t NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_MetadataUsageId;
extern const uint32_t NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_MetadataUsageId;
extern const uint32_t NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_MetadataUsageId;
extern const uint32_t NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_MetadataUsageId;
extern const uint32_t NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_MetadataUsageId;
extern const uint32_t NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_MetadataUsageId;
extern const uint32_t NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83_MetadataUsageId;
extern const uint32_t NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62_MetadataUsageId;
extern const uint32_t NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_MetadataUsageId;
extern const uint32_t NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_MetadataUsageId;
extern const uint32_t NetworkStream_get_ReadTimeout_m13391A3C843472520BC69A991C14FF7B25CA929F_MetadataUsageId;
extern const uint32_t NetworkStream_get_WriteTimeout_mA6438C71068821D30F77F79171A833518147F9A6_MetadataUsageId;
extern const uint32_t NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_MetadataUsageId;
extern const uint32_t NtlmClient_Authenticate_mCDC8AA52BA2D724024B81A39A4D96C4B4AF3CBB0_MetadataUsageId;
extern const uint32_t NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6_MetadataUsageId;
extern const uint32_t NtlmClient_get_AuthenticationType_m666845B43C7EA43E5F5125B1A0245E559C2F94EA_MetadataUsageId;
extern const uint32_t PathListComparer_System_Collections_IComparer_Compare_m6A4AE80131E0A665B12F57146CC7729860430A18_MetadataUsageId;
extern const uint32_t PathListComparer__cctor_m403AB12957778A956355C83A9BC644C3CC75235E_MetadataUsageId;
extern const uint32_t PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF_MetadataUsageId;
extern const uint32_t PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6_MetadataUsageId;
extern const uint32_t RemoteCertificateValidationCallback_BeginInvoke_m21A4B4335CCCDF893A38C75DD1171A31B466A687_MetadataUsageId;
extern const uint32_t SPKey_Equals_mF29C836C97373F9F739EE977115DB8F521921CFB_MetadataUsageId;
extern const uint32_t SPKey_GetHashCode_m4686BFC3EE7C5322B912BCC739EA3C2AB33D8622_MetadataUsageId;
extern const uint32_t SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE_MetadataUsageId;
extern const uint32_t SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60_MetadataUsageId;
extern const uint32_t SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409_MetadataUsageId;
extern const uint32_t SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB_MetadataUsageId;
extern const uint32_t SafeSocketHandle__cctor_m53EFD60FADB351C93A9ECAEF0F7F41A6C5D79A84_MetadataUsageId;
extern const uint32_t SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480_MetadataUsageId;
extern const uint32_t ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733_MetadataUsageId;
extern const uint32_t ServerCertValidationCallback_Invoke_m9A3D9984E12278ACD7DEEE5E4B039A3250D6A8D0_MetadataUsageId;
extern const uint32_t ServerCertValidationCallback__ctor_m01DC1DC5935B7807EA9D35D50BDF9F00B68E1A23_MetadataUsageId;
extern const uint32_t ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_MetadataUsageId;
extern const uint32_t ServicePointManager_GetLegacyCertificatePolicy_m91F5A99F923B7085226C21F50BD30C1BC056EC98_MetadataUsageId;
extern const uint32_t ServicePointManager__cctor_m5E74472D2F21CBE2808E62160416C0F572306498_MetadataUsageId;
extern const uint32_t ServicePointManager_get_CheckCertificateRevocationList_m4FE99C818DC1588C1DEA74018DC3CB2D86B40453_MetadataUsageId;
extern const uint32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF_MetadataUsageId;
extern const uint32_t ServicePointManager_get_SecurityProtocol_m4A583697C87EDA716E3512FB151B3916B770C667_MetadataUsageId;
extern const uint32_t ServicePointManager_get_ServerCertValidationCallback_mD060FAFC9DC69DA28963397C5C61BED8343C0381_MetadataUsageId;
extern const uint32_t ServicePointManager_get_ServerCertificateValidationCallback_m4C07359BE5DC24B1A5CF508F1ACF5CE359735A5E_MetadataUsageId;
extern const uint32_t ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3_MetadataUsageId;
extern const uint32_t ServicePoint_CheckAvailableForRecycling_m0395D78F2AA6F58493BE5E0EFC73EA8AF65CC25C_MetadataUsageId;
extern const uint32_t ServicePoint_GetConnectionGroup_m774B07C841B7AC60DE88440D24396170072993C1_MetadataUsageId;
extern const uint32_t ServicePoint_KeepAliveSetup_mA93E274CFA648CFE9D5A64B51EAECE3C50A6AA84_MetadataUsageId;
extern const uint32_t ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086_MetadataUsageId;
extern const uint32_t ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264_MetadataUsageId;
extern const uint32_t ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3_MetadataUsageId;
extern const uint32_t ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_MetadataUsageId;
extern const uint32_t ServicePoint__ctor_m788957B0CF9F256F581975F6ACDA0DB122D2BE85_MetadataUsageId;
extern const uint32_t ServicePoint_get_HasTimedOut_mF06CE9BD4827D18D8A4F97EE9D18FD0C3B0E3A62_MetadataUsageId;
extern const uint32_t ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74_MetadataUsageId;
extern const uint32_t ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482_MetadataUsageId;
extern const uint32_t SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F_MetadataUsageId;
extern const uint32_t SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235_MetadataUsageId;
extern const uint32_t SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30_MetadataUsageId;
extern const uint32_t SimpleAsyncResult__ctor_mEB6C601B0E87F8C431B52C82079F623A41FF3EEF_MetadataUsageId;
extern const uint32_t SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688_MetadataUsageId;
extern const uint32_t SimpleAsyncResult_get_CompletedSynchronously_m35172899F0AE43335B5DAF6829700375D9A81D9B_MetadataUsageId;
extern const uint32_t SocketAddress_Equals_m51EE0D3DF560D78987904A2F7D449D9008B7F4E7_MetadataUsageId;
extern const uint32_t SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_MetadataUsageId;
extern const uint32_t SocketAddress_GetIPEndPoint_mDB28840AEBFA9C37CC41BEC66E67BA9EDCEC2700_MetadataUsageId;
extern const uint32_t SocketAddress_ToString_mDF5B4B0AF200471C84B09D553EB33BC4F0EE20EB_MetadataUsageId;
extern const uint32_t SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0_MetadataUsageId;
extern const uint32_t SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442_MetadataUsageId;
extern const uint32_t SocketAsyncEventArgs_Dispose_m2E653A7ACE155AA1533C72CF1C07EDD2258DB39E_MetadataUsageId;
extern const uint32_t SocketAsyncEventArgs_OnCompleted_m330F7F5F140260C0AFCAC74F160C2EF9BA23AAC8_MetadataUsageId;
extern const uint32_t SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD_MetadataUsageId;
extern const uint32_t SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32_MetadataUsageId;
extern const uint32_t SocketAsyncResult_get_ErrorCode_m0888A12E8AE75A62CDC76F139829240215E8B6DE_MetadataUsageId;
extern const uint32_t SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB_MetadataUsageId;
extern const uint32_t SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533_MetadataUsageId;
extern const uint32_t SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A_MetadataUsageId;
extern const uint32_t SocketException__ctor_m4C36461DF98089890FBF01908A4AAD301CABE071_MetadataUsageId;
extern const uint32_t SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002_MetadataUsageId;
extern const uint32_t SocketException__ctor_mB16B95B2752EAD626C88A5230C1A8FEB7CF632CA_MetadataUsageId;
extern const uint32_t SocketException_get_Message_m50B9DF4BB6F3B20F650E2F965B3DD654C8970378_MetadataUsageId;
extern const uint32_t Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D_MetadataUsageId;
extern const uint32_t Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_MetadataUsageId;
extern const uint32_t Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_MetadataUsageId;
extern const uint32_t Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_MetadataUsageId;
extern const uint32_t Socket_BeginReceive_mAB09C0EF50CCA20B368771E0FB56F788A10C5C21_MetadataUsageId;
extern const uint32_t Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_MetadataUsageId;
extern const uint32_t Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7_MetadataUsageId;
extern const uint32_t Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF_MetadataUsageId;
extern const uint32_t Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_MetadataUsageId;
extern const uint32_t Socket_BeginSend_mA6C244A07735EEA6B4DA335545237F0FF42F8A7C_MetadataUsageId;
extern const uint32_t Socket_Bind_internal_m3E7154040E7446689883A441D55456E7562F2E47_MetadataUsageId;
extern const uint32_t Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_MetadataUsageId;
extern const uint32_t Socket_Blocking_internal_m13B3D6C3A383411BD26F8EED6BCA4C6517E49BAD_MetadataUsageId;
extern const uint32_t Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE_MetadataUsageId;
extern const uint32_t Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_MetadataUsageId;
extern const uint32_t Socket_Disconnect_internal_m3CE5479D4ADE00354F21C2B6B40B7DE4C30F8068_MetadataUsageId;
extern const uint32_t Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_MetadataUsageId;
extern const uint32_t Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362_MetadataUsageId;
extern const uint32_t Socket_EndAccept_m005E845E347FEA71E41BDB1AFE9E5A39BC393D04_MetadataUsageId;
extern const uint32_t Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F_MetadataUsageId;
extern const uint32_t Socket_EndDisconnect_m3CA2C23A595DAB49DB71A18E24E98BE63ABB09B9_MetadataUsageId;
extern const uint32_t Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4_MetadataUsageId;
extern const uint32_t Socket_EndReceive_m76672177BFAD926BA214D664EEE7827AFEA0693B_MetadataUsageId;
extern const uint32_t Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_MetadataUsageId;
extern const uint32_t Socket_EndSendTo_m8A51FA7E8F6D65435DA47F1DD7D74C9695884CF1_MetadataUsageId;
extern const uint32_t Socket_EndSend_m58F48E67A449034B31B52F7EF2F46856FBCE0310_MetadataUsageId;
extern const uint32_t Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC_MetadataUsageId;
extern const uint32_t Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D_MetadataUsageId;
extern const uint32_t Socket_GetSocketOption_obj_internal_mB80B47214B569FD08FD3D83DC4AD23F30EF0E1F5_MetadataUsageId;
extern const uint32_t Socket_IOControl_internal_mA2E0983B4939E0392FBBEA9BDCC976111349A546_MetadataUsageId;
extern const uint32_t Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_MetadataUsageId;
extern const uint32_t Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F_MetadataUsageId;
extern const uint32_t Socket_InternalShutdown_mE1DDB563CF7D94D792F6C2F32FECEBC8270D4E81_MetadataUsageId;
extern const uint32_t Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37_MetadataUsageId;
extern const uint32_t Socket_Linger_m8BC490F462914AEE570BB8C5883DF5B70967D823_MetadataUsageId;
extern const uint32_t Socket_Listen_internal_mF351F058B339E905D497FE522C2E74080A444D10_MetadataUsageId;
extern const uint32_t Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_MetadataUsageId;
extern const uint32_t Socket_LocalEndPoint_internal_m3042AF8FDDF9D3409FBFBCD332CAC9DC84D43319_MetadataUsageId;
extern const uint32_t Socket_Poll_internal_m325547116F4B37F9B7016B64A19846CEA0DE5753_MetadataUsageId;
extern const uint32_t Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_MetadataUsageId;
extern const uint32_t Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5_MetadataUsageId;
extern const uint32_t Socket_ReceiveFrom_internal_mEA5003975D91AB2F18A6CF7E6889FF0D3D139B31_MetadataUsageId;
extern const uint32_t Socket_ReceiveFrom_m743C33ED62910EE4B6850400AA0FE7D44337C112_MetadataUsageId;
extern const uint32_t Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59_MetadataUsageId;
extern const uint32_t Socket_Receive_internal_m55FA162A25E221777277E755B9A3B4D8BCB1CDB0_MetadataUsageId;
extern const uint32_t Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6_MetadataUsageId;
extern const uint32_t Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_MetadataUsageId;
extern const uint32_t Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3_MetadataUsageId;
extern const uint32_t Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759_MetadataUsageId;
extern const uint32_t Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706_MetadataUsageId;
extern const uint32_t Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37_MetadataUsageId;
extern const uint32_t Socket_Send_internal_m23758BA709E17D55050E23A679DC8149B2944C1A_MetadataUsageId;
extern const uint32_t Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638_MetadataUsageId;
extern const uint32_t Socket_Send_m4652C4C32F15F5B18A7AF28086B87C074844AEA4_MetadataUsageId;
extern const uint32_t Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE_MetadataUsageId;
extern const uint32_t Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_MetadataUsageId;
extern const uint32_t Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_MetadataUsageId;
extern const uint32_t Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A_MetadataUsageId;
extern const uint32_t Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_MetadataUsageId;
extern const uint32_t Socket_Shutdown_internal_mDB5B705BAEE0962DF070CC97E4569277C1BAB3C7_MetadataUsageId;
extern const uint32_t Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32_MetadataUsageId;
extern const uint32_t Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_MetadataUsageId;
extern const uint32_t Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_MetadataUsageId;
extern const uint32_t Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_MetadataUsageId;
extern const uint32_t Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_MetadataUsageId;
extern const uint32_t Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_MetadataUsageId;
extern const uint32_t Socket__cctor_mC1130CB5B4FF386DBF641F72A301C65142EF6AD2_MetadataUsageId;
extern const uint32_t Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F_MetadataUsageId;
extern const uint32_t Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83_MetadataUsageId;
extern const uint32_t Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C_MetadataUsageId;
extern const uint32_t Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224_MetadataUsageId;
extern const uint32_t Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F_MetadataUsageId;
extern const uint32_t Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C_MetadataUsageId;
extern const uint32_t Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599_MetadataUsageId;
extern const uint32_t Socket_get_OSSupportsIPv6_m923EC612566AEA217F71397FD8BED111AC951DED_MetadataUsageId;
extern const uint32_t Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81_MetadataUsageId;
extern const uint32_t Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4_MetadataUsageId;
extern const uint32_t Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC_MetadataUsageId;
extern const uint32_t Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_MetadataUsageId;
extern const uint32_t Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A_MetadataUsageId;
extern const uint32_t SslStream_BeginRead_m4D96895D1B0C302EF4D52681FEDA82D1E53E7C3F_MetadataUsageId;
extern const uint32_t SslStream_BeginWrite_mB8CC50460AFEF640D3C36C68938EE921F3E11844_MetadataUsageId;
extern const uint32_t SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_MetadataUsageId;
extern const uint32_t SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266_MetadataUsageId;
extern const uint32_t SslStream_Dispose_mFDB97E2E26CD194DBCBE47710EE5402B2298B919_MetadataUsageId;
extern const uint32_t SslStream_EndRead_m918E3DCEB2DE563A21B042D7FF530E96EBA8EF51_MetadataUsageId;
extern const uint32_t SslStream_EndWrite_m796ACEAE821536F59642EDC2748B2A5F232953AB_MetadataUsageId;
extern const uint32_t SslStream_Read_m4FE23134855CE89200771C5A8851DDDDDF182FF3_MetadataUsageId;
extern const uint32_t SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_MetadataUsageId;
extern const uint32_t SslStream_Write_m262369AF62D8AA0CCC4EAC5BF3274693AA27B1BC_MetadataUsageId;
extern const uint32_t SslStream_get_CanRead_m49799854D297DCF71A497F8858B64DDD1C10BF00_MetadataUsageId;
extern const uint32_t SslStream_get_CanWrite_m25569C1704B5F54A27234D1B9B69647D5018CCEF_MetadataUsageId;
extern const uint32_t SslStream_get_IsAuthenticated_m273C64C4DF6FFD4E9772EF714EFA982D4C0A9D83_MetadataUsageId;
extern const uint32_t SslStream_get_Length_m1A4DBA93F0D140FA33892E0193DDE8C6E4175763_MetadataUsageId;
extern const uint32_t SslStream_get_Position_mDCFD4EFB697DAFF90BA366ED8519487027E21671_MetadataUsageId;
extern const uint32_t SslStream_get_ReadTimeout_m27911D96B7B0171B5429C2D58E6F4F5C7DD76671_MetadataUsageId;
extern const uint32_t SslStream_get_WriteTimeout_m8BECC2147DB2A615EBA19CBC9257CB32B69967B6_MetadataUsageId;
extern const uint32_t SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_MetadataUsageId;
extern const uint32_t SystemNetworkCredential__cctor_m42F0FC8A6A428F7764FC5A86B38469FC032D3340_MetadataUsageId;
extern const uint32_t SystemNetworkCredential__ctor_m51111F468A7CFB7B990C2C618A99EDC7FA7B307A_MetadataUsageId;
extern const uint32_t TimerQueue__ctor_m0AE128C18B38F02F946242A6D18C788B83CF4A0F_MetadataUsageId;
extern const uint32_t TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82_MetadataUsageId;
extern const uint32_t TimerThread_OnDomainUnload_m3CA503B871CEE33D278B6995FBF8ED5B92001E1D_MetadataUsageId;
extern const uint32_t TimerThread_StopTimerThread_m5D33E7D7EAAB667AEE1ABC6E0F832DA361BA83CB_MetadataUsageId;
extern const uint32_t TimerThread__cctor_m92260B88BACC7706E288A0AD202FA71CD0696199_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3CBeginSendU3Eb__241_0_mED3657F5D9278E1CF28553337FDB5BB377EDFCF4_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3CCompleteU3Eb__27_0_mBC254448542DAB8EBC47160EB33A36700D1A32E9_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_11_m54D0A1A002B2CA233DAA2E13818D0B514C750156_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_13_m557F5E3E30E4AAF3D185278BAB5EEC27AA33C657_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_1_mFE31CFBA6F2BE4A47926572EE46D8368D4BB6D3D_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_2_mEEA9AFDA35A729986A198CCC9785205946F10425_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_4_m8D8DA2E8BC6EAD867C7FB95D126E3C0B8CBC2630_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_6_mC8539B0D721812B995C06217EC22C578EF76E01A_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_8_mA9F0B14FEA60E5CA4D29CDF2F8BBABE4CEDEDB5F_MetadataUsageId;
extern const uint32_t U3CU3Ec_U3C_cctorU3Eb__309_9_mBA3DCDDE64656E216E23EC585A364C692370765E_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass242_0_U3CBeginSendCallbackU3Eb__0_m2D1B9158103E534CC52214422CE5B043F4CEE08E_MetadataUsageId;
extern const uint32_t U3CU3Ec__cctor_m0096D8732373ECAFCCC3553EDDE54F1CB40D6EA2_MetadataUsageId;
extern const uint32_t U3CU3Ec__cctor_m189E5660A587DF9A7CA7B87434E92DB20CFE6DD5_MetadataUsageId;
extern const uint32_t Win32IPGlobalProperties_get_DomainName_mF0BAF6309AF69217DF87D3EB0C44589ED70419B6_MetadataUsageId;
extern const uint32_t Win32NetworkInterface_get_FixedInfo_m5C321EB3F491660D8054D89A57FE8842DE2755E9_MetadataUsageId;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com;
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com;
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke;
struct Delegate_t_marshaled_com;
struct Delegate_t_marshaled_pinvoke;
struct Exception_t;;
struct Exception_t_marshaled_com;
struct Exception_t_marshaled_com;;
struct Exception_t_marshaled_pinvoke;
struct Exception_t_marshaled_pinvoke;;
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com;
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke;
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F;;
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com;
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com;;
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke;
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke;;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
struct WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC;
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
#ifndef NTLMCLIENT_TE2C469C219FC7533E842B06EC19C9E97B56CAEB8_H
#define NTLMCLIENT_TE2C469C219FC7533E842B06EC19C9E97B56CAEB8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Http.NtlmClient
struct NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8 : public RuntimeObject
{
public:
public:
};
struct NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8_StaticFields
{
public:
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession> Mono.Http.NtlmClient::cache
ConditionalWeakTable_2_t657563A3B35F86F92D579AA6E72C79DCE4DB30CE * ___cache_0;
public:
inline static int32_t get_offset_of_cache_0() { return static_cast<int32_t>(offsetof(NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8_StaticFields, ___cache_0)); }
inline ConditionalWeakTable_2_t657563A3B35F86F92D579AA6E72C79DCE4DB30CE * get_cache_0() const { return ___cache_0; }
inline ConditionalWeakTable_2_t657563A3B35F86F92D579AA6E72C79DCE4DB30CE ** get_address_of_cache_0() { return &___cache_0; }
inline void set_cache_0(ConditionalWeakTable_2_t657563A3B35F86F92D579AA6E72C79DCE4DB30CE * value)
{
___cache_0 = value;
Il2CppCodeGenWriteBarrier((&___cache_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NTLMCLIENT_TE2C469C219FC7533E842B06EC19C9E97B56CAEB8_H
#ifndef MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H
#define MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOTLSPROVIDER_TDCD056C5BBBE59ED6BAF63F25952B406C1143C27_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#define BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.BitConverter
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE : public RuntimeObject
{
public:
public:
};
struct BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields
{
public:
// System.Boolean System.BitConverter::IsLittleEndian
bool ___IsLittleEndian_0;
public:
inline static int32_t get_offset_of_IsLittleEndian_0() { return static_cast<int32_t>(offsetof(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields, ___IsLittleEndian_0)); }
inline bool get_IsLittleEndian_0() const { return ___IsLittleEndian_0; }
inline bool* get_address_of_IsLittleEndian_0() { return &___IsLittleEndian_0; }
inline void set_IsLittleEndian_0(bool value)
{
___IsLittleEndian_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BITCONVERTER_TD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_H
#ifndef ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((&____items_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5;
public:
inline static int32_t get_offset_of_emptyArray_5() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_5() const { return ___emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_5() { return &___emptyArray_5; }
inline void set_emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifndef COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H
#define COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.CollectionBase::list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H
#ifndef VALUECOLLECTION_T0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0_H
#define VALUECOLLECTION_T0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0_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_ValueCollection<System.String,System.Net.WebConnectionGroup>
struct ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 : public RuntimeObject
{
public:
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2_ValueCollection::dictionary
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___dictionary_0;
public:
inline static int32_t get_offset_of_dictionary_0() { return static_cast<int32_t>(offsetof(ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0, ___dictionary_0)); }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_dictionary_0() const { return ___dictionary_0; }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_dictionary_0() { return &___dictionary_0; }
inline void set_dictionary_0(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value)
{
___dictionary_0 = value;
Il2CppCodeGenWriteBarrier((&___dictionary_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALUECOLLECTION_T0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0_H
#ifndef DICTIONARY_2_T4CAF579D576CCEDF0310DD80EFB19ACBE04267D8_H
#define DICTIONARY_2_T4CAF579D576CCEDF0310DD80EFB19ACBE04267D8_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<System.String,System.Net.WebConnectionGroup>
struct Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tAAC3C64246AE0DC28B7C64E164D448FFB5DC965E* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_t8C90177E482F404694EA97ED2C5D56444CBF6197 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___entries_1)); }
inline EntryU5BU5D_tAAC3C64246AE0DC28B7C64E164D448FFB5DC965E* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tAAC3C64246AE0DC28B7C64E164D448FFB5DC965E** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tAAC3C64246AE0DC28B7C64E164D448FFB5DC965E* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___keys_7)); }
inline KeyCollection_t8C90177E482F404694EA97ED2C5D56444CBF6197 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_t8C90177E482F404694EA97ED2C5D56444CBF6197 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_t8C90177E482F404694EA97ED2C5D56444CBF6197 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ___values_8)); }
inline ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 * get_values_8() const { return ___values_8; }
inline ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T4CAF579D576CCEDF0310DD80EFB19ACBE04267D8_H
#ifndef DICTIONARY_2_T2B4A575938F12185D62CE7B381FC75D09F004B17_H
#define DICTIONARY_2_T2B4A575938F12185D62CE7B381FC75D09F004B17_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<System.Threading.Thread,System.Diagnostics.StackTrace>
struct Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 : public RuntimeObject
{
public:
// System.Int32[] System.Collections.Generic.Dictionary`2::buckets
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___buckets_0;
// System.Collections.Generic.Dictionary`2_Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::entries
EntryU5BU5D_tA558CC6E28C43B2D7758122D8485E95B3A71C11E* ___entries_1;
// System.Int32 System.Collections.Generic.Dictionary`2::count
int32_t ___count_2;
// System.Int32 System.Collections.Generic.Dictionary`2::version
int32_t ___version_3;
// System.Int32 System.Collections.Generic.Dictionary`2::freeList
int32_t ___freeList_4;
// System.Int32 System.Collections.Generic.Dictionary`2::freeCount
int32_t ___freeCount_5;
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::comparer
RuntimeObject* ___comparer_6;
// System.Collections.Generic.Dictionary`2_KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::keys
KeyCollection_tAA2DBF10745561A94283636BB2240E37C9A601A8 * ___keys_7;
// System.Collections.Generic.Dictionary`2_ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::values
ValueCollection_t979EB309C2A428AD90FD081AC5A453D6E128C0A7 * ___values_8;
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
RuntimeObject * ____syncRoot_9;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___buckets_0)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_buckets_0() const { return ___buckets_0; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_entries_1() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___entries_1)); }
inline EntryU5BU5D_tA558CC6E28C43B2D7758122D8485E95B3A71C11E* get_entries_1() const { return ___entries_1; }
inline EntryU5BU5D_tA558CC6E28C43B2D7758122D8485E95B3A71C11E** get_address_of_entries_1() { return &___entries_1; }
inline void set_entries_1(EntryU5BU5D_tA558CC6E28C43B2D7758122D8485E95B3A71C11E* value)
{
___entries_1 = value;
Il2CppCodeGenWriteBarrier((&___entries_1), value);
}
inline static int32_t get_offset_of_count_2() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___count_2)); }
inline int32_t get_count_2() const { return ___count_2; }
inline int32_t* get_address_of_count_2() { return &___count_2; }
inline void set_count_2(int32_t value)
{
___count_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_freeList_4() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___freeList_4)); }
inline int32_t get_freeList_4() const { return ___freeList_4; }
inline int32_t* get_address_of_freeList_4() { return &___freeList_4; }
inline void set_freeList_4(int32_t value)
{
___freeList_4 = value;
}
inline static int32_t get_offset_of_freeCount_5() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___freeCount_5)); }
inline int32_t get_freeCount_5() const { return ___freeCount_5; }
inline int32_t* get_address_of_freeCount_5() { return &___freeCount_5; }
inline void set_freeCount_5(int32_t value)
{
___freeCount_5 = value;
}
inline static int32_t get_offset_of_comparer_6() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___comparer_6)); }
inline RuntimeObject* get_comparer_6() const { return ___comparer_6; }
inline RuntimeObject** get_address_of_comparer_6() { return &___comparer_6; }
inline void set_comparer_6(RuntimeObject* value)
{
___comparer_6 = value;
Il2CppCodeGenWriteBarrier((&___comparer_6), value);
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___keys_7)); }
inline KeyCollection_tAA2DBF10745561A94283636BB2240E37C9A601A8 * get_keys_7() const { return ___keys_7; }
inline KeyCollection_tAA2DBF10745561A94283636BB2240E37C9A601A8 ** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(KeyCollection_tAA2DBF10745561A94283636BB2240E37C9A601A8 * value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ___values_8)); }
inline ValueCollection_t979EB309C2A428AD90FD081AC5A453D6E128C0A7 * get_values_8() const { return ___values_8; }
inline ValueCollection_t979EB309C2A428AD90FD081AC5A453D6E128C0A7 ** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(ValueCollection_t979EB309C2A428AD90FD081AC5A453D6E128C0A7 * value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__syncRoot_9() { return static_cast<int32_t>(offsetof(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17, ____syncRoot_9)); }
inline RuntimeObject * get__syncRoot_9() const { return ____syncRoot_9; }
inline RuntimeObject ** get_address_of__syncRoot_9() { return &____syncRoot_9; }
inline void set__syncRoot_9(RuntimeObject * value)
{
____syncRoot_9 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DICTIONARY_2_T2B4A575938F12185D62CE7B381FC75D09F004B17_H
#ifndef LINKEDLISTNODE_1_T37766C8714844E492C31C1A9F24122F75B56E1E9_H
#define LINKEDLISTNODE_1_T37766C8714844E492C31C1A9F24122F75B56E1E9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedListNode`1<System.WeakReference>
struct LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 : public RuntimeObject
{
public:
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * ___list_0;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * ___next_1;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * ___prev_2;
// T System.Collections.Generic.LinkedListNode`1::item
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * ___item_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9, ___list_0)); }
inline LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * get_list_0() const { return ___list_0; }
inline LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9, ___next_1)); }
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * get_next_1() const { return ___next_1; }
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 ** get_address_of_next_1() { return &___next_1; }
inline void set_next_1(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * value)
{
___next_1 = value;
Il2CppCodeGenWriteBarrier((&___next_1), value);
}
inline static int32_t get_offset_of_prev_2() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9, ___prev_2)); }
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * get_prev_2() const { return ___prev_2; }
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 ** get_address_of_prev_2() { return &___prev_2; }
inline void set_prev_2(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * value)
{
___prev_2 = value;
Il2CppCodeGenWriteBarrier((&___prev_2), value);
}
inline static int32_t get_offset_of_item_3() { return static_cast<int32_t>(offsetof(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9, ___item_3)); }
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * get_item_3() const { return ___item_3; }
inline WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D ** get_address_of_item_3() { return &___item_3; }
inline void set_item_3(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * value)
{
___item_3 = value;
Il2CppCodeGenWriteBarrier((&___item_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINKEDLISTNODE_1_T37766C8714844E492C31C1A9F24122F75B56E1E9_H
#ifndef LINKEDLIST_1_T4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25_H
#define LINKEDLIST_1_T4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedList`1<System.WeakReference>
struct LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 : public RuntimeObject
{
public:
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * ___head_0;
// System.Int32 System.Collections.Generic.LinkedList`1::count
int32_t ___count_1;
// System.Int32 System.Collections.Generic.LinkedList`1::version
int32_t ___version_2;
// System.Object System.Collections.Generic.LinkedList`1::_syncRoot
RuntimeObject * ____syncRoot_3;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____siInfo_4;
public:
inline static int32_t get_offset_of_head_0() { return static_cast<int32_t>(offsetof(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25, ___head_0)); }
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * get_head_0() const { return ___head_0; }
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 ** get_address_of_head_0() { return &___head_0; }
inline void set_head_0(LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * value)
{
___head_0 = value;
Il2CppCodeGenWriteBarrier((&___head_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
inline static int32_t get_offset_of__siInfo_4() { return static_cast<int32_t>(offsetof(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25, ____siInfo_4)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__siInfo_4() const { return ____siInfo_4; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__siInfo_4() { return &____siInfo_4; }
inline void set__siInfo_4(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____siInfo_4 = value;
Il2CppCodeGenWriteBarrier((&____siInfo_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINKEDLIST_1_T4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25_H
#ifndef LIST_1_TB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_H
#define LIST_1_TB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Net.IPAddress>
struct List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98, ____items_1)); }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get__items_1() const { return ____items_1; }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_StaticFields, ____emptyArray_5)); }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get__emptyArray_5() const { return ____emptyArray_5; }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_H
#ifndef LIST_1_TB81BF77943BE9280522DB3ACB20B6887B3DFB65A_H
#define LIST_1_TB81BF77943BE9280522DB3ACB20B6887B3DFB65A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Net.MonoChunkStream_Chunk>
struct List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A, ____items_1)); }
inline ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488* get__items_1() const { return ____items_1; }
inline ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A_StaticFields, ____emptyArray_5)); }
inline ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488* get__emptyArray_5() const { return ____emptyArray_5; }
inline ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ChunkU5BU5D_tA4512EBB92ACCE4F3F05F6A21ECE30C516BAB488* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TB81BF77943BE9280522DB3ACB20B6887B3DFB65A_H
#ifndef LIST_1_TADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_H
#define LIST_1_TADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Net.WebConnectionGroup>
struct List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460, ____items_1)); }
inline WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407* get__items_1() const { return ____items_1; }
inline WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_StaticFields, ____emptyArray_5)); }
inline WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407* get__emptyArray_5() const { return ____emptyArray_5; }
inline WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(WebConnectionGroupU5BU5D_t5A3D7DFDD861C7C382A95320AEADC07ADFF5C407* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_H
#ifndef LIST_1_T584FFF54C798BF7768C5EA483641BADEC0CB963D_H
#define LIST_1_T584FFF54C798BF7768C5EA483641BADEC0CB963D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Threading.Thread>
struct List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866* ____items_1;
// System.Int32 System.Collections.Generic.List`1::_size
int32_t ____size_2;
// System.Int32 System.Collections.Generic.List`1::_version
int32_t ____version_3;
// System.Object System.Collections.Generic.List`1::_syncRoot
RuntimeObject * ____syncRoot_4;
public:
inline static int32_t get_offset_of__items_1() { return static_cast<int32_t>(offsetof(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D, ____items_1)); }
inline ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866* get__items_1() const { return ____items_1; }
inline ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of__version_3() { return static_cast<int32_t>(offsetof(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D, ____version_3)); }
inline int32_t get__version_3() const { return ____version_3; }
inline int32_t* get_address_of__version_3() { return &____version_3; }
inline void set__version_3(int32_t value)
{
____version_3 = value;
}
inline static int32_t get_offset_of__syncRoot_4() { return static_cast<int32_t>(offsetof(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D_StaticFields, ____emptyArray_5)); }
inline ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866* get__emptyArray_5() const { return ____emptyArray_5; }
inline ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(ThreadU5BU5D_t300217D81F9B791A2813CC625D384FA082DA4866* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T584FFF54C798BF7768C5EA483641BADEC0CB963D_H
#ifndef SORTEDLIST_TC8B7CDE75652EC657C510034F127B9DFDE16BF4E_H
#define SORTEDLIST_TC8B7CDE75652EC657C510034F127B9DFDE16BF4E_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_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E : public RuntimeObject
{
public:
// System.Object[] System.Collections.SortedList::keys
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___keys_0;
// System.Object[] System.Collections.SortedList::values
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___values_1;
// System.Int32 System.Collections.SortedList::_size
int32_t ____size_2;
// System.Int32 System.Collections.SortedList::version
int32_t ___version_3;
// System.Collections.IComparer System.Collections.SortedList::comparer
RuntimeObject* ___comparer_4;
// System.Collections.SortedList_ValueList System.Collections.SortedList::valueList
ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * ___valueList_5;
// System.Object System.Collections.SortedList::_syncRoot
RuntimeObject * ____syncRoot_6;
public:
inline static int32_t get_offset_of_keys_0() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___keys_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_keys_0() const { return ___keys_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_keys_0() { return &___keys_0; }
inline void set_keys_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___keys_0 = value;
Il2CppCodeGenWriteBarrier((&___keys_0), value);
}
inline static int32_t get_offset_of_values_1() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___values_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_values_1() const { return ___values_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_values_1() { return &___values_1; }
inline void set_values_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___values_1 = value;
Il2CppCodeGenWriteBarrier((&___values_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____size_2)); }
inline int32_t get__size_2() const { return ____size_2; }
inline int32_t* get_address_of__size_2() { return &____size_2; }
inline void set__size_2(int32_t value)
{
____size_2 = value;
}
inline static int32_t get_offset_of_version_3() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___version_3)); }
inline int32_t get_version_3() const { return ___version_3; }
inline int32_t* get_address_of_version_3() { return &___version_3; }
inline void set_version_3(int32_t value)
{
___version_3 = value;
}
inline static int32_t get_offset_of_comparer_4() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___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_valueList_5() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___valueList_5)); }
inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * get_valueList_5() const { return ___valueList_5; }
inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE ** get_address_of_valueList_5() { return &___valueList_5; }
inline void set_valueList_5(ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * value)
{
___valueList_5 = value;
Il2CppCodeGenWriteBarrier((&___valueList_5), value);
}
inline static int32_t get_offset_of__syncRoot_6() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____syncRoot_6)); }
inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; }
inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; }
inline void set__syncRoot_6(RuntimeObject * value)
{
____syncRoot_6 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_6), value);
}
};
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields
{
public:
// System.Object[] System.Collections.SortedList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_7;
public:
inline static int32_t get_offset_of_emptyArray_7() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields, ___emptyArray_7)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_7() const { return ___emptyArray_7; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_7() { return &___emptyArray_7; }
inline void set_emptyArray_7(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_7 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SORTEDLIST_TC8B7CDE75652EC657C510034F127B9DFDE16BF4E_H
#ifndef HYBRIDDICTIONARY_T885F953154C575D3408650DCE5D0B76F1EE4E549_H
#define HYBRIDDICTIONARY_T885F953154C575D3408650DCE5D0B76F1EE4E549_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_t885F953154C575D3408650DCE5D0B76F1EE4E549 : public RuntimeObject
{
public:
// System.Collections.Specialized.ListDictionary System.Collections.Specialized.HybridDictionary::list
ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * ___list_0;
// System.Collections.Hashtable System.Collections.Specialized.HybridDictionary::hashtable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___hashtable_1;
// System.Boolean System.Collections.Specialized.HybridDictionary::caseInsensitive
bool ___caseInsensitive_2;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___list_0)); }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * get_list_0() const { return ___list_0; }
inline ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ListDictionary_tE68C8A5DB37EB10F3AA958AB3BF214346402074D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_hashtable_1() { return static_cast<int32_t>(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___hashtable_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_hashtable_1() const { return ___hashtable_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_hashtable_1() { return &___hashtable_1; }
inline void set_hashtable_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___hashtable_1 = value;
Il2CppCodeGenWriteBarrier((&___hashtable_1), value);
}
inline static int32_t get_offset_of_caseInsensitive_2() { return static_cast<int32_t>(offsetof(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549, ___caseInsensitive_2)); }
inline bool get_caseInsensitive_2() const { return ___caseInsensitive_2; }
inline bool* get_address_of_caseInsensitive_2() { return &___caseInsensitive_2; }
inline void set_caseInsensitive_2(bool value)
{
___caseInsensitive_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HYBRIDDICTIONARY_T885F953154C575D3408650DCE5D0B76F1EE4E549_H
#ifndef NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H
#define NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Specialized.NameObjectCollectionBase
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D : public RuntimeObject
{
public:
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly
bool ____readOnly_0;
// System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____entriesArray_1;
// System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer
RuntimeObject* ____keyComparer_2;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____entriesTable_3;
// System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * ____nullKeyEntry_4;
// System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____serializationInfo_5;
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version
int32_t ____version_6;
// System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot
RuntimeObject * ____syncRoot_7;
public:
inline static int32_t get_offset_of__readOnly_0() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____readOnly_0)); }
inline bool get__readOnly_0() const { return ____readOnly_0; }
inline bool* get_address_of__readOnly_0() { return &____readOnly_0; }
inline void set__readOnly_0(bool value)
{
____readOnly_0 = value;
}
inline static int32_t get_offset_of__entriesArray_1() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesArray_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__entriesArray_1() const { return ____entriesArray_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__entriesArray_1() { return &____entriesArray_1; }
inline void set__entriesArray_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____entriesArray_1 = value;
Il2CppCodeGenWriteBarrier((&____entriesArray_1), value);
}
inline static int32_t get_offset_of__keyComparer_2() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____keyComparer_2)); }
inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; }
inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; }
inline void set__keyComparer_2(RuntimeObject* value)
{
____keyComparer_2 = value;
Il2CppCodeGenWriteBarrier((&____keyComparer_2), value);
}
inline static int32_t get_offset_of__entriesTable_3() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesTable_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__entriesTable_3() const { return ____entriesTable_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__entriesTable_3() { return &____entriesTable_3; }
inline void set__entriesTable_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____entriesTable_3 = value;
Il2CppCodeGenWriteBarrier((&____entriesTable_3), value);
}
inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____nullKeyEntry_4)); }
inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; }
inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; }
inline void set__nullKeyEntry_4(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * value)
{
____nullKeyEntry_4 = value;
Il2CppCodeGenWriteBarrier((&____nullKeyEntry_4), value);
}
inline static int32_t get_offset_of__serializationInfo_5() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____serializationInfo_5)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__serializationInfo_5() const { return ____serializationInfo_5; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; }
inline void set__serializationInfo_5(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____serializationInfo_5 = value;
Il2CppCodeGenWriteBarrier((&____serializationInfo_5), value);
}
inline static int32_t get_offset_of__version_6() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____version_6)); }
inline int32_t get__version_6() const { return ____version_6; }
inline int32_t* get_address_of__version_6() { return &____version_6; }
inline void set__version_6(int32_t value)
{
____version_6 = value;
}
inline static int32_t get_offset_of__syncRoot_7() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____syncRoot_7)); }
inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; }
inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; }
inline void set__syncRoot_7(RuntimeObject * value)
{
____syncRoot_7 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_7), value);
}
};
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields
{
public:
// System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ___defaultComparer_8;
public:
inline static int32_t get_offset_of_defaultComparer_8() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields, ___defaultComparer_8)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get_defaultComparer_8() const { return ___defaultComparer_8; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; }
inline void set_defaultComparer_8(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
___defaultComparer_8 = value;
Il2CppCodeGenWriteBarrier((&___defaultComparer_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H
#ifndef DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#define DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject
{
public:
public:
};
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields
{
public:
// System.DBNull System.DBNull::Value
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#ifndef STACKTRACE_TD5D45826A379D8DF0CFB2CA206D992EE718C7E99_H
#define STACKTRACE_TD5D45826A379D8DF0CFB2CA206D992EE718C7E99_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Diagnostics.StackTrace
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 : public RuntimeObject
{
public:
// System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* ___frames_1;
// System.Diagnostics.StackTrace[] System.Diagnostics.StackTrace::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_2;
// System.Boolean System.Diagnostics.StackTrace::debug_info
bool ___debug_info_3;
public:
inline static int32_t get_offset_of_frames_1() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___frames_1)); }
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* get_frames_1() const { return ___frames_1; }
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D** get_address_of_frames_1() { return &___frames_1; }
inline void set_frames_1(StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* value)
{
___frames_1 = value;
Il2CppCodeGenWriteBarrier((&___frames_1), value);
}
inline static int32_t get_offset_of_captured_traces_2() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___captured_traces_2)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_2() const { return ___captured_traces_2; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_2() { return &___captured_traces_2; }
inline void set_captured_traces_2(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_2 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_2), value);
}
inline static int32_t get_offset_of_debug_info_3() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___debug_info_3)); }
inline bool get_debug_info_3() const { return ___debug_info_3; }
inline bool* get_address_of_debug_info_3() { return &___debug_info_3; }
inline void set_debug_info_3(bool value)
{
___debug_info_3 = value;
}
};
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields
{
public:
// System.Boolean System.Diagnostics.StackTrace::isAotidSet
bool ___isAotidSet_4;
// System.String System.Diagnostics.StackTrace::aotid
String_t* ___aotid_5;
public:
inline static int32_t get_offset_of_isAotidSet_4() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___isAotidSet_4)); }
inline bool get_isAotidSet_4() const { return ___isAotidSet_4; }
inline bool* get_address_of_isAotidSet_4() { return &___isAotidSet_4; }
inline void set_isAotidSet_4(bool value)
{
___isAotidSet_4 = value;
}
inline static int32_t get_offset_of_aotid_5() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___aotid_5)); }
inline String_t* get_aotid_5() const { return ___aotid_5; }
inline String_t** get_address_of_aotid_5() { return &___aotid_5; }
inline void set_aotid_5(String_t* value)
{
___aotid_5 = value;
Il2CppCodeGenWriteBarrier((&___aotid_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKTRACE_TD5D45826A379D8DF0CFB2CA206D992EE718C7E99_H
#ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((&___Empty_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef IOASYNCRESULT_TB02ABC485035B18A731F1B61FB27EE17F4B792AD_H
#define IOASYNCRESULT_TB02ABC485035B18A731F1B61FB27EE17F4B792AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD : public RuntimeObject
{
public:
// System.AsyncCallback System.IOAsyncResult::async_callback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___async_callback_0;
// System.Object System.IOAsyncResult::async_state
RuntimeObject * ___async_state_1;
// System.Threading.ManualResetEvent System.IOAsyncResult::wait_handle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2;
// System.Boolean System.IOAsyncResult::completed_synchronously
bool ___completed_synchronously_3;
// System.Boolean System.IOAsyncResult::completed
bool ___completed_4;
public:
inline static int32_t get_offset_of_async_callback_0() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___async_callback_0)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_async_callback_0() const { return ___async_callback_0; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_async_callback_0() { return &___async_callback_0; }
inline void set_async_callback_0(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___async_callback_0 = value;
Il2CppCodeGenWriteBarrier((&___async_callback_0), value);
}
inline static int32_t get_offset_of_async_state_1() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___async_state_1)); }
inline RuntimeObject * get_async_state_1() const { return ___async_state_1; }
inline RuntimeObject ** get_address_of_async_state_1() { return &___async_state_1; }
inline void set_async_state_1(RuntimeObject * value)
{
___async_state_1 = value;
Il2CppCodeGenWriteBarrier((&___async_state_1), value);
}
inline static int32_t get_offset_of_wait_handle_2() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___wait_handle_2)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_wait_handle_2() const { return ___wait_handle_2; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_wait_handle_2() { return &___wait_handle_2; }
inline void set_wait_handle_2(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___wait_handle_2 = value;
Il2CppCodeGenWriteBarrier((&___wait_handle_2), value);
}
inline static int32_t get_offset_of_completed_synchronously_3() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___completed_synchronously_3)); }
inline bool get_completed_synchronously_3() const { return ___completed_synchronously_3; }
inline bool* get_address_of_completed_synchronously_3() { return &___completed_synchronously_3; }
inline void set_completed_synchronously_3(bool value)
{
___completed_synchronously_3 = value;
}
inline static int32_t get_offset_of_completed_4() { return static_cast<int32_t>(offsetof(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD, ___completed_4)); }
inline bool get_completed_4() const { return ___completed_4; }
inline bool* get_address_of_completed_4() { return &___completed_4; }
inline void set_completed_4(bool value)
{
___completed_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke
{
Il2CppMethodPointer ___async_callback_0;
Il2CppIUnknown* ___async_state_1;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2;
int32_t ___completed_synchronously_3;
int32_t ___completed_4;
};
// Native definition for COM marshalling of System.IOAsyncResult
struct IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com
{
Il2CppMethodPointer ___async_callback_0;
Il2CppIUnknown* ___async_state_1;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___wait_handle_2;
int32_t ___completed_synchronously_3;
int32_t ___completed_4;
};
#endif // IOASYNCRESULT_TB02ABC485035B18A731F1B61FB27EE17F4B792AD_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H
#define AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B : public RuntimeObject
{
public:
// System.String System.Net.Authorization::m_Message
String_t* ___m_Message_0;
// System.Boolean System.Net.Authorization::m_Complete
bool ___m_Complete_1;
// System.String System.Net.Authorization::ModuleAuthenticationType
String_t* ___ModuleAuthenticationType_2;
public:
inline static int32_t get_offset_of_m_Message_0() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Message_0)); }
inline String_t* get_m_Message_0() const { return ___m_Message_0; }
inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; }
inline void set_m_Message_0(String_t* value)
{
___m_Message_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Message_0), value);
}
inline static int32_t get_offset_of_m_Complete_1() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Complete_1)); }
inline bool get_m_Complete_1() const { return ___m_Complete_1; }
inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; }
inline void set_m_Complete_1(bool value)
{
___m_Complete_1 = value;
}
inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___ModuleAuthenticationType_2)); }
inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; }
inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; }
inline void set_ModuleAuthenticationType_2(String_t* value)
{
___ModuleAuthenticationType_2 = value;
Il2CppCodeGenWriteBarrier((&___ModuleAuthenticationType_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H
#ifndef ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H
#define ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H
#ifndef HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H
#define HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpVersion
struct HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1 : public RuntimeObject
{
public:
public:
};
struct HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields
{
public:
// System.Version System.Net.HttpVersion::Version10
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version10_0;
// System.Version System.Net.HttpVersion::Version11
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version11_1;
public:
inline static int32_t get_offset_of_Version10_0() { return static_cast<int32_t>(offsetof(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields, ___Version10_0)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version10_0() const { return ___Version10_0; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version10_0() { return &___Version10_0; }
inline void set_Version10_0(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___Version10_0 = value;
Il2CppCodeGenWriteBarrier((&___Version10_0), value);
}
inline static int32_t get_offset_of_Version11_1() { return static_cast<int32_t>(offsetof(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields, ___Version11_1)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version11_1() const { return ___Version11_1; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version11_1() { return &___Version11_1; }
inline void set_Version11_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___Version11_1 = value;
Il2CppCodeGenWriteBarrier((&___Version11_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H
#ifndef IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H
#define IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPHostEntry
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D : public RuntimeObject
{
public:
// System.String System.Net.IPHostEntry::hostName
String_t* ___hostName_0;
// System.String[] System.Net.IPHostEntry::aliases
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___aliases_1;
// System.Net.IPAddress[] System.Net.IPHostEntry::addressList
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addressList_2;
// System.Boolean System.Net.IPHostEntry::isTrustedHost
bool ___isTrustedHost_3;
public:
inline static int32_t get_offset_of_hostName_0() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___hostName_0)); }
inline String_t* get_hostName_0() const { return ___hostName_0; }
inline String_t** get_address_of_hostName_0() { return &___hostName_0; }
inline void set_hostName_0(String_t* value)
{
___hostName_0 = value;
Il2CppCodeGenWriteBarrier((&___hostName_0), value);
}
inline static int32_t get_offset_of_aliases_1() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___aliases_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_aliases_1() const { return ___aliases_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_aliases_1() { return &___aliases_1; }
inline void set_aliases_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___aliases_1 = value;
Il2CppCodeGenWriteBarrier((&___aliases_1), value);
}
inline static int32_t get_offset_of_addressList_2() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___addressList_2)); }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get_addressList_2() const { return ___addressList_2; }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of_addressList_2() { return &___addressList_2; }
inline void set_addressList_2(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
{
___addressList_2 = value;
Il2CppCodeGenWriteBarrier((&___addressList_2), value);
}
inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___isTrustedHost_3)); }
inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; }
inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; }
inline void set_isTrustedHost_3(bool value)
{
___isTrustedHost_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H
#ifndef LAZYASYNCRESULT_T6D867D275402699126BB3DC89093BD94CFFDA5D3_H
#define LAZYASYNCRESULT_T6D867D275402699126BB3DC89093BD94CFFDA5D3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.LazyAsyncResult
struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 : public RuntimeObject
{
public:
// System.Object System.Net.LazyAsyncResult::m_AsyncObject
RuntimeObject * ___m_AsyncObject_1;
// System.Object System.Net.LazyAsyncResult::m_AsyncState
RuntimeObject * ___m_AsyncState_2;
// System.AsyncCallback System.Net.LazyAsyncResult::m_AsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___m_AsyncCallback_3;
// System.Object System.Net.LazyAsyncResult::m_Result
RuntimeObject * ___m_Result_4;
// System.Int32 System.Net.LazyAsyncResult::m_IntCompleted
int32_t ___m_IntCompleted_5;
// System.Boolean System.Net.LazyAsyncResult::m_UserEvent
bool ___m_UserEvent_6;
// System.Object System.Net.LazyAsyncResult::m_Event
RuntimeObject * ___m_Event_7;
public:
inline static int32_t get_offset_of_m_AsyncObject_1() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_AsyncObject_1)); }
inline RuntimeObject * get_m_AsyncObject_1() const { return ___m_AsyncObject_1; }
inline RuntimeObject ** get_address_of_m_AsyncObject_1() { return &___m_AsyncObject_1; }
inline void set_m_AsyncObject_1(RuntimeObject * value)
{
___m_AsyncObject_1 = value;
Il2CppCodeGenWriteBarrier((&___m_AsyncObject_1), value);
}
inline static int32_t get_offset_of_m_AsyncState_2() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_AsyncState_2)); }
inline RuntimeObject * get_m_AsyncState_2() const { return ___m_AsyncState_2; }
inline RuntimeObject ** get_address_of_m_AsyncState_2() { return &___m_AsyncState_2; }
inline void set_m_AsyncState_2(RuntimeObject * value)
{
___m_AsyncState_2 = value;
Il2CppCodeGenWriteBarrier((&___m_AsyncState_2), value);
}
inline static int32_t get_offset_of_m_AsyncCallback_3() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_AsyncCallback_3)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_m_AsyncCallback_3() const { return ___m_AsyncCallback_3; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_m_AsyncCallback_3() { return &___m_AsyncCallback_3; }
inline void set_m_AsyncCallback_3(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___m_AsyncCallback_3 = value;
Il2CppCodeGenWriteBarrier((&___m_AsyncCallback_3), value);
}
inline static int32_t get_offset_of_m_Result_4() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_Result_4)); }
inline RuntimeObject * get_m_Result_4() const { return ___m_Result_4; }
inline RuntimeObject ** get_address_of_m_Result_4() { return &___m_Result_4; }
inline void set_m_Result_4(RuntimeObject * value)
{
___m_Result_4 = value;
Il2CppCodeGenWriteBarrier((&___m_Result_4), value);
}
inline static int32_t get_offset_of_m_IntCompleted_5() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_IntCompleted_5)); }
inline int32_t get_m_IntCompleted_5() const { return ___m_IntCompleted_5; }
inline int32_t* get_address_of_m_IntCompleted_5() { return &___m_IntCompleted_5; }
inline void set_m_IntCompleted_5(int32_t value)
{
___m_IntCompleted_5 = value;
}
inline static int32_t get_offset_of_m_UserEvent_6() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_UserEvent_6)); }
inline bool get_m_UserEvent_6() const { return ___m_UserEvent_6; }
inline bool* get_address_of_m_UserEvent_6() { return &___m_UserEvent_6; }
inline void set_m_UserEvent_6(bool value)
{
___m_UserEvent_6 = value;
}
inline static int32_t get_offset_of_m_Event_7() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3, ___m_Event_7)); }
inline RuntimeObject * get_m_Event_7() const { return ___m_Event_7; }
inline RuntimeObject ** get_address_of_m_Event_7() { return &___m_Event_7; }
inline void set_m_Event_7(RuntimeObject * value)
{
___m_Event_7 = value;
Il2CppCodeGenWriteBarrier((&___m_Event_7), value);
}
};
struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_ThreadStaticFields
{
public:
// System.Net.LazyAsyncResult_ThreadContext System.Net.LazyAsyncResult::t_ThreadContext
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * ___t_ThreadContext_0;
public:
inline static int32_t get_offset_of_t_ThreadContext_0() { return static_cast<int32_t>(offsetof(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_ThreadStaticFields, ___t_ThreadContext_0)); }
inline ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * get_t_ThreadContext_0() const { return ___t_ThreadContext_0; }
inline ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 ** get_address_of_t_ThreadContext_0() { return &___t_ThreadContext_0; }
inline void set_t_ThreadContext_0(ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * value)
{
___t_ThreadContext_0 = value;
Il2CppCodeGenWriteBarrier((&___t_ThreadContext_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LAZYASYNCRESULT_T6D867D275402699126BB3DC89093BD94CFFDA5D3_H
#ifndef THREADCONTEXT_TCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082_H
#define THREADCONTEXT_TCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.LazyAsyncResult_ThreadContext
struct ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 : public RuntimeObject
{
public:
// System.Int32 System.Net.LazyAsyncResult_ThreadContext::m_NestedIOCount
int32_t ___m_NestedIOCount_0;
public:
inline static int32_t get_offset_of_m_NestedIOCount_0() { return static_cast<int32_t>(offsetof(ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082, ___m_NestedIOCount_0)); }
inline int32_t get_m_NestedIOCount_0() const { return ___m_NestedIOCount_0; }
inline int32_t* get_address_of_m_NestedIOCount_0() { return &___m_NestedIOCount_0; }
inline void set_m_NestedIOCount_0(int32_t value)
{
___m_NestedIOCount_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THREADCONTEXT_TCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082_H
#ifndef LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H
#define LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Logging
struct Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70 : public RuntimeObject
{
public:
public:
};
struct Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields
{
public:
// System.Boolean System.Net.Logging::On
bool ___On_0;
public:
inline static int32_t get_offset_of_On_0() { return static_cast<int32_t>(offsetof(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields, ___On_0)); }
inline bool get_On_0() const { return ___On_0; }
inline bool* get_address_of_On_0() { return &___On_0; }
inline void set_On_0(bool value)
{
___On_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H
#ifndef CHUNK_TB367D5D805924164D239F587BC848162536B8AB7_H
#define CHUNK_TB367D5D805924164D239F587BC848162536B8AB7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.MonoChunkStream_Chunk
struct Chunk_tB367D5D805924164D239F587BC848162536B8AB7 : public RuntimeObject
{
public:
// System.Byte[] System.Net.MonoChunkStream_Chunk::Bytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Bytes_0;
// System.Int32 System.Net.MonoChunkStream_Chunk::Offset
int32_t ___Offset_1;
public:
inline static int32_t get_offset_of_Bytes_0() { return static_cast<int32_t>(offsetof(Chunk_tB367D5D805924164D239F587BC848162536B8AB7, ___Bytes_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Bytes_0() const { return ___Bytes_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Bytes_0() { return &___Bytes_0; }
inline void set_Bytes_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Bytes_0 = value;
Il2CppCodeGenWriteBarrier((&___Bytes_0), value);
}
inline static int32_t get_offset_of_Offset_1() { return static_cast<int32_t>(offsetof(Chunk_tB367D5D805924164D239F587BC848162536B8AB7, ___Offset_1)); }
inline int32_t get_Offset_1() const { return ___Offset_1; }
inline int32_t* get_address_of_Offset_1() { return &___Offset_1; }
inline void set_Offset_1(int32_t value)
{
___Offset_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHUNK_TB367D5D805924164D239F587BC848162536B8AB7_H
#ifndef NCLUTILITIES_T1E11D9E65C8178A3ED5BB72747DF0C57B1283183_H
#define NCLUTILITIES_T1E11D9E65C8178A3ED5BB72747DF0C57B1283183_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NclUtilities
struct NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183 : public RuntimeObject
{
public:
public:
};
struct NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields
{
public:
// System.Net.IPAddress[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.NclUtilities::_LocalAddresses
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ____LocalAddresses_0;
// System.Object System.Net.NclUtilities::_LocalAddressesLock
RuntimeObject * ____LocalAddressesLock_1;
// System.String System.Net.NclUtilities::_LocalDomainName
String_t* ____LocalDomainName_2;
public:
inline static int32_t get_offset_of__LocalAddresses_0() { return static_cast<int32_t>(offsetof(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields, ____LocalAddresses_0)); }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get__LocalAddresses_0() const { return ____LocalAddresses_0; }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of__LocalAddresses_0() { return &____LocalAddresses_0; }
inline void set__LocalAddresses_0(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
{
____LocalAddresses_0 = value;
Il2CppCodeGenWriteBarrier((&____LocalAddresses_0), value);
}
inline static int32_t get_offset_of__LocalAddressesLock_1() { return static_cast<int32_t>(offsetof(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields, ____LocalAddressesLock_1)); }
inline RuntimeObject * get__LocalAddressesLock_1() const { return ____LocalAddressesLock_1; }
inline RuntimeObject ** get_address_of__LocalAddressesLock_1() { return &____LocalAddressesLock_1; }
inline void set__LocalAddressesLock_1(RuntimeObject * value)
{
____LocalAddressesLock_1 = value;
Il2CppCodeGenWriteBarrier((&____LocalAddressesLock_1), value);
}
inline static int32_t get_offset_of__LocalDomainName_2() { return static_cast<int32_t>(offsetof(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields, ____LocalDomainName_2)); }
inline String_t* get__LocalDomainName_2() const { return ____LocalDomainName_2; }
inline String_t** get_address_of__LocalDomainName_2() { return &____LocalDomainName_2; }
inline void set__LocalDomainName_2(String_t* value)
{
____LocalDomainName_2 = value;
Il2CppCodeGenWriteBarrier((&____LocalDomainName_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NCLUTILITIES_T1E11D9E65C8178A3ED5BB72747DF0C57B1283183_H
#ifndef NETRES_TB18DF1FAF98D8D7505D72FA149E57F0D31E2653B_H
#define NETRES_TB18DF1FAF98D8D7505D72FA149E57F0D31E2653B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetRes
struct NetRes_tB18DF1FAF98D8D7505D72FA149E57F0D31E2653B : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETRES_TB18DF1FAF98D8D7505D72FA149E57F0D31E2653B_H
#ifndef NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H
#define NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 : public RuntimeObject
{
public:
// System.String System.Net.NetworkCredential::m_domain
String_t* ___m_domain_0;
// System.String System.Net.NetworkCredential::m_userName
String_t* ___m_userName_1;
// System.Security.SecureString System.Net.NetworkCredential::m_password
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_password_2;
public:
inline static int32_t get_offset_of_m_domain_0() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_domain_0)); }
inline String_t* get_m_domain_0() const { return ___m_domain_0; }
inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; }
inline void set_m_domain_0(String_t* value)
{
___m_domain_0 = value;
Il2CppCodeGenWriteBarrier((&___m_domain_0), value);
}
inline static int32_t get_offset_of_m_userName_1() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_userName_1)); }
inline String_t* get_m_userName_1() const { return ___m_userName_1; }
inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; }
inline void set_m_userName_1(String_t* value)
{
___m_userName_1 = value;
Il2CppCodeGenWriteBarrier((&___m_userName_1), value);
}
inline static int32_t get_offset_of_m_password_2() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_password_2)); }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_password_2() const { return ___m_password_2; }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_password_2() { return &___m_password_2; }
inline void set_m_password_2(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value)
{
___m_password_2 = value;
Il2CppCodeGenWriteBarrier((&___m_password_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H
#ifndef IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H
#define IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.IPGlobalProperties
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H
#ifndef NTLMCLIENT_TBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_H
#define NTLMCLIENT_TBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NtlmClient
struct NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 : public RuntimeObject
{
public:
// System.Net.IAuthenticationModule System.Net.NtlmClient::authObject
RuntimeObject* ___authObject_0;
public:
inline static int32_t get_offset_of_authObject_0() { return static_cast<int32_t>(offsetof(NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204, ___authObject_0)); }
inline RuntimeObject* get_authObject_0() const { return ___authObject_0; }
inline RuntimeObject** get_address_of_authObject_0() { return &___authObject_0; }
inline void set_authObject_0(RuntimeObject* value)
{
___authObject_0 = value;
Il2CppCodeGenWriteBarrier((&___authObject_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NTLMCLIENT_TBCB5B9D27D758545CF0BB6490F1A5CE77F65B204_H
#ifndef PATHLIST_TE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_H
#define PATHLIST_TE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.PathList
struct PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A : public RuntimeObject
{
public:
// System.Collections.SortedList System.Net.PathList::m_list
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___m_list_0;
public:
inline static int32_t get_offset_of_m_list_0() { return static_cast<int32_t>(offsetof(PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A, ___m_list_0)); }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * get_m_list_0() const { return ___m_list_0; }
inline SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E ** get_address_of_m_list_0() { return &___m_list_0; }
inline void set_m_list_0(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * value)
{
___m_list_0 = value;
Il2CppCodeGenWriteBarrier((&___m_list_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PATHLIST_TE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_H
#ifndef PATHLISTCOMPARER_TDBE17A93599D72911D22973B739F500E8C26ADCF_H
#define PATHLISTCOMPARER_TDBE17A93599D72911D22973B739F500E8C26ADCF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.PathList_PathListComparer
struct PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF : public RuntimeObject
{
public:
public:
};
struct PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_StaticFields
{
public:
// System.Net.PathList_PathListComparer System.Net.PathList_PathListComparer::StaticInstance
PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * ___StaticInstance_0;
public:
inline static int32_t get_offset_of_StaticInstance_0() { return static_cast<int32_t>(offsetof(PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_StaticFields, ___StaticInstance_0)); }
inline PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * get_StaticInstance_0() const { return ___StaticInstance_0; }
inline PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; }
inline void set_StaticInstance_0(PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * value)
{
___StaticInstance_0 = value;
Il2CppCodeGenWriteBarrier((&___StaticInstance_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PATHLISTCOMPARER_TDBE17A93599D72911D22973B739F500E8C26ADCF_H
#ifndef SERVERCERTVALIDATIONCALLBACK_T431E949AECAE20901007813737F5B26311F5F9FB_H
#define SERVERCERTVALIDATIONCALLBACK_T431E949AECAE20901007813737F5B26311F5F9FB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ServerCertValidationCallback
struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB : public RuntimeObject
{
public:
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::m_ValidationCallback
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___m_ValidationCallback_0;
// System.Threading.ExecutionContext System.Net.ServerCertValidationCallback::m_Context
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_Context_1;
public:
inline static int32_t get_offset_of_m_ValidationCallback_0() { return static_cast<int32_t>(offsetof(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB, ___m_ValidationCallback_0)); }
inline RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * get_m_ValidationCallback_0() const { return ___m_ValidationCallback_0; }
inline RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E ** get_address_of_m_ValidationCallback_0() { return &___m_ValidationCallback_0; }
inline void set_m_ValidationCallback_0(RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * value)
{
___m_ValidationCallback_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ValidationCallback_0), value);
}
inline static int32_t get_offset_of_m_Context_1() { return static_cast<int32_t>(offsetof(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB, ___m_Context_1)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_Context_1() const { return ___m_Context_1; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_Context_1() { return &___m_Context_1; }
inline void set_m_Context_1(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___m_Context_1 = value;
Il2CppCodeGenWriteBarrier((&___m_Context_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERVERCERTVALIDATIONCALLBACK_T431E949AECAE20901007813737F5B26311F5F9FB_H
#ifndef SPKEY_T11DD7899D8DCC8D651D31028474C6CD456FD4D63_H
#define SPKEY_T11DD7899D8DCC8D651D31028474C6CD456FD4D63_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_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 : public RuntimeObject
{
public:
// System.Uri System.Net.ServicePointManager_SPKey::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0;
// System.Uri System.Net.ServicePointManager_SPKey::proxy
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___proxy_1;
// System.Boolean System.Net.ServicePointManager_SPKey::use_connect
bool ___use_connect_2;
public:
inline static int32_t get_offset_of_uri_0() { return static_cast<int32_t>(offsetof(SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63, ___uri_0)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; }
inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_0 = value;
Il2CppCodeGenWriteBarrier((&___uri_0), value);
}
inline static int32_t get_offset_of_proxy_1() { return static_cast<int32_t>(offsetof(SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63, ___proxy_1)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_proxy_1() const { return ___proxy_1; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_proxy_1() { return &___proxy_1; }
inline void set_proxy_1(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___proxy_1 = value;
Il2CppCodeGenWriteBarrier((&___proxy_1), value);
}
inline static int32_t get_offset_of_use_connect_2() { return static_cast<int32_t>(offsetof(SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63, ___use_connect_2)); }
inline bool get_use_connect_2() const { return ___use_connect_2; }
inline bool* get_address_of_use_connect_2() { return &___use_connect_2; }
inline void set_use_connect_2(bool value)
{
___use_connect_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SPKEY_T11DD7899D8DCC8D651D31028474C6CD456FD4D63_H
#ifndef U3CU3EC__DISPLAYCLASS11_0_T8C200E7B255B4336993B38FAC7E931F8414EF122_H
#define U3CU3EC__DISPLAYCLASS11_0_T8C200E7B255B4336993B38FAC7E931F8414EF122_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SimpleAsyncResult_<>c__DisplayClass11_0
struct U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 : public RuntimeObject
{
public:
// System.Func`2<System.Net.SimpleAsyncResult,System.Boolean> System.Net.SimpleAsyncResult_<>c__DisplayClass11_0::func
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func_0;
// System.Object System.Net.SimpleAsyncResult_<>c__DisplayClass11_0::locker
RuntimeObject * ___locker_1;
// System.Net.SimpleAsyncCallback System.Net.SimpleAsyncResult_<>c__DisplayClass11_0::callback
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback_2;
public:
inline static int32_t get_offset_of_func_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122, ___func_0)); }
inline Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * get_func_0() const { return ___func_0; }
inline Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 ** get_address_of_func_0() { return &___func_0; }
inline void set_func_0(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * value)
{
___func_0 = value;
Il2CppCodeGenWriteBarrier((&___func_0), value);
}
inline static int32_t get_offset_of_locker_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122, ___locker_1)); }
inline RuntimeObject * get_locker_1() const { return ___locker_1; }
inline RuntimeObject ** get_address_of_locker_1() { return &___locker_1; }
inline void set_locker_1(RuntimeObject * value)
{
___locker_1 = value;
Il2CppCodeGenWriteBarrier((&___locker_1), value);
}
inline static int32_t get_offset_of_callback_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122, ___callback_2)); }
inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * get_callback_2() const { return ___callback_2; }
inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F ** get_address_of_callback_2() { return &___callback_2; }
inline void set_callback_2(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * value)
{
___callback_2 = value;
Il2CppCodeGenWriteBarrier((&___callback_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS11_0_T8C200E7B255B4336993B38FAC7E931F8414EF122_H
#ifndef U3CU3EC__DISPLAYCLASS9_0_T47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3_H
#define U3CU3EC__DISPLAYCLASS9_0_T47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SimpleAsyncResult_<>c__DisplayClass9_0
struct U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 : public RuntimeObject
{
public:
// System.AsyncCallback System.Net.SimpleAsyncResult_<>c__DisplayClass9_0::cb
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb_0;
// System.Net.SimpleAsyncResult System.Net.SimpleAsyncResult_<>c__DisplayClass9_0::<>4__this
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___U3CU3E4__this_1;
public:
inline static int32_t get_offset_of_cb_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3, ___cb_0)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_cb_0() const { return ___cb_0; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_cb_0() { return &___cb_0; }
inline void set_cb_0(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___cb_0 = value;
Il2CppCodeGenWriteBarrier((&___cb_0), value);
}
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3, ___U3CU3E4__this_1)); }
inline SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
inline SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
inline void set_U3CU3E4__this_1(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * value)
{
___U3CU3E4__this_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS9_0_T47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3_H
#ifndef SOCKETADDRESS_TFD1A629405590229D8DAA15D03083147B767C969_H
#define SOCKETADDRESS_TFD1A629405590229D8DAA15D03083147B767C969_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SocketAddress
struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 : public RuntimeObject
{
public:
// System.Int32 System.Net.SocketAddress::m_Size
int32_t ___m_Size_0;
// System.Byte[] System.Net.SocketAddress::m_Buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_Buffer_1;
// System.Boolean System.Net.SocketAddress::m_changed
bool ___m_changed_2;
// System.Int32 System.Net.SocketAddress::m_hash
int32_t ___m_hash_3;
public:
inline static int32_t get_offset_of_m_Size_0() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_Size_0)); }
inline int32_t get_m_Size_0() const { return ___m_Size_0; }
inline int32_t* get_address_of_m_Size_0() { return &___m_Size_0; }
inline void set_m_Size_0(int32_t value)
{
___m_Size_0 = value;
}
inline static int32_t get_offset_of_m_Buffer_1() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_Buffer_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_Buffer_1() const { return ___m_Buffer_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_Buffer_1() { return &___m_Buffer_1; }
inline void set_m_Buffer_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_Buffer_1 = value;
Il2CppCodeGenWriteBarrier((&___m_Buffer_1), value);
}
inline static int32_t get_offset_of_m_changed_2() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_changed_2)); }
inline bool get_m_changed_2() const { return ___m_changed_2; }
inline bool* get_address_of_m_changed_2() { return &___m_changed_2; }
inline void set_m_changed_2(bool value)
{
___m_changed_2 = value;
}
inline static int32_t get_offset_of_m_hash_3() { return static_cast<int32_t>(offsetof(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969, ___m_hash_3)); }
inline int32_t get_m_hash_3() const { return ___m_hash_3; }
inline int32_t* get_address_of_m_hash_3() { return &___m_hash_3; }
inline void set_m_hash_3(int32_t value)
{
___m_hash_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETADDRESS_TFD1A629405590229D8DAA15D03083147B767C969_H
#ifndef LINGEROPTION_TC6A8E9C30F48D9C07C38B2730012ECA6067723C7_H
#define LINGEROPTION_TC6A8E9C30F48D9C07C38B2730012ECA6067723C7_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_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 : public RuntimeObject
{
public:
// System.Boolean System.Net.Sockets.LingerOption::enabled
bool ___enabled_0;
// System.Int32 System.Net.Sockets.LingerOption::lingerTime
int32_t ___lingerTime_1;
public:
inline static int32_t get_offset_of_enabled_0() { return static_cast<int32_t>(offsetof(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7, ___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_lingerTime_1() { return static_cast<int32_t>(offsetof(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7, ___lingerTime_1)); }
inline int32_t get_lingerTime_1() const { return ___lingerTime_1; }
inline int32_t* get_address_of_lingerTime_1() { return &___lingerTime_1; }
inline void set_lingerTime_1(int32_t value)
{
___lingerTime_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINGEROPTION_TC6A8E9C30F48D9C07C38B2730012ECA6067723C7_H
#ifndef MULTICASTOPTION_TB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_H
#define MULTICASTOPTION_TB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_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_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MULTICASTOPTION_TB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_H
#ifndef U3CU3EC_T25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_H
#define U3CU3EC_T25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket_<>c
struct U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E : public RuntimeObject
{
public:
public:
};
struct U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields
{
public:
// System.Net.Sockets.Socket_<>c System.Net.Sockets.Socket_<>c::<>9
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * ___U3CU3E9_0;
// System.IOAsyncCallback System.Net.Sockets.Socket_<>c::<>9__241_0
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___U3CU3E9__241_0_1;
public:
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields, ___U3CU3E9_0)); }
inline U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
inline U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
inline void set_U3CU3E9_0(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * value)
{
___U3CU3E9_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value);
}
inline static int32_t get_offset_of_U3CU3E9__241_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields, ___U3CU3E9__241_0_1)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_U3CU3E9__241_0_1() const { return ___U3CU3E9__241_0_1; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_U3CU3E9__241_0_1() { return &___U3CU3E9__241_0_1; }
inline void set_U3CU3E9__241_0_1(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___U3CU3E9__241_0_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E9__241_0_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC_T25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_H
#ifndef U3CU3EC__DISPLAYCLASS242_0_TA32CA02257AF703718D32CE05809EB89C1614997_H
#define U3CU3EC__DISPLAYCLASS242_0_TA32CA02257AF703718D32CE05809EB89C1614997_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket_<>c__DisplayClass242_0
struct U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 : public RuntimeObject
{
public:
// System.Int32 System.Net.Sockets.Socket_<>c__DisplayClass242_0::sent_so_far
int32_t ___sent_so_far_0;
public:
inline static int32_t get_offset_of_sent_so_far_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997, ___sent_so_far_0)); }
inline int32_t get_sent_so_far_0() const { return ___sent_so_far_0; }
inline int32_t* get_address_of_sent_so_far_0() { return &___sent_so_far_0; }
inline void set_sent_so_far_0(int32_t value)
{
___sent_so_far_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS242_0_TA32CA02257AF703718D32CE05809EB89C1614997_H
#ifndef U3CU3EC_TDC6DACE4FF21DC643EA6C91369A052690CF187DC_H
#define U3CU3EC_TDC6DACE4FF21DC643EA6C91369A052690CF187DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketAsyncResult_<>c
struct U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC : public RuntimeObject
{
public:
public:
};
struct U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields
{
public:
// System.Net.Sockets.SocketAsyncResult_<>c System.Net.Sockets.SocketAsyncResult_<>c::<>9
U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * ___U3CU3E9_0;
// System.Threading.WaitCallback System.Net.Sockets.SocketAsyncResult_<>c::<>9__27_0
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___U3CU3E9__27_0_1;
public:
inline static int32_t get_offset_of_U3CU3E9_0() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields, ___U3CU3E9_0)); }
inline U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * get_U3CU3E9_0() const { return ___U3CU3E9_0; }
inline U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC ** get_address_of_U3CU3E9_0() { return &___U3CU3E9_0; }
inline void set_U3CU3E9_0(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * value)
{
___U3CU3E9_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E9_0), value);
}
inline static int32_t get_offset_of_U3CU3E9__27_0_1() { return static_cast<int32_t>(offsetof(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields, ___U3CU3E9__27_0_1)); }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_U3CU3E9__27_0_1() const { return ___U3CU3E9__27_0_1; }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_U3CU3E9__27_0_1() { return &___U3CU3E9__27_0_1; }
inline void set_U3CU3E9__27_0_1(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value)
{
___U3CU3E9__27_0_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E9__27_0_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC_TDC6DACE4FF21DC643EA6C91369A052690CF187DC_H
#ifndef TIMERTHREAD_T834F44C51FF3F25350F8B4E03670F941F352DF01_H
#define TIMERTHREAD_T834F44C51FF3F25350F8B4E03670F941F352DF01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread
struct TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01 : public RuntimeObject
{
public:
public:
};
struct TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields
{
public:
// System.Collections.Generic.LinkedList`1<System.WeakReference> System.Net.TimerThread::s_Queues
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * ___s_Queues_0;
// System.Collections.Generic.LinkedList`1<System.WeakReference> System.Net.TimerThread::s_NewQueues
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * ___s_NewQueues_1;
// System.Int32 System.Net.TimerThread::s_ThreadState
int32_t ___s_ThreadState_2;
// System.Threading.AutoResetEvent System.Net.TimerThread::s_ThreadReadyEvent
AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * ___s_ThreadReadyEvent_3;
// System.Threading.ManualResetEvent System.Net.TimerThread::s_ThreadShutdownEvent
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___s_ThreadShutdownEvent_4;
// System.Threading.WaitHandle[] System.Net.TimerThread::s_ThreadEvents
WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* ___s_ThreadEvents_5;
// System.Collections.Hashtable System.Net.TimerThread::s_QueuesCache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___s_QueuesCache_6;
public:
inline static int32_t get_offset_of_s_Queues_0() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_Queues_0)); }
inline LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * get_s_Queues_0() const { return ___s_Queues_0; }
inline LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 ** get_address_of_s_Queues_0() { return &___s_Queues_0; }
inline void set_s_Queues_0(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * value)
{
___s_Queues_0 = value;
Il2CppCodeGenWriteBarrier((&___s_Queues_0), value);
}
inline static int32_t get_offset_of_s_NewQueues_1() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_NewQueues_1)); }
inline LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * get_s_NewQueues_1() const { return ___s_NewQueues_1; }
inline LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 ** get_address_of_s_NewQueues_1() { return &___s_NewQueues_1; }
inline void set_s_NewQueues_1(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * value)
{
___s_NewQueues_1 = value;
Il2CppCodeGenWriteBarrier((&___s_NewQueues_1), value);
}
inline static int32_t get_offset_of_s_ThreadState_2() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_ThreadState_2)); }
inline int32_t get_s_ThreadState_2() const { return ___s_ThreadState_2; }
inline int32_t* get_address_of_s_ThreadState_2() { return &___s_ThreadState_2; }
inline void set_s_ThreadState_2(int32_t value)
{
___s_ThreadState_2 = value;
}
inline static int32_t get_offset_of_s_ThreadReadyEvent_3() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_ThreadReadyEvent_3)); }
inline AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * get_s_ThreadReadyEvent_3() const { return ___s_ThreadReadyEvent_3; }
inline AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 ** get_address_of_s_ThreadReadyEvent_3() { return &___s_ThreadReadyEvent_3; }
inline void set_s_ThreadReadyEvent_3(AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * value)
{
___s_ThreadReadyEvent_3 = value;
Il2CppCodeGenWriteBarrier((&___s_ThreadReadyEvent_3), value);
}
inline static int32_t get_offset_of_s_ThreadShutdownEvent_4() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_ThreadShutdownEvent_4)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_s_ThreadShutdownEvent_4() const { return ___s_ThreadShutdownEvent_4; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_s_ThreadShutdownEvent_4() { return &___s_ThreadShutdownEvent_4; }
inline void set_s_ThreadShutdownEvent_4(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___s_ThreadShutdownEvent_4 = value;
Il2CppCodeGenWriteBarrier((&___s_ThreadShutdownEvent_4), value);
}
inline static int32_t get_offset_of_s_ThreadEvents_5() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_ThreadEvents_5)); }
inline WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* get_s_ThreadEvents_5() const { return ___s_ThreadEvents_5; }
inline WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC** get_address_of_s_ThreadEvents_5() { return &___s_ThreadEvents_5; }
inline void set_s_ThreadEvents_5(WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* value)
{
___s_ThreadEvents_5 = value;
Il2CppCodeGenWriteBarrier((&___s_ThreadEvents_5), value);
}
inline static int32_t get_offset_of_s_QueuesCache_6() { return static_cast<int32_t>(offsetof(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields, ___s_QueuesCache_6)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_s_QueuesCache_6() const { return ___s_QueuesCache_6; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_s_QueuesCache_6() { return &___s_QueuesCache_6; }
inline void set_s_QueuesCache_6(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___s_QueuesCache_6 = value;
Il2CppCodeGenWriteBarrier((&___s_QueuesCache_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMERTHREAD_T834F44C51FF3F25350F8B4E03670F941F352DF01_H
#ifndef QUEUE_TCCFF6A2FCF584216AEDA04A483FB808E2D493643_H
#define QUEUE_TCCFF6A2FCF584216AEDA04A483FB808E2D493643_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_Queue
struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 : public RuntimeObject
{
public:
// System.Int32 System.Net.TimerThread_Queue::m_DurationMilliseconds
int32_t ___m_DurationMilliseconds_0;
public:
inline static int32_t get_offset_of_m_DurationMilliseconds_0() { return static_cast<int32_t>(offsetof(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643, ___m_DurationMilliseconds_0)); }
inline int32_t get_m_DurationMilliseconds_0() const { return ___m_DurationMilliseconds_0; }
inline int32_t* get_address_of_m_DurationMilliseconds_0() { return &___m_DurationMilliseconds_0; }
inline void set_m_DurationMilliseconds_0(int32_t value)
{
___m_DurationMilliseconds_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUE_TCCFF6A2FCF584216AEDA04A483FB808E2D493643_H
#ifndef TIMER_T3B21B1013E27B5DC9FED14EC0921A5F51230D46F_H
#define TIMER_T3B21B1013E27B5DC9FED14EC0921A5F51230D46F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_Timer
struct Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F : public RuntimeObject
{
public:
// System.Int32 System.Net.TimerThread_Timer::m_StartTimeMilliseconds
int32_t ___m_StartTimeMilliseconds_0;
// System.Int32 System.Net.TimerThread_Timer::m_DurationMilliseconds
int32_t ___m_DurationMilliseconds_1;
public:
inline static int32_t get_offset_of_m_StartTimeMilliseconds_0() { return static_cast<int32_t>(offsetof(Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F, ___m_StartTimeMilliseconds_0)); }
inline int32_t get_m_StartTimeMilliseconds_0() const { return ___m_StartTimeMilliseconds_0; }
inline int32_t* get_address_of_m_StartTimeMilliseconds_0() { return &___m_StartTimeMilliseconds_0; }
inline void set_m_StartTimeMilliseconds_0(int32_t value)
{
___m_StartTimeMilliseconds_0 = value;
}
inline static int32_t get_offset_of_m_DurationMilliseconds_1() { return static_cast<int32_t>(offsetof(Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F, ___m_DurationMilliseconds_1)); }
inline int32_t get_m_DurationMilliseconds_1() const { return ___m_DurationMilliseconds_1; }
inline int32_t* get_address_of_m_DurationMilliseconds_1() { return &___m_DurationMilliseconds_1; }
inline void set_m_DurationMilliseconds_1(int32_t value)
{
___m_DurationMilliseconds_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMER_T3B21B1013E27B5DC9FED14EC0921A5F51230D46F_H
#ifndef UNSAFENCLNATIVEMETHODS_T6130A140E270DE50A48DAA13D71A71F5BD9F1537_H
#define UNSAFENCLNATIVEMETHODS_T6130A140E270DE50A48DAA13D71A71F5BD9F1537_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.UnsafeNclNativeMethods
struct UnsafeNclNativeMethods_t6130A140E270DE50A48DAA13D71A71F5BD9F1537 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNSAFENCLNATIVEMETHODS_T6130A140E270DE50A48DAA13D71A71F5BD9F1537_H
#ifndef HTTPAPI_TDD21E6C468ACB472A3D1CE51865417E65113B12F_H
#define HTTPAPI_TDD21E6C468ACB472A3D1CE51865417E65113B12F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.UnsafeNclNativeMethods_HttpApi
struct HttpApi_tDD21E6C468ACB472A3D1CE51865417E65113B12F : public RuntimeObject
{
public:
public:
};
struct HttpApi_tDD21E6C468ACB472A3D1CE51865417E65113B12F_StaticFields
{
public:
// System.String[] System.Net.UnsafeNclNativeMethods_HttpApi::m_Strings
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_Strings_0;
public:
inline static int32_t get_offset_of_m_Strings_0() { return static_cast<int32_t>(offsetof(HttpApi_tDD21E6C468ACB472A3D1CE51865417E65113B12F_StaticFields, ___m_Strings_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_Strings_0() const { return ___m_Strings_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_Strings_0() { return &___m_Strings_0; }
inline void set_m_Strings_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_Strings_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Strings_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPAPI_TDD21E6C468ACB472A3D1CE51865417E65113B12F_H
#ifndef HTTP_REQUEST_HEADER_ID_TB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_H
#define HTTP_REQUEST_HEADER_ID_TB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.UnsafeNclNativeMethods_HttpApi_HTTP_REQUEST_HEADER_ID
struct HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE : public RuntimeObject
{
public:
public:
};
struct HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_StaticFields
{
public:
// System.String[] System.Net.UnsafeNclNativeMethods_HttpApi_HTTP_REQUEST_HEADER_ID::m_Strings
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_Strings_0;
public:
inline static int32_t get_offset_of_m_Strings_0() { return static_cast<int32_t>(offsetof(HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_StaticFields, ___m_Strings_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_Strings_0() const { return ___m_Strings_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_Strings_0() { return &___m_Strings_0; }
inline void set_m_Strings_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_Strings_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Strings_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTP_REQUEST_HEADER_ID_TB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_H
#ifndef WEBCONNECTIONGROUP_TBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_H
#define WEBCONNECTIONGROUP_TBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_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_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F : public RuntimeObject
{
public:
// System.Net.ServicePoint System.Net.WebConnectionGroup::sPoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint_0;
// System.String System.Net.WebConnectionGroup::name
String_t* ___name_1;
// System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup_ConnectionState> System.Net.WebConnectionGroup::connections
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * ___connections_2;
// System.Collections.Queue System.Net.WebConnectionGroup::queue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue_3;
// System.Boolean System.Net.WebConnectionGroup::closing
bool ___closing_4;
// System.EventHandler System.Net.WebConnectionGroup::ConnectionClosed
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ConnectionClosed_5;
public:
inline static int32_t get_offset_of_sPoint_0() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___sPoint_0)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_sPoint_0() const { return ___sPoint_0; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_sPoint_0() { return &___sPoint_0; }
inline void set_sPoint_0(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___sPoint_0 = value;
Il2CppCodeGenWriteBarrier((&___sPoint_0), value);
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___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<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___connections_2)); }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * get_connections_2() const { return ___connections_2; }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F ** get_address_of_connections_2() { return &___connections_2; }
inline void set_connections_2(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * value)
{
___connections_2 = value;
Il2CppCodeGenWriteBarrier((&___connections_2), value);
}
inline static int32_t get_offset_of_queue_3() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___queue_3)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_queue_3() const { return ___queue_3; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_queue_3() { return &___queue_3; }
inline void set_queue_3(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___queue_3 = value;
Il2CppCodeGenWriteBarrier((&___queue_3), value);
}
inline static int32_t get_offset_of_closing_4() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___closing_4)); }
inline bool get_closing_4() const { return ___closing_4; }
inline bool* get_address_of_closing_4() { return &___closing_4; }
inline void set_closing_4(bool value)
{
___closing_4 = value;
}
inline static int32_t get_offset_of_ConnectionClosed_5() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___ConnectionClosed_5)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ConnectionClosed_5() const { return ___ConnectionClosed_5; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ConnectionClosed_5() { return &___ConnectionClosed_5; }
inline void set_ConnectionClosed_5(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___ConnectionClosed_5 = value;
Il2CppCodeGenWriteBarrier((&___ConnectionClosed_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBCONNECTIONGROUP_TBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H
#define CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRITICALFINALIZEROBJECT_T8B006E1DEE084E781F5C0F3283E9226E28894DD9_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#define X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0;
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates
bool ___hideDates_1;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name
String_t* ___issuer_name_2;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name
String_t* ___subject_name_3;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((&___impl_0), value);
}
inline static int32_t get_offset_of_hideDates_1() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); }
inline bool get_hideDates_1() const { return ___hideDates_1; }
inline bool* get_address_of_hideDates_1() { return &___hideDates_1; }
inline void set_hideDates_1(bool value)
{
___hideDates_1 = value;
}
inline static int32_t get_offset_of_issuer_name_2() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); }
inline String_t* get_issuer_name_2() const { return ___issuer_name_2; }
inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; }
inline void set_issuer_name_2(String_t* value)
{
___issuer_name_2 = value;
Il2CppCodeGenWriteBarrier((&___issuer_name_2), value);
}
inline static int32_t get_offset_of_subject_name_3() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); }
inline String_t* get_subject_name_3() const { return ___subject_name_3; }
inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; }
inline void set_subject_name_3(String_t* value)
{
___subject_name_3 = value;
Il2CppCodeGenWriteBarrier((&___subject_name_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#ifndef X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H
#define X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_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_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl_0;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538, ___impl_0)); }
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * get_impl_0() const { return ___impl_0; }
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((&___impl_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H
#ifndef SECURESTRING_T0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_H
#define SECURESTRING_T0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 : public RuntimeObject
{
public:
// System.Int32 System.Security.SecureString::length
int32_t ___length_0;
// System.Boolean System.Security.SecureString::disposed
bool ___disposed_1;
// System.Byte[] System.Security.SecureString::data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data_2;
public:
inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___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_disposed_1() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___disposed_1)); }
inline bool get_disposed_1() const { return ___disposed_1; }
inline bool* get_address_of_disposed_1() { return &___disposed_1; }
inline void set_disposed_1(bool value)
{
___disposed_1 = value;
}
inline static int32_t get_offset_of_data_2() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___data_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_data_2() const { return ___data_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_data_2() { return &___data_2; }
inline void set_data_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___data_2 = value;
Il2CppCodeGenWriteBarrier((&___data_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURESTRING_T0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#define STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE : public RuntimeObject
{
public:
public:
};
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields
{
public:
// System.StringComparer System.StringComparer::_invariantCulture
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCulture_0;
// System.StringComparer System.StringComparer::_invariantCultureIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____invariantCultureIgnoreCase_1;
// System.StringComparer System.StringComparer::_ordinal
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinal_2;
// System.StringComparer System.StringComparer::_ordinalIgnoreCase
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ____ordinalIgnoreCase_3;
public:
inline static int32_t get_offset_of__invariantCulture_0() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCulture_0)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCulture_0() const { return ____invariantCulture_0; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCulture_0() { return &____invariantCulture_0; }
inline void set__invariantCulture_0(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCulture_0 = value;
Il2CppCodeGenWriteBarrier((&____invariantCulture_0), value);
}
inline static int32_t get_offset_of__invariantCultureIgnoreCase_1() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____invariantCultureIgnoreCase_1)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__invariantCultureIgnoreCase_1() const { return ____invariantCultureIgnoreCase_1; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__invariantCultureIgnoreCase_1() { return &____invariantCultureIgnoreCase_1; }
inline void set__invariantCultureIgnoreCase_1(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____invariantCultureIgnoreCase_1 = value;
Il2CppCodeGenWriteBarrier((&____invariantCultureIgnoreCase_1), value);
}
inline static int32_t get_offset_of__ordinal_2() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinal_2)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinal_2() const { return ____ordinal_2; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinal_2() { return &____ordinal_2; }
inline void set__ordinal_2(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinal_2 = value;
Il2CppCodeGenWriteBarrier((&____ordinal_2), value);
}
inline static int32_t get_offset_of__ordinalIgnoreCase_3() { return static_cast<int32_t>(offsetof(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields, ____ordinalIgnoreCase_3)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get__ordinalIgnoreCase_3() const { return ____ordinalIgnoreCase_3; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of__ordinalIgnoreCase_3() { return &____ordinalIgnoreCase_3; }
inline void set__ordinalIgnoreCase_3(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
____ordinalIgnoreCase_3 = value;
Il2CppCodeGenWriteBarrier((&____ordinalIgnoreCase_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARER_T588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H
#define VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD : public RuntimeObject
{
public:
// System.Int32 System.Version::_Major
int32_t ____Major_0;
// System.Int32 System.Version::_Minor
int32_t ____Minor_1;
// System.Int32 System.Version::_Build
int32_t ____Build_2;
// System.Int32 System.Version::_Revision
int32_t ____Revision_3;
public:
inline static int32_t get_offset_of__Major_0() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Major_0)); }
inline int32_t get__Major_0() const { return ____Major_0; }
inline int32_t* get_address_of__Major_0() { return &____Major_0; }
inline void set__Major_0(int32_t value)
{
____Major_0 = value;
}
inline static int32_t get_offset_of__Minor_1() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Minor_1)); }
inline int32_t get__Minor_1() const { return ____Minor_1; }
inline int32_t* get_address_of__Minor_1() { return &____Minor_1; }
inline void set__Minor_1(int32_t value)
{
____Minor_1 = value;
}
inline static int32_t get_offset_of__Build_2() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Build_2)); }
inline int32_t get__Build_2() const { return ____Build_2; }
inline int32_t* get_address_of__Build_2() { return &____Build_2; }
inline void set__Build_2(int32_t value)
{
____Build_2 = value;
}
inline static int32_t get_offset_of__Revision_3() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Revision_3)); }
inline int32_t get__Revision_3() const { return ____Revision_3; }
inline int32_t* get_address_of__Revision_3() { return &____Revision_3; }
inline void set__Revision_3(int32_t value)
{
____Revision_3 = value;
}
};
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields
{
public:
// System.Char[] System.Version::SeparatorsArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___SeparatorsArray_4;
public:
inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields, ___SeparatorsArray_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; }
inline void set_SeparatorsArray_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___SeparatorsArray_4 = value;
Il2CppCodeGenWriteBarrier((&___SeparatorsArray_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H
#ifndef ARRAYSEGMENT_1_T5B17204266E698CC035E2A7F6435A4F78286D0FA_H
#define ARRAYSEGMENT_1_T5B17204266E698CC035E2A7F6435A4F78286D0FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArraySegment`1<System.Byte>
struct ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA
{
public:
// T[] System.ArraySegment`1::_array
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____array_0;
// System.Int32 System.ArraySegment`1::_offset
int32_t ____offset_1;
// System.Int32 System.ArraySegment`1::_count
int32_t ____count_2;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____array_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__array_0() const { return ____array_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__offset_1() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____offset_1)); }
inline int32_t get__offset_1() const { return ____offset_1; }
inline int32_t* get_address_of__offset_1() { return &____offset_1; }
inline void set__offset_1(int32_t value)
{
____offset_1 = value;
}
inline static int32_t get_offset_of__count_2() { return static_cast<int32_t>(offsetof(ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA, ____count_2)); }
inline int32_t get__count_2() const { return ____count_2; }
inline int32_t* get_address_of__count_2() { return &____count_2; }
inline void set__count_2(int32_t value)
{
____count_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYSEGMENT_1_T5B17204266E698CC035E2A7F6435A4F78286D0FA_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef ENUMERATOR_T7DB5756A369EB66BA6C318F5A0B74A3772BDC841_H
#define ENUMERATOR_T7DB5756A369EB66BA6C318F5A0B74A3772BDC841_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Net.IPAddress>
struct Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841, ___list_0)); }
inline List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * get_list_0() const { return ___list_0; }
inline List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841, ___current_3)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_current_3() const { return ___current_3; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T7DB5756A369EB66BA6C318F5A0B74A3772BDC841_H
#ifndef ENUMERATOR_T319B66106271B3F5F33758B591AA8F148AE72D04_H
#define ENUMERATOR_T319B66106271B3F5F33758B591AA8F148AE72D04_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Net.MonoChunkStream_Chunk>
struct Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04, ___list_0)); }
inline List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * get_list_0() const { return ___list_0; }
inline List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04, ___current_3)); }
inline Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * get_current_3() const { return ___current_3; }
inline Chunk_tB367D5D805924164D239F587BC848162536B8AB7 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T319B66106271B3F5F33758B591AA8F148AE72D04_H
#ifndef ENUMERATOR_T8000060C54CE67080D4E8D507A09C9A59764EAB2_H
#define ENUMERATOR_T8000060C54CE67080D4E8D507A09C9A59764EAB2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Net.WebConnectionGroup>
struct Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2, ___list_0)); }
inline List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * get_list_0() const { return ___list_0; }
inline List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2, ___current_3)); }
inline WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * get_current_3() const { return ___current_3; }
inline WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T8000060C54CE67080D4E8D507A09C9A59764EAB2_H
#ifndef ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#define ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#ifndef ENUMERATOR_T170516E89C4F5403AAE7A7CFFEA81DB998A2510C_H
#define ENUMERATOR_T170516E89C4F5403AAE7A7CFFEA81DB998A2510C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Threading.Thread>
struct Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C, ___list_0)); }
inline List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * get_list_0() const { return ___list_0; }
inline List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C, ___current_3)); }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_3() const { return ___current_3; }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T170516E89C4F5403AAE7A7CFFEA81DB998A2510C_H
#ifndef NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H
#define NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 : public NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D
{
public:
// System.String[] System.Collections.Specialized.NameValueCollection::_all
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____all_9;
// System.String[] System.Collections.Specialized.NameValueCollection::_allKeys
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____allKeys_10;
public:
inline static int32_t get_offset_of__all_9() { return static_cast<int32_t>(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____all_9)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__all_9() const { return ____all_9; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__all_9() { return &____all_9; }
inline void set__all_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____all_9 = value;
Il2CppCodeGenWriteBarrier((&____all_9), value);
}
inline static int32_t get_offset_of__allKeys_10() { return static_cast<int32_t>(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____allKeys_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__allKeys_10() const { return ____allKeys_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__allKeys_10() { return &____allKeys_10; }
inline void set__allKeys_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____allKeys_10 = value;
Il2CppCodeGenWriteBarrier((&____allKeys_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifndef TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#define TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.TextReader
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
struct TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields
{
public:
// System.Func`2<System.Object,System.String> System.IO.TextReader::_ReadLineDelegate
Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * ____ReadLineDelegate_1;
// System.Func`2<System.Object,System.Int32> System.IO.TextReader::_ReadDelegate
Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * ____ReadDelegate_2;
// System.IO.TextReader System.IO.TextReader::Null
TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * ___Null_3;
public:
inline static int32_t get_offset_of__ReadLineDelegate_1() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadLineDelegate_1)); }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * get__ReadLineDelegate_1() const { return ____ReadLineDelegate_1; }
inline Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF ** get_address_of__ReadLineDelegate_1() { return &____ReadLineDelegate_1; }
inline void set__ReadLineDelegate_1(Func_2_t44B347E67E515867D995E8BD5EFD67FA88CE53CF * value)
{
____ReadLineDelegate_1 = value;
Il2CppCodeGenWriteBarrier((&____ReadLineDelegate_1), value);
}
inline static int32_t get_offset_of__ReadDelegate_2() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ____ReadDelegate_2)); }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * get__ReadDelegate_2() const { return ____ReadDelegate_2; }
inline Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 ** get_address_of__ReadDelegate_2() { return &____ReadDelegate_2; }
inline void set__ReadDelegate_2(Func_2_t8B2DA3FB30280CE3D92F50E9CCAACEE4828789A6 * value)
{
____ReadDelegate_2 = value;
Il2CppCodeGenWriteBarrier((&____ReadDelegate_2), value);
}
inline static int32_t get_offset_of_Null_3() { return static_cast<int32_t>(offsetof(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A_StaticFields, ___Null_3)); }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * get_Null_3() const { return ___Null_3; }
inline TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A ** get_address_of_Null_3() { return &___Null_3; }
inline void set_Null_3(TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A * value)
{
___Null_3 = value;
Il2CppCodeGenWriteBarrier((&___Null_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TEXTREADER_T7DF8314B601D202ECFEDF623093A87BFDAB58D0A_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(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<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H
#define IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPEndPoint
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980
{
public:
// System.Net.IPAddress System.Net.IPEndPoint::m_Address
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___m_Address_0;
// System.Int32 System.Net.IPEndPoint::m_Port
int32_t ___m_Port_1;
public:
inline static int32_t get_offset_of_m_Address_0() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; }
inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___m_Address_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Address_0), value);
}
inline static int32_t get_offset_of_m_Port_1() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Port_1)); }
inline int32_t get_m_Port_1() const { return ___m_Port_1; }
inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; }
inline void set_m_Port_1(int32_t value)
{
___m_Port_1 = value;
}
};
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields
{
public:
// System.Net.IPEndPoint System.Net.IPEndPoint::Any
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2;
// System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3;
public:
inline static int32_t get_offset_of_Any_2() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; }
inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___Any_2 = value;
Il2CppCodeGenWriteBarrier((&___Any_2), value);
}
inline static int32_t get_offset_of_IPv6Any_3() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; }
inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___IPv6Any_3 = value;
Il2CppCodeGenWriteBarrier((&___IPv6Any_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H
#ifndef IPV6ADDRESSFORMATTER_T451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_H
#define IPV6ADDRESSFORMATTER_T451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPv6AddressFormatter
struct IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90
{
public:
// System.UInt16[] System.Net.IPv6AddressFormatter::address
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___address_0;
// System.Int64 System.Net.IPv6AddressFormatter::scopeId
int64_t ___scopeId_1;
public:
inline static int32_t get_offset_of_address_0() { return static_cast<int32_t>(offsetof(IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90, ___address_0)); }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_address_0() const { return ___address_0; }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_address_0() { return &___address_0; }
inline void set_address_0(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
{
___address_0 = value;
Il2CppCodeGenWriteBarrier((&___address_0), value);
}
inline static int32_t get_offset_of_scopeId_1() { return static_cast<int32_t>(offsetof(IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90, ___scopeId_1)); }
inline int64_t get_scopeId_1() const { return ___scopeId_1; }
inline int64_t* get_address_of_scopeId_1() { return &___scopeId_1; }
inline void set_scopeId_1(int64_t value)
{
___scopeId_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPV6ADDRESSFORMATTER_T451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_H
#ifndef COMMONUNIXIPGLOBALPROPERTIES_T4B4AB0ED66A999A38F78E29F99C1094FB0609FD7_H
#define COMMONUNIXIPGLOBALPROPERTIES_T4B4AB0ED66A999A38F78E29F99C1094FB0609FD7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.CommonUnixIPGlobalProperties
struct CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7 : public IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COMMONUNIXIPGLOBALPROPERTIES_T4B4AB0ED66A999A38F78E29F99C1094FB0609FD7_H
#ifndef WIN32IPGLOBALPROPERTIES_T766A18F55535460667F6B45056DAC0638120030C_H
#define WIN32IPGLOBALPROPERTIES_T766A18F55535460667F6B45056DAC0638120030C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.Win32IPGlobalProperties
struct Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C : public IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WIN32IPGLOBALPROPERTIES_T766A18F55535460667F6B45056DAC0638120030C_H
#ifndef SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H
#define SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SystemNetworkCredential
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F : public NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062
{
public:
public:
};
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields
{
public:
// System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential
SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * ___defaultCredential_3;
public:
inline static int32_t get_offset_of_defaultCredential_3() { return static_cast<int32_t>(offsetof(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields, ___defaultCredential_3)); }
inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * get_defaultCredential_3() const { return ___defaultCredential_3; }
inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; }
inline void set_defaultCredential_3(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * value)
{
___defaultCredential_3 = value;
Il2CppCodeGenWriteBarrier((&___defaultCredential_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H
#ifndef INFINITETIMERQUEUE_T141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51_H
#define INFINITETIMERQUEUE_T141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_InfiniteTimerQueue
struct InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51 : public Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INFINITETIMERQUEUE_T141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51_H
#ifndef TIMERQUEUE_T8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C_H
#define TIMERQUEUE_T8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_TimerQueue
struct TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C : public Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643
{
public:
// System.Net.TimerThread_TimerNode System.Net.TimerThread_TimerQueue::m_Timers
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___m_Timers_1;
public:
inline static int32_t get_offset_of_m_Timers_1() { return static_cast<int32_t>(offsetof(TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C, ___m_Timers_1)); }
inline TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * get_m_Timers_1() const { return ___m_Timers_1; }
inline TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B ** get_address_of_m_Timers_1() { return &___m_Timers_1; }
inline void set_m_Timers_1(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * value)
{
___m_Timers_1 = value;
Il2CppCodeGenWriteBarrier((&___m_Timers_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMERQUEUE_T8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C_H
#ifndef WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#define WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#ifndef NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#define NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Nullable`1<System.Boolean>
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
{
public:
// T System.Nullable`1::value
bool ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
inline bool get_value_0() const { return ___value_0; }
inline bool* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(bool value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#ifndef GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#define GCHANDLE_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_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_t39FAEE3EA592432C93B574A31DD83B87F1847DE3
{
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<int32_t>(offsetof(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3, ___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_T39FAEE3EA592432C93B574A31DD83B87F1847DE3_H
#ifndef X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H
#define X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef THREAD_TF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_H
#define THREAD_TF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
{
public:
// System.Threading.InternalThread System.Threading.Thread::internal_thread
InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * ___internal_thread_6;
// System.Object System.Threading.Thread::m_ThreadStartArg
RuntimeObject * ___m_ThreadStartArg_7;
// System.Object System.Threading.Thread::pending_exception
RuntimeObject * ___pending_exception_8;
// System.Security.Principal.IPrincipal System.Threading.Thread::principal
RuntimeObject* ___principal_9;
// System.Int32 System.Threading.Thread::principal_version
int32_t ___principal_version_10;
// System.MulticastDelegate System.Threading.Thread::m_Delegate
MulticastDelegate_t * ___m_Delegate_12;
// System.Threading.ExecutionContext System.Threading.Thread::m_ExecutionContext
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___m_ExecutionContext_13;
// System.Boolean System.Threading.Thread::m_ExecutionContextBelongsToOuterScope
bool ___m_ExecutionContextBelongsToOuterScope_14;
public:
inline static int32_t get_offset_of_internal_thread_6() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___internal_thread_6)); }
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * get_internal_thread_6() const { return ___internal_thread_6; }
inline InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 ** get_address_of_internal_thread_6() { return &___internal_thread_6; }
inline void set_internal_thread_6(InternalThread_tA4C58C2A7D15AF43C3E7507375E6D31DBBE7D192 * value)
{
___internal_thread_6 = value;
Il2CppCodeGenWriteBarrier((&___internal_thread_6), value);
}
inline static int32_t get_offset_of_m_ThreadStartArg_7() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ThreadStartArg_7)); }
inline RuntimeObject * get_m_ThreadStartArg_7() const { return ___m_ThreadStartArg_7; }
inline RuntimeObject ** get_address_of_m_ThreadStartArg_7() { return &___m_ThreadStartArg_7; }
inline void set_m_ThreadStartArg_7(RuntimeObject * value)
{
___m_ThreadStartArg_7 = value;
Il2CppCodeGenWriteBarrier((&___m_ThreadStartArg_7), value);
}
inline static int32_t get_offset_of_pending_exception_8() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___pending_exception_8)); }
inline RuntimeObject * get_pending_exception_8() const { return ___pending_exception_8; }
inline RuntimeObject ** get_address_of_pending_exception_8() { return &___pending_exception_8; }
inline void set_pending_exception_8(RuntimeObject * value)
{
___pending_exception_8 = value;
Il2CppCodeGenWriteBarrier((&___pending_exception_8), value);
}
inline static int32_t get_offset_of_principal_9() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_9)); }
inline RuntimeObject* get_principal_9() const { return ___principal_9; }
inline RuntimeObject** get_address_of_principal_9() { return &___principal_9; }
inline void set_principal_9(RuntimeObject* value)
{
___principal_9 = value;
Il2CppCodeGenWriteBarrier((&___principal_9), value);
}
inline static int32_t get_offset_of_principal_version_10() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___principal_version_10)); }
inline int32_t get_principal_version_10() const { return ___principal_version_10; }
inline int32_t* get_address_of_principal_version_10() { return &___principal_version_10; }
inline void set_principal_version_10(int32_t value)
{
___principal_version_10 = value;
}
inline static int32_t get_offset_of_m_Delegate_12() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_Delegate_12)); }
inline MulticastDelegate_t * get_m_Delegate_12() const { return ___m_Delegate_12; }
inline MulticastDelegate_t ** get_address_of_m_Delegate_12() { return &___m_Delegate_12; }
inline void set_m_Delegate_12(MulticastDelegate_t * value)
{
___m_Delegate_12 = value;
Il2CppCodeGenWriteBarrier((&___m_Delegate_12), value);
}
inline static int32_t get_offset_of_m_ExecutionContext_13() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContext_13)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_m_ExecutionContext_13() const { return ___m_ExecutionContext_13; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_m_ExecutionContext_13() { return &___m_ExecutionContext_13; }
inline void set_m_ExecutionContext_13(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___m_ExecutionContext_13 = value;
Il2CppCodeGenWriteBarrier((&___m_ExecutionContext_13), value);
}
inline static int32_t get_offset_of_m_ExecutionContextBelongsToOuterScope_14() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7, ___m_ExecutionContextBelongsToOuterScope_14)); }
inline bool get_m_ExecutionContextBelongsToOuterScope_14() const { return ___m_ExecutionContextBelongsToOuterScope_14; }
inline bool* get_address_of_m_ExecutionContextBelongsToOuterScope_14() { return &___m_ExecutionContextBelongsToOuterScope_14; }
inline void set_m_ExecutionContextBelongsToOuterScope_14(bool value)
{
___m_ExecutionContextBelongsToOuterScope_14 = value;
}
};
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields
{
public:
// System.LocalDataStoreMgr System.Threading.Thread::s_LocalDataStoreMgr
LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * ___s_LocalDataStoreMgr_0;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentCulture
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentCulture_4;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo> System.Threading.Thread::s_asyncLocalCurrentUICulture
AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * ___s_asyncLocalCurrentUICulture_5;
public:
inline static int32_t get_offset_of_s_LocalDataStoreMgr_0() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_LocalDataStoreMgr_0)); }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * get_s_LocalDataStoreMgr_0() const { return ___s_LocalDataStoreMgr_0; }
inline LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 ** get_address_of_s_LocalDataStoreMgr_0() { return &___s_LocalDataStoreMgr_0; }
inline void set_s_LocalDataStoreMgr_0(LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9 * value)
{
___s_LocalDataStoreMgr_0 = value;
Il2CppCodeGenWriteBarrier((&___s_LocalDataStoreMgr_0), value);
}
inline static int32_t get_offset_of_s_asyncLocalCurrentCulture_4() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentCulture_4)); }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentCulture_4() const { return ___s_asyncLocalCurrentCulture_4; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentCulture_4() { return &___s_asyncLocalCurrentCulture_4; }
inline void set_s_asyncLocalCurrentCulture_4(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
{
___s_asyncLocalCurrentCulture_4 = value;
Il2CppCodeGenWriteBarrier((&___s_asyncLocalCurrentCulture_4), value);
}
inline static int32_t get_offset_of_s_asyncLocalCurrentUICulture_5() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_StaticFields, ___s_asyncLocalCurrentUICulture_5)); }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * get_s_asyncLocalCurrentUICulture_5() const { return ___s_asyncLocalCurrentUICulture_5; }
inline AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A ** get_address_of_s_asyncLocalCurrentUICulture_5() { return &___s_asyncLocalCurrentUICulture_5; }
inline void set_s_asyncLocalCurrentUICulture_5(AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A * value)
{
___s_asyncLocalCurrentUICulture_5 = value;
Il2CppCodeGenWriteBarrier((&___s_asyncLocalCurrentUICulture_5), value);
}
};
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields
{
public:
// System.LocalDataStoreHolder System.Threading.Thread::s_LocalDataStore
LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * ___s_LocalDataStore_1;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentCulture_2;
// System.Globalization.CultureInfo System.Threading.Thread::m_CurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___m_CurrentUICulture_3;
// System.Threading.Thread System.Threading.Thread::current_thread
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___current_thread_11;
public:
inline static int32_t get_offset_of_s_LocalDataStore_1() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___s_LocalDataStore_1)); }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * get_s_LocalDataStore_1() const { return ___s_LocalDataStore_1; }
inline LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 ** get_address_of_s_LocalDataStore_1() { return &___s_LocalDataStore_1; }
inline void set_s_LocalDataStore_1(LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304 * value)
{
___s_LocalDataStore_1 = value;
Il2CppCodeGenWriteBarrier((&___s_LocalDataStore_1), value);
}
inline static int32_t get_offset_of_m_CurrentCulture_2() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentCulture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentCulture_2() const { return ___m_CurrentCulture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentCulture_2() { return &___m_CurrentCulture_2; }
inline void set_m_CurrentCulture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___m_CurrentCulture_2 = value;
Il2CppCodeGenWriteBarrier((&___m_CurrentCulture_2), value);
}
inline static int32_t get_offset_of_m_CurrentUICulture_3() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___m_CurrentUICulture_3)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_m_CurrentUICulture_3() const { return ___m_CurrentUICulture_3; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_m_CurrentUICulture_3() { return &___m_CurrentUICulture_3; }
inline void set_m_CurrentUICulture_3(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___m_CurrentUICulture_3 = value;
Il2CppCodeGenWriteBarrier((&___m_CurrentUICulture_3), value);
}
inline static int32_t get_offset_of_current_thread_11() { return static_cast<int32_t>(offsetof(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_ThreadStaticFields, ___current_thread_11)); }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * get_current_thread_11() const { return ___current_thread_11; }
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 ** get_address_of_current_thread_11() { return &___current_thread_11; }
inline void set_current_thread_11(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * value)
{
___current_thread_11 = value;
Il2CppCodeGenWriteBarrier((&___current_thread_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THREAD_TF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_H
#ifndef TIMER_T67FAB8E41573B4FA09CA56AE30725AF4297C2553_H
#define TIMER_T67FAB8E41573B4FA09CA56AE30725AF4297C2553_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Timer
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Threading.TimerCallback System.Threading.Timer::callback
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback_2;
// System.Object System.Threading.Timer::state
RuntimeObject * ___state_3;
// System.Int64 System.Threading.Timer::due_time_ms
int64_t ___due_time_ms_4;
// System.Int64 System.Threading.Timer::period_ms
int64_t ___period_ms_5;
// System.Int64 System.Threading.Timer::next_run
int64_t ___next_run_6;
// System.Boolean System.Threading.Timer::disposed
bool ___disposed_7;
public:
inline static int32_t get_offset_of_callback_2() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___callback_2)); }
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * get_callback_2() const { return ___callback_2; }
inline TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 ** get_address_of_callback_2() { return &___callback_2; }
inline void set_callback_2(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * value)
{
___callback_2 = value;
Il2CppCodeGenWriteBarrier((&___callback_2), value);
}
inline static int32_t get_offset_of_state_3() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___state_3)); }
inline RuntimeObject * get_state_3() const { return ___state_3; }
inline RuntimeObject ** get_address_of_state_3() { return &___state_3; }
inline void set_state_3(RuntimeObject * value)
{
___state_3 = value;
Il2CppCodeGenWriteBarrier((&___state_3), value);
}
inline static int32_t get_offset_of_due_time_ms_4() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___due_time_ms_4)); }
inline int64_t get_due_time_ms_4() const { return ___due_time_ms_4; }
inline int64_t* get_address_of_due_time_ms_4() { return &___due_time_ms_4; }
inline void set_due_time_ms_4(int64_t value)
{
___due_time_ms_4 = value;
}
inline static int32_t get_offset_of_period_ms_5() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___period_ms_5)); }
inline int64_t get_period_ms_5() const { return ___period_ms_5; }
inline int64_t* get_address_of_period_ms_5() { return &___period_ms_5; }
inline void set_period_ms_5(int64_t value)
{
___period_ms_5 = value;
}
inline static int32_t get_offset_of_next_run_6() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___next_run_6)); }
inline int64_t get_next_run_6() const { return ___next_run_6; }
inline int64_t* get_address_of_next_run_6() { return &___next_run_6; }
inline void set_next_run_6(int64_t value)
{
___next_run_6 = value;
}
inline static int32_t get_offset_of_disposed_7() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553, ___disposed_7)); }
inline bool get_disposed_7() const { return ___disposed_7; }
inline bool* get_address_of_disposed_7() { return &___disposed_7; }
inline void set_disposed_7(bool value)
{
___disposed_7 = value;
}
};
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields
{
public:
// System.Threading.Timer_Scheduler System.Threading.Timer::scheduler
Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * ___scheduler_1;
public:
inline static int32_t get_offset_of_scheduler_1() { return static_cast<int32_t>(offsetof(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_StaticFields, ___scheduler_1)); }
inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * get_scheduler_1() const { return ___scheduler_1; }
inline Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 ** get_address_of_scheduler_1() { return &___scheduler_1; }
inline void set_scheduler_1(Scheduler_t8BD442F4C8B5450A09F40CC3A68592601F96A9B9 * value)
{
___scheduler_1 = value;
Il2CppCodeGenWriteBarrier((&___scheduler_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMER_T67FAB8E41573B4FA09CA56AE30725AF4297C2553_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H
#define TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.Interface.TlsProtocols
struct TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163
{
public:
// System.Int32 Mono.Security.Interface.TlsProtocols::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TlsProtocols_t25D1B0EFE5CC77B30D19258E7AC462AB4D828163, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TLSPROTOCOLS_T25D1B0EFE5CC77B30D19258E7AC462AB4D828163_H
#ifndef APPDOMAIN_T1B59572328F60585904DF52A59FE47CF5B5FFFF8_H
#define APPDOMAIN_T1B59572328F60585904DF52A59FE47CF5B5FFFF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.AppDomain::_mono_app_domain
intptr_t ____mono_app_domain_1;
// System.Object System.AppDomain::_evidence
RuntimeObject * ____evidence_6;
// System.Object System.AppDomain::_granted
RuntimeObject * ____granted_7;
// System.Int32 System.AppDomain::_principalPolicy
int32_t ____principalPolicy_8;
// System.AssemblyLoadEventHandler System.AppDomain::AssemblyLoad
AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * ___AssemblyLoad_11;
// System.ResolveEventHandler System.AppDomain::AssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___AssemblyResolve_12;
// System.EventHandler System.AppDomain::DomainUnload
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___DomainUnload_13;
// System.EventHandler System.AppDomain::ProcessExit
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ProcessExit_14;
// System.ResolveEventHandler System.AppDomain::ResourceResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ResourceResolve_15;
// System.ResolveEventHandler System.AppDomain::TypeResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___TypeResolve_16;
// System.UnhandledExceptionEventHandler System.AppDomain::UnhandledException
UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * ___UnhandledException_17;
// System.EventHandler`1<System.Runtime.ExceptionServices.FirstChanceExceptionEventArgs> System.AppDomain::FirstChanceException
EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * ___FirstChanceException_18;
// System.Object System.AppDomain::_domain_manager
RuntimeObject * ____domain_manager_19;
// System.ResolveEventHandler System.AppDomain::ReflectionOnlyAssemblyResolve
ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * ___ReflectionOnlyAssemblyResolve_20;
// System.Object System.AppDomain::_activation
RuntimeObject * ____activation_21;
// System.Object System.AppDomain::_applicationIdentity
RuntimeObject * ____applicationIdentity_22;
// System.Collections.Generic.List`1<System.String> System.AppDomain::compatibility_switch
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
public:
inline static int32_t get_offset_of__mono_app_domain_1() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____mono_app_domain_1)); }
inline intptr_t get__mono_app_domain_1() const { return ____mono_app_domain_1; }
inline intptr_t* get_address_of__mono_app_domain_1() { return &____mono_app_domain_1; }
inline void set__mono_app_domain_1(intptr_t value)
{
____mono_app_domain_1 = value;
}
inline static int32_t get_offset_of__evidence_6() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____evidence_6)); }
inline RuntimeObject * get__evidence_6() const { return ____evidence_6; }
inline RuntimeObject ** get_address_of__evidence_6() { return &____evidence_6; }
inline void set__evidence_6(RuntimeObject * value)
{
____evidence_6 = value;
Il2CppCodeGenWriteBarrier((&____evidence_6), value);
}
inline static int32_t get_offset_of__granted_7() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____granted_7)); }
inline RuntimeObject * get__granted_7() const { return ____granted_7; }
inline RuntimeObject ** get_address_of__granted_7() { return &____granted_7; }
inline void set__granted_7(RuntimeObject * value)
{
____granted_7 = value;
Il2CppCodeGenWriteBarrier((&____granted_7), value);
}
inline static int32_t get_offset_of__principalPolicy_8() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____principalPolicy_8)); }
inline int32_t get__principalPolicy_8() const { return ____principalPolicy_8; }
inline int32_t* get_address_of__principalPolicy_8() { return &____principalPolicy_8; }
inline void set__principalPolicy_8(int32_t value)
{
____principalPolicy_8 = value;
}
inline static int32_t get_offset_of_AssemblyLoad_11() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyLoad_11)); }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * get_AssemblyLoad_11() const { return ___AssemblyLoad_11; }
inline AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 ** get_address_of_AssemblyLoad_11() { return &___AssemblyLoad_11; }
inline void set_AssemblyLoad_11(AssemblyLoadEventHandler_t53F8340027F9EE67E8A22E7D8C1A3770345153C9 * value)
{
___AssemblyLoad_11 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyLoad_11), value);
}
inline static int32_t get_offset_of_AssemblyResolve_12() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___AssemblyResolve_12)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_AssemblyResolve_12() const { return ___AssemblyResolve_12; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_AssemblyResolve_12() { return &___AssemblyResolve_12; }
inline void set_AssemblyResolve_12(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___AssemblyResolve_12 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyResolve_12), value);
}
inline static int32_t get_offset_of_DomainUnload_13() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___DomainUnload_13)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_DomainUnload_13() const { return ___DomainUnload_13; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_DomainUnload_13() { return &___DomainUnload_13; }
inline void set_DomainUnload_13(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___DomainUnload_13 = value;
Il2CppCodeGenWriteBarrier((&___DomainUnload_13), value);
}
inline static int32_t get_offset_of_ProcessExit_14() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ProcessExit_14)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ProcessExit_14() const { return ___ProcessExit_14; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ProcessExit_14() { return &___ProcessExit_14; }
inline void set_ProcessExit_14(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___ProcessExit_14 = value;
Il2CppCodeGenWriteBarrier((&___ProcessExit_14), value);
}
inline static int32_t get_offset_of_ResourceResolve_15() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ResourceResolve_15)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ResourceResolve_15() const { return ___ResourceResolve_15; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ResourceResolve_15() { return &___ResourceResolve_15; }
inline void set_ResourceResolve_15(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ResourceResolve_15 = value;
Il2CppCodeGenWriteBarrier((&___ResourceResolve_15), value);
}
inline static int32_t get_offset_of_TypeResolve_16() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___TypeResolve_16)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_TypeResolve_16() const { return ___TypeResolve_16; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_TypeResolve_16() { return &___TypeResolve_16; }
inline void set_TypeResolve_16(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___TypeResolve_16 = value;
Il2CppCodeGenWriteBarrier((&___TypeResolve_16), value);
}
inline static int32_t get_offset_of_UnhandledException_17() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___UnhandledException_17)); }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * get_UnhandledException_17() const { return ___UnhandledException_17; }
inline UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE ** get_address_of_UnhandledException_17() { return &___UnhandledException_17; }
inline void set_UnhandledException_17(UnhandledExceptionEventHandler_tB0DFF05ABF7A3A234C87D4F7A71F98E9AB2D91DE * value)
{
___UnhandledException_17 = value;
Il2CppCodeGenWriteBarrier((&___UnhandledException_17), value);
}
inline static int32_t get_offset_of_FirstChanceException_18() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___FirstChanceException_18)); }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * get_FirstChanceException_18() const { return ___FirstChanceException_18; }
inline EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF ** get_address_of_FirstChanceException_18() { return &___FirstChanceException_18; }
inline void set_FirstChanceException_18(EventHandler_1_t1E35ED2E29145994C6C03E57601C6D48C61083FF * value)
{
___FirstChanceException_18 = value;
Il2CppCodeGenWriteBarrier((&___FirstChanceException_18), value);
}
inline static int32_t get_offset_of__domain_manager_19() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____domain_manager_19)); }
inline RuntimeObject * get__domain_manager_19() const { return ____domain_manager_19; }
inline RuntimeObject ** get_address_of__domain_manager_19() { return &____domain_manager_19; }
inline void set__domain_manager_19(RuntimeObject * value)
{
____domain_manager_19 = value;
Il2CppCodeGenWriteBarrier((&____domain_manager_19), value);
}
inline static int32_t get_offset_of_ReflectionOnlyAssemblyResolve_20() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___ReflectionOnlyAssemblyResolve_20)); }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * get_ReflectionOnlyAssemblyResolve_20() const { return ___ReflectionOnlyAssemblyResolve_20; }
inline ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 ** get_address_of_ReflectionOnlyAssemblyResolve_20() { return &___ReflectionOnlyAssemblyResolve_20; }
inline void set_ReflectionOnlyAssemblyResolve_20(ResolveEventHandler_t045C469BEA8B632FA99FE8867C921BA8DAE0BEE5 * value)
{
___ReflectionOnlyAssemblyResolve_20 = value;
Il2CppCodeGenWriteBarrier((&___ReflectionOnlyAssemblyResolve_20), value);
}
inline static int32_t get_offset_of__activation_21() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____activation_21)); }
inline RuntimeObject * get__activation_21() const { return ____activation_21; }
inline RuntimeObject ** get_address_of__activation_21() { return &____activation_21; }
inline void set__activation_21(RuntimeObject * value)
{
____activation_21 = value;
Il2CppCodeGenWriteBarrier((&____activation_21), value);
}
inline static int32_t get_offset_of__applicationIdentity_22() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ____applicationIdentity_22)); }
inline RuntimeObject * get__applicationIdentity_22() const { return ____applicationIdentity_22; }
inline RuntimeObject ** get_address_of__applicationIdentity_22() { return &____applicationIdentity_22; }
inline void set__applicationIdentity_22(RuntimeObject * value)
{
____applicationIdentity_22 = value;
Il2CppCodeGenWriteBarrier((&____applicationIdentity_22), value);
}
inline static int32_t get_offset_of_compatibility_switch_23() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8, ___compatibility_switch_23)); }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * get_compatibility_switch_23() const { return ___compatibility_switch_23; }
inline List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 ** get_address_of_compatibility_switch_23() { return &___compatibility_switch_23; }
inline void set_compatibility_switch_23(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * value)
{
___compatibility_switch_23 = value;
Il2CppCodeGenWriteBarrier((&___compatibility_switch_23), value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields
{
public:
// System.String System.AppDomain::_process_guid
String_t* ____process_guid_2;
// System.AppDomain System.AppDomain::default_domain
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * ___default_domain_10;
public:
inline static int32_t get_offset_of__process_guid_2() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ____process_guid_2)); }
inline String_t* get__process_guid_2() const { return ____process_guid_2; }
inline String_t** get_address_of__process_guid_2() { return &____process_guid_2; }
inline void set__process_guid_2(String_t* value)
{
____process_guid_2 = value;
Il2CppCodeGenWriteBarrier((&____process_guid_2), value);
}
inline static int32_t get_offset_of_default_domain_10() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_StaticFields, ___default_domain_10)); }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * get_default_domain_10() const { return ___default_domain_10; }
inline AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 ** get_address_of_default_domain_10() { return &___default_domain_10; }
inline void set_default_domain_10(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * value)
{
___default_domain_10 = value;
Il2CppCodeGenWriteBarrier((&___default_domain_10), value);
}
};
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields
{
public:
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::type_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___type_resolve_in_progress_3;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_4;
// System.Collections.Generic.Dictionary`2<System.String,System.Object> System.AppDomain::assembly_resolve_in_progress_refonly
Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * ___assembly_resolve_in_progress_refonly_5;
// System.Object System.AppDomain::_principal
RuntimeObject * ____principal_9;
public:
inline static int32_t get_offset_of_type_resolve_in_progress_3() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___type_resolve_in_progress_3)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_type_resolve_in_progress_3() const { return ___type_resolve_in_progress_3; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_type_resolve_in_progress_3() { return &___type_resolve_in_progress_3; }
inline void set_type_resolve_in_progress_3(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___type_resolve_in_progress_3 = value;
Il2CppCodeGenWriteBarrier((&___type_resolve_in_progress_3), value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_4() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_4)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_4() const { return ___assembly_resolve_in_progress_4; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_4() { return &___assembly_resolve_in_progress_4; }
inline void set_assembly_resolve_in_progress_4(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_4 = value;
Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_4), value);
}
inline static int32_t get_offset_of_assembly_resolve_in_progress_refonly_5() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ___assembly_resolve_in_progress_refonly_5)); }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * get_assembly_resolve_in_progress_refonly_5() const { return ___assembly_resolve_in_progress_refonly_5; }
inline Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA ** get_address_of_assembly_resolve_in_progress_refonly_5() { return &___assembly_resolve_in_progress_refonly_5; }
inline void set_assembly_resolve_in_progress_refonly_5(Dictionary_2_t9140A71329927AE4FD0F3CF4D4D66668EBE151EA * value)
{
___assembly_resolve_in_progress_refonly_5 = value;
Il2CppCodeGenWriteBarrier((&___assembly_resolve_in_progress_refonly_5), value);
}
inline static int32_t get_offset_of__principal_9() { return static_cast<int32_t>(offsetof(AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_ThreadStaticFields, ____principal_9)); }
inline RuntimeObject * get__principal_9() const { return ____principal_9; }
inline RuntimeObject ** get_address_of__principal_9() { return &____principal_9; }
inline void set__principal_9(RuntimeObject * value)
{
____principal_9 = value;
Il2CppCodeGenWriteBarrier((&____principal_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
// Native definition for COM marshalling of System.AppDomain
struct AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ____mono_app_domain_1;
Il2CppIUnknown* ____evidence_6;
Il2CppIUnknown* ____granted_7;
int32_t ____principalPolicy_8;
Il2CppMethodPointer ___AssemblyLoad_11;
Il2CppMethodPointer ___AssemblyResolve_12;
Il2CppMethodPointer ___DomainUnload_13;
Il2CppMethodPointer ___ProcessExit_14;
Il2CppMethodPointer ___ResourceResolve_15;
Il2CppMethodPointer ___TypeResolve_16;
Il2CppMethodPointer ___UnhandledException_17;
Il2CppMethodPointer ___FirstChanceException_18;
Il2CppIUnknown* ____domain_manager_19;
Il2CppMethodPointer ___ReflectionOnlyAssemblyResolve_20;
Il2CppIUnknown* ____activation_21;
Il2CppIUnknown* ____applicationIdentity_22;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___compatibility_switch_23;
};
#endif // APPDOMAIN_T1B59572328F60585904DF52A59FE47CF5B5FFFF8_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((&___m_target_2), value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((&___method_info_7), value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((&___original_method_info_8), value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((&___data_9), value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
#endif // DELEGATE_T_H
#ifndef FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#define FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FORMATEXCEPTION_T2808E076CDE4650AF89F55FD78F49290D0EC5BDC_H
#ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifndef FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#define FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.FileAccess
struct FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6
{
public:
// System.Int32 System.IO.FileAccess::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILEACCESS_T31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_H
#ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifndef SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H
#define SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.SeekOrigin
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
{
public:
// System.Int32 System.IO.SeekOrigin::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H
#ifndef STRINGREADER_T3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_H
#define STRINGREADER_T3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.StringReader
struct StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.String System.IO.StringReader::_s
String_t* ____s_4;
// System.Int32 System.IO.StringReader::_pos
int32_t ____pos_5;
// System.Int32 System.IO.StringReader::_length
int32_t ____length_6;
public:
inline static int32_t get_offset_of__s_4() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____s_4)); }
inline String_t* get__s_4() const { return ____s_4; }
inline String_t** get_address_of__s_4() { return &____s_4; }
inline void set__s_4(String_t* value)
{
____s_4 = value;
Il2CppCodeGenWriteBarrier((&____s_4), value);
}
inline static int32_t get_offset_of__pos_5() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____pos_5)); }
inline int32_t get__pos_5() const { return ____pos_5; }
inline int32_t* get_address_of__pos_5() { return &____pos_5; }
inline void set__pos_5(int32_t value)
{
____pos_5 = value;
}
inline static int32_t get_offset_of__length_6() { return static_cast<int32_t>(offsetof(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12, ____length_6)); }
inline int32_t get__length_6() const { return ____length_6; }
inline int32_t* get_address_of__length_6() { return &____length_6; }
inline void set__length_6(int32_t value)
{
____length_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGREADER_T3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_H
#ifndef IOOPERATION_T49FF3E40F8D6C93F406C56521BE8CC395E4FE834_H
#define IOOPERATION_T49FF3E40F8D6C93F406C56521BE8CC395E4FE834_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IOOperation
struct IOOperation_t49FF3E40F8D6C93F406C56521BE8CC395E4FE834
{
public:
// System.Int32 System.IOOperation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IOOperation_t49FF3E40F8D6C93F406C56521BE8CC395E4FE834, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOOPERATION_T49FF3E40F8D6C93F406C56521BE8CC395E4FE834_H
#ifndef INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#define INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INDEXOUTOFRANGEEXCEPTION_TEC7665FC66525AB6A6916A7EB505E5591683F0CF_H
#ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifndef COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H
#define COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.CookieCollection
struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 : public RuntimeObject
{
public:
// System.Int32 System.Net.CookieCollection::m_version
int32_t ___m_version_0;
// System.Collections.ArrayList System.Net.CookieCollection::m_list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___m_list_1;
// System.DateTime System.Net.CookieCollection::m_TimeStamp
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_TimeStamp_2;
// System.Boolean System.Net.CookieCollection::m_has_other_versions
bool ___m_has_other_versions_3;
// System.Boolean System.Net.CookieCollection::m_IsReadOnly
bool ___m_IsReadOnly_4;
public:
inline static int32_t get_offset_of_m_version_0() { return static_cast<int32_t>(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_version_0)); }
inline int32_t get_m_version_0() const { return ___m_version_0; }
inline int32_t* get_address_of_m_version_0() { return &___m_version_0; }
inline void set_m_version_0(int32_t value)
{
___m_version_0 = value;
}
inline static int32_t get_offset_of_m_list_1() { return static_cast<int32_t>(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_list_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_m_list_1() const { return ___m_list_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_m_list_1() { return &___m_list_1; }
inline void set_m_list_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___m_list_1 = value;
Il2CppCodeGenWriteBarrier((&___m_list_1), value);
}
inline static int32_t get_offset_of_m_TimeStamp_2() { return static_cast<int32_t>(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_TimeStamp_2)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_TimeStamp_2() const { return ___m_TimeStamp_2; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_TimeStamp_2() { return &___m_TimeStamp_2; }
inline void set_m_TimeStamp_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_TimeStamp_2 = value;
}
inline static int32_t get_offset_of_m_has_other_versions_3() { return static_cast<int32_t>(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_has_other_versions_3)); }
inline bool get_m_has_other_versions_3() const { return ___m_has_other_versions_3; }
inline bool* get_address_of_m_has_other_versions_3() { return &___m_has_other_versions_3; }
inline void set_m_has_other_versions_3(bool value)
{
___m_has_other_versions_3 = value;
}
inline static int32_t get_offset_of_m_IsReadOnly_4() { return static_cast<int32_t>(offsetof(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3, ___m_IsReadOnly_4)); }
inline bool get_m_IsReadOnly_4() const { return ___m_IsReadOnly_4; }
inline bool* get_address_of_m_IsReadOnly_4() { return &___m_IsReadOnly_4; }
inline void set_m_IsReadOnly_4(bool value)
{
___m_IsReadOnly_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COOKIECOLLECTION_T69ADF0ABD99419E54AB4740B341D94F443D995A3_H
#ifndef DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#define DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.DecompressionMethods
struct DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D
{
public:
// System.Int32 System.Net.DecompressionMethods::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#ifndef NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#define NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest_NtlmAuthState
struct NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83
{
public:
// System.Int32 System.Net.HttpWebRequest_NtlmAuthState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#ifndef INTERNALEXCEPTION_T1460C350125DE6268459D2F27DFF588AE88F2AA0_H
#define INTERNALEXCEPTION_T1460C350125DE6268459D2F27DFF588AE88F2AA0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.InternalException
struct InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALEXCEPTION_T1460C350125DE6268459D2F27DFF588AE88F2AA0_H
#ifndef STATE_T9575019D3583B1A375418BD20391992F28C37967_H
#define STATE_T9575019D3583B1A375418BD20391992F28C37967_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.MonoChunkStream_State
struct State_t9575019D3583B1A375418BD20391992F28C37967
{
public:
// System.Int32 System.Net.MonoChunkStream_State::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(State_t9575019D3583B1A375418BD20391992F28C37967, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STATE_T9575019D3583B1A375418BD20391992F28C37967_H
#ifndef NETBIOSNODETYPE_TBF92483BC76709F1A2FC1B6DA61A8E9176861C8F_H
#define NETBIOSNODETYPE_TBF92483BC76709F1A2FC1B6DA61A8E9176861C8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.NetBiosNodeType
struct NetBiosNodeType_tBF92483BC76709F1A2FC1B6DA61A8E9176861C8F
{
public:
// System.Int32 System.Net.NetworkInformation.NetBiosNodeType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NetBiosNodeType_tBF92483BC76709F1A2FC1B6DA61A8E9176861C8F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETBIOSNODETYPE_TBF92483BC76709F1A2FC1B6DA61A8E9176861C8F_H
#ifndef NETWORKINTERFACECOMPONENT_T4D5A597DAE7E60E5616B4C6458B188F14C882839_H
#define NETWORKINTERFACECOMPONENT_T4D5A597DAE7E60E5616B4C6458B188F14C882839_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.NetworkInterfaceComponent
struct NetworkInterfaceComponent_t4D5A597DAE7E60E5616B4C6458B188F14C882839
{
public:
// System.Int32 System.Net.NetworkInformation.NetworkInterfaceComponent::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NetworkInterfaceComponent_t4D5A597DAE7E60E5616B4C6458B188F14C882839, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETWORKINTERFACECOMPONENT_T4D5A597DAE7E60E5616B4C6458B188F14C882839_H
#ifndef UNIXIPGLOBALPROPERTIES_T71C0A1709AE39166494F9CDAC6EC6F96704E11D6_H
#define UNIXIPGLOBALPROPERTIES_T71C0A1709AE39166494F9CDAC6EC6F96704E11D6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.UnixIPGlobalProperties
struct UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 : public CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UNIXIPGLOBALPROPERTIES_T71C0A1709AE39166494F9CDAC6EC6F96704E11D6_H
#ifndef WIN32_IP_ADDR_STRING_TDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_H
#define WIN32_IP_ADDR_STRING_TDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.Win32_IP_ADDR_STRING
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F
{
public:
// System.IntPtr System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Next
intptr_t ___Next_0;
// System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpAddress
String_t* ___IpAddress_1;
// System.String System.Net.NetworkInformation.Win32_IP_ADDR_STRING::IpMask
String_t* ___IpMask_2;
// System.UInt32 System.Net.NetworkInformation.Win32_IP_ADDR_STRING::Context
uint32_t ___Context_3;
public:
inline static int32_t get_offset_of_Next_0() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___Next_0)); }
inline intptr_t get_Next_0() const { return ___Next_0; }
inline intptr_t* get_address_of_Next_0() { return &___Next_0; }
inline void set_Next_0(intptr_t value)
{
___Next_0 = value;
}
inline static int32_t get_offset_of_IpAddress_1() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___IpAddress_1)); }
inline String_t* get_IpAddress_1() const { return ___IpAddress_1; }
inline String_t** get_address_of_IpAddress_1() { return &___IpAddress_1; }
inline void set_IpAddress_1(String_t* value)
{
___IpAddress_1 = value;
Il2CppCodeGenWriteBarrier((&___IpAddress_1), value);
}
inline static int32_t get_offset_of_IpMask_2() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___IpMask_2)); }
inline String_t* get_IpMask_2() const { return ___IpMask_2; }
inline String_t** get_address_of_IpMask_2() { return &___IpMask_2; }
inline void set_IpMask_2(String_t* value)
{
___IpMask_2 = value;
Il2CppCodeGenWriteBarrier((&___IpMask_2), value);
}
inline static int32_t get_offset_of_Context_3() { return static_cast<int32_t>(offsetof(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F, ___Context_3)); }
inline uint32_t get_Context_3() const { return ___Context_3; }
inline uint32_t* get_address_of_Context_3() { return &___Context_3; }
inline void set_Context_3(uint32_t value)
{
___Context_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke
{
intptr_t ___Next_0;
char ___IpAddress_1[16];
char ___IpMask_2[16];
uint32_t ___Context_3;
};
// Native definition for COM marshalling of System.Net.NetworkInformation.Win32_IP_ADDR_STRING
struct Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com
{
intptr_t ___Next_0;
char ___IpAddress_1[16];
char ___IpMask_2[16];
uint32_t ___Context_3;
};
#endif // WIN32_IP_ADDR_STRING_TDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_H
#ifndef READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H
#define READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ReadState
struct ReadState_t4A38DE8AC8A5473133060405B3A00021D4422114
{
public:
// System.Int32 System.Net.ReadState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReadState_t4A38DE8AC8A5473133060405B3A00021D4422114, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H
#ifndef AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H
#define AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.AuthenticatedStream
struct AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Stream System.Net.Security.AuthenticatedStream::_InnerStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ____InnerStream_4;
// System.Boolean System.Net.Security.AuthenticatedStream::_LeaveStreamOpen
bool ____LeaveStreamOpen_5;
public:
inline static int32_t get_offset_of__InnerStream_4() { return static_cast<int32_t>(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____InnerStream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get__InnerStream_4() const { return ____InnerStream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of__InnerStream_4() { return &____InnerStream_4; }
inline void set__InnerStream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
____InnerStream_4 = value;
Il2CppCodeGenWriteBarrier((&____InnerStream_4), value);
}
inline static int32_t get_offset_of__LeaveStreamOpen_5() { return static_cast<int32_t>(offsetof(AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501, ____LeaveStreamOpen_5)); }
inline bool get__LeaveStreamOpen_5() const { return ____LeaveStreamOpen_5; }
inline bool* get_address_of__LeaveStreamOpen_5() { return &____LeaveStreamOpen_5; }
inline void set__LeaveStreamOpen_5(bool value)
{
____LeaveStreamOpen_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTHENTICATEDSTREAM_T3DD09B1EB437BE77A9B0536EC26005B6914BF501_H
#ifndef AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#define AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.AuthenticationLevel
struct AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B
{
public:
// System.Int32 System.Net.Security.AuthenticationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#ifndef SSLPOLICYERRORS_TD39D8AA1FDBFBC6745122C5A899F10A1C9258671_H
#define SSLPOLICYERRORS_TD39D8AA1FDBFBC6745122C5A899F10A1C9258671_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.SslPolicyErrors
struct SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671
{
public:
// System.Int32 System.Net.Security.SslPolicyErrors::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SSLPOLICYERRORS_TD39D8AA1FDBFBC6745122C5A899F10A1C9258671_H
#ifndef SECURITYPROTOCOLTYPE_T5A4A36AC58D7FE75545BAB63E4FACE97C7FFE941_H
#define SECURITYPROTOCOLTYPE_T5A4A36AC58D7FE75545BAB63E4FACE97C7FFE941_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_t5A4A36AC58D7FE75545BAB63E4FACE97C7FFE941
{
public:
// System.Int32 System.Net.SecurityProtocolType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SecurityProtocolType_t5A4A36AC58D7FE75545BAB63E4FACE97C7FFE941, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURITYPROTOCOLTYPE_T5A4A36AC58D7FE75545BAB63E4FACE97C7FFE941_H
#ifndef SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#define SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 : public RuntimeObject
{
public:
// System.Uri System.Net.ServicePoint::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0;
// System.Int32 System.Net.ServicePoint::connectionLimit
int32_t ___connectionLimit_1;
// System.Int32 System.Net.ServicePoint::maxIdleTime
int32_t ___maxIdleTime_2;
// System.Int32 System.Net.ServicePoint::currentConnections
int32_t ___currentConnections_3;
// System.DateTime System.Net.ServicePoint::idleSince
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_4;
// System.DateTime System.Net.ServicePoint::lastDnsResolve
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastDnsResolve_5;
// System.Version System.Net.ServicePoint::protocolVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___protocolVersion_6;
// System.Net.IPHostEntry System.Net.ServicePoint::host
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___host_7;
// System.Boolean System.Net.ServicePoint::usesProxy
bool ___usesProxy_8;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup> System.Net.ServicePoint::groups
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___groups_9;
// System.Boolean System.Net.ServicePoint::sendContinue
bool ___sendContinue_10;
// System.Boolean System.Net.ServicePoint::useConnect
bool ___useConnect_11;
// System.Object System.Net.ServicePoint::hostE
RuntimeObject * ___hostE_12;
// System.Boolean System.Net.ServicePoint::useNagle
bool ___useNagle_13;
// System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback
BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * ___endPointCallback_14;
// System.Boolean System.Net.ServicePoint::tcp_keepalive
bool ___tcp_keepalive_15;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_time
int32_t ___tcp_keepalive_time_16;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_interval
int32_t ___tcp_keepalive_interval_17;
// System.Threading.Timer System.Net.ServicePoint::idleTimer
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___idleTimer_18;
// System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes
RuntimeObject * ___m_ServerCertificateOrBytes_19;
// System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes
RuntimeObject * ___m_ClientCertificateOrBytes_20;
public:
inline static int32_t get_offset_of_uri_0() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___uri_0)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; }
inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_0 = value;
Il2CppCodeGenWriteBarrier((&___uri_0), value);
}
inline static int32_t get_offset_of_connectionLimit_1() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___connectionLimit_1)); }
inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; }
inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; }
inline void set_connectionLimit_1(int32_t value)
{
___connectionLimit_1 = value;
}
inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___maxIdleTime_2)); }
inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; }
inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; }
inline void set_maxIdleTime_2(int32_t value)
{
___maxIdleTime_2 = value;
}
inline static int32_t get_offset_of_currentConnections_3() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___currentConnections_3)); }
inline int32_t get_currentConnections_3() const { return ___currentConnections_3; }
inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; }
inline void set_currentConnections_3(int32_t value)
{
___currentConnections_3 = value;
}
inline static int32_t get_offset_of_idleSince_4() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleSince_4)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_4() const { return ___idleSince_4; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_4() { return &___idleSince_4; }
inline void set_idleSince_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___idleSince_4 = value;
}
inline static int32_t get_offset_of_lastDnsResolve_5() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___lastDnsResolve_5)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastDnsResolve_5() const { return ___lastDnsResolve_5; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastDnsResolve_5() { return &___lastDnsResolve_5; }
inline void set_lastDnsResolve_5(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___lastDnsResolve_5 = value;
}
inline static int32_t get_offset_of_protocolVersion_6() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___protocolVersion_6)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_protocolVersion_6() const { return ___protocolVersion_6; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_protocolVersion_6() { return &___protocolVersion_6; }
inline void set_protocolVersion_6(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___protocolVersion_6 = value;
Il2CppCodeGenWriteBarrier((&___protocolVersion_6), value);
}
inline static int32_t get_offset_of_host_7() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___host_7)); }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_host_7() const { return ___host_7; }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_host_7() { return &___host_7; }
inline void set_host_7(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value)
{
___host_7 = value;
Il2CppCodeGenWriteBarrier((&___host_7), value);
}
inline static int32_t get_offset_of_usesProxy_8() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___usesProxy_8)); }
inline bool get_usesProxy_8() const { return ___usesProxy_8; }
inline bool* get_address_of_usesProxy_8() { return &___usesProxy_8; }
inline void set_usesProxy_8(bool value)
{
___usesProxy_8 = value;
}
inline static int32_t get_offset_of_groups_9() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___groups_9)); }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_groups_9() const { return ___groups_9; }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_groups_9() { return &___groups_9; }
inline void set_groups_9(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value)
{
___groups_9 = value;
Il2CppCodeGenWriteBarrier((&___groups_9), value);
}
inline static int32_t get_offset_of_sendContinue_10() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___sendContinue_10)); }
inline bool get_sendContinue_10() const { return ___sendContinue_10; }
inline bool* get_address_of_sendContinue_10() { return &___sendContinue_10; }
inline void set_sendContinue_10(bool value)
{
___sendContinue_10 = value;
}
inline static int32_t get_offset_of_useConnect_11() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useConnect_11)); }
inline bool get_useConnect_11() const { return ___useConnect_11; }
inline bool* get_address_of_useConnect_11() { return &___useConnect_11; }
inline void set_useConnect_11(bool value)
{
___useConnect_11 = value;
}
inline static int32_t get_offset_of_hostE_12() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___hostE_12)); }
inline RuntimeObject * get_hostE_12() const { return ___hostE_12; }
inline RuntimeObject ** get_address_of_hostE_12() { return &___hostE_12; }
inline void set_hostE_12(RuntimeObject * value)
{
___hostE_12 = value;
Il2CppCodeGenWriteBarrier((&___hostE_12), value);
}
inline static int32_t get_offset_of_useNagle_13() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useNagle_13)); }
inline bool get_useNagle_13() const { return ___useNagle_13; }
inline bool* get_address_of_useNagle_13() { return &___useNagle_13; }
inline void set_useNagle_13(bool value)
{
___useNagle_13 = value;
}
inline static int32_t get_offset_of_endPointCallback_14() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___endPointCallback_14)); }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * get_endPointCallback_14() const { return ___endPointCallback_14; }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 ** get_address_of_endPointCallback_14() { return &___endPointCallback_14; }
inline void set_endPointCallback_14(BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * value)
{
___endPointCallback_14 = value;
Il2CppCodeGenWriteBarrier((&___endPointCallback_14), value);
}
inline static int32_t get_offset_of_tcp_keepalive_15() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_15)); }
inline bool get_tcp_keepalive_15() const { return ___tcp_keepalive_15; }
inline bool* get_address_of_tcp_keepalive_15() { return &___tcp_keepalive_15; }
inline void set_tcp_keepalive_15(bool value)
{
___tcp_keepalive_15 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_time_16() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_time_16)); }
inline int32_t get_tcp_keepalive_time_16() const { return ___tcp_keepalive_time_16; }
inline int32_t* get_address_of_tcp_keepalive_time_16() { return &___tcp_keepalive_time_16; }
inline void set_tcp_keepalive_time_16(int32_t value)
{
___tcp_keepalive_time_16 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_interval_17() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_interval_17)); }
inline int32_t get_tcp_keepalive_interval_17() const { return ___tcp_keepalive_interval_17; }
inline int32_t* get_address_of_tcp_keepalive_interval_17() { return &___tcp_keepalive_interval_17; }
inline void set_tcp_keepalive_interval_17(int32_t value)
{
___tcp_keepalive_interval_17 = value;
}
inline static int32_t get_offset_of_idleTimer_18() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleTimer_18)); }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_idleTimer_18() const { return ___idleTimer_18; }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_idleTimer_18() { return &___idleTimer_18; }
inline void set_idleTimer_18(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value)
{
___idleTimer_18 = value;
Il2CppCodeGenWriteBarrier((&___idleTimer_18), value);
}
inline static int32_t get_offset_of_m_ServerCertificateOrBytes_19() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ServerCertificateOrBytes_19)); }
inline RuntimeObject * get_m_ServerCertificateOrBytes_19() const { return ___m_ServerCertificateOrBytes_19; }
inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_19() { return &___m_ServerCertificateOrBytes_19; }
inline void set_m_ServerCertificateOrBytes_19(RuntimeObject * value)
{
___m_ServerCertificateOrBytes_19 = value;
Il2CppCodeGenWriteBarrier((&___m_ServerCertificateOrBytes_19), value);
}
inline static int32_t get_offset_of_m_ClientCertificateOrBytes_20() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ClientCertificateOrBytes_20)); }
inline RuntimeObject * get_m_ClientCertificateOrBytes_20() const { return ___m_ClientCertificateOrBytes_20; }
inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_20() { return &___m_ClientCertificateOrBytes_20; }
inline void set_m_ClientCertificateOrBytes_20(RuntimeObject * value)
{
___m_ClientCertificateOrBytes_20 = value;
Il2CppCodeGenWriteBarrier((&___m_ClientCertificateOrBytes_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#ifndef SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H
#define SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SimpleAsyncResult
struct SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 : public RuntimeObject
{
public:
// System.Threading.ManualResetEvent System.Net.SimpleAsyncResult::handle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___handle_0;
// System.Boolean System.Net.SimpleAsyncResult::synch
bool ___synch_1;
// System.Boolean System.Net.SimpleAsyncResult::isCompleted
bool ___isCompleted_2;
// System.Net.SimpleAsyncCallback System.Net.SimpleAsyncResult::cb
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___cb_3;
// System.Object System.Net.SimpleAsyncResult::state
RuntimeObject * ___state_4;
// System.Boolean System.Net.SimpleAsyncResult::callbackDone
bool ___callbackDone_5;
// System.Exception System.Net.SimpleAsyncResult::exc
Exception_t * ___exc_6;
// System.Object System.Net.SimpleAsyncResult::locker
RuntimeObject * ___locker_7;
// System.Nullable`1<System.Boolean> System.Net.SimpleAsyncResult::user_read_synch
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___user_read_synch_8;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___handle_0)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_handle_0() const { return ___handle_0; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___handle_0 = value;
Il2CppCodeGenWriteBarrier((&___handle_0), value);
}
inline static int32_t get_offset_of_synch_1() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___synch_1)); }
inline bool get_synch_1() const { return ___synch_1; }
inline bool* get_address_of_synch_1() { return &___synch_1; }
inline void set_synch_1(bool value)
{
___synch_1 = value;
}
inline static int32_t get_offset_of_isCompleted_2() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___isCompleted_2)); }
inline bool get_isCompleted_2() const { return ___isCompleted_2; }
inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; }
inline void set_isCompleted_2(bool value)
{
___isCompleted_2 = value;
}
inline static int32_t get_offset_of_cb_3() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___cb_3)); }
inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * get_cb_3() const { return ___cb_3; }
inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F ** get_address_of_cb_3() { return &___cb_3; }
inline void set_cb_3(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * value)
{
___cb_3 = value;
Il2CppCodeGenWriteBarrier((&___cb_3), value);
}
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___state_4)); }
inline RuntimeObject * get_state_4() const { return ___state_4; }
inline RuntimeObject ** get_address_of_state_4() { return &___state_4; }
inline void set_state_4(RuntimeObject * value)
{
___state_4 = value;
Il2CppCodeGenWriteBarrier((&___state_4), value);
}
inline static int32_t get_offset_of_callbackDone_5() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___callbackDone_5)); }
inline bool get_callbackDone_5() const { return ___callbackDone_5; }
inline bool* get_address_of_callbackDone_5() { return &___callbackDone_5; }
inline void set_callbackDone_5(bool value)
{
___callbackDone_5 = value;
}
inline static int32_t get_offset_of_exc_6() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___exc_6)); }
inline Exception_t * get_exc_6() const { return ___exc_6; }
inline Exception_t ** get_address_of_exc_6() { return &___exc_6; }
inline void set_exc_6(Exception_t * value)
{
___exc_6 = value;
Il2CppCodeGenWriteBarrier((&___exc_6), value);
}
inline static int32_t get_offset_of_locker_7() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___locker_7)); }
inline RuntimeObject * get_locker_7() const { return ___locker_7; }
inline RuntimeObject ** get_address_of_locker_7() { return &___locker_7; }
inline void set_locker_7(RuntimeObject * value)
{
___locker_7 = value;
Il2CppCodeGenWriteBarrier((&___locker_7), value);
}
inline static int32_t get_offset_of_user_read_synch_8() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___user_read_synch_8)); }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_user_read_synch_8() const { return ___user_read_synch_8; }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_user_read_synch_8() { return &___user_read_synch_8; }
inline void set_user_read_synch_8(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
{
___user_read_synch_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H
#ifndef ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H
#define ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.AddressFamily
struct AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E
{
public:
// System.Int32 System.Net.Sockets.AddressFamily::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H
#ifndef IOCONTROLCODE_T8A59BB74289B0C9BBB1659E249E54BC5A205D6B9_H
#define IOCONTROLCODE_T8A59BB74289B0C9BBB1659E249E54BC5A205D6B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.IOControlCode
struct IOControlCode_t8A59BB74289B0C9BBB1659E249E54BC5A205D6B9
{
public:
// System.Int64 System.Net.Sockets.IOControlCode::value__
int64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IOControlCode_t8A59BB74289B0C9BBB1659E249E54BC5A205D6B9, ___value___2)); }
inline int64_t get_value___2() const { return ___value___2; }
inline int64_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int64_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOCONTROLCODE_T8A59BB74289B0C9BBB1659E249E54BC5A205D6B9_H
#ifndef IPPROTECTIONLEVEL_T63BF0274CCC5A1BFF42B658316B3092B8C0AA95E_H
#define IPPROTECTIONLEVEL_T63BF0274CCC5A1BFF42B658316B3092B8C0AA95E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.IPProtectionLevel
struct IPProtectionLevel_t63BF0274CCC5A1BFF42B658316B3092B8C0AA95E
{
public:
// System.Int32 System.Net.Sockets.IPProtectionLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(IPProtectionLevel_t63BF0274CCC5A1BFF42B658316B3092B8C0AA95E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPPROTECTIONLEVEL_T63BF0274CCC5A1BFF42B658316B3092B8C0AA95E_H
#ifndef NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H
#define NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.NetworkStream
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_StreamSocket_4;
// System.Boolean System.Net.Sockets.NetworkStream::m_Readable
bool ___m_Readable_5;
// System.Boolean System.Net.Sockets.NetworkStream::m_Writeable
bool ___m_Writeable_6;
// System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket
bool ___m_OwnsSocket_7;
// System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout
int32_t ___m_CloseTimeout_8;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp
bool ___m_CleanedUp_9;
// System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout
int32_t ___m_CurrentReadTimeout_10;
// System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout
int32_t ___m_CurrentWriteTimeout_11;
public:
inline static int32_t get_offset_of_m_StreamSocket_4() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_StreamSocket_4)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_StreamSocket_4() const { return ___m_StreamSocket_4; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_StreamSocket_4() { return &___m_StreamSocket_4; }
inline void set_m_StreamSocket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___m_StreamSocket_4 = value;
Il2CppCodeGenWriteBarrier((&___m_StreamSocket_4), value);
}
inline static int32_t get_offset_of_m_Readable_5() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Readable_5)); }
inline bool get_m_Readable_5() const { return ___m_Readable_5; }
inline bool* get_address_of_m_Readable_5() { return &___m_Readable_5; }
inline void set_m_Readable_5(bool value)
{
___m_Readable_5 = value;
}
inline static int32_t get_offset_of_m_Writeable_6() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Writeable_6)); }
inline bool get_m_Writeable_6() const { return ___m_Writeable_6; }
inline bool* get_address_of_m_Writeable_6() { return &___m_Writeable_6; }
inline void set_m_Writeable_6(bool value)
{
___m_Writeable_6 = value;
}
inline static int32_t get_offset_of_m_OwnsSocket_7() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_OwnsSocket_7)); }
inline bool get_m_OwnsSocket_7() const { return ___m_OwnsSocket_7; }
inline bool* get_address_of_m_OwnsSocket_7() { return &___m_OwnsSocket_7; }
inline void set_m_OwnsSocket_7(bool value)
{
___m_OwnsSocket_7 = value;
}
inline static int32_t get_offset_of_m_CloseTimeout_8() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CloseTimeout_8)); }
inline int32_t get_m_CloseTimeout_8() const { return ___m_CloseTimeout_8; }
inline int32_t* get_address_of_m_CloseTimeout_8() { return &___m_CloseTimeout_8; }
inline void set_m_CloseTimeout_8(int32_t value)
{
___m_CloseTimeout_8 = value;
}
inline static int32_t get_offset_of_m_CleanedUp_9() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CleanedUp_9)); }
inline bool get_m_CleanedUp_9() const { return ___m_CleanedUp_9; }
inline bool* get_address_of_m_CleanedUp_9() { return &___m_CleanedUp_9; }
inline void set_m_CleanedUp_9(bool value)
{
___m_CleanedUp_9 = value;
}
inline static int32_t get_offset_of_m_CurrentReadTimeout_10() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentReadTimeout_10)); }
inline int32_t get_m_CurrentReadTimeout_10() const { return ___m_CurrentReadTimeout_10; }
inline int32_t* get_address_of_m_CurrentReadTimeout_10() { return &___m_CurrentReadTimeout_10; }
inline void set_m_CurrentReadTimeout_10(int32_t value)
{
___m_CurrentReadTimeout_10 = value;
}
inline static int32_t get_offset_of_m_CurrentWriteTimeout_11() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentWriteTimeout_11)); }
inline int32_t get_m_CurrentWriteTimeout_11() const { return ___m_CurrentWriteTimeout_11; }
inline int32_t* get_address_of_m_CurrentWriteTimeout_11() { return &___m_CurrentWriteTimeout_11; }
inline void set_m_CurrentWriteTimeout_11(int32_t value)
{
___m_CurrentWriteTimeout_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H
#ifndef PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H
#define PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.ProtocolType
struct ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD
{
public:
// System.Int32 System.Net.Sockets.ProtocolType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H
#ifndef SELECTMODE_T384C0C7786507E841593ADDA6785DF0001C06B7B_H
#define SELECTMODE_T384C0C7786507E841593ADDA6785DF0001C06B7B_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_t384C0C7786507E841593ADDA6785DF0001C06B7B
{
public:
// System.Int32 System.Net.Sockets.SelectMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SelectMode_t384C0C7786507E841593ADDA6785DF0001C06B7B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SELECTMODE_T384C0C7786507E841593ADDA6785DF0001C06B7B_H
#ifndef U3CU3EC__DISPLAYCLASS298_0_TCCC599BC4750E6215E11C91C2037B4694B3E23E7_H
#define U3CU3EC__DISPLAYCLASS298_0_TCCC599BC4750E6215E11C91C2037B4694B3E23E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket_<>c__DisplayClass298_0
struct U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 : public RuntimeObject
{
public:
// System.Net.Sockets.Socket System.Net.Sockets.Socket_<>c__DisplayClass298_0::<>4__this
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___U3CU3E4__this_0;
// System.IOSelectorJob System.Net.Sockets.Socket_<>c__DisplayClass298_0::job
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * ___job_1;
// System.IntPtr System.Net.Sockets.Socket_<>c__DisplayClass298_0::handle
intptr_t ___handle_2;
public:
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7, ___U3CU3E4__this_0)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
inline void set_U3CU3E4__this_0(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___U3CU3E4__this_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_0), value);
}
inline static int32_t get_offset_of_job_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7, ___job_1)); }
inline IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * get_job_1() const { return ___job_1; }
inline IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 ** get_address_of_job_1() { return &___job_1; }
inline void set_job_1(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * value)
{
___job_1 = value;
Il2CppCodeGenWriteBarrier((&___job_1), value);
}
inline static int32_t get_offset_of_handle_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7, ___handle_2)); }
inline intptr_t get_handle_2() const { return ___handle_2; }
inline intptr_t* get_address_of_handle_2() { return &___handle_2; }
inline void set_handle_2(intptr_t value)
{
___handle_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS298_0_TCCC599BC4750E6215E11C91C2037B4694B3E23E7_H
#ifndef WSABUF_TFC99449E36506806B55A93B6293AC7D2D10D3CEE_H
#define WSABUF_TFC99449E36506806B55A93B6293AC7D2D10D3CEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket_WSABUF
struct WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE
{
public:
// System.Int32 System.Net.Sockets.Socket_WSABUF::len
int32_t ___len_0;
// System.IntPtr System.Net.Sockets.Socket_WSABUF::buf
intptr_t ___buf_1;
public:
inline static int32_t get_offset_of_len_0() { return static_cast<int32_t>(offsetof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE, ___len_0)); }
inline int32_t get_len_0() const { return ___len_0; }
inline int32_t* get_address_of_len_0() { return &___len_0; }
inline void set_len_0(int32_t value)
{
___len_0 = value;
}
inline static int32_t get_offset_of_buf_1() { return static_cast<int32_t>(offsetof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE, ___buf_1)); }
inline intptr_t get_buf_1() const { return ___buf_1; }
inline intptr_t* get_address_of_buf_1() { return &___buf_1; }
inline void set_buf_1(intptr_t value)
{
___buf_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WSABUF_TFC99449E36506806B55A93B6293AC7D2D10D3CEE_H
#ifndef SOCKETERROR_T0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_H
#define SOCKETERROR_T0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_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_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7
{
public:
// System.Int32 System.Net.Sockets.SocketError::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETERROR_T0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_H
#ifndef SOCKETFLAGS_T77581B58FF9A1A1D3E3270EDE83E4CAD3947F809_H
#define SOCKETFLAGS_T77581B58FF9A1A1D3E3270EDE83E4CAD3947F809_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_t77581B58FF9A1A1D3E3270EDE83E4CAD3947F809
{
public:
// System.Int32 System.Net.Sockets.SocketFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketFlags_t77581B58FF9A1A1D3E3270EDE83E4CAD3947F809, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETFLAGS_T77581B58FF9A1A1D3E3270EDE83E4CAD3947F809_H
#ifndef SOCKETOPERATION_T5579D7030CDF83F0E9CAC0B6484D279F34F6193C_H
#define SOCKETOPERATION_T5579D7030CDF83F0E9CAC0B6484D279F34F6193C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketOperation
struct SocketOperation_t5579D7030CDF83F0E9CAC0B6484D279F34F6193C
{
public:
// System.Int32 System.Net.Sockets.SocketOperation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketOperation_t5579D7030CDF83F0E9CAC0B6484D279F34F6193C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETOPERATION_T5579D7030CDF83F0E9CAC0B6484D279F34F6193C_H
#ifndef SOCKETOPTIONLEVEL_T75F67243F6A4311CE8731B9A344FECD8186B3B21_H
#define SOCKETOPTIONLEVEL_T75F67243F6A4311CE8731B9A344FECD8186B3B21_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_t75F67243F6A4311CE8731B9A344FECD8186B3B21
{
public:
// System.Int32 System.Net.Sockets.SocketOptionLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketOptionLevel_t75F67243F6A4311CE8731B9A344FECD8186B3B21, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETOPTIONLEVEL_T75F67243F6A4311CE8731B9A344FECD8186B3B21_H
#ifndef SOCKETOPTIONNAME_T11A763BEFF673A081DA61B8A7B1DF11909153B28_H
#define SOCKETOPTIONNAME_T11A763BEFF673A081DA61B8A7B1DF11909153B28_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_t11A763BEFF673A081DA61B8A7B1DF11909153B28
{
public:
// System.Int32 System.Net.Sockets.SocketOptionName::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketOptionName_t11A763BEFF673A081DA61B8A7B1DF11909153B28, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETOPTIONNAME_T11A763BEFF673A081DA61B8A7B1DF11909153B28_H
#ifndef SOCKETSHUTDOWN_TC1C26BD51DCA13F2A5314DAA97701EF9B230D957_H
#define SOCKETSHUTDOWN_TC1C26BD51DCA13F2A5314DAA97701EF9B230D957_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_tC1C26BD51DCA13F2A5314DAA97701EF9B230D957
{
public:
// System.Int32 System.Net.Sockets.SocketShutdown::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketShutdown_tC1C26BD51DCA13F2A5314DAA97701EF9B230D957, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETSHUTDOWN_TC1C26BD51DCA13F2A5314DAA97701EF9B230D957_H
#ifndef SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H
#define SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketType
struct SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775
{
public:
// System.Int32 System.Net.Sockets.SocketType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H
#ifndef TIMERSTATE_TD555FD971FFAFF7BE6F94885EC160D206354BD35_H
#define TIMERSTATE_TD555FD971FFAFF7BE6F94885EC160D206354BD35_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_TimerNode_TimerState
struct TimerState_tD555FD971FFAFF7BE6F94885EC160D206354BD35
{
public:
// System.Int32 System.Net.TimerThread_TimerNode_TimerState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TimerState_tD555FD971FFAFF7BE6F94885EC160D206354BD35, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMERSTATE_TD555FD971FFAFF7BE6F94885EC160D206354BD35_H
#ifndef NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H
#define NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnection_NtlmAuthState
struct NtlmAuthState_tEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D
{
public:
// System.Int32 System.Net.WebConnection_NtlmAuthState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NtlmAuthState_tEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H
#ifndef WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H
#define WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebExceptionInternalStatus
struct WebExceptionInternalStatus_t2B50725020F5BAB7DCBE324ADF308881FEB3B64D
{
public:
// System.Int32 System.Net.WebExceptionInternalStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WebExceptionInternalStatus_t2B50725020F5BAB7DCBE324ADF308881FEB3B64D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H
#ifndef WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H
#define WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebExceptionStatus
struct WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC
{
public:
// System.Int32 System.Net.WebExceptionStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H
#ifndef WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H
#define WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebHeaderCollectionType
struct WebHeaderCollectionType_t2994510EB856AC407AB0757A9814CDF80185A862
{
public:
// System.UInt16 System.Net.WebHeaderCollectionType::value__
uint16_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WebHeaderCollectionType_t2994510EB856AC407AB0757A9814CDF80185A862, ___value___2)); }
inline uint16_t get_value___2() const { return ___value___2; }
inline uint16_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint16_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H
#define NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Nullable`1<System.DateTime>
struct Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78
{
public:
// T System.Nullable`1::value
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___value_0)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_value_0() const { return ___value_0; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_value_0() { return &___value_0; }
inline void set_value_0(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLABLE_1_T3290384E361396B3724B88B498CBF637D7E87B78_H
#ifndef OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#define OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OUTOFMEMORYEXCEPTION_T2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_H
#ifndef PLATFORMID_T7969561D329B66D3E609C70CA506A519E06F2776_H
#define PLATFORMID_T7969561D329B66D3E609C70CA506A519E06F2776_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.PlatformID
struct PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776
{
public:
// System.Int32 System.PlatformID::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PLATFORMID_T7969561D329B66D3E609C70CA506A519E06F2776_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H
#define EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.InteropServices.ExternalException
struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H
#ifndef GCHANDLETYPE_T7155EF9CB120186C6753EE17470D37E148CB2EF1_H
#define GCHANDLETYPE_T7155EF9CB120186C6753EE17470D37E148CB2EF1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.InteropServices.GCHandleType
struct GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1
{
public:
// System.Int32 System.Runtime.InteropServices.GCHandleType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(GCHandleType_t7155EF9CB120186C6753EE17470D37E148CB2EF1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // GCHANDLETYPE_T7155EF9CB120186C6753EE17470D37E148CB2EF1_H
#ifndef SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H
#define SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 : public CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9
{
public:
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
intptr_t ___handle_0;
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
int32_t ____state_1;
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
bool ____ownsHandle_2;
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
bool ____fullyInitialized_3;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ___handle_0)); }
inline intptr_t get_handle_0() const { return ___handle_0; }
inline intptr_t* get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(intptr_t value)
{
___handle_0 = value;
}
inline static int32_t get_offset_of__state_1() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____state_1)); }
inline int32_t get__state_1() const { return ____state_1; }
inline int32_t* get_address_of__state_1() { return &____state_1; }
inline void set__state_1(int32_t value)
{
____state_1 = value;
}
inline static int32_t get_offset_of__ownsHandle_2() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____ownsHandle_2)); }
inline bool get__ownsHandle_2() const { return ____ownsHandle_2; }
inline bool* get_address_of__ownsHandle_2() { return &____ownsHandle_2; }
inline void set__ownsHandle_2(bool value)
{
____ownsHandle_2 = value;
}
inline static int32_t get_offset_of__fullyInitialized_3() { return static_cast<int32_t>(offsetof(SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383, ____fullyInitialized_3)); }
inline bool get__fullyInitialized_3() const { return ____fullyInitialized_3; }
inline bool* get_address_of__fullyInitialized_3() { return &____fullyInitialized_3; }
inline void set__fullyInitialized_3(bool value)
{
____fullyInitialized_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFEHANDLE_T1E326D75E23FD5BB6D40BA322298FDC6526CC383_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#define TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Principal.TokenImpersonationLevel
struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26
{
public:
// System.Int32 System.Security.Principal.TokenImpersonationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#ifndef STACKOVERFLOWEXCEPTION_T8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_H
#define STACKOVERFLOWEXCEPTION_T8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.StackOverflowException
struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKOVERFLOWEXCEPTION_T8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_H
#ifndef FLAGS_T8F565E43354BBB9A79D7F0308B469D11A82268BD_H
#define FLAGS_T8F565E43354BBB9A79D7F0308B469D11A82268BD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ExecutionContext_Flags
struct Flags_t8F565E43354BBB9A79D7F0308B469D11A82268BD
{
public:
// System.Int32 System.Threading.ExecutionContext_Flags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_t8F565E43354BBB9A79D7F0308B469D11A82268BD, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FLAGS_T8F565E43354BBB9A79D7F0308B469D11A82268BD_H
#ifndef SEMAPHORESLIM_T2E2888D1C0C8FAB80823C76F1602E4434B8FA048_H
#define SEMAPHORESLIM_T2E2888D1C0C8FAB80823C76F1602E4434B8FA048_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_currentCount
int32_t ___m_currentCount_0;
// System.Int32 System.Threading.SemaphoreSlim::m_maxCount
int32_t ___m_maxCount_1;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitCount
int32_t ___m_waitCount_2;
// System.Object System.Threading.SemaphoreSlim::m_lockObj
RuntimeObject * ___m_lockObj_3;
// System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.SemaphoreSlim::m_waitHandle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_waitHandle_4;
// System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncHead
TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncHead_5;
// System.Threading.SemaphoreSlim_TaskNode System.Threading.SemaphoreSlim::m_asyncTail
TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * ___m_asyncTail_6;
public:
inline static int32_t get_offset_of_m_currentCount_0() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_currentCount_0)); }
inline int32_t get_m_currentCount_0() const { return ___m_currentCount_0; }
inline int32_t* get_address_of_m_currentCount_0() { return &___m_currentCount_0; }
inline void set_m_currentCount_0(int32_t value)
{
___m_currentCount_0 = value;
}
inline static int32_t get_offset_of_m_maxCount_1() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_maxCount_1)); }
inline int32_t get_m_maxCount_1() const { return ___m_maxCount_1; }
inline int32_t* get_address_of_m_maxCount_1() { return &___m_maxCount_1; }
inline void set_m_maxCount_1(int32_t value)
{
___m_maxCount_1 = value;
}
inline static int32_t get_offset_of_m_waitCount_2() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitCount_2)); }
inline int32_t get_m_waitCount_2() const { return ___m_waitCount_2; }
inline int32_t* get_address_of_m_waitCount_2() { return &___m_waitCount_2; }
inline void set_m_waitCount_2(int32_t value)
{
___m_waitCount_2 = value;
}
inline static int32_t get_offset_of_m_lockObj_3() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_lockObj_3)); }
inline RuntimeObject * get_m_lockObj_3() const { return ___m_lockObj_3; }
inline RuntimeObject ** get_address_of_m_lockObj_3() { return &___m_lockObj_3; }
inline void set_m_lockObj_3(RuntimeObject * value)
{
___m_lockObj_3 = value;
Il2CppCodeGenWriteBarrier((&___m_lockObj_3), value);
}
inline static int32_t get_offset_of_m_waitHandle_4() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_waitHandle_4)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_waitHandle_4() const { return ___m_waitHandle_4; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_waitHandle_4() { return &___m_waitHandle_4; }
inline void set_m_waitHandle_4(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___m_waitHandle_4 = value;
Il2CppCodeGenWriteBarrier((&___m_waitHandle_4), value);
}
inline static int32_t get_offset_of_m_asyncHead_5() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncHead_5)); }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncHead_5() const { return ___m_asyncHead_5; }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncHead_5() { return &___m_asyncHead_5; }
inline void set_m_asyncHead_5(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value)
{
___m_asyncHead_5 = value;
Il2CppCodeGenWriteBarrier((&___m_asyncHead_5), value);
}
inline static int32_t get_offset_of_m_asyncTail_6() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048, ___m_asyncTail_6)); }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * get_m_asyncTail_6() const { return ___m_asyncTail_6; }
inline TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D ** get_address_of_m_asyncTail_6() { return &___m_asyncTail_6; }
inline void set_m_asyncTail_6(TaskNode_t2497E541C4CB8A41A55B30DFBE3A30F68B140E2D * value)
{
___m_asyncTail_6 = value;
Il2CppCodeGenWriteBarrier((&___m_asyncTail_6), value);
}
};
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields
{
public:
// System.Threading.Tasks.Task`1<System.Boolean> System.Threading.SemaphoreSlim::s_trueTask
Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * ___s_trueTask_7;
// System.Action`1<System.Object> System.Threading.SemaphoreSlim::s_cancellationTokenCanceledEventHandler
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_cancellationTokenCanceledEventHandler_8;
public:
inline static int32_t get_offset_of_s_trueTask_7() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_trueTask_7)); }
inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * get_s_trueTask_7() const { return ___s_trueTask_7; }
inline Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 ** get_address_of_s_trueTask_7() { return &___s_trueTask_7; }
inline void set_s_trueTask_7(Task_1_tD6131FE3A3A2F1D58DB886B6CF31A2672B75B439 * value)
{
___s_trueTask_7 = value;
Il2CppCodeGenWriteBarrier((&___s_trueTask_7), value);
}
inline static int32_t get_offset_of_s_cancellationTokenCanceledEventHandler_8() { return static_cast<int32_t>(offsetof(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_StaticFields, ___s_cancellationTokenCanceledEventHandler_8)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_cancellationTokenCanceledEventHandler_8() const { return ___s_cancellationTokenCanceledEventHandler_8; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_cancellationTokenCanceledEventHandler_8() { return &___s_cancellationTokenCanceledEventHandler_8; }
inline void set_s_cancellationTokenCanceledEventHandler_8(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_cancellationTokenCanceledEventHandler_8 = value;
Il2CppCodeGenWriteBarrier((&___s_cancellationTokenCanceledEventHandler_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEMAPHORESLIM_T2E2888D1C0C8FAB80823C76F1602E4434B8FA048_H
#ifndef TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H
#define TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 : public RuntimeObject
{
public:
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
int32_t ___m_taskId_4;
// System.Object System.Threading.Tasks.Task::m_action
RuntimeObject * ___m_action_5;
// System.Object System.Threading.Tasks.Task::m_stateObject
RuntimeObject * ___m_stateObject_6;
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * ___m_taskScheduler_7;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___m_parent_8;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
int32_t ___m_stateFlags_9;
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
RuntimeObject * ___m_continuationObject_10;
// System.Threading.Tasks.Task_ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * ___m_contingentProperties_15;
public:
inline static int32_t get_offset_of_m_taskId_4() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskId_4)); }
inline int32_t get_m_taskId_4() const { return ___m_taskId_4; }
inline int32_t* get_address_of_m_taskId_4() { return &___m_taskId_4; }
inline void set_m_taskId_4(int32_t value)
{
___m_taskId_4 = value;
}
inline static int32_t get_offset_of_m_action_5() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_action_5)); }
inline RuntimeObject * get_m_action_5() const { return ___m_action_5; }
inline RuntimeObject ** get_address_of_m_action_5() { return &___m_action_5; }
inline void set_m_action_5(RuntimeObject * value)
{
___m_action_5 = value;
Il2CppCodeGenWriteBarrier((&___m_action_5), value);
}
inline static int32_t get_offset_of_m_stateObject_6() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateObject_6)); }
inline RuntimeObject * get_m_stateObject_6() const { return ___m_stateObject_6; }
inline RuntimeObject ** get_address_of_m_stateObject_6() { return &___m_stateObject_6; }
inline void set_m_stateObject_6(RuntimeObject * value)
{
___m_stateObject_6 = value;
Il2CppCodeGenWriteBarrier((&___m_stateObject_6), value);
}
inline static int32_t get_offset_of_m_taskScheduler_7() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_taskScheduler_7)); }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * get_m_taskScheduler_7() const { return ___m_taskScheduler_7; }
inline TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 ** get_address_of_m_taskScheduler_7() { return &___m_taskScheduler_7; }
inline void set_m_taskScheduler_7(TaskScheduler_t966F2798F198FA90A0DA8EFC92BAC08297793114 * value)
{
___m_taskScheduler_7 = value;
Il2CppCodeGenWriteBarrier((&___m_taskScheduler_7), value);
}
inline static int32_t get_offset_of_m_parent_8() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_parent_8)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_m_parent_8() const { return ___m_parent_8; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_m_parent_8() { return &___m_parent_8; }
inline void set_m_parent_8(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___m_parent_8 = value;
Il2CppCodeGenWriteBarrier((&___m_parent_8), value);
}
inline static int32_t get_offset_of_m_stateFlags_9() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_stateFlags_9)); }
inline int32_t get_m_stateFlags_9() const { return ___m_stateFlags_9; }
inline int32_t* get_address_of_m_stateFlags_9() { return &___m_stateFlags_9; }
inline void set_m_stateFlags_9(int32_t value)
{
___m_stateFlags_9 = value;
}
inline static int32_t get_offset_of_m_continuationObject_10() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_continuationObject_10)); }
inline RuntimeObject * get_m_continuationObject_10() const { return ___m_continuationObject_10; }
inline RuntimeObject ** get_address_of_m_continuationObject_10() { return &___m_continuationObject_10; }
inline void set_m_continuationObject_10(RuntimeObject * value)
{
___m_continuationObject_10 = value;
Il2CppCodeGenWriteBarrier((&___m_continuationObject_10), value);
}
inline static int32_t get_offset_of_m_contingentProperties_15() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2, ___m_contingentProperties_15)); }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * get_m_contingentProperties_15() const { return ___m_contingentProperties_15; }
inline ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 ** get_address_of_m_contingentProperties_15() { return &___m_contingentProperties_15; }
inline void set_m_contingentProperties_15(ContingentProperties_t7149A27D01507C74E8BDAAA3848B45D2644FDF08 * value)
{
___m_contingentProperties_15 = value;
Il2CppCodeGenWriteBarrier((&___m_contingentProperties_15), value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields
{
public:
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
int32_t ___s_taskIdCounter_2;
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::s_factory
TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * ___s_factory_3;
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
RuntimeObject * ___s_taskCompletionSentinel_11;
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
bool ___s_asyncDebuggingEnabled_12;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * ___s_currentActiveTasks_13;
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
RuntimeObject * ___s_activeTasksLock_14;
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_taskCancelCallback_16;
// System.Func`1<System.Threading.Tasks.Task_ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * ___s_createContingentProperties_17;
// System.Threading.Tasks.Task System.Threading.Tasks.Task::s_completedTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___s_completedTask_18;
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * ___s_IsExceptionObservedByParentPredicate_19;
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___s_ecCallback_20;
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * ___s_IsTaskContinuationNullPredicate_21;
public:
inline static int32_t get_offset_of_s_taskIdCounter_2() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskIdCounter_2)); }
inline int32_t get_s_taskIdCounter_2() const { return ___s_taskIdCounter_2; }
inline int32_t* get_address_of_s_taskIdCounter_2() { return &___s_taskIdCounter_2; }
inline void set_s_taskIdCounter_2(int32_t value)
{
___s_taskIdCounter_2 = value;
}
inline static int32_t get_offset_of_s_factory_3() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_factory_3)); }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * get_s_factory_3() const { return ___s_factory_3; }
inline TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 ** get_address_of_s_factory_3() { return &___s_factory_3; }
inline void set_s_factory_3(TaskFactory_tF3C6D983390ACFB40B4979E225368F78006D6155 * value)
{
___s_factory_3 = value;
Il2CppCodeGenWriteBarrier((&___s_factory_3), value);
}
inline static int32_t get_offset_of_s_taskCompletionSentinel_11() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCompletionSentinel_11)); }
inline RuntimeObject * get_s_taskCompletionSentinel_11() const { return ___s_taskCompletionSentinel_11; }
inline RuntimeObject ** get_address_of_s_taskCompletionSentinel_11() { return &___s_taskCompletionSentinel_11; }
inline void set_s_taskCompletionSentinel_11(RuntimeObject * value)
{
___s_taskCompletionSentinel_11 = value;
Il2CppCodeGenWriteBarrier((&___s_taskCompletionSentinel_11), value);
}
inline static int32_t get_offset_of_s_asyncDebuggingEnabled_12() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_asyncDebuggingEnabled_12)); }
inline bool get_s_asyncDebuggingEnabled_12() const { return ___s_asyncDebuggingEnabled_12; }
inline bool* get_address_of_s_asyncDebuggingEnabled_12() { return &___s_asyncDebuggingEnabled_12; }
inline void set_s_asyncDebuggingEnabled_12(bool value)
{
___s_asyncDebuggingEnabled_12 = value;
}
inline static int32_t get_offset_of_s_currentActiveTasks_13() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_currentActiveTasks_13)); }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * get_s_currentActiveTasks_13() const { return ___s_currentActiveTasks_13; }
inline Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F ** get_address_of_s_currentActiveTasks_13() { return &___s_currentActiveTasks_13; }
inline void set_s_currentActiveTasks_13(Dictionary_2_t70161CFEB8DA3C79E19E31D0ED948D3C2925095F * value)
{
___s_currentActiveTasks_13 = value;
Il2CppCodeGenWriteBarrier((&___s_currentActiveTasks_13), value);
}
inline static int32_t get_offset_of_s_activeTasksLock_14() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_activeTasksLock_14)); }
inline RuntimeObject * get_s_activeTasksLock_14() const { return ___s_activeTasksLock_14; }
inline RuntimeObject ** get_address_of_s_activeTasksLock_14() { return &___s_activeTasksLock_14; }
inline void set_s_activeTasksLock_14(RuntimeObject * value)
{
___s_activeTasksLock_14 = value;
Il2CppCodeGenWriteBarrier((&___s_activeTasksLock_14), value);
}
inline static int32_t get_offset_of_s_taskCancelCallback_16() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_taskCancelCallback_16)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_taskCancelCallback_16() const { return ___s_taskCancelCallback_16; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_taskCancelCallback_16() { return &___s_taskCancelCallback_16; }
inline void set_s_taskCancelCallback_16(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_taskCancelCallback_16 = value;
Il2CppCodeGenWriteBarrier((&___s_taskCancelCallback_16), value);
}
inline static int32_t get_offset_of_s_createContingentProperties_17() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_createContingentProperties_17)); }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * get_s_createContingentProperties_17() const { return ___s_createContingentProperties_17; }
inline Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F ** get_address_of_s_createContingentProperties_17() { return &___s_createContingentProperties_17; }
inline void set_s_createContingentProperties_17(Func_1_t48C2978A48CE3F2F6EB5B6DE269D00746483BB1F * value)
{
___s_createContingentProperties_17 = value;
Il2CppCodeGenWriteBarrier((&___s_createContingentProperties_17), value);
}
inline static int32_t get_offset_of_s_completedTask_18() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_completedTask_18)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_s_completedTask_18() const { return ___s_completedTask_18; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_s_completedTask_18() { return &___s_completedTask_18; }
inline void set_s_completedTask_18(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___s_completedTask_18 = value;
Il2CppCodeGenWriteBarrier((&___s_completedTask_18), value);
}
inline static int32_t get_offset_of_s_IsExceptionObservedByParentPredicate_19() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsExceptionObservedByParentPredicate_19)); }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * get_s_IsExceptionObservedByParentPredicate_19() const { return ___s_IsExceptionObservedByParentPredicate_19; }
inline Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 ** get_address_of_s_IsExceptionObservedByParentPredicate_19() { return &___s_IsExceptionObservedByParentPredicate_19; }
inline void set_s_IsExceptionObservedByParentPredicate_19(Predicate_1_tF4286C34BB184CE5690FDCEBA7F09FC68D229335 * value)
{
___s_IsExceptionObservedByParentPredicate_19 = value;
Il2CppCodeGenWriteBarrier((&___s_IsExceptionObservedByParentPredicate_19), value);
}
inline static int32_t get_offset_of_s_ecCallback_20() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_ecCallback_20)); }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_s_ecCallback_20() const { return ___s_ecCallback_20; }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_s_ecCallback_20() { return &___s_ecCallback_20; }
inline void set_s_ecCallback_20(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
{
___s_ecCallback_20 = value;
Il2CppCodeGenWriteBarrier((&___s_ecCallback_20), value);
}
inline static int32_t get_offset_of_s_IsTaskContinuationNullPredicate_21() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_StaticFields, ___s_IsTaskContinuationNullPredicate_21)); }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * get_s_IsTaskContinuationNullPredicate_21() const { return ___s_IsTaskContinuationNullPredicate_21; }
inline Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 ** get_address_of_s_IsTaskContinuationNullPredicate_21() { return &___s_IsTaskContinuationNullPredicate_21; }
inline void set_s_IsTaskContinuationNullPredicate_21(Predicate_1_t4AA10EFD4C5497CA1CD0FE35A6AF5990FF5D0979 * value)
{
___s_IsTaskContinuationNullPredicate_21 = value;
Il2CppCodeGenWriteBarrier((&___s_IsTaskContinuationNullPredicate_21), value);
}
};
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields
{
public:
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t_currentTask_0;
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * ___t_stackGuard_1;
public:
inline static int32_t get_offset_of_t_currentTask_0() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_currentTask_0)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get_t_currentTask_0() const { return ___t_currentTask_0; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of_t_currentTask_0() { return &___t_currentTask_0; }
inline void set_t_currentTask_0(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
___t_currentTask_0 = value;
Il2CppCodeGenWriteBarrier((&___t_currentTask_0), value);
}
inline static int32_t get_offset_of_t_stackGuard_1() { return static_cast<int32_t>(offsetof(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_ThreadStaticFields, ___t_stackGuard_1)); }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * get_t_stackGuard_1() const { return ___t_stackGuard_1; }
inline StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 ** get_address_of_t_stackGuard_1() { return &___t_stackGuard_1; }
inline void set_t_stackGuard_1(StackGuard_tE431ED3BBD1A18705FEE6F948EBF7FA2E99D64A9 * value)
{
___t_stackGuard_1 = value;
Il2CppCodeGenWriteBarrier((&___t_stackGuard_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TASK_T1F48C203E163126EBC69ACCA679D1A462DEE9EB2_H
#ifndef THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H
#define THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ThreadAbortException
struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H
#ifndef WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H
#define WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.Threading.WaitHandle::waitHandle
intptr_t ___waitHandle_3;
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4;
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
bool ___hasThreadAffinity_5;
public:
inline static int32_t get_offset_of_waitHandle_3() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___waitHandle_3)); }
inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; }
inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; }
inline void set_waitHandle_3(intptr_t value)
{
___waitHandle_3 = value;
}
inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; }
inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value)
{
___safeWaitHandle_4 = value;
Il2CppCodeGenWriteBarrier((&___safeWaitHandle_4), value);
}
inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___hasThreadAffinity_5)); }
inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; }
inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; }
inline void set_hasThreadAffinity_5(bool value)
{
___hasThreadAffinity_5 = value;
}
};
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields
{
public:
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
intptr_t ___InvalidHandle_10;
public:
inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields, ___InvalidHandle_10)); }
inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; }
inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; }
inline void set_InvalidHandle_10(intptr_t value)
{
___InvalidHandle_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
// Native definition for COM marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
#endif // WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifndef TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#define TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((&___ClassName_17), value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyName_18), value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((&___MessageArg_19), value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifndef FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#define FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Uri_Flags
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
{
public:
// System.UInt64 System.Uri_Flags::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); }
inline uint64_t get_value___2() const { return ___value___2; }
inline uint64_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint64_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#ifndef URIHOSTNAMETYPE_T878C7F8270044471359846197DD0FB290E566858_H
#define URIHOSTNAMETYPE_T878C7F8270044471359846197DD0FB290E566858_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriHostNameType
struct UriHostNameType_t878C7F8270044471359846197DD0FB290E566858
{
public:
// System.Int32 System.UriHostNameType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriHostNameType_t878C7F8270044471359846197DD0FB290E566858, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIHOSTNAMETYPE_T878C7F8270044471359846197DD0FB290E566858_H
#ifndef URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#define URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriIdnScope
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
{
public:
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#ifndef WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#define WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.WeakReference
struct WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D : public RuntimeObject
{
public:
// System.Boolean System.WeakReference::isLongReference
bool ___isLongReference_0;
// System.Runtime.InteropServices.GCHandle System.WeakReference::gcHandle
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 ___gcHandle_1;
public:
inline static int32_t get_offset_of_isLongReference_0() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___isLongReference_0)); }
inline bool get_isLongReference_0() const { return ___isLongReference_0; }
inline bool* get_address_of_isLongReference_0() { return &___isLongReference_0; }
inline void set_isLongReference_0(bool value)
{
___isLongReference_0 = value;
}
inline static int32_t get_offset_of_gcHandle_1() { return static_cast<int32_t>(offsetof(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D, ___gcHandle_1)); }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 get_gcHandle_1() const { return ___gcHandle_1; }
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * get_address_of_gcHandle_1() { return &___gcHandle_1; }
inline void set_gcHandle_1(GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
___gcHandle_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEAKREFERENCE_T0495CC81CD6403E662B7700B802443F6F730E39D_H
#ifndef SAFEHANDLEZEROORMINUSONEISINVALID_T779A965C82098677DF1ED10A134DBCDEC8AACB8E_H
#define SAFEHANDLEZEROORMINUSONEISINVALID_T779A965C82098677DF1ED10A134DBCDEC8AACB8E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFEHANDLEZEROORMINUSONEISINVALID_T779A965C82098677DF1ED10A134DBCDEC8AACB8E_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H
#define WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ComponentModel.Win32Exception
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 : public ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE
{
public:
// System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode
int32_t ___nativeErrorCode_17;
public:
inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668, ___nativeErrorCode_17)); }
inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; }
inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; }
inline void set_nativeErrorCode_17(int32_t value)
{
___nativeErrorCode_17 = value;
}
};
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields
{
public:
// System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized
bool ___s_ErrorMessagesInitialized_18;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String> System.ComponentModel.Win32Exception::s_ErrorMessage
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * ___s_ErrorMessage_19;
public:
inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessagesInitialized_18)); }
inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; }
inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; }
inline void set_s_ErrorMessagesInitialized_18(bool value)
{
___s_ErrorMessagesInitialized_18 = value;
}
inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessage_19)); }
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; }
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; }
inline void set_s_ErrorMessage_19(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * value)
{
___s_ErrorMessage_19 = value;
Il2CppCodeGenWriteBarrier((&___s_ErrorMessage_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H
#ifndef ENTRYPOINTNOTFOUNDEXCEPTION_TCF689617164B79AD85A41DADB38D27BD1E10B279_H
#define ENTRYPOINTNOTFOUNDEXCEPTION_TCF689617164B79AD85A41DADB38D27BD1E10B279_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EntryPointNotFoundException
struct EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279 : public TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENTRYPOINTNOTFOUNDEXCEPTION_TCF689617164B79AD85A41DADB38D27BD1E10B279_H
#ifndef NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSizes_1), value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_2), value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSizes_3), value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((&___positiveSign_4), value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((&___negativeSign_5), value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_6), value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_7), value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_9), value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((&___currencySymbol_10), value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_11), value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((&___nanSymbol_12), value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_13), value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_15), value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_16), value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((&___percentSymbol_17), value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((&___perMilleSymbol_18), value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((&___nativeDigits_19), value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifndef IOSELECTORJOB_T2B03604D19B81660C4C1C06590C76BC8630DDE99_H
#define IOSELECTORJOB_T2B03604D19B81660C4C1C06590C76BC8630DDE99_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 : public RuntimeObject
{
public:
// System.IOOperation System.IOSelectorJob::operation
int32_t ___operation_0;
// System.IOAsyncCallback System.IOSelectorJob::callback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___callback_1;
// System.IOAsyncResult System.IOSelectorJob::state
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___state_2;
public:
inline static int32_t get_offset_of_operation_0() { return static_cast<int32_t>(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___operation_0)); }
inline int32_t get_operation_0() const { return ___operation_0; }
inline int32_t* get_address_of_operation_0() { return &___operation_0; }
inline void set_operation_0(int32_t value)
{
___operation_0 = value;
}
inline static int32_t get_offset_of_callback_1() { return static_cast<int32_t>(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___callback_1)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_callback_1() const { return ___callback_1; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_callback_1() { return &___callback_1; }
inline void set_callback_1(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___callback_1 = value;
Il2CppCodeGenWriteBarrier((&___callback_1), value);
}
inline static int32_t get_offset_of_state_2() { return static_cast<int32_t>(offsetof(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99, ___state_2)); }
inline IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * get_state_2() const { return ___state_2; }
inline IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD ** get_address_of_state_2() { return &___state_2; }
inline void set_state_2(IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * value)
{
___state_2 = value;
Il2CppCodeGenWriteBarrier((&___state_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_pinvoke
{
int32_t ___operation_0;
Il2CppMethodPointer ___callback_1;
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke* ___state_2;
};
// Native definition for COM marshalling of System.IOSelectorJob
struct IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_marshaled_com
{
int32_t ___operation_0;
Il2CppMethodPointer ___callback_1;
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com* ___state_2;
};
#endif // IOSELECTORJOB_T2B03604D19B81660C4C1C06590C76BC8630DDE99_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef SETTINGSSECTIONINTERNAL_TF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_H
#define SETTINGSSECTIONINTERNAL_TF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Configuration.SettingsSectionInternal
struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 : public RuntimeObject
{
public:
// System.Boolean System.Net.Configuration.SettingsSectionInternal::HttpListenerUnescapeRequestUrl
bool ___HttpListenerUnescapeRequestUrl_1;
// System.Net.Sockets.IPProtectionLevel System.Net.Configuration.SettingsSectionInternal::IPProtectionLevel
int32_t ___IPProtectionLevel_2;
public:
inline static int32_t get_offset_of_HttpListenerUnescapeRequestUrl_1() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___HttpListenerUnescapeRequestUrl_1)); }
inline bool get_HttpListenerUnescapeRequestUrl_1() const { return ___HttpListenerUnescapeRequestUrl_1; }
inline bool* get_address_of_HttpListenerUnescapeRequestUrl_1() { return &___HttpListenerUnescapeRequestUrl_1; }
inline void set_HttpListenerUnescapeRequestUrl_1(bool value)
{
___HttpListenerUnescapeRequestUrl_1 = value;
}
inline static int32_t get_offset_of_IPProtectionLevel_2() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___IPProtectionLevel_2)); }
inline int32_t get_IPProtectionLevel_2() const { return ___IPProtectionLevel_2; }
inline int32_t* get_address_of_IPProtectionLevel_2() { return &___IPProtectionLevel_2; }
inline void set_IPProtectionLevel_2(int32_t value)
{
___IPProtectionLevel_2 = value;
}
};
struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields
{
public:
// System.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::instance
SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * ___instance_0;
public:
inline static int32_t get_offset_of_instance_0() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields, ___instance_0)); }
inline SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * get_instance_0() const { return ___instance_0; }
inline SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 ** get_address_of_instance_0() { return &___instance_0; }
inline void set_instance_0(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * value)
{
___instance_0 = value;
Il2CppCodeGenWriteBarrier((&___instance_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SETTINGSSECTIONINTERNAL_TF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_H
#ifndef AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#define AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest_AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB
{
public:
// System.Net.HttpWebRequest System.Net.HttpWebRequest_AuthorizationState::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isProxy
bool ___isProxy_1;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isCompleted
bool ___isCompleted_2;
// System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::ntlm_auth_state
int32_t ___ntlm_auth_state_3;
public:
inline static int32_t get_offset_of_request_0() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___request_0)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_0() const { return ___request_0; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_0() { return &___request_0; }
inline void set_request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_0 = value;
Il2CppCodeGenWriteBarrier((&___request_0), value);
}
inline static int32_t get_offset_of_isProxy_1() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isProxy_1)); }
inline bool get_isProxy_1() const { return ___isProxy_1; }
inline bool* get_address_of_isProxy_1() { return &___isProxy_1; }
inline void set_isProxy_1(bool value)
{
___isProxy_1 = value;
}
inline static int32_t get_offset_of_isCompleted_2() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isCompleted_2)); }
inline bool get_isCompleted_2() const { return ___isCompleted_2; }
inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; }
inline void set_isCompleted_2(bool value)
{
___isCompleted_2 = value;
}
inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___ntlm_auth_state_3)); }
inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; }
inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; }
inline void set_ntlm_auth_state_3(int32_t value)
{
___ntlm_auth_state_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
// Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
#endif // AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#ifndef IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H
#define IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPAddress
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE : public RuntimeObject
{
public:
// System.Int64 System.Net.IPAddress::m_Address
int64_t ___m_Address_5;
// System.String System.Net.IPAddress::m_ToString
String_t* ___m_ToString_6;
// System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family
int32_t ___m_Family_10;
// System.UInt16[] System.Net.IPAddress::m_Numbers
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___m_Numbers_11;
// System.Int64 System.Net.IPAddress::m_ScopeId
int64_t ___m_ScopeId_12;
// System.Int32 System.Net.IPAddress::m_HashCode
int32_t ___m_HashCode_13;
public:
inline static int32_t get_offset_of_m_Address_5() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Address_5)); }
inline int64_t get_m_Address_5() const { return ___m_Address_5; }
inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; }
inline void set_m_Address_5(int64_t value)
{
___m_Address_5 = value;
}
inline static int32_t get_offset_of_m_ToString_6() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ToString_6)); }
inline String_t* get_m_ToString_6() const { return ___m_ToString_6; }
inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; }
inline void set_m_ToString_6(String_t* value)
{
___m_ToString_6 = value;
Il2CppCodeGenWriteBarrier((&___m_ToString_6), value);
}
inline static int32_t get_offset_of_m_Family_10() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Family_10)); }
inline int32_t get_m_Family_10() const { return ___m_Family_10; }
inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; }
inline void set_m_Family_10(int32_t value)
{
___m_Family_10 = value;
}
inline static int32_t get_offset_of_m_Numbers_11() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Numbers_11)); }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_m_Numbers_11() const { return ___m_Numbers_11; }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_m_Numbers_11() { return &___m_Numbers_11; }
inline void set_m_Numbers_11(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
{
___m_Numbers_11 = value;
Il2CppCodeGenWriteBarrier((&___m_Numbers_11), value);
}
inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ScopeId_12)); }
inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; }
inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; }
inline void set_m_ScopeId_12(int64_t value)
{
___m_ScopeId_12 = value;
}
inline static int32_t get_offset_of_m_HashCode_13() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_HashCode_13)); }
inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; }
inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; }
inline void set_m_HashCode_13(int32_t value)
{
___m_HashCode_13 = value;
}
};
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields
{
public:
// System.Net.IPAddress System.Net.IPAddress::Any
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Any_0;
// System.Net.IPAddress System.Net.IPAddress::Loopback
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Loopback_1;
// System.Net.IPAddress System.Net.IPAddress::Broadcast
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Broadcast_2;
// System.Net.IPAddress System.Net.IPAddress::None
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___None_3;
// System.Net.IPAddress System.Net.IPAddress::IPv6Any
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Any_7;
// System.Net.IPAddress System.Net.IPAddress::IPv6Loopback
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Loopback_8;
// System.Net.IPAddress System.Net.IPAddress::IPv6None
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6None_9;
public:
inline static int32_t get_offset_of_Any_0() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Any_0)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Any_0() const { return ___Any_0; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Any_0() { return &___Any_0; }
inline void set_Any_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___Any_0 = value;
Il2CppCodeGenWriteBarrier((&___Any_0), value);
}
inline static int32_t get_offset_of_Loopback_1() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Loopback_1)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Loopback_1() const { return ___Loopback_1; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Loopback_1() { return &___Loopback_1; }
inline void set_Loopback_1(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___Loopback_1 = value;
Il2CppCodeGenWriteBarrier((&___Loopback_1), value);
}
inline static int32_t get_offset_of_Broadcast_2() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Broadcast_2)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Broadcast_2() const { return ___Broadcast_2; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Broadcast_2() { return &___Broadcast_2; }
inline void set_Broadcast_2(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___Broadcast_2 = value;
Il2CppCodeGenWriteBarrier((&___Broadcast_2), value);
}
inline static int32_t get_offset_of_None_3() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___None_3)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_None_3() const { return ___None_3; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_None_3() { return &___None_3; }
inline void set_None_3(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___None_3 = value;
Il2CppCodeGenWriteBarrier((&___None_3), value);
}
inline static int32_t get_offset_of_IPv6Any_7() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Any_7)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Any_7() const { return ___IPv6Any_7; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; }
inline void set_IPv6Any_7(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___IPv6Any_7 = value;
Il2CppCodeGenWriteBarrier((&___IPv6Any_7), value);
}
inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Loopback_8)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; }
inline void set_IPv6Loopback_8(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___IPv6Loopback_8 = value;
Il2CppCodeGenWriteBarrier((&___IPv6Loopback_8), value);
}
inline static int32_t get_offset_of_IPv6None_9() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6None_9)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6None_9() const { return ___IPv6None_9; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6None_9() { return &___IPv6None_9; }
inline void set_IPv6None_9(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___IPv6None_9 = value;
Il2CppCodeGenWriteBarrier((&___IPv6None_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H
#ifndef MONOCHUNKSTREAM_T33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_H
#define MONOCHUNKSTREAM_T33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.MonoChunkStream
struct MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 : public RuntimeObject
{
public:
// System.Net.WebHeaderCollection System.Net.MonoChunkStream::headers
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers_0;
// System.Int32 System.Net.MonoChunkStream::chunkSize
int32_t ___chunkSize_1;
// System.Int32 System.Net.MonoChunkStream::chunkRead
int32_t ___chunkRead_2;
// System.Int32 System.Net.MonoChunkStream::totalWritten
int32_t ___totalWritten_3;
// System.Net.MonoChunkStream_State System.Net.MonoChunkStream::state
int32_t ___state_4;
// System.Text.StringBuilder System.Net.MonoChunkStream::saved
StringBuilder_t * ___saved_5;
// System.Boolean System.Net.MonoChunkStream::sawCR
bool ___sawCR_6;
// System.Boolean System.Net.MonoChunkStream::gotit
bool ___gotit_7;
// System.Int32 System.Net.MonoChunkStream::trailerState
int32_t ___trailerState_8;
// System.Collections.ArrayList System.Net.MonoChunkStream::chunks
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___chunks_9;
public:
inline static int32_t get_offset_of_headers_0() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___headers_0)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_headers_0() const { return ___headers_0; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_headers_0() { return &___headers_0; }
inline void set_headers_0(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___headers_0 = value;
Il2CppCodeGenWriteBarrier((&___headers_0), value);
}
inline static int32_t get_offset_of_chunkSize_1() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___chunkSize_1)); }
inline int32_t get_chunkSize_1() const { return ___chunkSize_1; }
inline int32_t* get_address_of_chunkSize_1() { return &___chunkSize_1; }
inline void set_chunkSize_1(int32_t value)
{
___chunkSize_1 = value;
}
inline static int32_t get_offset_of_chunkRead_2() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___chunkRead_2)); }
inline int32_t get_chunkRead_2() const { return ___chunkRead_2; }
inline int32_t* get_address_of_chunkRead_2() { return &___chunkRead_2; }
inline void set_chunkRead_2(int32_t value)
{
___chunkRead_2 = value;
}
inline static int32_t get_offset_of_totalWritten_3() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___totalWritten_3)); }
inline int32_t get_totalWritten_3() const { return ___totalWritten_3; }
inline int32_t* get_address_of_totalWritten_3() { return &___totalWritten_3; }
inline void set_totalWritten_3(int32_t value)
{
___totalWritten_3 = value;
}
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___state_4)); }
inline int32_t get_state_4() const { return ___state_4; }
inline int32_t* get_address_of_state_4() { return &___state_4; }
inline void set_state_4(int32_t value)
{
___state_4 = value;
}
inline static int32_t get_offset_of_saved_5() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___saved_5)); }
inline StringBuilder_t * get_saved_5() const { return ___saved_5; }
inline StringBuilder_t ** get_address_of_saved_5() { return &___saved_5; }
inline void set_saved_5(StringBuilder_t * value)
{
___saved_5 = value;
Il2CppCodeGenWriteBarrier((&___saved_5), value);
}
inline static int32_t get_offset_of_sawCR_6() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___sawCR_6)); }
inline bool get_sawCR_6() const { return ___sawCR_6; }
inline bool* get_address_of_sawCR_6() { return &___sawCR_6; }
inline void set_sawCR_6(bool value)
{
___sawCR_6 = value;
}
inline static int32_t get_offset_of_gotit_7() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___gotit_7)); }
inline bool get_gotit_7() const { return ___gotit_7; }
inline bool* get_address_of_gotit_7() { return &___gotit_7; }
inline void set_gotit_7(bool value)
{
___gotit_7 = value;
}
inline static int32_t get_offset_of_trailerState_8() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___trailerState_8)); }
inline int32_t get_trailerState_8() const { return ___trailerState_8; }
inline int32_t* get_address_of_trailerState_8() { return &___trailerState_8; }
inline void set_trailerState_8(int32_t value)
{
___trailerState_8 = value;
}
inline static int32_t get_offset_of_chunks_9() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___chunks_9)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_chunks_9() const { return ___chunks_9; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_chunks_9() { return &___chunks_9; }
inline void set_chunks_9(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___chunks_9 = value;
Il2CppCodeGenWriteBarrier((&___chunks_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOCHUNKSTREAM_T33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_H
#ifndef MIBIPGLOBALPROPERTIES_TCBF9C39EA385DEE5EE1415E38DD919E81F37B676_H
#define MIBIPGLOBALPROPERTIES_TCBF9C39EA385DEE5EE1415E38DD919E81F37B676_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.MibIPGlobalProperties
struct MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 : public UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6
{
public:
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFile
String_t* ___StatisticsFile_0;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFileIPv6
String_t* ___StatisticsFileIPv6_1;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::TcpFile
String_t* ___TcpFile_2;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::Tcp6File
String_t* ___Tcp6File_3;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::UdpFile
String_t* ___UdpFile_4;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::Udp6File
String_t* ___Udp6File_5;
public:
inline static int32_t get_offset_of_StatisticsFile_0() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___StatisticsFile_0)); }
inline String_t* get_StatisticsFile_0() const { return ___StatisticsFile_0; }
inline String_t** get_address_of_StatisticsFile_0() { return &___StatisticsFile_0; }
inline void set_StatisticsFile_0(String_t* value)
{
___StatisticsFile_0 = value;
Il2CppCodeGenWriteBarrier((&___StatisticsFile_0), value);
}
inline static int32_t get_offset_of_StatisticsFileIPv6_1() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___StatisticsFileIPv6_1)); }
inline String_t* get_StatisticsFileIPv6_1() const { return ___StatisticsFileIPv6_1; }
inline String_t** get_address_of_StatisticsFileIPv6_1() { return &___StatisticsFileIPv6_1; }
inline void set_StatisticsFileIPv6_1(String_t* value)
{
___StatisticsFileIPv6_1 = value;
Il2CppCodeGenWriteBarrier((&___StatisticsFileIPv6_1), value);
}
inline static int32_t get_offset_of_TcpFile_2() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___TcpFile_2)); }
inline String_t* get_TcpFile_2() const { return ___TcpFile_2; }
inline String_t** get_address_of_TcpFile_2() { return &___TcpFile_2; }
inline void set_TcpFile_2(String_t* value)
{
___TcpFile_2 = value;
Il2CppCodeGenWriteBarrier((&___TcpFile_2), value);
}
inline static int32_t get_offset_of_Tcp6File_3() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___Tcp6File_3)); }
inline String_t* get_Tcp6File_3() const { return ___Tcp6File_3; }
inline String_t** get_address_of_Tcp6File_3() { return &___Tcp6File_3; }
inline void set_Tcp6File_3(String_t* value)
{
___Tcp6File_3 = value;
Il2CppCodeGenWriteBarrier((&___Tcp6File_3), value);
}
inline static int32_t get_offset_of_UdpFile_4() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___UdpFile_4)); }
inline String_t* get_UdpFile_4() const { return ___UdpFile_4; }
inline String_t** get_address_of_UdpFile_4() { return &___UdpFile_4; }
inline void set_UdpFile_4(String_t* value)
{
___UdpFile_4 = value;
Il2CppCodeGenWriteBarrier((&___UdpFile_4), value);
}
inline static int32_t get_offset_of_Udp6File_5() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___Udp6File_5)); }
inline String_t* get_Udp6File_5() const { return ___Udp6File_5; }
inline String_t** get_address_of_Udp6File_5() { return &___Udp6File_5; }
inline void set_Udp6File_5(String_t* value)
{
___Udp6File_5 = value;
Il2CppCodeGenWriteBarrier((&___Udp6File_5), value);
}
};
struct MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_StaticFields
{
public:
// System.Char[] System.Net.NetworkInformation.MibIPGlobalProperties::wsChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___wsChars_6;
public:
inline static int32_t get_offset_of_wsChars_6() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_StaticFields, ___wsChars_6)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_wsChars_6() const { return ___wsChars_6; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_wsChars_6() { return &___wsChars_6; }
inline void set_wsChars_6(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___wsChars_6 = value;
Il2CppCodeGenWriteBarrier((&___wsChars_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MIBIPGLOBALPROPERTIES_TCBF9C39EA385DEE5EE1415E38DD919E81F37B676_H
#ifndef WIN32_FIXED_INFO_T3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_H
#define WIN32_FIXED_INFO_T3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.Win32_FIXED_INFO
struct Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD
{
public:
// System.String System.Net.NetworkInformation.Win32_FIXED_INFO::HostName
String_t* ___HostName_0;
// System.String System.Net.NetworkInformation.Win32_FIXED_INFO::DomainName
String_t* ___DomainName_1;
// System.IntPtr System.Net.NetworkInformation.Win32_FIXED_INFO::CurrentDnsServer
intptr_t ___CurrentDnsServer_2;
// System.Net.NetworkInformation.Win32_IP_ADDR_STRING System.Net.NetworkInformation.Win32_FIXED_INFO::DnsServerList
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F ___DnsServerList_3;
// System.Net.NetworkInformation.NetBiosNodeType System.Net.NetworkInformation.Win32_FIXED_INFO::NodeType
int32_t ___NodeType_4;
// System.String System.Net.NetworkInformation.Win32_FIXED_INFO::ScopeId
String_t* ___ScopeId_5;
// System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableRouting
uint32_t ___EnableRouting_6;
// System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableProxy
uint32_t ___EnableProxy_7;
// System.UInt32 System.Net.NetworkInformation.Win32_FIXED_INFO::EnableDns
uint32_t ___EnableDns_8;
public:
inline static int32_t get_offset_of_HostName_0() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___HostName_0)); }
inline String_t* get_HostName_0() const { return ___HostName_0; }
inline String_t** get_address_of_HostName_0() { return &___HostName_0; }
inline void set_HostName_0(String_t* value)
{
___HostName_0 = value;
Il2CppCodeGenWriteBarrier((&___HostName_0), value);
}
inline static int32_t get_offset_of_DomainName_1() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___DomainName_1)); }
inline String_t* get_DomainName_1() const { return ___DomainName_1; }
inline String_t** get_address_of_DomainName_1() { return &___DomainName_1; }
inline void set_DomainName_1(String_t* value)
{
___DomainName_1 = value;
Il2CppCodeGenWriteBarrier((&___DomainName_1), value);
}
inline static int32_t get_offset_of_CurrentDnsServer_2() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___CurrentDnsServer_2)); }
inline intptr_t get_CurrentDnsServer_2() const { return ___CurrentDnsServer_2; }
inline intptr_t* get_address_of_CurrentDnsServer_2() { return &___CurrentDnsServer_2; }
inline void set_CurrentDnsServer_2(intptr_t value)
{
___CurrentDnsServer_2 = value;
}
inline static int32_t get_offset_of_DnsServerList_3() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___DnsServerList_3)); }
inline Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F get_DnsServerList_3() const { return ___DnsServerList_3; }
inline Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F * get_address_of_DnsServerList_3() { return &___DnsServerList_3; }
inline void set_DnsServerList_3(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F value)
{
___DnsServerList_3 = value;
}
inline static int32_t get_offset_of_NodeType_4() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___NodeType_4)); }
inline int32_t get_NodeType_4() const { return ___NodeType_4; }
inline int32_t* get_address_of_NodeType_4() { return &___NodeType_4; }
inline void set_NodeType_4(int32_t value)
{
___NodeType_4 = value;
}
inline static int32_t get_offset_of_ScopeId_5() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___ScopeId_5)); }
inline String_t* get_ScopeId_5() const { return ___ScopeId_5; }
inline String_t** get_address_of_ScopeId_5() { return &___ScopeId_5; }
inline void set_ScopeId_5(String_t* value)
{
___ScopeId_5 = value;
Il2CppCodeGenWriteBarrier((&___ScopeId_5), value);
}
inline static int32_t get_offset_of_EnableRouting_6() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___EnableRouting_6)); }
inline uint32_t get_EnableRouting_6() const { return ___EnableRouting_6; }
inline uint32_t* get_address_of_EnableRouting_6() { return &___EnableRouting_6; }
inline void set_EnableRouting_6(uint32_t value)
{
___EnableRouting_6 = value;
}
inline static int32_t get_offset_of_EnableProxy_7() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___EnableProxy_7)); }
inline uint32_t get_EnableProxy_7() const { return ___EnableProxy_7; }
inline uint32_t* get_address_of_EnableProxy_7() { return &___EnableProxy_7; }
inline void set_EnableProxy_7(uint32_t value)
{
___EnableProxy_7 = value;
}
inline static int32_t get_offset_of_EnableDns_8() { return static_cast<int32_t>(offsetof(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD, ___EnableDns_8)); }
inline uint32_t get_EnableDns_8() const { return ___EnableDns_8; }
inline uint32_t* get_address_of_EnableDns_8() { return &___EnableDns_8; }
inline void set_EnableDns_8(uint32_t value)
{
___EnableDns_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO
struct Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_pinvoke
{
char ___HostName_0[132];
char ___DomainName_1[132];
intptr_t ___CurrentDnsServer_2;
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke ___DnsServerList_3;
int32_t ___NodeType_4;
char ___ScopeId_5[260];
uint32_t ___EnableRouting_6;
uint32_t ___EnableProxy_7;
uint32_t ___EnableDns_8;
};
// Native definition for COM marshalling of System.Net.NetworkInformation.Win32_FIXED_INFO
struct Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_com
{
char ___HostName_0[132];
char ___DomainName_1[132];
intptr_t ___CurrentDnsServer_2;
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com ___DnsServerList_3;
int32_t ___NodeType_4;
char ___ScopeId_5[260];
uint32_t ___EnableRouting_6;
uint32_t ___EnableProxy_7;
uint32_t ___EnableDns_8;
};
#endif // WIN32_FIXED_INFO_T3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_H
#ifndef PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H
#define PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ProtocolViolationException
struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H
#ifndef SSLSTREAM_T9CEE8F6E125C734DD807D9289C86860FFEE81087_H
#define SSLSTREAM_T9CEE8F6E125C734DD807D9289C86860FFEE81087_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_t9CEE8F6E125C734DD807D9289C86860FFEE81087 : public AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501
{
public:
// Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::provider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider_6;
// Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::impl
RuntimeObject* ___impl_7;
public:
inline static int32_t get_offset_of_provider_6() { return static_cast<int32_t>(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___provider_6)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_provider_6() const { return ___provider_6; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_provider_6() { return &___provider_6; }
inline void set_provider_6(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___provider_6 = value;
Il2CppCodeGenWriteBarrier((&___provider_6), value);
}
inline static int32_t get_offset_of_impl_7() { return static_cast<int32_t>(offsetof(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087, ___impl_7)); }
inline RuntimeObject* get_impl_7() const { return ___impl_7; }
inline RuntimeObject** get_address_of_impl_7() { return &___impl_7; }
inline void set_impl_7(RuntimeObject* value)
{
___impl_7 = value;
Il2CppCodeGenWriteBarrier((&___impl_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SSLSTREAM_T9CEE8F6E125C734DD807D9289C86860FFEE81087_H
#ifndef CALLBACKCONTEXT_T1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_H
#define CALLBACKCONTEXT_T1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ServerCertValidationCallback_CallbackContext
struct CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 : public RuntimeObject
{
public:
// System.Object System.Net.ServerCertValidationCallback_CallbackContext::request
RuntimeObject * ___request_0;
// System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServerCertValidationCallback_CallbackContext::certificate
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate_1;
// System.Security.Cryptography.X509Certificates.X509Chain System.Net.ServerCertValidationCallback_CallbackContext::chain
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain_2;
// System.Net.Security.SslPolicyErrors System.Net.ServerCertValidationCallback_CallbackContext::sslPolicyErrors
int32_t ___sslPolicyErrors_3;
// System.Boolean System.Net.ServerCertValidationCallback_CallbackContext::result
bool ___result_4;
public:
inline static int32_t get_offset_of_request_0() { return static_cast<int32_t>(offsetof(CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8, ___request_0)); }
inline RuntimeObject * get_request_0() const { return ___request_0; }
inline RuntimeObject ** get_address_of_request_0() { return &___request_0; }
inline void set_request_0(RuntimeObject * value)
{
___request_0 = value;
Il2CppCodeGenWriteBarrier((&___request_0), value);
}
inline static int32_t get_offset_of_certificate_1() { return static_cast<int32_t>(offsetof(CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8, ___certificate_1)); }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * get_certificate_1() const { return ___certificate_1; }
inline X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 ** get_address_of_certificate_1() { return &___certificate_1; }
inline void set_certificate_1(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * value)
{
___certificate_1 = value;
Il2CppCodeGenWriteBarrier((&___certificate_1), value);
}
inline static int32_t get_offset_of_chain_2() { return static_cast<int32_t>(offsetof(CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8, ___chain_2)); }
inline X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * get_chain_2() const { return ___chain_2; }
inline X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 ** get_address_of_chain_2() { return &___chain_2; }
inline void set_chain_2(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * value)
{
___chain_2 = value;
Il2CppCodeGenWriteBarrier((&___chain_2), value);
}
inline static int32_t get_offset_of_sslPolicyErrors_3() { return static_cast<int32_t>(offsetof(CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8, ___sslPolicyErrors_3)); }
inline int32_t get_sslPolicyErrors_3() const { return ___sslPolicyErrors_3; }
inline int32_t* get_address_of_sslPolicyErrors_3() { return &___sslPolicyErrors_3; }
inline void set_sslPolicyErrors_3(int32_t value)
{
___sslPolicyErrors_3 = value;
}
inline static int32_t get_offset_of_result_4() { return static_cast<int32_t>(offsetof(CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8, ___result_4)); }
inline bool get_result_4() const { return ___result_4; }
inline bool* get_address_of_result_4() { return &___result_4; }
inline void set_result_4(bool value)
{
___result_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CALLBACKCONTEXT_T1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_H
#ifndef SERVICEPOINTMANAGER_TB30C5869193569552EC4F0F454EF3ACF3908DC02_H
#define SERVICEPOINTMANAGER_TB30C5869193569552EC4F0F454EF3ACF3908DC02_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_tB30C5869193569552EC4F0F454EF3ACF3908DC02 : public RuntimeObject
{
public:
public:
};
struct ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields
{
public:
// System.Collections.Specialized.HybridDictionary System.Net.ServicePointManager::servicePoints
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * ___servicePoints_0;
// System.Net.ICertificatePolicy System.Net.ServicePointManager::policy
RuntimeObject* ___policy_1;
// System.Int32 System.Net.ServicePointManager::defaultConnectionLimit
int32_t ___defaultConnectionLimit_2;
// System.Int32 System.Net.ServicePointManager::maxServicePointIdleTime
int32_t ___maxServicePointIdleTime_3;
// System.Int32 System.Net.ServicePointManager::maxServicePoints
int32_t ___maxServicePoints_4;
// System.Int32 System.Net.ServicePointManager::dnsRefreshTimeout
int32_t ___dnsRefreshTimeout_5;
// System.Boolean System.Net.ServicePointManager::_checkCRL
bool ____checkCRL_6;
// System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol
int32_t ____securityProtocol_7;
// System.Boolean System.Net.ServicePointManager::expectContinue
bool ___expectContinue_8;
// System.Boolean System.Net.ServicePointManager::useNagle
bool ___useNagle_9;
// System.Net.ServerCertValidationCallback System.Net.ServicePointManager::server_cert_cb
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___server_cert_cb_10;
// System.Boolean System.Net.ServicePointManager::tcp_keepalive
bool ___tcp_keepalive_11;
// System.Int32 System.Net.ServicePointManager::tcp_keepalive_time
int32_t ___tcp_keepalive_time_12;
// System.Int32 System.Net.ServicePointManager::tcp_keepalive_interval
int32_t ___tcp_keepalive_interval_13;
public:
inline static int32_t get_offset_of_servicePoints_0() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___servicePoints_0)); }
inline HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * get_servicePoints_0() const { return ___servicePoints_0; }
inline HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 ** get_address_of_servicePoints_0() { return &___servicePoints_0; }
inline void set_servicePoints_0(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * value)
{
___servicePoints_0 = value;
Il2CppCodeGenWriteBarrier((&___servicePoints_0), value);
}
inline static int32_t get_offset_of_policy_1() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_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<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_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<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_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<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___maxServicePoints_4)); }
inline int32_t get_maxServicePoints_4() const { return ___maxServicePoints_4; }
inline int32_t* get_address_of_maxServicePoints_4() { return &___maxServicePoints_4; }
inline void set_maxServicePoints_4(int32_t value)
{
___maxServicePoints_4 = value;
}
inline static int32_t get_offset_of_dnsRefreshTimeout_5() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___dnsRefreshTimeout_5)); }
inline int32_t get_dnsRefreshTimeout_5() const { return ___dnsRefreshTimeout_5; }
inline int32_t* get_address_of_dnsRefreshTimeout_5() { return &___dnsRefreshTimeout_5; }
inline void set_dnsRefreshTimeout_5(int32_t value)
{
___dnsRefreshTimeout_5 = value;
}
inline static int32_t get_offset_of__checkCRL_6() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ____checkCRL_6)); }
inline bool get__checkCRL_6() const { return ____checkCRL_6; }
inline bool* get_address_of__checkCRL_6() { return &____checkCRL_6; }
inline void set__checkCRL_6(bool value)
{
____checkCRL_6 = value;
}
inline static int32_t get_offset_of__securityProtocol_7() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ____securityProtocol_7)); }
inline int32_t get__securityProtocol_7() const { return ____securityProtocol_7; }
inline int32_t* get_address_of__securityProtocol_7() { return &____securityProtocol_7; }
inline void set__securityProtocol_7(int32_t value)
{
____securityProtocol_7 = value;
}
inline static int32_t get_offset_of_expectContinue_8() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___expectContinue_8)); }
inline bool get_expectContinue_8() const { return ___expectContinue_8; }
inline bool* get_address_of_expectContinue_8() { return &___expectContinue_8; }
inline void set_expectContinue_8(bool value)
{
___expectContinue_8 = value;
}
inline static int32_t get_offset_of_useNagle_9() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___useNagle_9)); }
inline bool get_useNagle_9() const { return ___useNagle_9; }
inline bool* get_address_of_useNagle_9() { return &___useNagle_9; }
inline void set_useNagle_9(bool value)
{
___useNagle_9 = value;
}
inline static int32_t get_offset_of_server_cert_cb_10() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___server_cert_cb_10)); }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_server_cert_cb_10() const { return ___server_cert_cb_10; }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_server_cert_cb_10() { return &___server_cert_cb_10; }
inline void set_server_cert_cb_10(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value)
{
___server_cert_cb_10 = value;
Il2CppCodeGenWriteBarrier((&___server_cert_cb_10), value);
}
inline static int32_t get_offset_of_tcp_keepalive_11() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___tcp_keepalive_11)); }
inline bool get_tcp_keepalive_11() const { return ___tcp_keepalive_11; }
inline bool* get_address_of_tcp_keepalive_11() { return &___tcp_keepalive_11; }
inline void set_tcp_keepalive_11(bool value)
{
___tcp_keepalive_11 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_time_12() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___tcp_keepalive_time_12)); }
inline int32_t get_tcp_keepalive_time_12() const { return ___tcp_keepalive_time_12; }
inline int32_t* get_address_of_tcp_keepalive_time_12() { return &___tcp_keepalive_time_12; }
inline void set_tcp_keepalive_time_12(int32_t value)
{
___tcp_keepalive_time_12 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_interval_13() { return static_cast<int32_t>(offsetof(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields, ___tcp_keepalive_interval_13)); }
inline int32_t get_tcp_keepalive_interval_13() const { return ___tcp_keepalive_interval_13; }
inline int32_t* get_address_of_tcp_keepalive_interval_13() { return &___tcp_keepalive_interval_13; }
inline void set_tcp_keepalive_interval_13(int32_t value)
{
___tcp_keepalive_interval_13 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERVICEPOINTMANAGER_TB30C5869193569552EC4F0F454EF3ACF3908DC02_H
#ifndef SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H
#define SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 : public RuntimeObject
{
public:
// System.Boolean System.Net.Sockets.Socket::is_closed
bool ___is_closed_6;
// System.Boolean System.Net.Sockets.Socket::is_listening
bool ___is_listening_7;
// System.Boolean System.Net.Sockets.Socket::useOverlappedIO
bool ___useOverlappedIO_8;
// System.Int32 System.Net.Sockets.Socket::linger_timeout
int32_t ___linger_timeout_9;
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily
int32_t ___addressFamily_10;
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType
int32_t ___socketType_11;
// System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType
int32_t ___protocolType_12;
// System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___m_Handle_13;
// System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___seed_endpoint_14;
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___ReadSem_15;
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___WriteSem_16;
// System.Boolean System.Net.Sockets.Socket::is_blocking
bool ___is_blocking_17;
// System.Boolean System.Net.Sockets.Socket::is_bound
bool ___is_bound_18;
// System.Boolean System.Net.Sockets.Socket::is_connected
bool ___is_connected_19;
// System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp
int32_t ___m_IntCleanedUp_20;
// System.Boolean System.Net.Sockets.Socket::connect_in_progress
bool ___connect_in_progress_21;
public:
inline static int32_t get_offset_of_is_closed_6() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_closed_6)); }
inline bool get_is_closed_6() const { return ___is_closed_6; }
inline bool* get_address_of_is_closed_6() { return &___is_closed_6; }
inline void set_is_closed_6(bool value)
{
___is_closed_6 = value;
}
inline static int32_t get_offset_of_is_listening_7() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_listening_7)); }
inline bool get_is_listening_7() const { return ___is_listening_7; }
inline bool* get_address_of_is_listening_7() { return &___is_listening_7; }
inline void set_is_listening_7(bool value)
{
___is_listening_7 = value;
}
inline static int32_t get_offset_of_useOverlappedIO_8() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___useOverlappedIO_8)); }
inline bool get_useOverlappedIO_8() const { return ___useOverlappedIO_8; }
inline bool* get_address_of_useOverlappedIO_8() { return &___useOverlappedIO_8; }
inline void set_useOverlappedIO_8(bool value)
{
___useOverlappedIO_8 = value;
}
inline static int32_t get_offset_of_linger_timeout_9() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___linger_timeout_9)); }
inline int32_t get_linger_timeout_9() const { return ___linger_timeout_9; }
inline int32_t* get_address_of_linger_timeout_9() { return &___linger_timeout_9; }
inline void set_linger_timeout_9(int32_t value)
{
___linger_timeout_9 = value;
}
inline static int32_t get_offset_of_addressFamily_10() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___addressFamily_10)); }
inline int32_t get_addressFamily_10() const { return ___addressFamily_10; }
inline int32_t* get_address_of_addressFamily_10() { return &___addressFamily_10; }
inline void set_addressFamily_10(int32_t value)
{
___addressFamily_10 = value;
}
inline static int32_t get_offset_of_socketType_11() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___socketType_11)); }
inline int32_t get_socketType_11() const { return ___socketType_11; }
inline int32_t* get_address_of_socketType_11() { return &___socketType_11; }
inline void set_socketType_11(int32_t value)
{
___socketType_11 = value;
}
inline static int32_t get_offset_of_protocolType_12() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___protocolType_12)); }
inline int32_t get_protocolType_12() const { return ___protocolType_12; }
inline int32_t* get_address_of_protocolType_12() { return &___protocolType_12; }
inline void set_protocolType_12(int32_t value)
{
___protocolType_12 = value;
}
inline static int32_t get_offset_of_m_Handle_13() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_Handle_13)); }
inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * get_m_Handle_13() const { return ___m_Handle_13; }
inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A ** get_address_of_m_Handle_13() { return &___m_Handle_13; }
inline void set_m_Handle_13(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * value)
{
___m_Handle_13 = value;
Il2CppCodeGenWriteBarrier((&___m_Handle_13), value);
}
inline static int32_t get_offset_of_seed_endpoint_14() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___seed_endpoint_14)); }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_seed_endpoint_14() const { return ___seed_endpoint_14; }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_seed_endpoint_14() { return &___seed_endpoint_14; }
inline void set_seed_endpoint_14(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
{
___seed_endpoint_14 = value;
Il2CppCodeGenWriteBarrier((&___seed_endpoint_14), value);
}
inline static int32_t get_offset_of_ReadSem_15() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___ReadSem_15)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_ReadSem_15() const { return ___ReadSem_15; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_ReadSem_15() { return &___ReadSem_15; }
inline void set_ReadSem_15(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___ReadSem_15 = value;
Il2CppCodeGenWriteBarrier((&___ReadSem_15), value);
}
inline static int32_t get_offset_of_WriteSem_16() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___WriteSem_16)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_WriteSem_16() const { return ___WriteSem_16; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_WriteSem_16() { return &___WriteSem_16; }
inline void set_WriteSem_16(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___WriteSem_16 = value;
Il2CppCodeGenWriteBarrier((&___WriteSem_16), value);
}
inline static int32_t get_offset_of_is_blocking_17() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_blocking_17)); }
inline bool get_is_blocking_17() const { return ___is_blocking_17; }
inline bool* get_address_of_is_blocking_17() { return &___is_blocking_17; }
inline void set_is_blocking_17(bool value)
{
___is_blocking_17 = value;
}
inline static int32_t get_offset_of_is_bound_18() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_bound_18)); }
inline bool get_is_bound_18() const { return ___is_bound_18; }
inline bool* get_address_of_is_bound_18() { return &___is_bound_18; }
inline void set_is_bound_18(bool value)
{
___is_bound_18 = value;
}
inline static int32_t get_offset_of_is_connected_19() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_connected_19)); }
inline bool get_is_connected_19() const { return ___is_connected_19; }
inline bool* get_address_of_is_connected_19() { return &___is_connected_19; }
inline void set_is_connected_19(bool value)
{
___is_connected_19 = value;
}
inline static int32_t get_offset_of_m_IntCleanedUp_20() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_IntCleanedUp_20)); }
inline int32_t get_m_IntCleanedUp_20() const { return ___m_IntCleanedUp_20; }
inline int32_t* get_address_of_m_IntCleanedUp_20() { return &___m_IntCleanedUp_20; }
inline void set_m_IntCleanedUp_20(int32_t value)
{
___m_IntCleanedUp_20 = value;
}
inline static int32_t get_offset_of_connect_in_progress_21() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___connect_in_progress_21)); }
inline bool get_connect_in_progress_21() const { return ___connect_in_progress_21; }
inline bool* get_address_of_connect_in_progress_21() { return &___connect_in_progress_21; }
inline void set_connect_in_progress_21(bool value)
{
___connect_in_progress_21 = value;
}
};
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields
{
public:
// System.Object System.Net.Sockets.Socket::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_0;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4
bool ___s_SupportsIPv4_1;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6
bool ___s_SupportsIPv6_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6
bool ___s_OSSupportsIPv6_3;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized
bool ___s_Initialized_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled
bool ___s_LoggingEnabled_5;
// System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___AcceptAsyncCallback_22;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptCallback_23;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptReceiveCallback_24;
// System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ConnectAsyncCallback_25;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginConnectCallback_26;
// System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___DisconnectAsyncCallback_27;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginDisconnectCallback_28;
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveAsyncCallback_29;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveCallback_30;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveGenericCallback_31;
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveFromAsyncCallback_32;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveFromCallback_33;
// System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendAsyncCallback_34;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginSendGenericCallback_35;
// System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendToAsyncCallback_36;
public:
inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_InternalSyncObject_0)); }
inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; }
inline void set_s_InternalSyncObject_0(RuntimeObject * value)
{
___s_InternalSyncObject_0 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_0), value);
}
inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv4_1)); }
inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; }
inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; }
inline void set_s_SupportsIPv4_1(bool value)
{
___s_SupportsIPv4_1 = value;
}
inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv6_2)); }
inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; }
inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; }
inline void set_s_SupportsIPv6_2(bool value)
{
___s_SupportsIPv6_2 = value;
}
inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_OSSupportsIPv6_3)); }
inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; }
inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; }
inline void set_s_OSSupportsIPv6_3(bool value)
{
___s_OSSupportsIPv6_3 = value;
}
inline static int32_t get_offset_of_s_Initialized_4() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_Initialized_4)); }
inline bool get_s_Initialized_4() const { return ___s_Initialized_4; }
inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; }
inline void set_s_Initialized_4(bool value)
{
___s_Initialized_4 = value;
}
inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_LoggingEnabled_5)); }
inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; }
inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; }
inline void set_s_LoggingEnabled_5(bool value)
{
___s_LoggingEnabled_5 = value;
}
inline static int32_t get_offset_of_AcceptAsyncCallback_22() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___AcceptAsyncCallback_22)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_AcceptAsyncCallback_22() const { return ___AcceptAsyncCallback_22; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_AcceptAsyncCallback_22() { return &___AcceptAsyncCallback_22; }
inline void set_AcceptAsyncCallback_22(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___AcceptAsyncCallback_22 = value;
Il2CppCodeGenWriteBarrier((&___AcceptAsyncCallback_22), value);
}
inline static int32_t get_offset_of_BeginAcceptCallback_23() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptCallback_23)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptCallback_23() const { return ___BeginAcceptCallback_23; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptCallback_23() { return &___BeginAcceptCallback_23; }
inline void set_BeginAcceptCallback_23(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginAcceptCallback_23 = value;
Il2CppCodeGenWriteBarrier((&___BeginAcceptCallback_23), value);
}
inline static int32_t get_offset_of_BeginAcceptReceiveCallback_24() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptReceiveCallback_24)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptReceiveCallback_24() const { return ___BeginAcceptReceiveCallback_24; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptReceiveCallback_24() { return &___BeginAcceptReceiveCallback_24; }
inline void set_BeginAcceptReceiveCallback_24(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginAcceptReceiveCallback_24 = value;
Il2CppCodeGenWriteBarrier((&___BeginAcceptReceiveCallback_24), value);
}
inline static int32_t get_offset_of_ConnectAsyncCallback_25() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ConnectAsyncCallback_25)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ConnectAsyncCallback_25() const { return ___ConnectAsyncCallback_25; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ConnectAsyncCallback_25() { return &___ConnectAsyncCallback_25; }
inline void set_ConnectAsyncCallback_25(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___ConnectAsyncCallback_25 = value;
Il2CppCodeGenWriteBarrier((&___ConnectAsyncCallback_25), value);
}
inline static int32_t get_offset_of_BeginConnectCallback_26() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginConnectCallback_26)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginConnectCallback_26() const { return ___BeginConnectCallback_26; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginConnectCallback_26() { return &___BeginConnectCallback_26; }
inline void set_BeginConnectCallback_26(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginConnectCallback_26 = value;
Il2CppCodeGenWriteBarrier((&___BeginConnectCallback_26), value);
}
inline static int32_t get_offset_of_DisconnectAsyncCallback_27() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___DisconnectAsyncCallback_27)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_DisconnectAsyncCallback_27() const { return ___DisconnectAsyncCallback_27; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_DisconnectAsyncCallback_27() { return &___DisconnectAsyncCallback_27; }
inline void set_DisconnectAsyncCallback_27(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___DisconnectAsyncCallback_27 = value;
Il2CppCodeGenWriteBarrier((&___DisconnectAsyncCallback_27), value);
}
inline static int32_t get_offset_of_BeginDisconnectCallback_28() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginDisconnectCallback_28)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginDisconnectCallback_28() const { return ___BeginDisconnectCallback_28; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginDisconnectCallback_28() { return &___BeginDisconnectCallback_28; }
inline void set_BeginDisconnectCallback_28(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginDisconnectCallback_28 = value;
Il2CppCodeGenWriteBarrier((&___BeginDisconnectCallback_28), value);
}
inline static int32_t get_offset_of_ReceiveAsyncCallback_29() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveAsyncCallback_29)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveAsyncCallback_29() const { return ___ReceiveAsyncCallback_29; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveAsyncCallback_29() { return &___ReceiveAsyncCallback_29; }
inline void set_ReceiveAsyncCallback_29(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___ReceiveAsyncCallback_29 = value;
Il2CppCodeGenWriteBarrier((&___ReceiveAsyncCallback_29), value);
}
inline static int32_t get_offset_of_BeginReceiveCallback_30() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveCallback_30)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveCallback_30() const { return ___BeginReceiveCallback_30; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveCallback_30() { return &___BeginReceiveCallback_30; }
inline void set_BeginReceiveCallback_30(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginReceiveCallback_30 = value;
Il2CppCodeGenWriteBarrier((&___BeginReceiveCallback_30), value);
}
inline static int32_t get_offset_of_BeginReceiveGenericCallback_31() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveGenericCallback_31)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveGenericCallback_31() const { return ___BeginReceiveGenericCallback_31; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveGenericCallback_31() { return &___BeginReceiveGenericCallback_31; }
inline void set_BeginReceiveGenericCallback_31(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginReceiveGenericCallback_31 = value;
Il2CppCodeGenWriteBarrier((&___BeginReceiveGenericCallback_31), value);
}
inline static int32_t get_offset_of_ReceiveFromAsyncCallback_32() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveFromAsyncCallback_32)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveFromAsyncCallback_32() const { return ___ReceiveFromAsyncCallback_32; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveFromAsyncCallback_32() { return &___ReceiveFromAsyncCallback_32; }
inline void set_ReceiveFromAsyncCallback_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___ReceiveFromAsyncCallback_32 = value;
Il2CppCodeGenWriteBarrier((&___ReceiveFromAsyncCallback_32), value);
}
inline static int32_t get_offset_of_BeginReceiveFromCallback_33() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveFromCallback_33)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveFromCallback_33() const { return ___BeginReceiveFromCallback_33; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveFromCallback_33() { return &___BeginReceiveFromCallback_33; }
inline void set_BeginReceiveFromCallback_33(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginReceiveFromCallback_33 = value;
Il2CppCodeGenWriteBarrier((&___BeginReceiveFromCallback_33), value);
}
inline static int32_t get_offset_of_SendAsyncCallback_34() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendAsyncCallback_34)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendAsyncCallback_34() const { return ___SendAsyncCallback_34; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendAsyncCallback_34() { return &___SendAsyncCallback_34; }
inline void set_SendAsyncCallback_34(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___SendAsyncCallback_34 = value;
Il2CppCodeGenWriteBarrier((&___SendAsyncCallback_34), value);
}
inline static int32_t get_offset_of_BeginSendGenericCallback_35() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginSendGenericCallback_35)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginSendGenericCallback_35() const { return ___BeginSendGenericCallback_35; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginSendGenericCallback_35() { return &___BeginSendGenericCallback_35; }
inline void set_BeginSendGenericCallback_35(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginSendGenericCallback_35 = value;
Il2CppCodeGenWriteBarrier((&___BeginSendGenericCallback_35), value);
}
inline static int32_t get_offset_of_SendToAsyncCallback_36() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendToAsyncCallback_36)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendToAsyncCallback_36() const { return ___SendToAsyncCallback_36; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendToAsyncCallback_36() { return &___SendToAsyncCallback_36; }
inline void set_SendToAsyncCallback_36(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___SendToAsyncCallback_36 = value;
Il2CppCodeGenWriteBarrier((&___SendToAsyncCallback_36), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H
#ifndef SOCKETASYNCEVENTARGS_T5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_H
#define SOCKETASYNCEVENTARGS_T5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketAsyncEventArgs
struct SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 : public EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E
{
public:
// System.Boolean System.Net.Sockets.SocketAsyncEventArgs::disposed
bool ___disposed_1;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.SocketAsyncEventArgs::in_progress
int32_t ___in_progress_2;
// System.Net.EndPoint System.Net.Sockets.SocketAsyncEventArgs::remote_ep
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remote_ep_3;
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::current_socket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___current_socket_4;
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::<AcceptSocket>k__BackingField
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___U3CAcceptSocketU3Ek__BackingField_5;
// System.Int32 System.Net.Sockets.SocketAsyncEventArgs::<BytesTransferred>k__BackingField
int32_t ___U3CBytesTransferredU3Ek__BackingField_6;
// System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncEventArgs::<SocketError>k__BackingField
int32_t ___U3CSocketErrorU3Ek__BackingField_7;
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs> System.Net.Sockets.SocketAsyncEventArgs::Completed
EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * ___Completed_8;
public:
inline static int32_t get_offset_of_disposed_1() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___disposed_1)); }
inline bool get_disposed_1() const { return ___disposed_1; }
inline bool* get_address_of_disposed_1() { return &___disposed_1; }
inline void set_disposed_1(bool value)
{
___disposed_1 = value;
}
inline static int32_t get_offset_of_in_progress_2() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___in_progress_2)); }
inline int32_t get_in_progress_2() const { return ___in_progress_2; }
inline int32_t* get_address_of_in_progress_2() { return &___in_progress_2; }
inline void set_in_progress_2(int32_t value)
{
___in_progress_2 = value;
}
inline static int32_t get_offset_of_remote_ep_3() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___remote_ep_3)); }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_remote_ep_3() const { return ___remote_ep_3; }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_remote_ep_3() { return &___remote_ep_3; }
inline void set_remote_ep_3(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
{
___remote_ep_3 = value;
Il2CppCodeGenWriteBarrier((&___remote_ep_3), value);
}
inline static int32_t get_offset_of_current_socket_4() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___current_socket_4)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_current_socket_4() const { return ___current_socket_4; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_current_socket_4() { return &___current_socket_4; }
inline void set_current_socket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___current_socket_4 = value;
Il2CppCodeGenWriteBarrier((&___current_socket_4), value);
}
inline static int32_t get_offset_of_U3CAcceptSocketU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CAcceptSocketU3Ek__BackingField_5)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_U3CAcceptSocketU3Ek__BackingField_5() const { return ___U3CAcceptSocketU3Ek__BackingField_5; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_U3CAcceptSocketU3Ek__BackingField_5() { return &___U3CAcceptSocketU3Ek__BackingField_5; }
inline void set_U3CAcceptSocketU3Ek__BackingField_5(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___U3CAcceptSocketU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((&___U3CAcceptSocketU3Ek__BackingField_5), value);
}
inline static int32_t get_offset_of_U3CBytesTransferredU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CBytesTransferredU3Ek__BackingField_6)); }
inline int32_t get_U3CBytesTransferredU3Ek__BackingField_6() const { return ___U3CBytesTransferredU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CBytesTransferredU3Ek__BackingField_6() { return &___U3CBytesTransferredU3Ek__BackingField_6; }
inline void set_U3CBytesTransferredU3Ek__BackingField_6(int32_t value)
{
___U3CBytesTransferredU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CSocketErrorU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___U3CSocketErrorU3Ek__BackingField_7)); }
inline int32_t get_U3CSocketErrorU3Ek__BackingField_7() const { return ___U3CSocketErrorU3Ek__BackingField_7; }
inline int32_t* get_address_of_U3CSocketErrorU3Ek__BackingField_7() { return &___U3CSocketErrorU3Ek__BackingField_7; }
inline void set_U3CSocketErrorU3Ek__BackingField_7(int32_t value)
{
___U3CSocketErrorU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_Completed_8() { return static_cast<int32_t>(offsetof(SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7, ___Completed_8)); }
inline EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * get_Completed_8() const { return ___Completed_8; }
inline EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 ** get_address_of_Completed_8() { return &___Completed_8; }
inline void set_Completed_8(EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * value)
{
___Completed_8 = value;
Il2CppCodeGenWriteBarrier((&___Completed_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETASYNCEVENTARGS_T5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_H
#ifndef SOCKETASYNCRESULT_T63145D172556590482549D41328C0668E19CB69C_H
#define SOCKETASYNCRESULT_T63145D172556590482549D41328C0668E19CB69C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketAsyncResult
struct SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C : public IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD
{
public:
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncResult::socket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket_5;
// System.Net.Sockets.SocketOperation System.Net.Sockets.SocketAsyncResult::operation
int32_t ___operation_6;
// System.Exception System.Net.Sockets.SocketAsyncResult::DelayedException
Exception_t * ___DelayedException_7;
// System.Net.EndPoint System.Net.Sockets.SocketAsyncResult::EndPoint
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___EndPoint_8;
// System.Byte[] System.Net.Sockets.SocketAsyncResult::Buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Buffer_9;
// System.Int32 System.Net.Sockets.SocketAsyncResult::Offset
int32_t ___Offset_10;
// System.Int32 System.Net.Sockets.SocketAsyncResult::Size
int32_t ___Size_11;
// System.Net.Sockets.SocketFlags System.Net.Sockets.SocketAsyncResult::SockFlags
int32_t ___SockFlags_12;
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncResult::AcceptSocket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___AcceptSocket_13;
// System.Net.IPAddress[] System.Net.Sockets.SocketAsyncResult::Addresses
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___Addresses_14;
// System.Int32 System.Net.Sockets.SocketAsyncResult::Port
int32_t ___Port_15;
// System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>> System.Net.Sockets.SocketAsyncResult::Buffers
RuntimeObject* ___Buffers_16;
// System.Boolean System.Net.Sockets.SocketAsyncResult::ReuseSocket
bool ___ReuseSocket_17;
// System.Int32 System.Net.Sockets.SocketAsyncResult::CurrentAddress
int32_t ___CurrentAddress_18;
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncResult::AcceptedSocket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___AcceptedSocket_19;
// System.Int32 System.Net.Sockets.SocketAsyncResult::Total
int32_t ___Total_20;
// System.Int32 System.Net.Sockets.SocketAsyncResult::error
int32_t ___error_21;
// System.Int32 System.Net.Sockets.SocketAsyncResult::EndCalled
int32_t ___EndCalled_22;
public:
inline static int32_t get_offset_of_socket_5() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___socket_5)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_socket_5() const { return ___socket_5; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_socket_5() { return &___socket_5; }
inline void set_socket_5(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___socket_5 = value;
Il2CppCodeGenWriteBarrier((&___socket_5), value);
}
inline static int32_t get_offset_of_operation_6() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___operation_6)); }
inline int32_t get_operation_6() const { return ___operation_6; }
inline int32_t* get_address_of_operation_6() { return &___operation_6; }
inline void set_operation_6(int32_t value)
{
___operation_6 = value;
}
inline static int32_t get_offset_of_DelayedException_7() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___DelayedException_7)); }
inline Exception_t * get_DelayedException_7() const { return ___DelayedException_7; }
inline Exception_t ** get_address_of_DelayedException_7() { return &___DelayedException_7; }
inline void set_DelayedException_7(Exception_t * value)
{
___DelayedException_7 = value;
Il2CppCodeGenWriteBarrier((&___DelayedException_7), value);
}
inline static int32_t get_offset_of_EndPoint_8() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___EndPoint_8)); }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_EndPoint_8() const { return ___EndPoint_8; }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_EndPoint_8() { return &___EndPoint_8; }
inline void set_EndPoint_8(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
{
___EndPoint_8 = value;
Il2CppCodeGenWriteBarrier((&___EndPoint_8), value);
}
inline static int32_t get_offset_of_Buffer_9() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Buffer_9)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Buffer_9() const { return ___Buffer_9; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Buffer_9() { return &___Buffer_9; }
inline void set_Buffer_9(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Buffer_9 = value;
Il2CppCodeGenWriteBarrier((&___Buffer_9), value);
}
inline static int32_t get_offset_of_Offset_10() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Offset_10)); }
inline int32_t get_Offset_10() const { return ___Offset_10; }
inline int32_t* get_address_of_Offset_10() { return &___Offset_10; }
inline void set_Offset_10(int32_t value)
{
___Offset_10 = value;
}
inline static int32_t get_offset_of_Size_11() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Size_11)); }
inline int32_t get_Size_11() const { return ___Size_11; }
inline int32_t* get_address_of_Size_11() { return &___Size_11; }
inline void set_Size_11(int32_t value)
{
___Size_11 = value;
}
inline static int32_t get_offset_of_SockFlags_12() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___SockFlags_12)); }
inline int32_t get_SockFlags_12() const { return ___SockFlags_12; }
inline int32_t* get_address_of_SockFlags_12() { return &___SockFlags_12; }
inline void set_SockFlags_12(int32_t value)
{
___SockFlags_12 = value;
}
inline static int32_t get_offset_of_AcceptSocket_13() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___AcceptSocket_13)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_AcceptSocket_13() const { return ___AcceptSocket_13; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_AcceptSocket_13() { return &___AcceptSocket_13; }
inline void set_AcceptSocket_13(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___AcceptSocket_13 = value;
Il2CppCodeGenWriteBarrier((&___AcceptSocket_13), value);
}
inline static int32_t get_offset_of_Addresses_14() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Addresses_14)); }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get_Addresses_14() const { return ___Addresses_14; }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of_Addresses_14() { return &___Addresses_14; }
inline void set_Addresses_14(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
{
___Addresses_14 = value;
Il2CppCodeGenWriteBarrier((&___Addresses_14), value);
}
inline static int32_t get_offset_of_Port_15() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Port_15)); }
inline int32_t get_Port_15() const { return ___Port_15; }
inline int32_t* get_address_of_Port_15() { return &___Port_15; }
inline void set_Port_15(int32_t value)
{
___Port_15 = value;
}
inline static int32_t get_offset_of_Buffers_16() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Buffers_16)); }
inline RuntimeObject* get_Buffers_16() const { return ___Buffers_16; }
inline RuntimeObject** get_address_of_Buffers_16() { return &___Buffers_16; }
inline void set_Buffers_16(RuntimeObject* value)
{
___Buffers_16 = value;
Il2CppCodeGenWriteBarrier((&___Buffers_16), value);
}
inline static int32_t get_offset_of_ReuseSocket_17() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___ReuseSocket_17)); }
inline bool get_ReuseSocket_17() const { return ___ReuseSocket_17; }
inline bool* get_address_of_ReuseSocket_17() { return &___ReuseSocket_17; }
inline void set_ReuseSocket_17(bool value)
{
___ReuseSocket_17 = value;
}
inline static int32_t get_offset_of_CurrentAddress_18() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___CurrentAddress_18)); }
inline int32_t get_CurrentAddress_18() const { return ___CurrentAddress_18; }
inline int32_t* get_address_of_CurrentAddress_18() { return &___CurrentAddress_18; }
inline void set_CurrentAddress_18(int32_t value)
{
___CurrentAddress_18 = value;
}
inline static int32_t get_offset_of_AcceptedSocket_19() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___AcceptedSocket_19)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_AcceptedSocket_19() const { return ___AcceptedSocket_19; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_AcceptedSocket_19() { return &___AcceptedSocket_19; }
inline void set_AcceptedSocket_19(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___AcceptedSocket_19 = value;
Il2CppCodeGenWriteBarrier((&___AcceptedSocket_19), value);
}
inline static int32_t get_offset_of_Total_20() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___Total_20)); }
inline int32_t get_Total_20() const { return ___Total_20; }
inline int32_t* get_address_of_Total_20() { return &___Total_20; }
inline void set_Total_20(int32_t value)
{
___Total_20 = value;
}
inline static int32_t get_offset_of_error_21() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___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_EndCalled_22() { return static_cast<int32_t>(offsetof(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C, ___EndCalled_22)); }
inline int32_t get_EndCalled_22() const { return ___EndCalled_22; }
inline int32_t* get_address_of_EndCalled_22() { return &___EndCalled_22; }
inline void set_EndCalled_22(int32_t value)
{
___EndCalled_22 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Net.Sockets.SocketAsyncResult
struct SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_pinvoke : public IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_pinvoke
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket_5;
int32_t ___operation_6;
Exception_t_marshaled_pinvoke* ___DelayedException_7;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___EndPoint_8;
uint8_t* ___Buffer_9;
int32_t ___Offset_10;
int32_t ___Size_11;
int32_t ___SockFlags_12;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___AcceptSocket_13;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___Addresses_14;
int32_t ___Port_15;
RuntimeObject* ___Buffers_16;
int32_t ___ReuseSocket_17;
int32_t ___CurrentAddress_18;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___AcceptedSocket_19;
int32_t ___Total_20;
int32_t ___error_21;
int32_t ___EndCalled_22;
};
// Native definition for COM marshalling of System.Net.Sockets.SocketAsyncResult
struct SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_com : public IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD_marshaled_com
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket_5;
int32_t ___operation_6;
Exception_t_marshaled_com* ___DelayedException_7;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___EndPoint_8;
uint8_t* ___Buffer_9;
int32_t ___Offset_10;
int32_t ___Size_11;
int32_t ___SockFlags_12;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___AcceptSocket_13;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___Addresses_14;
int32_t ___Port_15;
RuntimeObject* ___Buffers_16;
int32_t ___ReuseSocket_17;
int32_t ___CurrentAddress_18;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___AcceptedSocket_19;
int32_t ___Total_20;
int32_t ___error_21;
int32_t ___EndCalled_22;
};
#endif // SOCKETASYNCRESULT_T63145D172556590482549D41328C0668E19CB69C_H
#ifndef TIMERNODE_T5596C0BAF3E85D0C2444ECA74917630FDEF5087B_H
#define TIMERNODE_T5596C0BAF3E85D0C2444ECA74917630FDEF5087B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_TimerNode
struct TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B : public Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F
{
public:
// System.Net.TimerThread_TimerNode_TimerState System.Net.TimerThread_TimerNode::m_TimerState
int32_t ___m_TimerState_2;
// System.Net.TimerThread_Callback System.Net.TimerThread_TimerNode::m_Callback
Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * ___m_Callback_3;
// System.Object System.Net.TimerThread_TimerNode::m_Context
RuntimeObject * ___m_Context_4;
// System.Object System.Net.TimerThread_TimerNode::m_QueueLock
RuntimeObject * ___m_QueueLock_5;
// System.Net.TimerThread_TimerNode System.Net.TimerThread_TimerNode::next
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___next_6;
// System.Net.TimerThread_TimerNode System.Net.TimerThread_TimerNode::prev
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___prev_7;
public:
inline static int32_t get_offset_of_m_TimerState_2() { return static_cast<int32_t>(offsetof(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B, ___m_TimerState_2)); }
inline int32_t get_m_TimerState_2() const { return ___m_TimerState_2; }
inline int32_t* get_address_of_m_TimerState_2() { return &___m_TimerState_2; }
inline void set_m_TimerState_2(int32_t value)
{
___m_TimerState_2 = value;
}
inline static int32_t get_offset_of_m_Callback_3() { return static_cast<int32_t>(offsetof(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B, ___m_Callback_3)); }
inline Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * get_m_Callback_3() const { return ___m_Callback_3; }
inline Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 ** get_address_of_m_Callback_3() { return &___m_Callback_3; }
inline void set_m_Callback_3(Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * value)
{
___m_Callback_3 = value;
Il2CppCodeGenWriteBarrier((&___m_Callback_3), value);
}
inline static int32_t get_offset_of_m_Context_4() { return static_cast<int32_t>(offsetof(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B, ___m_Context_4)); }
inline RuntimeObject * get_m_Context_4() const { return ___m_Context_4; }
inline RuntimeObject ** get_address_of_m_Context_4() { return &___m_Context_4; }
inline void set_m_Context_4(RuntimeObject * value)
{
___m_Context_4 = value;
Il2CppCodeGenWriteBarrier((&___m_Context_4), value);
}
inline static int32_t get_offset_of_m_QueueLock_5() { return static_cast<int32_t>(offsetof(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B, ___m_QueueLock_5)); }
inline RuntimeObject * get_m_QueueLock_5() const { return ___m_QueueLock_5; }
inline RuntimeObject ** get_address_of_m_QueueLock_5() { return &___m_QueueLock_5; }
inline void set_m_QueueLock_5(RuntimeObject * value)
{
___m_QueueLock_5 = value;
Il2CppCodeGenWriteBarrier((&___m_QueueLock_5), value);
}
inline static int32_t get_offset_of_next_6() { return static_cast<int32_t>(offsetof(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B, ___next_6)); }
inline TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * get_next_6() const { return ___next_6; }
inline TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B ** get_address_of_next_6() { return &___next_6; }
inline void set_next_6(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * value)
{
___next_6 = value;
Il2CppCodeGenWriteBarrier((&___next_6), value);
}
inline static int32_t get_offset_of_prev_7() { return static_cast<int32_t>(offsetof(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B, ___prev_7)); }
inline TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * get_prev_7() const { return ___prev_7; }
inline TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B ** get_address_of_prev_7() { return &___prev_7; }
inline void set_prev_7(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * value)
{
___prev_7 = value;
Il2CppCodeGenWriteBarrier((&___prev_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMERNODE_T5596C0BAF3E85D0C2444ECA74917630FDEF5087B_H
#ifndef WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H
#define WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnection
struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 : public RuntimeObject
{
public:
// System.Net.ServicePoint System.Net.WebConnection::sPoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint_0;
// System.IO.Stream System.Net.WebConnection::nstream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___nstream_1;
// System.Net.Sockets.Socket System.Net.WebConnection::socket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket_2;
// System.Object System.Net.WebConnection::socketLock
RuntimeObject * ___socketLock_3;
// System.Net.IWebConnectionState System.Net.WebConnection::state
RuntimeObject* ___state_4;
// System.Net.WebExceptionStatus System.Net.WebConnection::status
int32_t ___status_5;
// System.Boolean System.Net.WebConnection::keepAlive
bool ___keepAlive_6;
// System.Byte[] System.Net.WebConnection::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_7;
// System.EventHandler System.Net.WebConnection::abortHandler
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_8;
// System.Net.WebConnection_AbortHelper System.Net.WebConnection::abortHelper
AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * ___abortHelper_9;
// System.Net.WebConnectionData System.Net.WebConnection::Data
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___Data_10;
// System.Boolean System.Net.WebConnection::chunkedRead
bool ___chunkedRead_11;
// System.Net.MonoChunkStream System.Net.WebConnection::chunkStream
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * ___chunkStream_12;
// System.Collections.Queue System.Net.WebConnection::queue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue_13;
// System.Boolean System.Net.WebConnection::reused
bool ___reused_14;
// System.Int32 System.Net.WebConnection::position
int32_t ___position_15;
// System.Net.HttpWebRequest System.Net.WebConnection::priority_request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___priority_request_16;
// System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___ntlm_credentials_17;
// System.Boolean System.Net.WebConnection::ntlm_authenticated
bool ___ntlm_authenticated_18;
// System.Boolean System.Net.WebConnection::unsafe_sharing
bool ___unsafe_sharing_19;
// System.Net.WebConnection_NtlmAuthState System.Net.WebConnection::connect_ntlm_auth_state
int32_t ___connect_ntlm_auth_state_20;
// System.Net.HttpWebRequest System.Net.WebConnection::connect_request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___connect_request_21;
// System.Exception System.Net.WebConnection::connect_exception
Exception_t * ___connect_exception_22;
// Mono.Net.Security.MonoTlsStream System.Net.WebConnection::tlsStream
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * ___tlsStream_23;
public:
inline static int32_t get_offset_of_sPoint_0() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___sPoint_0)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_sPoint_0() const { return ___sPoint_0; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_sPoint_0() { return &___sPoint_0; }
inline void set_sPoint_0(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___sPoint_0 = value;
Il2CppCodeGenWriteBarrier((&___sPoint_0), value);
}
inline static int32_t get_offset_of_nstream_1() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___nstream_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_nstream_1() const { return ___nstream_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_nstream_1() { return &___nstream_1; }
inline void set_nstream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___nstream_1 = value;
Il2CppCodeGenWriteBarrier((&___nstream_1), value);
}
inline static int32_t get_offset_of_socket_2() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___socket_2)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_socket_2() const { return ___socket_2; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_socket_2() { return &___socket_2; }
inline void set_socket_2(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___socket_2 = value;
Il2CppCodeGenWriteBarrier((&___socket_2), value);
}
inline static int32_t get_offset_of_socketLock_3() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___socketLock_3)); }
inline RuntimeObject * get_socketLock_3() const { return ___socketLock_3; }
inline RuntimeObject ** get_address_of_socketLock_3() { return &___socketLock_3; }
inline void set_socketLock_3(RuntimeObject * value)
{
___socketLock_3 = value;
Il2CppCodeGenWriteBarrier((&___socketLock_3), value);
}
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___state_4)); }
inline RuntimeObject* get_state_4() const { return ___state_4; }
inline RuntimeObject** get_address_of_state_4() { return &___state_4; }
inline void set_state_4(RuntimeObject* value)
{
___state_4 = value;
Il2CppCodeGenWriteBarrier((&___state_4), value);
}
inline static int32_t get_offset_of_status_5() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___status_5)); }
inline int32_t get_status_5() const { return ___status_5; }
inline int32_t* get_address_of_status_5() { return &___status_5; }
inline void set_status_5(int32_t value)
{
___status_5 = value;
}
inline static int32_t get_offset_of_keepAlive_6() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___keepAlive_6)); }
inline bool get_keepAlive_6() const { return ___keepAlive_6; }
inline bool* get_address_of_keepAlive_6() { return &___keepAlive_6; }
inline void set_keepAlive_6(bool value)
{
___keepAlive_6 = value;
}
inline static int32_t get_offset_of_buffer_7() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___buffer_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_7() const { return ___buffer_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_7() { return &___buffer_7; }
inline void set_buffer_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_7 = value;
Il2CppCodeGenWriteBarrier((&___buffer_7), value);
}
inline static int32_t get_offset_of_abortHandler_8() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___abortHandler_8)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_8() const { return ___abortHandler_8; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_8() { return &___abortHandler_8; }
inline void set_abortHandler_8(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___abortHandler_8 = value;
Il2CppCodeGenWriteBarrier((&___abortHandler_8), value);
}
inline static int32_t get_offset_of_abortHelper_9() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___abortHelper_9)); }
inline AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * get_abortHelper_9() const { return ___abortHelper_9; }
inline AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 ** get_address_of_abortHelper_9() { return &___abortHelper_9; }
inline void set_abortHelper_9(AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * value)
{
___abortHelper_9 = value;
Il2CppCodeGenWriteBarrier((&___abortHelper_9), value);
}
inline static int32_t get_offset_of_Data_10() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___Data_10)); }
inline WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * get_Data_10() const { return ___Data_10; }
inline WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC ** get_address_of_Data_10() { return &___Data_10; }
inline void set_Data_10(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * value)
{
___Data_10 = value;
Il2CppCodeGenWriteBarrier((&___Data_10), value);
}
inline static int32_t get_offset_of_chunkedRead_11() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___chunkedRead_11)); }
inline bool get_chunkedRead_11() const { return ___chunkedRead_11; }
inline bool* get_address_of_chunkedRead_11() { return &___chunkedRead_11; }
inline void set_chunkedRead_11(bool value)
{
___chunkedRead_11 = value;
}
inline static int32_t get_offset_of_chunkStream_12() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___chunkStream_12)); }
inline MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * get_chunkStream_12() const { return ___chunkStream_12; }
inline MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 ** get_address_of_chunkStream_12() { return &___chunkStream_12; }
inline void set_chunkStream_12(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * value)
{
___chunkStream_12 = value;
Il2CppCodeGenWriteBarrier((&___chunkStream_12), value);
}
inline static int32_t get_offset_of_queue_13() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___queue_13)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_queue_13() const { return ___queue_13; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_queue_13() { return &___queue_13; }
inline void set_queue_13(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___queue_13 = value;
Il2CppCodeGenWriteBarrier((&___queue_13), value);
}
inline static int32_t get_offset_of_reused_14() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___reused_14)); }
inline bool get_reused_14() const { return ___reused_14; }
inline bool* get_address_of_reused_14() { return &___reused_14; }
inline void set_reused_14(bool value)
{
___reused_14 = value;
}
inline static int32_t get_offset_of_position_15() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___position_15)); }
inline int32_t get_position_15() const { return ___position_15; }
inline int32_t* get_address_of_position_15() { return &___position_15; }
inline void set_position_15(int32_t value)
{
___position_15 = value;
}
inline static int32_t get_offset_of_priority_request_16() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___priority_request_16)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_priority_request_16() const { return ___priority_request_16; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_priority_request_16() { return &___priority_request_16; }
inline void set_priority_request_16(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___priority_request_16 = value;
Il2CppCodeGenWriteBarrier((&___priority_request_16), value);
}
inline static int32_t get_offset_of_ntlm_credentials_17() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___ntlm_credentials_17)); }
inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * get_ntlm_credentials_17() const { return ___ntlm_credentials_17; }
inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 ** get_address_of_ntlm_credentials_17() { return &___ntlm_credentials_17; }
inline void set_ntlm_credentials_17(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * value)
{
___ntlm_credentials_17 = value;
Il2CppCodeGenWriteBarrier((&___ntlm_credentials_17), value);
}
inline static int32_t get_offset_of_ntlm_authenticated_18() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___ntlm_authenticated_18)); }
inline bool get_ntlm_authenticated_18() const { return ___ntlm_authenticated_18; }
inline bool* get_address_of_ntlm_authenticated_18() { return &___ntlm_authenticated_18; }
inline void set_ntlm_authenticated_18(bool value)
{
___ntlm_authenticated_18 = value;
}
inline static int32_t get_offset_of_unsafe_sharing_19() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___unsafe_sharing_19)); }
inline bool get_unsafe_sharing_19() const { return ___unsafe_sharing_19; }
inline bool* get_address_of_unsafe_sharing_19() { return &___unsafe_sharing_19; }
inline void set_unsafe_sharing_19(bool value)
{
___unsafe_sharing_19 = value;
}
inline static int32_t get_offset_of_connect_ntlm_auth_state_20() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_ntlm_auth_state_20)); }
inline int32_t get_connect_ntlm_auth_state_20() const { return ___connect_ntlm_auth_state_20; }
inline int32_t* get_address_of_connect_ntlm_auth_state_20() { return &___connect_ntlm_auth_state_20; }
inline void set_connect_ntlm_auth_state_20(int32_t value)
{
___connect_ntlm_auth_state_20 = value;
}
inline static int32_t get_offset_of_connect_request_21() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_request_21)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_connect_request_21() const { return ___connect_request_21; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_connect_request_21() { return &___connect_request_21; }
inline void set_connect_request_21(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___connect_request_21 = value;
Il2CppCodeGenWriteBarrier((&___connect_request_21), value);
}
inline static int32_t get_offset_of_connect_exception_22() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_exception_22)); }
inline Exception_t * get_connect_exception_22() const { return ___connect_exception_22; }
inline Exception_t ** get_address_of_connect_exception_22() { return &___connect_exception_22; }
inline void set_connect_exception_22(Exception_t * value)
{
___connect_exception_22 = value;
Il2CppCodeGenWriteBarrier((&___connect_exception_22), value);
}
inline static int32_t get_offset_of_tlsStream_23() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___tlsStream_23)); }
inline MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * get_tlsStream_23() const { return ___tlsStream_23; }
inline MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 ** get_address_of_tlsStream_23() { return &___tlsStream_23; }
inline void set_tlsStream_23(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * value)
{
___tlsStream_23 = value;
Il2CppCodeGenWriteBarrier((&___tlsStream_23), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H
#ifndef WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H
#define WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebException
struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.Net.WebExceptionStatus System.Net.WebException::m_Status
int32_t ___m_Status_17;
// System.Net.WebResponse System.Net.WebException::m_Response
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___m_Response_18;
// System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus
int32_t ___m_InternalStatus_19;
public:
inline static int32_t get_offset_of_m_Status_17() { return static_cast<int32_t>(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_Status_17)); }
inline int32_t get_m_Status_17() const { return ___m_Status_17; }
inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; }
inline void set_m_Status_17(int32_t value)
{
___m_Status_17 = value;
}
inline static int32_t get_offset_of_m_Response_18() { return static_cast<int32_t>(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_Response_18)); }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * get_m_Response_18() const { return ___m_Response_18; }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD ** get_address_of_m_Response_18() { return &___m_Response_18; }
inline void set_m_Response_18(WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * value)
{
___m_Response_18 = value;
Il2CppCodeGenWriteBarrier((&___m_Response_18), value);
}
inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast<int32_t>(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_InternalStatus_19)); }
inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; }
inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; }
inline void set_m_InternalStatus_19(int32_t value)
{
___m_InternalStatus_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H
#ifndef WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H
#define WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 : public NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1
{
public:
// System.String[] System.Net.WebHeaderCollection::m_CommonHeaders
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_CommonHeaders_12;
// System.Int32 System.Net.WebHeaderCollection::m_NumCommonHeaders
int32_t ___m_NumCommonHeaders_13;
// System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::m_InnerCollection
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ___m_InnerCollection_16;
// System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type
uint16_t ___m_Type_17;
public:
inline static int32_t get_offset_of_m_CommonHeaders_12() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_CommonHeaders_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_CommonHeaders_12() const { return ___m_CommonHeaders_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_CommonHeaders_12() { return &___m_CommonHeaders_12; }
inline void set_m_CommonHeaders_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_CommonHeaders_12 = value;
Il2CppCodeGenWriteBarrier((&___m_CommonHeaders_12), value);
}
inline static int32_t get_offset_of_m_NumCommonHeaders_13() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_NumCommonHeaders_13)); }
inline int32_t get_m_NumCommonHeaders_13() const { return ___m_NumCommonHeaders_13; }
inline int32_t* get_address_of_m_NumCommonHeaders_13() { return &___m_NumCommonHeaders_13; }
inline void set_m_NumCommonHeaders_13(int32_t value)
{
___m_NumCommonHeaders_13 = value;
}
inline static int32_t get_offset_of_m_InnerCollection_16() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_InnerCollection_16)); }
inline NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * get_m_InnerCollection_16() const { return ___m_InnerCollection_16; }
inline NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 ** get_address_of_m_InnerCollection_16() { return &___m_InnerCollection_16; }
inline void set_m_InnerCollection_16(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * value)
{
___m_InnerCollection_16 = value;
Il2CppCodeGenWriteBarrier((&___m_InnerCollection_16), value);
}
inline static int32_t get_offset_of_m_Type_17() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_Type_17)); }
inline uint16_t get_m_Type_17() const { return ___m_Type_17; }
inline uint16_t* get_address_of_m_Type_17() { return &___m_Type_17; }
inline void set_m_Type_17(uint16_t value)
{
___m_Type_17 = value;
}
};
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields
{
public:
// System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * ___HInfo_11;
// System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___s_CommonHeaderNames_14;
// System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___s_CommonHeaderHints_15;
// System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HttpTrimCharacters_18;
// System.Net.WebHeaderCollection_RfcChar[] System.Net.WebHeaderCollection::RfcCharMap
RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* ___RfcCharMap_19;
public:
inline static int32_t get_offset_of_HInfo_11() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___HInfo_11)); }
inline HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * get_HInfo_11() const { return ___HInfo_11; }
inline HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF ** get_address_of_HInfo_11() { return &___HInfo_11; }
inline void set_HInfo_11(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * value)
{
___HInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___HInfo_11), value);
}
inline static int32_t get_offset_of_s_CommonHeaderNames_14() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___s_CommonHeaderNames_14)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_s_CommonHeaderNames_14() const { return ___s_CommonHeaderNames_14; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_s_CommonHeaderNames_14() { return &___s_CommonHeaderNames_14; }
inline void set_s_CommonHeaderNames_14(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___s_CommonHeaderNames_14 = value;
Il2CppCodeGenWriteBarrier((&___s_CommonHeaderNames_14), value);
}
inline static int32_t get_offset_of_s_CommonHeaderHints_15() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___s_CommonHeaderHints_15)); }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_s_CommonHeaderHints_15() const { return ___s_CommonHeaderHints_15; }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_s_CommonHeaderHints_15() { return &___s_CommonHeaderHints_15; }
inline void set_s_CommonHeaderHints_15(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value)
{
___s_CommonHeaderHints_15 = value;
Il2CppCodeGenWriteBarrier((&___s_CommonHeaderHints_15), value);
}
inline static int32_t get_offset_of_HttpTrimCharacters_18() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___HttpTrimCharacters_18)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HttpTrimCharacters_18() const { return ___HttpTrimCharacters_18; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HttpTrimCharacters_18() { return &___HttpTrimCharacters_18; }
inline void set_HttpTrimCharacters_18(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HttpTrimCharacters_18 = value;
Il2CppCodeGenWriteBarrier((&___HttpTrimCharacters_18), value);
}
inline static int32_t get_offset_of_RfcCharMap_19() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___RfcCharMap_19)); }
inline RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* get_RfcCharMap_19() const { return ___RfcCharMap_19; }
inline RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E** get_address_of_RfcCharMap_19() { return &___RfcCharMap_19; }
inline void set_RfcCharMap_19(RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* value)
{
___RfcCharMap_19 = value;
Il2CppCodeGenWriteBarrier((&___RfcCharMap_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H
#ifndef WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#define WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel
int32_t ___m_AuthenticationLevel_4;
// System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel
int32_t ___m_ImpersonationLevel_5;
// System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___m_CachePolicy_6;
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___m_CacheProtocol_7;
// System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * ___m_CacheBinding_8;
public:
inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_AuthenticationLevel_4)); }
inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; }
inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; }
inline void set_m_AuthenticationLevel_4(int32_t value)
{
___m_AuthenticationLevel_4 = value;
}
inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_ImpersonationLevel_5)); }
inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; }
inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; }
inline void set_m_ImpersonationLevel_5(int32_t value)
{
___m_ImpersonationLevel_5 = value;
}
inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CachePolicy_6)); }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; }
inline void set_m_CachePolicy_6(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value)
{
___m_CachePolicy_6 = value;
Il2CppCodeGenWriteBarrier((&___m_CachePolicy_6), value);
}
inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheProtocol_7)); }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; }
inline void set_m_CacheProtocol_7(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * value)
{
___m_CacheProtocol_7 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheProtocol_7), value);
}
inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheBinding_8)); }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; }
inline void set_m_CacheBinding_8(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * value)
{
___m_CacheBinding_8 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheBinding_8), value);
}
};
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields
{
public:
// System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___s_PrefixList_1;
// System.Object System.Net.WebRequest::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_2;
// System.Net.TimerThread_Queue System.Net.WebRequest::s_DefaultTimerQueue
Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * ___s_DefaultTimerQueue_3;
// System.Net.WebRequest_DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate
DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * ___webRequestCreate_9;
// System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy
RuntimeObject* ___s_DefaultWebProxy_10;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized
bool ___s_DefaultWebProxyInitialized_11;
public:
inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_PrefixList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_s_PrefixList_1() const { return ___s_PrefixList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; }
inline void set_s_PrefixList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___s_PrefixList_1 = value;
Il2CppCodeGenWriteBarrier((&___s_PrefixList_1), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_InternalSyncObject_2)); }
inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; }
inline void set_s_InternalSyncObject_2(RuntimeObject * value)
{
___s_InternalSyncObject_2 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_2), value);
}
inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultTimerQueue_3)); }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; }
inline void set_s_DefaultTimerQueue_3(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * value)
{
___s_DefaultTimerQueue_3 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultTimerQueue_3), value);
}
inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___webRequestCreate_9)); }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * get_webRequestCreate_9() const { return ___webRequestCreate_9; }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; }
inline void set_webRequestCreate_9(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * value)
{
___webRequestCreate_9 = value;
Il2CppCodeGenWriteBarrier((&___webRequestCreate_9), value);
}
inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxy_10)); }
inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; }
inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; }
inline void set_s_DefaultWebProxy_10(RuntimeObject* value)
{
___s_DefaultWebProxy_10 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultWebProxy_10), value);
}
inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxyInitialized_11)); }
inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; }
inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; }
inline void set_s_DefaultWebProxyInitialized_11(bool value)
{
___s_DefaultWebProxyInitialized_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#ifndef NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H
#define NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Nullable`1<Mono.Security.Interface.TlsProtocols>
struct Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10
{
public:
// T System.Nullable`1::value
int32_t ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___value_0)); }
inline int32_t get_value_0() const { return ___value_0; }
inline int32_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(int32_t value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLABLE_1_T601798BE10C3F3F37B6755E475BB1B3760DCBB10_H
#ifndef OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#define OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((&___objectName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#ifndef OPERATINGSYSTEM_TBB05846D5AA6960FFEB42C59E5FE359255C2BE83_H
#define OPERATINGSYSTEM_TBB05846D5AA6960FFEB42C59E5FE359255C2BE83_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 : public RuntimeObject
{
public:
// System.PlatformID System.OperatingSystem::_platform
int32_t ____platform_0;
// System.Version System.OperatingSystem::_version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____version_1;
// System.String System.OperatingSystem::_servicePack
String_t* ____servicePack_2;
public:
inline static int32_t get_offset_of__platform_0() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____platform_0)); }
inline int32_t get__platform_0() const { return ____platform_0; }
inline int32_t* get_address_of__platform_0() { return &____platform_0; }
inline void set__platform_0(int32_t value)
{
____platform_0 = value;
}
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____version_1)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__version_1() const { return ____version_1; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__version_1() { return &____version_1; }
inline void set__version_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
____version_1 = value;
Il2CppCodeGenWriteBarrier((&____version_1), value);
}
inline static int32_t get_offset_of__servicePack_2() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____servicePack_2)); }
inline String_t* get__servicePack_2() const { return ____servicePack_2; }
inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; }
inline void set__servicePack_2(String_t* value)
{
____servicePack_2 = value;
Il2CppCodeGenWriteBarrier((&____servicePack_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OPERATINGSYSTEM_TBB05846D5AA6960FFEB42C59E5FE359255C2BE83_H
#ifndef PLATFORMNOTSUPPORTEDEXCEPTION_T14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_H
#define PLATFORMNOTSUPPORTEDEXCEPTION_T14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PLATFORMNOTSUPPORTEDEXCEPTION_T14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H
#define EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H
#ifndef EXECUTIONCONTEXT_T0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_H
#define EXECUTIONCONTEXT_T0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ExecutionContext
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 : public RuntimeObject
{
public:
// System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ____syncContext_0;
// System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow
SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * ____syncContextNoFlow_1;
// System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext
LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * ____logicalCallContext_2;
// System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext
IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * ____illogicalCallContext_3;
// System.Threading.ExecutionContext_Flags System.Threading.ExecutionContext::_flags
int32_t ____flags_4;
// System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object> System.Threading.ExecutionContext::_localValues
Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * ____localValues_5;
// System.Collections.Generic.List`1<System.Threading.IAsyncLocal> System.Threading.ExecutionContext::_localChangeNotifications
List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * ____localChangeNotifications_6;
public:
inline static int32_t get_offset_of__syncContext_0() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____syncContext_0)); }
inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get__syncContext_0() const { return ____syncContext_0; }
inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of__syncContext_0() { return &____syncContext_0; }
inline void set__syncContext_0(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value)
{
____syncContext_0 = value;
Il2CppCodeGenWriteBarrier((&____syncContext_0), value);
}
inline static int32_t get_offset_of__syncContextNoFlow_1() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____syncContextNoFlow_1)); }
inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * get__syncContextNoFlow_1() const { return ____syncContextNoFlow_1; }
inline SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 ** get_address_of__syncContextNoFlow_1() { return &____syncContextNoFlow_1; }
inline void set__syncContextNoFlow_1(SynchronizationContext_t06AEFE2C7CFCFC242D0A5729A74464AF18CF84E7 * value)
{
____syncContextNoFlow_1 = value;
Il2CppCodeGenWriteBarrier((&____syncContextNoFlow_1), value);
}
inline static int32_t get_offset_of__logicalCallContext_2() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____logicalCallContext_2)); }
inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * get__logicalCallContext_2() const { return ____logicalCallContext_2; }
inline LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E ** get_address_of__logicalCallContext_2() { return &____logicalCallContext_2; }
inline void set__logicalCallContext_2(LogicalCallContext_t3A9A7C02A28577F0879F6E950E46EEC595731D7E * value)
{
____logicalCallContext_2 = value;
Il2CppCodeGenWriteBarrier((&____logicalCallContext_2), value);
}
inline static int32_t get_offset_of__illogicalCallContext_3() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____illogicalCallContext_3)); }
inline IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * get__illogicalCallContext_3() const { return ____illogicalCallContext_3; }
inline IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 ** get_address_of__illogicalCallContext_3() { return &____illogicalCallContext_3; }
inline void set__illogicalCallContext_3(IllogicalCallContext_t86AF2EA64B3A9BB99C979A1C2EC3578C5D7EB179 * value)
{
____illogicalCallContext_3 = value;
Il2CppCodeGenWriteBarrier((&____illogicalCallContext_3), value);
}
inline static int32_t get_offset_of__flags_4() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____flags_4)); }
inline int32_t get__flags_4() const { return ____flags_4; }
inline int32_t* get_address_of__flags_4() { return &____flags_4; }
inline void set__flags_4(int32_t value)
{
____flags_4 = value;
}
inline static int32_t get_offset_of__localValues_5() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____localValues_5)); }
inline Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * get__localValues_5() const { return ____localValues_5; }
inline Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A ** get_address_of__localValues_5() { return &____localValues_5; }
inline void set__localValues_5(Dictionary_2_t46E74B8986EB45A18D8623D1C9307E035EB0D03A * value)
{
____localValues_5 = value;
Il2CppCodeGenWriteBarrier((&____localValues_5), value);
}
inline static int32_t get_offset_of__localChangeNotifications_6() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70, ____localChangeNotifications_6)); }
inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * get__localChangeNotifications_6() const { return ____localChangeNotifications_6; }
inline List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB ** get_address_of__localChangeNotifications_6() { return &____localChangeNotifications_6; }
inline void set__localChangeNotifications_6(List_1_t1ADF451D4F388C3376F9A7121B54405D616DC6EB * value)
{
____localChangeNotifications_6 = value;
Il2CppCodeGenWriteBarrier((&____localChangeNotifications_6), value);
}
};
struct ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields
{
public:
// System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___s_dummyDefaultEC_7;
public:
inline static int32_t get_offset_of_s_dummyDefaultEC_7() { return static_cast<int32_t>(offsetof(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_StaticFields, ___s_dummyDefaultEC_7)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_s_dummyDefaultEC_7() const { return ___s_dummyDefaultEC_7; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_s_dummyDefaultEC_7() { return &___s_dummyDefaultEC_7; }
inline void set_s_dummyDefaultEC_7(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___s_dummyDefaultEC_7 = value;
Il2CppCodeGenWriteBarrier((&___s_dummyDefaultEC_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXECUTIONCONTEXT_T0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((&___FilterName_1), value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((&___Missing_3), value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#define URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public:
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri_Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri_UriInfo System.Uri::m_Info
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
public:
inline static int32_t get_offset_of_m_String_13() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); }
inline String_t* get_m_String_13() const { return ___m_String_13; }
inline String_t** get_address_of_m_String_13() { return &___m_String_13; }
inline void set_m_String_13(String_t* value)
{
___m_String_13 = value;
Il2CppCodeGenWriteBarrier((&___m_String_13), value);
}
inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); }
inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; }
inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; }
inline void set_m_originalUnicodeString_14(String_t* value)
{
___m_originalUnicodeString_14 = value;
Il2CppCodeGenWriteBarrier((&___m_originalUnicodeString_14), value);
}
inline static int32_t get_offset_of_m_Syntax_15() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; }
inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___m_Syntax_15 = value;
Il2CppCodeGenWriteBarrier((&___m_Syntax_15), value);
}
inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); }
inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; }
inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; }
inline void set_m_DnsSafeHost_16(String_t* value)
{
___m_DnsSafeHost_16 = value;
Il2CppCodeGenWriteBarrier((&___m_DnsSafeHost_16), value);
}
inline static int32_t get_offset_of_m_Flags_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); }
inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; }
inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; }
inline void set_m_Flags_17(uint64_t value)
{
___m_Flags_17 = value;
}
inline static int32_t get_offset_of_m_Info_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; }
inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
{
___m_Info_18 = value;
Il2CppCodeGenWriteBarrier((&___m_Info_18), value);
}
inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); }
inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; }
inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; }
inline void set_m_iriParsing_19(bool value)
{
___m_iriParsing_19 = value;
}
};
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
{
public:
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject * ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28;
public:
inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); }
inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; }
inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; }
inline void set_UriSchemeFile_0(String_t* value)
{
___UriSchemeFile_0 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeFile_0), value);
}
inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); }
inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; }
inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; }
inline void set_UriSchemeFtp_1(String_t* value)
{
___UriSchemeFtp_1 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_1), value);
}
inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); }
inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; }
inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; }
inline void set_UriSchemeGopher_2(String_t* value)
{
___UriSchemeGopher_2 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_2), value);
}
inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); }
inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; }
inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; }
inline void set_UriSchemeHttp_3(String_t* value)
{
___UriSchemeHttp_3 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_3), value);
}
inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); }
inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; }
inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; }
inline void set_UriSchemeHttps_4(String_t* value)
{
___UriSchemeHttps_4 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_4), value);
}
inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); }
inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; }
inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; }
inline void set_UriSchemeWs_5(String_t* value)
{
___UriSchemeWs_5 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeWs_5), value);
}
inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); }
inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; }
inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; }
inline void set_UriSchemeWss_6(String_t* value)
{
___UriSchemeWss_6 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeWss_6), value);
}
inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); }
inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; }
inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; }
inline void set_UriSchemeMailto_7(String_t* value)
{
___UriSchemeMailto_7 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_7), value);
}
inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); }
inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; }
inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; }
inline void set_UriSchemeNews_8(String_t* value)
{
___UriSchemeNews_8 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNews_8), value);
}
inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); }
inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; }
inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; }
inline void set_UriSchemeNntp_9(String_t* value)
{
___UriSchemeNntp_9 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_9), value);
}
inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); }
inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; }
inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; }
inline void set_UriSchemeNetTcp_10(String_t* value)
{
___UriSchemeNetTcp_10 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_10), value);
}
inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); }
inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; }
inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; }
inline void set_UriSchemeNetPipe_11(String_t* value)
{
___UriSchemeNetPipe_11 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_11), value);
}
inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); }
inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; }
inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; }
inline void set_SchemeDelimiter_12(String_t* value)
{
___SchemeDelimiter_12 = value;
Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_12), value);
}
inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); }
inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; }
inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; }
inline void set_s_ConfigInitialized_20(bool value)
{
___s_ConfigInitialized_20 = value;
}
inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); }
inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; }
inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; }
inline void set_s_ConfigInitializing_21(bool value)
{
___s_ConfigInitializing_21 = value;
}
inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); }
inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; }
inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; }
inline void set_s_IdnScope_22(int32_t value)
{
___s_IdnScope_22 = value;
}
inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); }
inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; }
inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; }
inline void set_s_IriParsing_23(bool value)
{
___s_IriParsing_23 = value;
}
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); }
inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; }
inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; }
inline void set_useDotNetRelativeOrAbsolute_24(bool value)
{
___useDotNetRelativeOrAbsolute_24 = value;
}
inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); }
inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; }
inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; }
inline void set_IsWindowsFileSystem_25(bool value)
{
___IsWindowsFileSystem_25 = value;
}
inline static int32_t get_offset_of_s_initLock_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); }
inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; }
inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; }
inline void set_s_initLock_26(RuntimeObject * value)
{
___s_initLock_26 = value;
Il2CppCodeGenWriteBarrier((&___s_initLock_26), value);
}
inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; }
inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HexLowerChars_27 = value;
Il2CppCodeGenWriteBarrier((&___HexLowerChars_27), value);
}
inline static int32_t get_offset_of__WSchars_28() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; }
inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____WSchars_28 = value;
Il2CppCodeGenWriteBarrier((&____WSchars_28), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#ifndef MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H
#define MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF : public RuntimeObject
{
public:
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::<RemoteCertificateValidationCallback>k__BackingField
MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0;
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::<ClientCertificateSelectionCallback>k__BackingField
MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1;
// System.Nullable`1<System.DateTime> Mono.Security.Interface.MonoTlsSettings::<CertificateValidationTime>k__BackingField
Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 ___U3CCertificateValidationTimeU3Ek__BackingField_2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::<TrustAnchors>k__BackingField
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___U3CTrustAnchorsU3Ek__BackingField_3;
// System.Object Mono.Security.Interface.MonoTlsSettings::<UserSettings>k__BackingField
RuntimeObject * ___U3CUserSettingsU3Ek__BackingField_4;
// System.String[] Mono.Security.Interface.MonoTlsSettings::<CertificateSearchPaths>k__BackingField
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___U3CCertificateSearchPathsU3Ek__BackingField_5;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::<SendCloseNotify>k__BackingField
bool ___U3CSendCloseNotifyU3Ek__BackingField_6;
// System.Nullable`1<Mono.Security.Interface.TlsProtocols> Mono.Security.Interface.MonoTlsSettings::<EnabledProtocols>k__BackingField
Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 ___U3CEnabledProtocolsU3Ek__BackingField_7;
// Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::<EnabledCiphers>k__BackingField
CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* ___U3CEnabledCiphersU3Ek__BackingField_8;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned
bool ___cloned_9;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName
bool ___checkCertName_10;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus
bool ___checkCertRevocationStatus_11;
// System.Nullable`1<System.Boolean> Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___useServicePointManagerCallback_12;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators
bool ___skipSystemValidators_13;
// System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain
bool ___callbackNeedsChain_14;
// Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator
RuntimeObject* ___certificateValidator_15;
public:
inline static int32_t get_offset_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0)); }
inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * get_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() const { return ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; }
inline MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 ** get_address_of_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0() { return &___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0; }
inline void set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * value)
{
___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), value);
}
inline static int32_t get_offset_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1)); }
inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * get_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() const { return ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; }
inline MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A ** get_address_of_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1() { return &___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1; }
inline void set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * value)
{
___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), value);
}
inline static int32_t get_offset_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateValidationTimeU3Ek__BackingField_2)); }
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 get_U3CCertificateValidationTimeU3Ek__BackingField_2() const { return ___U3CCertificateValidationTimeU3Ek__BackingField_2; }
inline Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 * get_address_of_U3CCertificateValidationTimeU3Ek__BackingField_2() { return &___U3CCertificateValidationTimeU3Ek__BackingField_2; }
inline void set_U3CCertificateValidationTimeU3Ek__BackingField_2(Nullable_1_t3290384E361396B3724B88B498CBF637D7E87B78 value)
{
___U3CCertificateValidationTimeU3Ek__BackingField_2 = value;
}
inline static int32_t get_offset_of_U3CTrustAnchorsU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CTrustAnchorsU3Ek__BackingField_3)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_U3CTrustAnchorsU3Ek__BackingField_3() const { return ___U3CTrustAnchorsU3Ek__BackingField_3; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_U3CTrustAnchorsU3Ek__BackingField_3() { return &___U3CTrustAnchorsU3Ek__BackingField_3; }
inline void set_U3CTrustAnchorsU3Ek__BackingField_3(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___U3CTrustAnchorsU3Ek__BackingField_3 = value;
Il2CppCodeGenWriteBarrier((&___U3CTrustAnchorsU3Ek__BackingField_3), value);
}
inline static int32_t get_offset_of_U3CUserSettingsU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CUserSettingsU3Ek__BackingField_4)); }
inline RuntimeObject * get_U3CUserSettingsU3Ek__BackingField_4() const { return ___U3CUserSettingsU3Ek__BackingField_4; }
inline RuntimeObject ** get_address_of_U3CUserSettingsU3Ek__BackingField_4() { return &___U3CUserSettingsU3Ek__BackingField_4; }
inline void set_U3CUserSettingsU3Ek__BackingField_4(RuntimeObject * value)
{
___U3CUserSettingsU3Ek__BackingField_4 = value;
Il2CppCodeGenWriteBarrier((&___U3CUserSettingsU3Ek__BackingField_4), value);
}
inline static int32_t get_offset_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CCertificateSearchPathsU3Ek__BackingField_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_U3CCertificateSearchPathsU3Ek__BackingField_5() const { return ___U3CCertificateSearchPathsU3Ek__BackingField_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_U3CCertificateSearchPathsU3Ek__BackingField_5() { return &___U3CCertificateSearchPathsU3Ek__BackingField_5; }
inline void set_U3CCertificateSearchPathsU3Ek__BackingField_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___U3CCertificateSearchPathsU3Ek__BackingField_5 = value;
Il2CppCodeGenWriteBarrier((&___U3CCertificateSearchPathsU3Ek__BackingField_5), value);
}
inline static int32_t get_offset_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CSendCloseNotifyU3Ek__BackingField_6)); }
inline bool get_U3CSendCloseNotifyU3Ek__BackingField_6() const { return ___U3CSendCloseNotifyU3Ek__BackingField_6; }
inline bool* get_address_of_U3CSendCloseNotifyU3Ek__BackingField_6() { return &___U3CSendCloseNotifyU3Ek__BackingField_6; }
inline void set_U3CSendCloseNotifyU3Ek__BackingField_6(bool value)
{
___U3CSendCloseNotifyU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledProtocolsU3Ek__BackingField_7)); }
inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 get_U3CEnabledProtocolsU3Ek__BackingField_7() const { return ___U3CEnabledProtocolsU3Ek__BackingField_7; }
inline Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 * get_address_of_U3CEnabledProtocolsU3Ek__BackingField_7() { return &___U3CEnabledProtocolsU3Ek__BackingField_7; }
inline void set_U3CEnabledProtocolsU3Ek__BackingField_7(Nullable_1_t601798BE10C3F3F37B6755E475BB1B3760DCBB10 value)
{
___U3CEnabledProtocolsU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CEnabledCiphersU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___U3CEnabledCiphersU3Ek__BackingField_8)); }
inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* get_U3CEnabledCiphersU3Ek__BackingField_8() const { return ___U3CEnabledCiphersU3Ek__BackingField_8; }
inline CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4** get_address_of_U3CEnabledCiphersU3Ek__BackingField_8() { return &___U3CEnabledCiphersU3Ek__BackingField_8; }
inline void set_U3CEnabledCiphersU3Ek__BackingField_8(CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4* value)
{
___U3CEnabledCiphersU3Ek__BackingField_8 = value;
Il2CppCodeGenWriteBarrier((&___U3CEnabledCiphersU3Ek__BackingField_8), value);
}
inline static int32_t get_offset_of_cloned_9() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___cloned_9)); }
inline bool get_cloned_9() const { return ___cloned_9; }
inline bool* get_address_of_cloned_9() { return &___cloned_9; }
inline void set_cloned_9(bool value)
{
___cloned_9 = value;
}
inline static int32_t get_offset_of_checkCertName_10() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___checkCertName_10)); }
inline bool get_checkCertName_10() const { return ___checkCertName_10; }
inline bool* get_address_of_checkCertName_10() { return &___checkCertName_10; }
inline void set_checkCertName_10(bool value)
{
___checkCertName_10 = value;
}
inline static int32_t get_offset_of_checkCertRevocationStatus_11() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___checkCertRevocationStatus_11)); }
inline bool get_checkCertRevocationStatus_11() const { return ___checkCertRevocationStatus_11; }
inline bool* get_address_of_checkCertRevocationStatus_11() { return &___checkCertRevocationStatus_11; }
inline void set_checkCertRevocationStatus_11(bool value)
{
___checkCertRevocationStatus_11 = value;
}
inline static int32_t get_offset_of_useServicePointManagerCallback_12() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___useServicePointManagerCallback_12)); }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_useServicePointManagerCallback_12() const { return ___useServicePointManagerCallback_12; }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_useServicePointManagerCallback_12() { return &___useServicePointManagerCallback_12; }
inline void set_useServicePointManagerCallback_12(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
{
___useServicePointManagerCallback_12 = value;
}
inline static int32_t get_offset_of_skipSystemValidators_13() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___skipSystemValidators_13)); }
inline bool get_skipSystemValidators_13() const { return ___skipSystemValidators_13; }
inline bool* get_address_of_skipSystemValidators_13() { return &___skipSystemValidators_13; }
inline void set_skipSystemValidators_13(bool value)
{
___skipSystemValidators_13 = value;
}
inline static int32_t get_offset_of_callbackNeedsChain_14() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___callbackNeedsChain_14)); }
inline bool get_callbackNeedsChain_14() const { return ___callbackNeedsChain_14; }
inline bool* get_address_of_callbackNeedsChain_14() { return &___callbackNeedsChain_14; }
inline void set_callbackNeedsChain_14(bool value)
{
___callbackNeedsChain_14 = value;
}
inline static int32_t get_offset_of_certificateValidator_15() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF, ___certificateValidator_15)); }
inline RuntimeObject* get_certificateValidator_15() const { return ___certificateValidator_15; }
inline RuntimeObject** get_address_of_certificateValidator_15() { return &___certificateValidator_15; }
inline void set_certificateValidator_15(RuntimeObject* value)
{
___certificateValidator_15 = value;
Il2CppCodeGenWriteBarrier((&___certificateValidator_15), value);
}
};
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields
{
public:
// Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___defaultSettings_16;
public:
inline static int32_t get_offset_of_defaultSettings_16() { return static_cast<int32_t>(offsetof(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF_StaticFields, ___defaultSettings_16)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_defaultSettings_16() const { return ___defaultSettings_16; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_defaultSettings_16() { return &___defaultSettings_16; }
inline void set_defaultSettings_16(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___defaultSettings_16 = value;
Il2CppCodeGenWriteBarrier((&___defaultSettings_16), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOTLSSETTINGS_T5905C7532C92A87F88C8F3440165DF8AA49A1BBF_H
#ifndef ACTION_1_T965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_H
#define ACTION_1_T965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Action`1<System.Threading.Tasks.Task>
struct Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ACTION_1_T965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_H
#ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H
#define EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H
#ifndef EVENTHANDLER_1_TFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34_H
#define EVENTHANDLER_1_TFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>
struct EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTHANDLER_1_TFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34_H
#ifndef FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H
#define FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>
struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H
#ifndef IOASYNCCALLBACK_TEAEB626A6DAC959F4C365B12136A80EE9AA17547_H
#define IOASYNCCALLBACK_TEAEB626A6DAC959F4C365B12136A80EE9AA17547_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOASYNCCALLBACK_TEAEB626A6DAC959F4C365B12136A80EE9AA17547_H
#ifndef BINDIPENDPOINT_T6B179B1AD32AF233C8C8E6440DFEF78153A851B9_H
#define BINDIPENDPOINT_T6B179B1AD32AF233C8C8E6440DFEF78153A851B9_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_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDIPENDPOINT_T6B179B1AD32AF233C8C8E6440DFEF78153A851B9_H
#ifndef HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#define HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8
{
public:
// System.Uri System.Net.HttpWebRequest::requestUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12;
// System.Uri System.Net.HttpWebRequest::actualUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___actualUri_13;
// System.Boolean System.Net.HttpWebRequest::hostChanged
bool ___hostChanged_14;
// System.Boolean System.Net.HttpWebRequest::allowAutoRedirect
bool ___allowAutoRedirect_15;
// System.Boolean System.Net.HttpWebRequest::allowBuffering
bool ___allowBuffering_16;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates_17;
// System.String System.Net.HttpWebRequest::connectionGroup
String_t* ___connectionGroup_18;
// System.Boolean System.Net.HttpWebRequest::haveContentLength
bool ___haveContentLength_19;
// System.Int64 System.Net.HttpWebRequest::contentLength
int64_t ___contentLength_20;
// System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate
HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * ___continueDelegate_21;
// System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookieContainer_22;
// System.Net.ICredentials System.Net.HttpWebRequest::credentials
RuntimeObject* ___credentials_23;
// System.Boolean System.Net.HttpWebRequest::haveResponse
bool ___haveResponse_24;
// System.Boolean System.Net.HttpWebRequest::haveRequest
bool ___haveRequest_25;
// System.Boolean System.Net.HttpWebRequest::requestSent
bool ___requestSent_26;
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_27;
// System.Boolean System.Net.HttpWebRequest::keepAlive
bool ___keepAlive_28;
// System.Int32 System.Net.HttpWebRequest::maxAutoRedirect
int32_t ___maxAutoRedirect_29;
// System.String System.Net.HttpWebRequest::mediaType
String_t* ___mediaType_30;
// System.String System.Net.HttpWebRequest::method
String_t* ___method_31;
// System.String System.Net.HttpWebRequest::initialMethod
String_t* ___initialMethod_32;
// System.Boolean System.Net.HttpWebRequest::pipelined
bool ___pipelined_33;
// System.Boolean System.Net.HttpWebRequest::preAuthenticate
bool ___preAuthenticate_34;
// System.Boolean System.Net.HttpWebRequest::usedPreAuth
bool ___usedPreAuth_35;
// System.Version System.Net.HttpWebRequest::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_36;
// System.Boolean System.Net.HttpWebRequest::force_version
bool ___force_version_37;
// System.Version System.Net.HttpWebRequest::actualVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___actualVersion_38;
// System.Net.IWebProxy System.Net.HttpWebRequest::proxy
RuntimeObject* ___proxy_39;
// System.Boolean System.Net.HttpWebRequest::sendChunked
bool ___sendChunked_40;
// System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_41;
// System.Int32 System.Net.HttpWebRequest::timeout
int32_t ___timeout_42;
// System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___writeStream_43;
// System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___webResponse_44;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncWrite_45;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncRead_46;
// System.EventHandler System.Net.HttpWebRequest::abortHandler
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_47;
// System.Int32 System.Net.HttpWebRequest::aborted
int32_t ___aborted_48;
// System.Boolean System.Net.HttpWebRequest::gotRequestStream
bool ___gotRequestStream_49;
// System.Int32 System.Net.HttpWebRequest::redirects
int32_t ___redirects_50;
// System.Boolean System.Net.HttpWebRequest::expectContinue
bool ___expectContinue_51;
// System.Byte[] System.Net.HttpWebRequest::bodyBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bodyBuffer_52;
// System.Int32 System.Net.HttpWebRequest::bodyBufferLength
int32_t ___bodyBufferLength_53;
// System.Boolean System.Net.HttpWebRequest::getResponseCalled
bool ___getResponseCalled_54;
// System.Exception System.Net.HttpWebRequest::saved_exc
Exception_t * ___saved_exc_55;
// System.Object System.Net.HttpWebRequest::locker
RuntimeObject * ___locker_56;
// System.Boolean System.Net.HttpWebRequest::finished_reading
bool ___finished_reading_57;
// System.Net.WebConnection System.Net.HttpWebRequest::WebConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___WebConnection_58;
// System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp
int32_t ___auto_decomp_59;
// System.Int32 System.Net.HttpWebRequest::readWriteTimeout
int32_t ___readWriteTimeout_61;
// Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___tlsProvider_62;
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___tlsSettings_63;
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___certValidationCallback_64;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___auth_state_65;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::proxy_auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___proxy_auth_state_66;
// System.String System.Net.HttpWebRequest::host
String_t* ___host_67;
// System.Action`1<System.IO.Stream> System.Net.HttpWebRequest::ResendContentFactory
Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * ___ResendContentFactory_68;
// System.Boolean System.Net.HttpWebRequest::<ThrowOnError>k__BackingField
bool ___U3CThrowOnErrorU3Ek__BackingField_69;
// System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah
bool ___unsafe_auth_blah_70;
// System.Boolean System.Net.HttpWebRequest::<ReuseConnection>k__BackingField
bool ___U3CReuseConnectionU3Ek__BackingField_71;
// System.Net.WebConnection System.Net.HttpWebRequest::StoredConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___StoredConnection_72;
public:
inline static int32_t get_offset_of_requestUri_12() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestUri_12)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; }
inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___requestUri_12 = value;
Il2CppCodeGenWriteBarrier((&___requestUri_12), value);
}
inline static int32_t get_offset_of_actualUri_13() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualUri_13)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_actualUri_13() const { return ___actualUri_13; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_actualUri_13() { return &___actualUri_13; }
inline void set_actualUri_13(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___actualUri_13 = value;
Il2CppCodeGenWriteBarrier((&___actualUri_13), value);
}
inline static int32_t get_offset_of_hostChanged_14() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___hostChanged_14)); }
inline bool get_hostChanged_14() const { return ___hostChanged_14; }
inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; }
inline void set_hostChanged_14(bool value)
{
___hostChanged_14 = value;
}
inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowAutoRedirect_15)); }
inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; }
inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; }
inline void set_allowAutoRedirect_15(bool value)
{
___allowAutoRedirect_15 = value;
}
inline static int32_t get_offset_of_allowBuffering_16() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowBuffering_16)); }
inline bool get_allowBuffering_16() const { return ___allowBuffering_16; }
inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; }
inline void set_allowBuffering_16(bool value)
{
___allowBuffering_16 = value;
}
inline static int32_t get_offset_of_certificates_17() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certificates_17)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_certificates_17() const { return ___certificates_17; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_certificates_17() { return &___certificates_17; }
inline void set_certificates_17(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___certificates_17 = value;
Il2CppCodeGenWriteBarrier((&___certificates_17), value);
}
inline static int32_t get_offset_of_connectionGroup_18() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___connectionGroup_18)); }
inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; }
inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; }
inline void set_connectionGroup_18(String_t* value)
{
___connectionGroup_18 = value;
Il2CppCodeGenWriteBarrier((&___connectionGroup_18), value);
}
inline static int32_t get_offset_of_haveContentLength_19() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveContentLength_19)); }
inline bool get_haveContentLength_19() const { return ___haveContentLength_19; }
inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; }
inline void set_haveContentLength_19(bool value)
{
___haveContentLength_19 = value;
}
inline static int32_t get_offset_of_contentLength_20() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___contentLength_20)); }
inline int64_t get_contentLength_20() const { return ___contentLength_20; }
inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; }
inline void set_contentLength_20(int64_t value)
{
___contentLength_20 = value;
}
inline static int32_t get_offset_of_continueDelegate_21() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___continueDelegate_21)); }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * get_continueDelegate_21() const { return ___continueDelegate_21; }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; }
inline void set_continueDelegate_21(HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * value)
{
___continueDelegate_21 = value;
Il2CppCodeGenWriteBarrier((&___continueDelegate_21), value);
}
inline static int32_t get_offset_of_cookieContainer_22() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___cookieContainer_22)); }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookieContainer_22() const { return ___cookieContainer_22; }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; }
inline void set_cookieContainer_22(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value)
{
___cookieContainer_22 = value;
Il2CppCodeGenWriteBarrier((&___cookieContainer_22), value);
}
inline static int32_t get_offset_of_credentials_23() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___credentials_23)); }
inline RuntimeObject* get_credentials_23() const { return ___credentials_23; }
inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; }
inline void set_credentials_23(RuntimeObject* value)
{
___credentials_23 = value;
Il2CppCodeGenWriteBarrier((&___credentials_23), value);
}
inline static int32_t get_offset_of_haveResponse_24() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveResponse_24)); }
inline bool get_haveResponse_24() const { return ___haveResponse_24; }
inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; }
inline void set_haveResponse_24(bool value)
{
___haveResponse_24 = value;
}
inline static int32_t get_offset_of_haveRequest_25() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveRequest_25)); }
inline bool get_haveRequest_25() const { return ___haveRequest_25; }
inline bool* get_address_of_haveRequest_25() { return &___haveRequest_25; }
inline void set_haveRequest_25(bool value)
{
___haveRequest_25 = value;
}
inline static int32_t get_offset_of_requestSent_26() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestSent_26)); }
inline bool get_requestSent_26() const { return ___requestSent_26; }
inline bool* get_address_of_requestSent_26() { return &___requestSent_26; }
inline void set_requestSent_26(bool value)
{
___requestSent_26 = value;
}
inline static int32_t get_offset_of_webHeaders_27() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webHeaders_27)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_27() const { return ___webHeaders_27; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_27() { return &___webHeaders_27; }
inline void set_webHeaders_27(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___webHeaders_27 = value;
Il2CppCodeGenWriteBarrier((&___webHeaders_27), value);
}
inline static int32_t get_offset_of_keepAlive_28() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___keepAlive_28)); }
inline bool get_keepAlive_28() const { return ___keepAlive_28; }
inline bool* get_address_of_keepAlive_28() { return &___keepAlive_28; }
inline void set_keepAlive_28(bool value)
{
___keepAlive_28 = value;
}
inline static int32_t get_offset_of_maxAutoRedirect_29() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___maxAutoRedirect_29)); }
inline int32_t get_maxAutoRedirect_29() const { return ___maxAutoRedirect_29; }
inline int32_t* get_address_of_maxAutoRedirect_29() { return &___maxAutoRedirect_29; }
inline void set_maxAutoRedirect_29(int32_t value)
{
___maxAutoRedirect_29 = value;
}
inline static int32_t get_offset_of_mediaType_30() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___mediaType_30)); }
inline String_t* get_mediaType_30() const { return ___mediaType_30; }
inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; }
inline void set_mediaType_30(String_t* value)
{
___mediaType_30 = value;
Il2CppCodeGenWriteBarrier((&___mediaType_30), value);
}
inline static int32_t get_offset_of_method_31() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___method_31)); }
inline String_t* get_method_31() const { return ___method_31; }
inline String_t** get_address_of_method_31() { return &___method_31; }
inline void set_method_31(String_t* value)
{
___method_31 = value;
Il2CppCodeGenWriteBarrier((&___method_31), value);
}
inline static int32_t get_offset_of_initialMethod_32() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___initialMethod_32)); }
inline String_t* get_initialMethod_32() const { return ___initialMethod_32; }
inline String_t** get_address_of_initialMethod_32() { return &___initialMethod_32; }
inline void set_initialMethod_32(String_t* value)
{
___initialMethod_32 = value;
Il2CppCodeGenWriteBarrier((&___initialMethod_32), value);
}
inline static int32_t get_offset_of_pipelined_33() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___pipelined_33)); }
inline bool get_pipelined_33() const { return ___pipelined_33; }
inline bool* get_address_of_pipelined_33() { return &___pipelined_33; }
inline void set_pipelined_33(bool value)
{
___pipelined_33 = value;
}
inline static int32_t get_offset_of_preAuthenticate_34() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___preAuthenticate_34)); }
inline bool get_preAuthenticate_34() const { return ___preAuthenticate_34; }
inline bool* get_address_of_preAuthenticate_34() { return &___preAuthenticate_34; }
inline void set_preAuthenticate_34(bool value)
{
___preAuthenticate_34 = value;
}
inline static int32_t get_offset_of_usedPreAuth_35() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___usedPreAuth_35)); }
inline bool get_usedPreAuth_35() const { return ___usedPreAuth_35; }
inline bool* get_address_of_usedPreAuth_35() { return &___usedPreAuth_35; }
inline void set_usedPreAuth_35(bool value)
{
___usedPreAuth_35 = value;
}
inline static int32_t get_offset_of_version_36() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___version_36)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_36() const { return ___version_36; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_36() { return &___version_36; }
inline void set_version_36(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_36 = value;
Il2CppCodeGenWriteBarrier((&___version_36), value);
}
inline static int32_t get_offset_of_force_version_37() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___force_version_37)); }
inline bool get_force_version_37() const { return ___force_version_37; }
inline bool* get_address_of_force_version_37() { return &___force_version_37; }
inline void set_force_version_37(bool value)
{
___force_version_37 = value;
}
inline static int32_t get_offset_of_actualVersion_38() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualVersion_38)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_actualVersion_38() const { return ___actualVersion_38; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_actualVersion_38() { return &___actualVersion_38; }
inline void set_actualVersion_38(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___actualVersion_38 = value;
Il2CppCodeGenWriteBarrier((&___actualVersion_38), value);
}
inline static int32_t get_offset_of_proxy_39() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_39)); }
inline RuntimeObject* get_proxy_39() const { return ___proxy_39; }
inline RuntimeObject** get_address_of_proxy_39() { return &___proxy_39; }
inline void set_proxy_39(RuntimeObject* value)
{
___proxy_39 = value;
Il2CppCodeGenWriteBarrier((&___proxy_39), value);
}
inline static int32_t get_offset_of_sendChunked_40() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___sendChunked_40)); }
inline bool get_sendChunked_40() const { return ___sendChunked_40; }
inline bool* get_address_of_sendChunked_40() { return &___sendChunked_40; }
inline void set_sendChunked_40(bool value)
{
___sendChunked_40 = value;
}
inline static int32_t get_offset_of_servicePoint_41() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___servicePoint_41)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_41() const { return ___servicePoint_41; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_41() { return &___servicePoint_41; }
inline void set_servicePoint_41(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___servicePoint_41 = value;
Il2CppCodeGenWriteBarrier((&___servicePoint_41), value);
}
inline static int32_t get_offset_of_timeout_42() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___timeout_42)); }
inline int32_t get_timeout_42() const { return ___timeout_42; }
inline int32_t* get_address_of_timeout_42() { return &___timeout_42; }
inline void set_timeout_42(int32_t value)
{
___timeout_42 = value;
}
inline static int32_t get_offset_of_writeStream_43() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___writeStream_43)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_writeStream_43() const { return ___writeStream_43; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_writeStream_43() { return &___writeStream_43; }
inline void set_writeStream_43(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___writeStream_43 = value;
Il2CppCodeGenWriteBarrier((&___writeStream_43), value);
}
inline static int32_t get_offset_of_webResponse_44() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webResponse_44)); }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_webResponse_44() const { return ___webResponse_44; }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_webResponse_44() { return &___webResponse_44; }
inline void set_webResponse_44(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value)
{
___webResponse_44 = value;
Il2CppCodeGenWriteBarrier((&___webResponse_44), value);
}
inline static int32_t get_offset_of_asyncWrite_45() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncWrite_45)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncWrite_45() const { return ___asyncWrite_45; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncWrite_45() { return &___asyncWrite_45; }
inline void set_asyncWrite_45(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncWrite_45 = value;
Il2CppCodeGenWriteBarrier((&___asyncWrite_45), value);
}
inline static int32_t get_offset_of_asyncRead_46() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncRead_46)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncRead_46() const { return ___asyncRead_46; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncRead_46() { return &___asyncRead_46; }
inline void set_asyncRead_46(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncRead_46 = value;
Il2CppCodeGenWriteBarrier((&___asyncRead_46), value);
}
inline static int32_t get_offset_of_abortHandler_47() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___abortHandler_47)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_47() const { return ___abortHandler_47; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_47() { return &___abortHandler_47; }
inline void set_abortHandler_47(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___abortHandler_47 = value;
Il2CppCodeGenWriteBarrier((&___abortHandler_47), value);
}
inline static int32_t get_offset_of_aborted_48() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___aborted_48)); }
inline int32_t get_aborted_48() const { return ___aborted_48; }
inline int32_t* get_address_of_aborted_48() { return &___aborted_48; }
inline void set_aborted_48(int32_t value)
{
___aborted_48 = value;
}
inline static int32_t get_offset_of_gotRequestStream_49() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___gotRequestStream_49)); }
inline bool get_gotRequestStream_49() const { return ___gotRequestStream_49; }
inline bool* get_address_of_gotRequestStream_49() { return &___gotRequestStream_49; }
inline void set_gotRequestStream_49(bool value)
{
___gotRequestStream_49 = value;
}
inline static int32_t get_offset_of_redirects_50() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___redirects_50)); }
inline int32_t get_redirects_50() const { return ___redirects_50; }
inline int32_t* get_address_of_redirects_50() { return &___redirects_50; }
inline void set_redirects_50(int32_t value)
{
___redirects_50 = value;
}
inline static int32_t get_offset_of_expectContinue_51() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___expectContinue_51)); }
inline bool get_expectContinue_51() const { return ___expectContinue_51; }
inline bool* get_address_of_expectContinue_51() { return &___expectContinue_51; }
inline void set_expectContinue_51(bool value)
{
___expectContinue_51 = value;
}
inline static int32_t get_offset_of_bodyBuffer_52() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBuffer_52)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bodyBuffer_52() const { return ___bodyBuffer_52; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bodyBuffer_52() { return &___bodyBuffer_52; }
inline void set_bodyBuffer_52(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bodyBuffer_52 = value;
Il2CppCodeGenWriteBarrier((&___bodyBuffer_52), value);
}
inline static int32_t get_offset_of_bodyBufferLength_53() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBufferLength_53)); }
inline int32_t get_bodyBufferLength_53() const { return ___bodyBufferLength_53; }
inline int32_t* get_address_of_bodyBufferLength_53() { return &___bodyBufferLength_53; }
inline void set_bodyBufferLength_53(int32_t value)
{
___bodyBufferLength_53 = value;
}
inline static int32_t get_offset_of_getResponseCalled_54() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___getResponseCalled_54)); }
inline bool get_getResponseCalled_54() const { return ___getResponseCalled_54; }
inline bool* get_address_of_getResponseCalled_54() { return &___getResponseCalled_54; }
inline void set_getResponseCalled_54(bool value)
{
___getResponseCalled_54 = value;
}
inline static int32_t get_offset_of_saved_exc_55() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___saved_exc_55)); }
inline Exception_t * get_saved_exc_55() const { return ___saved_exc_55; }
inline Exception_t ** get_address_of_saved_exc_55() { return &___saved_exc_55; }
inline void set_saved_exc_55(Exception_t * value)
{
___saved_exc_55 = value;
Il2CppCodeGenWriteBarrier((&___saved_exc_55), value);
}
inline static int32_t get_offset_of_locker_56() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___locker_56)); }
inline RuntimeObject * get_locker_56() const { return ___locker_56; }
inline RuntimeObject ** get_address_of_locker_56() { return &___locker_56; }
inline void set_locker_56(RuntimeObject * value)
{
___locker_56 = value;
Il2CppCodeGenWriteBarrier((&___locker_56), value);
}
inline static int32_t get_offset_of_finished_reading_57() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___finished_reading_57)); }
inline bool get_finished_reading_57() const { return ___finished_reading_57; }
inline bool* get_address_of_finished_reading_57() { return &___finished_reading_57; }
inline void set_finished_reading_57(bool value)
{
___finished_reading_57 = value;
}
inline static int32_t get_offset_of_WebConnection_58() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___WebConnection_58)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_WebConnection_58() const { return ___WebConnection_58; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_WebConnection_58() { return &___WebConnection_58; }
inline void set_WebConnection_58(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___WebConnection_58 = value;
Il2CppCodeGenWriteBarrier((&___WebConnection_58), value);
}
inline static int32_t get_offset_of_auto_decomp_59() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auto_decomp_59)); }
inline int32_t get_auto_decomp_59() const { return ___auto_decomp_59; }
inline int32_t* get_address_of_auto_decomp_59() { return &___auto_decomp_59; }
inline void set_auto_decomp_59(int32_t value)
{
___auto_decomp_59 = value;
}
inline static int32_t get_offset_of_readWriteTimeout_61() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___readWriteTimeout_61)); }
inline int32_t get_readWriteTimeout_61() const { return ___readWriteTimeout_61; }
inline int32_t* get_address_of_readWriteTimeout_61() { return &___readWriteTimeout_61; }
inline void set_readWriteTimeout_61(int32_t value)
{
___readWriteTimeout_61 = value;
}
inline static int32_t get_offset_of_tlsProvider_62() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsProvider_62)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_tlsProvider_62() const { return ___tlsProvider_62; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_tlsProvider_62() { return &___tlsProvider_62; }
inline void set_tlsProvider_62(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___tlsProvider_62 = value;
Il2CppCodeGenWriteBarrier((&___tlsProvider_62), value);
}
inline static int32_t get_offset_of_tlsSettings_63() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsSettings_63)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_tlsSettings_63() const { return ___tlsSettings_63; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_tlsSettings_63() { return &___tlsSettings_63; }
inline void set_tlsSettings_63(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___tlsSettings_63 = value;
Il2CppCodeGenWriteBarrier((&___tlsSettings_63), value);
}
inline static int32_t get_offset_of_certValidationCallback_64() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certValidationCallback_64)); }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_certValidationCallback_64() const { return ___certValidationCallback_64; }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_certValidationCallback_64() { return &___certValidationCallback_64; }
inline void set_certValidationCallback_64(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value)
{
___certValidationCallback_64 = value;
Il2CppCodeGenWriteBarrier((&___certValidationCallback_64), value);
}
inline static int32_t get_offset_of_auth_state_65() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auth_state_65)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_auth_state_65() const { return ___auth_state_65; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_auth_state_65() { return &___auth_state_65; }
inline void set_auth_state_65(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___auth_state_65 = value;
}
inline static int32_t get_offset_of_proxy_auth_state_66() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_auth_state_66)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_proxy_auth_state_66() const { return ___proxy_auth_state_66; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_proxy_auth_state_66() { return &___proxy_auth_state_66; }
inline void set_proxy_auth_state_66(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___proxy_auth_state_66 = value;
}
inline static int32_t get_offset_of_host_67() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___host_67)); }
inline String_t* get_host_67() const { return ___host_67; }
inline String_t** get_address_of_host_67() { return &___host_67; }
inline void set_host_67(String_t* value)
{
___host_67 = value;
Il2CppCodeGenWriteBarrier((&___host_67), value);
}
inline static int32_t get_offset_of_ResendContentFactory_68() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___ResendContentFactory_68)); }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * get_ResendContentFactory_68() const { return ___ResendContentFactory_68; }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 ** get_address_of_ResendContentFactory_68() { return &___ResendContentFactory_68; }
inline void set_ResendContentFactory_68(Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * value)
{
___ResendContentFactory_68 = value;
Il2CppCodeGenWriteBarrier((&___ResendContentFactory_68), value);
}
inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CThrowOnErrorU3Ek__BackingField_69)); }
inline bool get_U3CThrowOnErrorU3Ek__BackingField_69() const { return ___U3CThrowOnErrorU3Ek__BackingField_69; }
inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_69() { return &___U3CThrowOnErrorU3Ek__BackingField_69; }
inline void set_U3CThrowOnErrorU3Ek__BackingField_69(bool value)
{
___U3CThrowOnErrorU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_unsafe_auth_blah_70() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___unsafe_auth_blah_70)); }
inline bool get_unsafe_auth_blah_70() const { return ___unsafe_auth_blah_70; }
inline bool* get_address_of_unsafe_auth_blah_70() { return &___unsafe_auth_blah_70; }
inline void set_unsafe_auth_blah_70(bool value)
{
___unsafe_auth_blah_70 = value;
}
inline static int32_t get_offset_of_U3CReuseConnectionU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CReuseConnectionU3Ek__BackingField_71)); }
inline bool get_U3CReuseConnectionU3Ek__BackingField_71() const { return ___U3CReuseConnectionU3Ek__BackingField_71; }
inline bool* get_address_of_U3CReuseConnectionU3Ek__BackingField_71() { return &___U3CReuseConnectionU3Ek__BackingField_71; }
inline void set_U3CReuseConnectionU3Ek__BackingField_71(bool value)
{
___U3CReuseConnectionU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of_StoredConnection_72() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___StoredConnection_72)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_StoredConnection_72() const { return ___StoredConnection_72; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_StoredConnection_72() { return &___StoredConnection_72; }
inline void set_StoredConnection_72(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___StoredConnection_72 = value;
Il2CppCodeGenWriteBarrier((&___StoredConnection_72), value);
}
};
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields
{
public:
// System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength
int32_t ___defaultMaxResponseHeadersLength_60;
public:
inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_60() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields, ___defaultMaxResponseHeadersLength_60)); }
inline int32_t get_defaultMaxResponseHeadersLength_60() const { return ___defaultMaxResponseHeadersLength_60; }
inline int32_t* get_address_of_defaultMaxResponseHeadersLength_60() { return &___defaultMaxResponseHeadersLength_60; }
inline void set_defaultMaxResponseHeadersLength_60(int32_t value)
{
___defaultMaxResponseHeadersLength_60 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#ifndef NETWORKINFORMATIONEXCEPTION_T4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7_H
#define NETWORKINFORMATIONEXCEPTION_T4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.NetworkInformationException
struct NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 : public Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETWORKINFORMATIONEXCEPTION_T4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7_H
#ifndef WIN32NETWORKINTERFACE_T487FF10999655B26E03634B0C8D36B7F0B88D837_H
#define WIN32NETWORKINTERFACE_T487FF10999655B26E03634B0C8D36B7F0B88D837_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.Win32NetworkInterface
struct Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837 : public RuntimeObject
{
public:
public:
};
struct Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields
{
public:
// System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::fixedInfo
Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD ___fixedInfo_0;
// System.Boolean System.Net.NetworkInformation.Win32NetworkInterface::initialized
bool ___initialized_1;
public:
inline static int32_t get_offset_of_fixedInfo_0() { return static_cast<int32_t>(offsetof(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields, ___fixedInfo_0)); }
inline Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD get_fixedInfo_0() const { return ___fixedInfo_0; }
inline Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD * get_address_of_fixedInfo_0() { return &___fixedInfo_0; }
inline void set_fixedInfo_0(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD value)
{
___fixedInfo_0 = value;
}
inline static int32_t get_offset_of_initialized_1() { return static_cast<int32_t>(offsetof(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields, ___initialized_1)); }
inline bool get_initialized_1() const { return ___initialized_1; }
inline bool* get_address_of_initialized_1() { return &___initialized_1; }
inline void set_initialized_1(bool value)
{
___initialized_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WIN32NETWORKINTERFACE_T487FF10999655B26E03634B0C8D36B7F0B88D837_H
#ifndef LOCALCERTSELECTIONCALLBACK_TD6114DFF113D64892D65456E53A3F61DCE4874F2_H
#define LOCALCERTSELECTIONCALLBACK_TD6114DFF113D64892D65456E53A3F61DCE4874F2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.LocalCertSelectionCallback
struct LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LOCALCERTSELECTIONCALLBACK_TD6114DFF113D64892D65456E53A3F61DCE4874F2_H
#ifndef REMOTECERTIFICATEVALIDATIONCALLBACK_T9C6BA19681BAA3CD78E6674293A57FF5DF62831E_H
#define REMOTECERTIFICATEVALIDATIONCALLBACK_T9C6BA19681BAA3CD78E6674293A57FF5DF62831E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.RemoteCertificateValidationCallback
struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REMOTECERTIFICATEVALIDATIONCALLBACK_T9C6BA19681BAA3CD78E6674293A57FF5DF62831E_H
#ifndef SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H
#define SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SimpleAsyncCallback
struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H
#ifndef SAFESOCKETHANDLE_T9A33B4DCE2012075A5D6D355D323A05E7F16329A_H
#define SAFESOCKETHANDLE_T9A33B4DCE2012075A5D6D355D323A05E7F16329A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SafeSocketHandle
struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A : public SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E
{
public:
// System.Collections.Generic.List`1<System.Threading.Thread> System.Net.Sockets.SafeSocketHandle::blocking_threads
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * ___blocking_threads_6;
// System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace> System.Net.Sockets.SafeSocketHandle::threads_stacktraces
Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * ___threads_stacktraces_7;
// System.Boolean System.Net.Sockets.SafeSocketHandle::in_cleanup
bool ___in_cleanup_8;
public:
inline static int32_t get_offset_of_blocking_threads_6() { return static_cast<int32_t>(offsetof(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A, ___blocking_threads_6)); }
inline List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * get_blocking_threads_6() const { return ___blocking_threads_6; }
inline List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D ** get_address_of_blocking_threads_6() { return &___blocking_threads_6; }
inline void set_blocking_threads_6(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * value)
{
___blocking_threads_6 = value;
Il2CppCodeGenWriteBarrier((&___blocking_threads_6), value);
}
inline static int32_t get_offset_of_threads_stacktraces_7() { return static_cast<int32_t>(offsetof(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A, ___threads_stacktraces_7)); }
inline Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * get_threads_stacktraces_7() const { return ___threads_stacktraces_7; }
inline Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 ** get_address_of_threads_stacktraces_7() { return &___threads_stacktraces_7; }
inline void set_threads_stacktraces_7(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * value)
{
___threads_stacktraces_7 = value;
Il2CppCodeGenWriteBarrier((&___threads_stacktraces_7), value);
}
inline static int32_t get_offset_of_in_cleanup_8() { return static_cast<int32_t>(offsetof(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A, ___in_cleanup_8)); }
inline bool get_in_cleanup_8() const { return ___in_cleanup_8; }
inline bool* get_address_of_in_cleanup_8() { return &___in_cleanup_8; }
inline void set_in_cleanup_8(bool value)
{
___in_cleanup_8 = value;
}
};
struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields
{
public:
// System.Boolean System.Net.Sockets.SafeSocketHandle::THROW_ON_ABORT_RETRIES
bool ___THROW_ON_ABORT_RETRIES_9;
public:
inline static int32_t get_offset_of_THROW_ON_ABORT_RETRIES_9() { return static_cast<int32_t>(offsetof(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields, ___THROW_ON_ABORT_RETRIES_9)); }
inline bool get_THROW_ON_ABORT_RETRIES_9() const { return ___THROW_ON_ABORT_RETRIES_9; }
inline bool* get_address_of_THROW_ON_ABORT_RETRIES_9() { return &___THROW_ON_ABORT_RETRIES_9; }
inline void set_THROW_ON_ABORT_RETRIES_9(bool value)
{
___THROW_ON_ABORT_RETRIES_9 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SAFESOCKETHANDLE_T9A33B4DCE2012075A5D6D355D323A05E7F16329A_H
#ifndef SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H
#define SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketException
struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 : public Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668
{
public:
// System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___m_EndPoint_20;
public:
inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast<int32_t>(offsetof(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5, ___m_EndPoint_20)); }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_m_EndPoint_20() const { return ___m_EndPoint_20; }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; }
inline void set_m_EndPoint_20(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
{
___m_EndPoint_20 = value;
Il2CppCodeGenWriteBarrier((&___m_EndPoint_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H
#ifndef CALLBACK_T8DF3FD84AB632709C486978BE28ED721EB3A40E3_H
#define CALLBACK_T8DF3FD84AB632709C486978BE28ED721EB3A40E3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_Callback
struct Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CALLBACK_T8DF3FD84AB632709C486978BE28ED721EB3A40E3_H
#ifndef AUTORESETEVENT_T2A1182CEEE4E184587D4DEAA4F382B810B21D3B7_H
#define AUTORESETEVENT_T2A1182CEEE4E184587D4DEAA4F382B810B21D3B7_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_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTORESETEVENT_T2A1182CEEE4E184587D4DEAA4F382B810B21D3B7_H
#ifndef CONTEXTCALLBACK_T8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_H
#define CONTEXTCALLBACK_T8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONTEXTCALLBACK_T8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_H
#ifndef MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H
#define MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H
#ifndef TIMERCALLBACK_TC89F2FB1294A86F64DEB2C1F68024954018AA219_H
#define TIMERCALLBACK_TC89F2FB1294A86F64DEB2C1F68024954018AA219_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.TimerCallback
struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMERCALLBACK_TC89F2FB1294A86F64DEB2C1F68024954018AA219_H
#ifndef WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H
#define WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H
// System.UInt16[]
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E : 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.Byte[]
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821 : public RuntimeArray
{
public:
ALIGN_FIELD (8) uint8_t m_Items[1];
public:
inline uint8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, uint8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline uint8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, uint8_t value)
{
m_Items[index] = value;
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Net.IPAddress[]
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3 : public RuntimeArray
{
public:
ALIGN_FIELD (8) IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * m_Items[1];
public:
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Char[]
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Il2CppChar m_Items[1];
public:
inline Il2CppChar GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Il2CppChar* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Il2CppChar value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline Il2CppChar GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Il2CppChar* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Il2CppChar value)
{
m_Items[index] = value;
}
};
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Delegate_t * m_Items[1];
public:
inline Delegate_t * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Delegate_t ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, Delegate_t * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Runtime.InteropServices.GCHandle[]
struct GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7 : public RuntimeArray
{
public:
ALIGN_FIELD (8) GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 m_Items[1];
public:
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * 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, GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 value)
{
m_Items[index] = value;
}
};
// System.Net.Sockets.Socket_WSABUF[]
struct WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80 : public RuntimeArray
{
public:
ALIGN_FIELD (8) WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE m_Items[1];
public:
inline WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * 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, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE value)
{
m_Items[index] = value;
}
};
// System.Threading.WaitHandle[]
struct WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC : public RuntimeArray
{
public:
ALIGN_FIELD (8) WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * m_Items[1];
public:
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** 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, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled);
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_back(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled);
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_cleanup(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled);
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled);
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_back(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled);
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_cleanup(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled);
extern "C" void Exception_t_marshal_pinvoke(const Exception_t& unmarshaled, Exception_t_marshaled_pinvoke& marshaled);
extern "C" void Exception_t_marshal_pinvoke_back(const Exception_t_marshaled_pinvoke& marshaled, Exception_t& unmarshaled);
extern "C" void Exception_t_marshal_pinvoke_cleanup(Exception_t_marshaled_pinvoke& marshaled);
extern "C" void Exception_t_marshal_com(const Exception_t& unmarshaled, Exception_t_marshaled_com& marshaled);
extern "C" void Exception_t_marshal_com_back(const Exception_t_marshaled_com& marshaled, Exception_t& unmarshaled);
extern "C" void Exception_t_marshal_com_cleanup(Exception_t_marshaled_com& marshaled);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Byte>(!!0[],!!0)
extern "C" IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, uint8_t p1, const RuntimeMethod* method);
// !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_gshared (intptr_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject ** p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Add(!0,!1)
extern "C" IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::Remove(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
extern "C" IL2CPP_METHOD_ATTR ValueCollection_t0816666499CBD11E58E1E7C79A4EFC2AA47E08A2 * Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Collections.Generic.IEnumerable`1<!0>)
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
extern "C" IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method);
// !1 System.Func`2<System.Object,System.Boolean>::Invoke(!0)
extern "C" IL2CPP_METHOD_ATTR bool Func_2_Invoke_mE25788DCE25515291EAA06F55BEF30F9F27FBBA9_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<System.Boolean>::get_Value()
extern "C" IL2CPP_METHOD_ATTR bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
// System.Void System.Nullable`1<System.Boolean>::.ctor(!0)
extern "C" IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool p0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * p0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(!0)
extern "C" IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(!0)
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Int32 System.ArraySegment`1<System.Byte>::get_Offset()
extern "C" IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_gshared (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method);
// System.Int32 System.ArraySegment`1<System.Byte>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_gshared (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method);
// !0[] System.ArraySegment`1<System.Byte>::get_Array()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_gshared (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(!!0[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.EventHandler`1<System.Object>::Invoke(System.Object,!0)
extern "C" IL2CPP_METHOD_ATTR void EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared (EventHandler_1_t10245A26B14DDE8DDFD5B263BDE0641F17DCFDC3 * __this, RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mAB175C80A916D8714D714BBC61066B970B47982E_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddLast(T)
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedList_1_AddLast_m968B782331A31FE20156A13687378A375B788568_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method);
// System.String SR::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPAddress::InternalParse(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47 (String_t* ___ipString0, bool ___tryParse1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.Boolean System.IPv6AddressHelper::IsValidStrict(System.Char*,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_IsValidStrict_m4D3701E2EE4840DA681BB9D9BDACDDDBAE80A575 (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, const RuntimeMethod* method);
// System.Boolean System.IPv6AddressHelper::Parse(System.String,System.UInt16*,System.Int32,System.String&)
extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB (String_t* ___address0, uint16_t* ___numbers1, int32_t ___start2, String_t** ___scopeId3, const RuntimeMethod* method);
// System.Void System.Net.IPAddress::.ctor(System.UInt16[],System.UInt32)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___address0, uint32_t ___scopeid1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&)
extern "C" IL2CPP_METHOD_ATTR bool UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235 (String_t* p0, int32_t p1, RuntimeObject* p2, uint32_t* p3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketException::.ctor(System.Net.Sockets.SocketError)
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___socketError0, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method);
// System.Int64 System.IPv4AddressHelper::ParseNonCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int64_t IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E (Il2CppChar* ___name0, int32_t ___start1, int32_t* ___end2, bool ___notImplicitFile3, const RuntimeMethod* method);
// System.Void System.FormatException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.IPAddress::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, int64_t ___newAddress0, const RuntimeMethod* method);
// System.Int64 System.Net.IPAddress::get_ScopeId()
extern "C" IL2CPP_METHOD_ATTR int64_t IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Void System.Net.IPv6AddressFormatter::.ctor(System.UInt16[],System.Int64)
extern "C" IL2CPP_METHOD_ATTR void IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497 (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___addr0, int64_t ___scopeId1, const RuntimeMethod* method);
// System.String System.Net.IPv6AddressFormatter::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char*,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590 (String_t* __this, Il2CppChar* ___value0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.Boolean System.Net.IPAddress::Equals(System.Object,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, RuntimeObject * ___comparandObj0, bool ___compareScopeId1, const RuntimeMethod* method);
// System.StringComparer System.StringComparer::get_InvariantCultureIgnoreCase()
extern "C" IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC (const RuntimeMethod* method);
// System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily()
extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Void System.Net.IPAddress::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, int32_t ___newAddress0, const RuntimeMethod* method);
// System.Void System.Net.IPAddress::.ctor(System.Byte[],System.Int64)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___address0, int64_t ___scopeid1, const RuntimeMethod* method);
// System.Void System.Net.EndPoint::.ctor()
extern "C" IL2CPP_METHOD_ATTR void EndPoint__ctor_mFCD3A4BB994F59D40A3A94A6F1DEC4A731CC8776 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.ValidationHelper::ValidateTcpPort(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool ValidationHelper_ValidateTcpPort_m899B89B4810C6531306EC6C34FF452732D41979D (int32_t ___port0, const RuntimeMethod* method);
// System.Int32 System.Net.IPEndPoint::get_Port()
extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPEndPoint::get_Address()
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method);
// System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_m727264D4E76104274842A01FCA0C42F424463B5B (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___ipaddress0, int32_t ___port1, const RuntimeMethod* method);
// System.Net.Sockets.AddressFamily System.Net.SocketAddress::get_Family()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.Type System.Object::GetType()
extern "C" IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.Int32 System.Net.SocketAddress::get_Size()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.Net.IPEndPoint System.Net.SocketAddress::GetIPEndPoint()
extern "C" IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * SocketAddress_GetIPEndPoint_mDB28840AEBFA9C37CC41BEC66E67BA9EDCEC2700 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method);
// System.UInt16 System.Net.IPv6AddressFormatter::SwapUShort(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR uint16_t IPv6AddressFormatter_SwapUShort_m6B7BA905E96BB0889C580EE25F3614C7A4A9164C (uint16_t ___number0, const RuntimeMethod* method);
// System.UInt32 System.Net.IPv6AddressFormatter::AsIPv4Int()
extern "C" IL2CPP_METHOD_ATTR uint32_t IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Compatible()
extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Mapped()
extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127 (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int64)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB2B8807F92F9A75140DC4E431FC1B054FC5C0AA9 (StringBuilder_t * __this, int64_t p0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method);
// System.Void System.Net.LazyAsyncResult/ThreadContext::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ThreadContext__ctor_mA7A43774615EA8E5A20D406F33EFE2004B9944E2 (ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03 (int32_t* p0, int32_t p1, int32_t p2, const RuntimeMethod* method);
// System.Boolean System.Net.LazyAsyncResult::LazilyCreateEvent(System.Threading.ManualResetEvent&)
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** ___waitHandle0, const RuntimeMethod* method);
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool p0, const RuntimeMethod* method);
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Boolean System.Net.LazyAsyncResult::get_InternalPeekCompleted()
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_InternalPeekCompleted_mF38EC74EAB7CA4F1B3A2E94748D48FCF71DC8191 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Set()
extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::Increment(System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F (int32_t* p0, const RuntimeMethod* method);
// System.Void System.Net.LazyAsyncResult::ProtectedInvokeCallback(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___result0, intptr_t ___userToken1, const RuntimeMethod* method);
// System.Net.LazyAsyncResult/ThreadContext System.Net.LazyAsyncResult::get_CurrentThreadContext()
extern "C" IL2CPP_METHOD_ATTR ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98 (const RuntimeMethod* method);
// System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m2D22C77015012A0C9712F242DCD2B7D692F707E7 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * p0, const RuntimeMethod* method);
// System.Void System.AsyncCallback::Invoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Object System.Net.LazyAsyncResult::WaitForCompletion(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, bool ___snap0, const RuntimeMethod* method);
// System.Boolean System.Net.LazyAsyncResult::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Thread::SpinWait(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4 (int32_t p0, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_m0ADB25AFE1F9EE78C3304F9B7133F6F2F21013E8 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers0, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m951C0443C1B74F4CFAFEB6ED95552A7C76D4E982 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Int32 System.Net.MonoChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadFromChunks_mC95825D03391872071791EA8FB8D4A0B6CFA26A5 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::.ctor(System.Int32)
inline void List_1__ctor_m31D94A7D22DB2807B07AEDED182E5AAD7BE9ABCD (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * __this, int32_t p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::Add(!0)
inline void List_1_Add_mAB830B074CF4E84286F34FF8C042ACD847FECB99 (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * __this, Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A *, Chunk_tB367D5D805924164D239F587BC848162536B8AB7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Int32 System.Net.MonoChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Chunk_Read_m765BA24769BDBF6F3D285F0190A62AAE5144E072 (Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.MonoChunkStream/Chunk>::GetEnumerator()
inline Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 List_1_GetEnumerator_mD93C1CF32035C0FF5909F47C4D67259ADD05DB01 (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * __this, const RuntimeMethod* method)
{
return (( Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 (*) (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::get_Current()
inline Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * Enumerator_get_Current_mCC7009F88E7C6FF51C48F9F9A4BD1706EB5A9A30 (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 * __this, const RuntimeMethod* method)
{
return (( Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * (*) (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::MoveNext()
inline bool Enumerator_MoveNext_m0337A4311EBAFC26388CF0BF407E8D14937237D1 (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkStream/Chunk>::Dispose()
inline void Enumerator_Dispose_m9836C5E3EC0C9593E29A45643DFC593CA3A3AF94 (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void System.Net.MonoChunkStream::InternalWrite(System.Byte[],System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_InternalWrite_mD2577E7811A8F5E5FF8E2B7AA93CCBD5312B3FB9 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Net.MonoChunkStream/State System.Net.MonoChunkStream::GetChunkSize(System.Byte[],System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_GetChunkSize_m2C862194032B260C7AD357B7CE2295A6ED488FEE (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadBody_mDDD46697977E46299A9ED189BDF61C5AC53A8002 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadCRLF(System.Byte[],System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadCRLF_m3D8A642EDF489046BDCD5A0515D74628F1222E18 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadTrailer(System.Byte[],System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadTrailer_mAB5F0EAFABB2F3FCB6748ECED41E840872B40AF9 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, 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_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream/Chunk::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void Chunk__ctor_m8FECC33DD2DE884EC860B9832A223B11CD5465FF (Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___chunk0, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::ThrowProtocolViolation(System.String)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192 (String_t* ___message0, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.String System.Net.MonoChunkStream::RemoveChunkExtension(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* MonoChunkStream_RemoveChunkExtension_mD14D135C11A5F24FC208CAD57322D9C800B047FF (String_t* ___input0, const RuntimeMethod* method);
// System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles)
extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_mD336EC8038F2AE879DDC8B2F37FC8DF4413F6905 (String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.IO.StringReader::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17 (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::Add(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___header0, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response3, const RuntimeMethod* method);
// System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses()
extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8 (const RuntimeMethod* method);
// System.String System.Net.Dns::GetHostName()
extern "C" IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2 (const RuntimeMethod* method);
// System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String)
extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62 (String_t* ___hostName0, const RuntimeMethod* method);
// System.Object System.Net.NclUtilities::get_LocalAddressesLock()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2 (const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::.ctor()
inline void List_1__ctor_m3569FEF3EF436F9577B74946708EDF77C665ED58 (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Net.IPHostEntry System.Net.NclUtilities::GetLocalHost()
extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD (const RuntimeMethod* method);
// System.String System.Net.IPHostEntry::get_HostName()
extern "C" IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605 (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
// System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList()
extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56 (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Net.IPAddress>::Add(!0)
inline void List_1_Add_m24312FA149184478D86050F9312C3E3B34559A2B (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Net.IPAddress>::get_Count()
inline int32_t List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.IPAddress>::GetEnumerator()
inline Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 List_1_GetEnumerator_m6723F49E8C82D6C521BB43B550D2135CAE8996E3 (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 (*) (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::get_Current()
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * Enumerator_get_Current_mF8081A0D783356CF526FD0E3DABF707391773E83 (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 * __this, const RuntimeMethod* method)
{
return (( IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * (*) (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::MoveNext()
inline bool Enumerator_MoveNext_mB7F463924496183C48221AC9D2A0861687E787AB (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Net.IPAddress>::Dispose()
inline void Enumerator_Dispose_mCCC66C30D89016AD0E686F18558A5EF25A5A2D0B (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method);
// System.String System.Net.WebExceptionMapping::GetWebStatusString(System.Net.WebExceptionStatus)
extern "C" IL2CPP_METHOD_ATTR String_t* WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91 (int32_t ___status0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831 (const RuntimeMethod* method);
// System.String System.String::Format(System.IFormatProvider,System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* p0, String_t* p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mFAFA0E2205D5A144C0EAB9420F7FBBE71ED677D4 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___userName0, String_t* ___password1, String_t* ___domain2, const RuntimeMethod* method);
// System.Void System.Net.NetworkCredential::set_UserName(System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential_set_UserName_m17D8E6ABE7EDA733A8E01967698669293FCF2E22 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.NetworkCredential::set_Password(System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential_set_Password_mEEF6A7577788282996C4A5A989D9BA47B13D882E (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.NetworkCredential::set_Domain(System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential_set_Domain_m5046BA97B0F1D839ABB6F928C1DF2FA2387DBA9C (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::InternalGetUserName()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_mB9CE178B322A2F4D9BA04EFB3B1E1714E956072E (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::InternalGetPassword()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetPassword_m5E595475BB92DC4B7350EA45A88DE31035DBD1E5 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.Security.SecureString System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateSecureString(System.String)
extern "C" IL2CPP_METHOD_ATTR SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * SecureStringHelper_CreateSecureString_m36F065E59FF9B8AC79289E4B2A42F96C23BD4F0C (String_t* ___plainString0, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::InternalGetDomain()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_mD71A083EE1BAA813D8DE53B402C228E6FFB35028 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateString(System.Security.SecureString)
extern "C" IL2CPP_METHOD_ATTR String_t* SecureStringHelper_CreateString_m48E822E6ECF3CEEB6D3CB1624B260B49E3368A40 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___secureString0, const RuntimeMethod* method);
// System.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t CommonUnixIPGlobalProperties_getdomainname_mF48E7AAE74313578ACC25E8C9FBAAD66F280DDCD (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___name0, int32_t ___len1, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_mBA60EDC47C5B8373C69C2BB998014CB1B99319FB (NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 * __this, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Byte>(!!0[],!!0)
inline int32_t Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, uint8_t p1, const RuntimeMethod* method)
{
return (( int32_t (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t, const RuntimeMethod*))Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_gshared)(p0, p1, method);
}
// System.Text.Encoding System.Text.Encoding::get_ASCII()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.IPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IPGlobalProperties__ctor_m1C3267FBFEC8DD72CC56A4C5EC19C76AA7680B6B (IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * __this, const RuntimeMethod* method);
// System.OperatingSystem System.Environment::get_OSVersion()
extern "C" IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method);
// System.PlatformID System.OperatingSystem::get_Platform()
extern "C" IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181 (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method);
// System.Boolean System.IO.Directory::Exists(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7 (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * __this, String_t* ___procDir0, const RuntimeMethod* method);
// System.Boolean System.IO.File::Exists(System.String)
extern "C" IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.UnixIPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744 (UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 * __this, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.Win32IPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Win32IPGlobalProperties__ctor_mCCF10D6073FCA3B87D513794539C831D75E8D236 (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * __this, const RuntimeMethod* method);
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::GetIPGlobalProperties()
extern "C" IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA (const RuntimeMethod* method);
// System.String System.IO.Path::Combine(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error()
extern "C" IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7 (const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void CommonUnixIPGlobalProperties__ctor_mD26E185C9CE6B7E2D0E6B11FDB9BA7C73429CDDF (CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7 * __this, const RuntimeMethod* method);
// System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::get_FixedInfo()
extern "C" IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD Win32NetworkInterface_get_FixedInfo_m5C321EB3F491660D8054D89A57FE8842DE2755E9 (const RuntimeMethod* method);
// System.Int32 System.Net.NetworkInformation.Win32NetworkInterface::GetNetworkParams(System.IntPtr,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t Win32NetworkInterface_GetNetworkParams_mC4CE2C65E1AC80E4C2371950E3201D2DE40A62B7 (intptr_t ___ptr0, int32_t* ___size1, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32)
extern "C" IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_m3BFCB876D7469108C8676D6DD90D943806C13A58 (int32_t p0, const RuntimeMethod* method);
// !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr)
inline Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B (intptr_t p0, const RuntimeMethod* method)
{
return (( Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD (*) (intptr_t, const RuntimeMethod*))Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_gshared)(p0, method);
}
// System.Void Mono.Http.NtlmClient::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NtlmClient__ctor_m4899ADB6724FAD756B958222AC0366D55240B7EF (NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer)
extern "C" IL2CPP_METHOD_ATTR void SortedList__ctor_mD73C626428344DB75A9EE4EBDD009568226D7757 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.Collections.SortedList System.Collections.SortedList::Synchronized(System.Collections.SortedList)
extern "C" IL2CPP_METHOD_ATTR SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * p0, const RuntimeMethod* method);
// System.Object System.Net.PathList::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method);
// System.Int32 System.Net.CookieCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method);
// System.String System.Net.CookieParser::CheckQuoted(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E (String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Math::Min(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Net.PathList/PathListComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PathListComparer__ctor_m99D0A835BDB43E2840747C654543E22BB5861BDB (PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.IO.Stream::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.IO.Stream::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool p0, const RuntimeMethod* method);
// System.Void System.Net.Security.SslStream::CheckDisposed()
extern "C" IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method);
// System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172 (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method);
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings)
extern "C" IL2CPP_METHOD_ATTR void SslStream__ctor_mA434A097CD9B052AC8510C8B5BFF9E5E6B541DC9 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method);
// Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::get_Impl()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* p0, const RuntimeMethod* method);
// System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream()
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m5610A806886C36698AC932D21F5FBDCAE9FA3E14 (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_Capture_m7569585FA0C4055C37E34D5C12931F68202A37C0 (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_mD2863E7241D3768F16B3F85589623B4397EDF86F (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * __this, RuntimeObject * ___sender0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method);
// System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateCopy()
extern "C" IL2CPP_METHOD_ATTR ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1 (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * __this, const RuntimeMethod* method);
// System.Void System.Net.ServerCertValidationCallback/CallbackContext::.ctor(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
extern "C" IL2CPP_METHOD_ATTR void CallbackContext__ctor_m98617E58A5FC792C785185C96D2AACADB98B89CB (CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * __this, RuntimeObject * ___request0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method);
// System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * p0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_UtcNow()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Version::op_Equality(System.Version,System.Version)
extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p1, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint32_t ___v1, int32_t ___offset2, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::IOControl(System.Net.Sockets.IOControlCode,System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_m17380FE0AA18380E0833F1513E360283EF106AF8 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int64_t ___ioControlCode0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionInValue1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionOutValue2, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::TryGetValue(!0,!1&)
inline bool Dictionary_2_TryGetValue_m9B6AA562B3622812E5557DD069FB0D10833B6066 (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, String_t* p0, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F ** p1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, p0, p1, method);
}
// System.Void System.Net.WebConnectionGroup::.ctor(System.Net.ServicePoint,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup__ctor_m06D931E460ED4CA3E3BF35DD5B616F1911834312 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint0, String_t* ___name1, const RuntimeMethod* method);
// System.Void System.EventHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionGroup::add_ConnectionClosed(System.EventHandler)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_add_ConnectionClosed_mF3CA85BEA0450D0A8DEC85C3A2401CBFBBB7E92D (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___value0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::.ctor()
inline void Dictionary_2__ctor_mDCCB403A9CDD32B86D17300A66D15D30133B443F (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Add(!0,!1)
inline void Dictionary_2_Add_m69B4CB5A81DCC3D97A573B9BF039EB9D0D4ADE37 (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, String_t* p0, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Count()
inline int32_t Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, const RuntimeMethod*))Dictionary_2_get_Count_m1B06EB9D28DDA7E38DDC20D88532DFF246F03DF6_gshared)(__this, method);
}
// System.String System.Net.WebConnectionGroup::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::Remove(!0)
inline bool Dictionary_2_Remove_mFA20D9A3ED606A0BFC42EF9F95FE301E4D15A9B2 (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, String_t* p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, p0, method);
}
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double p0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::get_Values()
inline ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 * Dictionary_2_get_Values_mB0E87C3AE3C1C8DD2AF0919F6F0DFACC608DEFAF (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, const RuntimeMethod* method)
{
return (( ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 * (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, const RuntimeMethod*))Dictionary_2_get_Values_m58CC32586C31C6F38B730DE7CD79A1FFE9109BA4_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor(System.Collections.Generic.IEnumerable`1<!0>)
inline void List_1__ctor_m59D25644F11A7E193DDB79388D211F496A30EC3F (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * __this, RuntimeObject* p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, p0, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::GetEnumerator()
inline Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482 (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * __this, const RuntimeMethod* method)
{
return (( Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 (*) (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::get_Current()
inline WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03 (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 * __this, const RuntimeMethod* method)
{
return (( WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * (*) (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// System.Boolean System.Net.WebConnectionGroup::TryRecycle(System.TimeSpan,System.DateTime&)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionGroup_TryRecycle_m3020B12F48C57C3C9FD0D0E8F9165D6B49936EEA (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___maxIdleTime0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___idleSince1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::.ctor()
inline void List_1__ctor_m92C26C94E7FD52FB1C7A1DBD60BF287118B303D1 (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Net.WebConnectionGroup>::Add(!0)
inline void List_1_Add_m4560D6E3080DB1C41524273C36A8F467146CBA5D (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::MoveNext()
inline bool Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594 (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnectionGroup>::Dispose()
inline void Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75 (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup>::ContainsKey(!0)
inline bool Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9 (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * __this, String_t* p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, p0, method);
}
// System.Void System.Net.ServicePoint::RemoveConnectionGroup(System.Net.WebConnectionGroup)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___group0, const RuntimeMethod* method);
// System.Void System.Threading.Timer::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::CheckAvailableForRecycling(System.DateTime&)
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CheckAvailableForRecycling_m0395D78F2AA6F58493BE5E0EFC73EA8AF65CC25C (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___outIdleSince0, const RuntimeMethod* method);
// System.Int32 System.Net.ServicePointManager::get_DnsRefreshTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF (const RuntimeMethod* method);
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method);
// System.String System.Uri::get_Host()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.UriHostNameType System.Uri::get_HostNameType()
extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Net.IPHostEntry::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPAddress::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273 (String_t* ___ipString0, const RuntimeMethod* method);
// System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[])
extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_HasTimedOut()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_HasTimedOut_mF06CE9BD4827D18D8A4F97EE9D18FD0C3B0E3A62 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String)
extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38 (String_t* ___hostNameOrAddress0, const RuntimeMethod* method);
// System.Net.WebConnectionGroup System.Net.ServicePoint::GetConnectionGroup(System.String)
extern "C" IL2CPP_METHOD_ATTR WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ServicePoint_GetConnectionGroup_m774B07C841B7AC60DE88440D24396170072993C1 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Net.WebConnection System.Net.WebConnectionGroup::GetConnection(System.Net.HttpWebRequest,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionGroup_GetConnection_mA6727F66910C971E07C622CB1DBC888406C1E129 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool* ___created1, const RuntimeMethod* method);
// System.Void System.Threading.TimerCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * p0, RuntimeObject * p1, int32_t p2, int32_t p3, const RuntimeMethod* method);
// System.EventHandler System.Net.WebConnection::SendRequest(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___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_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * BindIPEndPoint_Invoke_mAFDE5BDA3031EC5D2B97D8B5C9CBC446FEA79E84 (BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint1, int32_t ___retryCount2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint)
extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___localEP0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.HybridDictionary::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m18ABDB797A0591DF595BBDD2A03F1670DDD07AA7 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method);
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::get_ValidationCallback()
extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ServerCertValidationCallback_get_ValidationCallback_mB8BE8EFE95E18530D479BC4E803BF3EDA308EE3D (ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
// System.String System.Uri::get_Scheme()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_Authority()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Uri,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SPKey__ctor_mEFB0271B87BA8145BF5ABFBFC580444AC87E8378 (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___proxy1, bool ___use_connect2, const RuntimeMethod* method);
// System.Object System.Collections.Specialized.HybridDictionary::get_Item(System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.HybridDictionary::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t HybridDictionary_get_Count_m170B942CEB7FA1B42BFFB246D72B583BD1397738 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::.ctor(System.Uri,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint__ctor_m788957B0CF9F256F581975F6ACDA0DB122D2BE85 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___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_m9F795AEF8CCA79C80CDD27F7EA7AD01DAD92618B (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mA40D127E6B6DDB7FE8EBDE9A075FF0FF96CAE3FB (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m81B24DCBB2CDB67877B1631AD53EA4925B2D77D2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_m63B28421D36EA6064A66588382A7381C9318CAA2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___enabled0, int32_t ___keepAliveTime1, int32_t ___keepAliveInterval2, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.HybridDictionary::Add(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePointManager/SPKey::get_UsesProxy()
extern "C" IL2CPP_METHOD_ATTR bool SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult/<>c__DisplayClass9_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m0A82C8B1F7527FDBCCBAC8A38C932BB954AB8859 (U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160 (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::.ctor(System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult__ctor_mEB6C601B0E87F8C431B52C82079F623A41FF3EEF (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___cb0, const RuntimeMethod* method);
// !1 System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::Invoke(!0)
inline bool Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * p0, const RuntimeMethod* method)
{
return (( bool (*) (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*))Func_2_Invoke_mE25788DCE25515291EAA06F55BEF30F9F27FBBA9_gshared)(__this, p0, method);
}
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult/<>c__DisplayClass11_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m067672498CEA9C4A2F49FD4F066BC64301FE6E90 (U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * __this, const RuntimeMethod* method);
// System.Void System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared)(__this, p0, p1, method);
}
// System.Void System.Net.SimpleAsyncResult::Run(System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>,System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Reset()
extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted_internal(System.Boolean,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_internal_m143429C4D305268C566F88DE8FEA72073B1E371A (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::DoCallback_private()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_DoCallback_private_m13480E33C1363A5CB6836C50F7267A3A08E052CF (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted_internal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncCallback::Invoke(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Threading.WaitHandle System.Net.SimpleAsyncResult::get_AsyncWaitHandle()
extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
inline bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared)(__this, method);
}
// !0 System.Nullable`1<System.Boolean>::get_Value()
inline bool Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_gshared)(__this, method);
}
// System.Void System.Nullable`1<System.Boolean>::.ctor(!0)
inline void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996 (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool p0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, bool, const RuntimeMethod*))Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared)(__this, p0, method);
}
// System.Boolean System.Net.SimpleAsyncResult::get_GotException()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.IndexOutOfRangeException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Int32 System.IntPtr::get_Size()
extern "C" IL2CPP_METHOD_ATTR int32_t IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929 (const RuntimeMethod* method);
// System.Void System.Net.SocketAddress::.ctor(System.Net.Sockets.AddressFamily,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, int32_t ___family0, int32_t ___size1, const RuntimeMethod* method);
// System.Byte[] System.Net.IPAddress::GetAddressBytes()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress)
extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_mBD53CC91765543655C8A685599BF9E83CBD7EDA1 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___ipAddress0, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.SocketAddress::GetIPAddress()
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.Byte System.Net.SocketAddress::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, int32_t ___offset0, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7 (uint8_t* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.LingerOption::set_Enabled(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void LingerOption_set_Enabled_m698CECD028CDD6D6E7CC82C12D5A0B7A291A74B1 (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.LingerOption::set_LingerTime(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m366DDFE3598E938C9EA7C288E306682E64D44755 (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, int32_t ___Access1, 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_m0810701BA5C30F393D05386BA150A87CA905710D (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_Blocking()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_Connected()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, 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_mFC7C84096D49297C58D498DB0DF7496967FC9759 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* p0, Exception_t * p1, 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_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::InternalShutdown(System.Net.Sockets.SocketShutdown)
extern "C" IL2CPP_METHOD_ATTR void Socket_InternalShutdown_mE1DDB563CF7D94D792F6C2F32FECEBC8270D4E81 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___how0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Close(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_Close_m77322C5F6C16BCE94498430C920EC1EBCF8BC8A2 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___timeout0, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __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_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, 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_m05E491600486AAC8EFAF5F4EB0C24B13210D640E (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_mC2C000FF88F5F480CBABA271C33F416047A42E95 (SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E * __this, bool p0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m84A4309A0B6AFD09D5CD087B172BF37F999CA288 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, intptr_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::.ctor()
inline void Dictionary_2__ctor_mB26845E70FFA12038E11DBCD48D21D08C1E243ED (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * __this, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, const RuntimeMethod*))Dictionary_2__ctor_m2C7E51568033239B506E15E7804A0B8658246498_gshared)(__this, method);
}
// System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m4F1F07A40A6FD3CFECC7F7F836B52337C61833A9 (intptr_t ___socket0, bool ___block1, int32_t* ___error2, 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_mEBB0DF91C761500931F2A3D7CE3103ECE0553060 (intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Threading.Thread>::GetEnumerator()
inline Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082 (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, const RuntimeMethod* method)
{
return (( Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::get_Current()
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C * __this, const RuntimeMethod* method)
{
return (( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * (*) (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// !1 System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::get_Item(!0)
inline StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * Dictionary_2_get_Item_m3E164C2055393DDC81C3B05C9BE6DD8166041AB0 (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * p0, const RuntimeMethod* method)
{
return (( StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::MoveNext()
inline bool Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Threading.Thread>::Dispose()
inline void Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0 (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Text.StringBuilder System.Text.StringBuilder::AppendLine()
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::get_Count()
inline int32_t List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Threading.Thread>::get_Item(System.Int32)
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * List_1_get_Item_m5584F887D702E20E9AF1D8EF97200115E997D9FB (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, int32_t p0, const RuntimeMethod* method)
{
return (( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
extern "C" IL2CPP_METHOD_ATTR Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E (const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::cancel_blocking_socket_operation(System.Threading.Thread)
extern "C" IL2CPP_METHOD_ATTR void Socket_cancel_blocking_socket_operation_m14366BBE65240C8833ED22AE8DE299E771FA3058 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___thread0, const RuntimeMethod* method);
// System.Boolean System.Threading.Monitor::Wait(System.Object,System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool Monitor_Wait_m370232637E049ACF8E0322DC89D1AECD48ADE0E4 (RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Close_internal_mDC62C0CC0402756EC2AF208253EA987D38C1C97C (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Threading.Thread>::.ctor()
inline void List_1__ctor_m7A4FEC7537D92854E09F078941CE1B8C9C810F0F (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Runtime.InteropServices.SafeHandle::DangerousAddRef(System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, bool* p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Threading.Thread>::Add(!0)
inline void List_1_Add_m1CA4BDBC8247F05F727DB5AB73D23373B86C3ADA (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mCF16893B6C5EEC13841370A064CFF74E9F54E997 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, bool p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Add(!0,!1)
inline void Dictionary_2_Add_m13CFE4842AABF9CC0FAA906D78FEEE35FD69A3B7 (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * p0, StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * p1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, p0, p1, method);
}
// System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease()
extern "C" IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsClosed()
extern "C" IL2CPP_METHOD_ATTR bool SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketException::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___errorCode0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Threading.Thread>::Remove(!0)
inline bool List_1_Remove_m6EBBB0524BECE46F3ADBD5B86E2A59C4337E4C29 (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * p0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, p0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::IndexOf(!0)
inline int32_t List_1_IndexOf_mCF9B44A4475CB24B459992D7B0E70C8BC6F650CD (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * p0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.Dictionary`2<System.Threading.Thread,System.Diagnostics.StackTrace>::Remove(!0)
inline bool Dictionary_2_Remove_mAF12F1645B5A60E1E2225FA65FBB378204C7CEB0 (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * __this, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * p0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, p0, method);
}
// System.Void System.Threading.Monitor::Pulse(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08 (RuntimeObject * p0, const RuntimeMethod* method);
// System.String System.Environment::GetEnvironmentVariable(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* p0, const RuntimeMethod* method);
// System.Void System.Threading.SemaphoreSlim::.ctor(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::InitializeSockets()
extern "C" IL2CPP_METHOD_ATTR void Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F (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_m6EC2025D3A1C29EB966E6FD091C28ABEAB080E21 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SafeSocketHandle::.ctor(System.IntPtr,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_mB16B95B2752EAD626C88A5230C1A8FEB7CF632CA (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method);
// System.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::get_Section()
extern "C" IL2CPP_METHOD_ATTR SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9 (const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel)
extern "C" IL2CPP_METHOD_ATTR void Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___level0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::SocketDefaults()
extern "C" IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle()
extern "C" IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __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_mDD4791B69C63D5156C5F733593D5888EDF7A7C93 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, int32_t ___optionValue2, const RuntimeMethod* method);
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_DualMode()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m4652C4C32F15F5B18A7AF28086B87C074844AEA4 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::IOControl(System.Int32,System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___ioControlCode0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionInValue1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionOutValue2, const RuntimeMethod* method);
// System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_mA6C244A07735EEA6B4DA335545237F0FF42F8A7C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___state6, 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_m58F48E67A449034B31B52F7EF2F46856FBCE0310 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method);
// System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketError&,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_mAB09C0EF50CCA20B368771E0FB56F788A10C5C21 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___state6, 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_m76672177BFAD926BA214D664EEE7827AFEA0693B (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method);
// System.Object System.Net.Sockets.Socket::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F (const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::IsProtocolSupported(System.Net.NetworkInformation.NetworkInterfaceComponent)
extern "C" IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37 (int32_t ___networkInterface0, const RuntimeMethod* method);
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Ipv6Enabled()
extern "C" IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Ipv6Enabled_mA9CA51E8A3512524460E9AC8C9DE920F64C33FB8 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_CleanedUp()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Shutdown_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketShutdown,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_mDB5B705BAEE0962DF070CC97E4569277C1BAB3C7 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::set_DontFragment(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_NoDelay_mB51929BB6C13E4C051C59B62A9C5CBEA3A129D76 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::set_DualMode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::ThrowIfDisposedAndClosed()
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * Socket_LocalEndPoint_internal_m3042AF8FDDF9D3409FBFBCD332CAC9DC84D43319 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method);
// System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * Socket_LocalEndPoint_internal_mF6DCD0F8A684DC0ABBD07C1CF36BA9741B39410F (intptr_t ___socket0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Blocking_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m13B3D6C3A383411BD26F8EED6BCA4C6517E49BAD (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::ThrowIfUdp()
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::Poll_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SelectMode,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m325547116F4B37F9B7016B64A19846CEA0DE5753 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, 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_m0EB7285E1AE8CC42F200FDE13C8991EE4659D276 (intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method);
// System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::Accept_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method);
// System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Net.Sockets.SafeSocketHandle)
extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safe_handle3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.Byte[]&,System.Int32&,System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_EndAccept_m005E845E347FEA71E41BDB1AFE9E5A39BC393D04 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___buffer0, int32_t* ___bytesTransferred1, RuntimeObject* ___asyncResult2, const RuntimeMethod* method);
// System.Net.Sockets.SocketAsyncResult System.Net.Sockets.Socket::ValidateEndIAsyncResult(System.IAsyncResult,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___ares0, String_t* ___methodName1, String_t* ___argName2, const RuntimeMethod* method);
// System.Boolean System.IOAsyncResult::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method);
// System.Threading.WaitHandle System.IOAsyncResult::get_AsyncWaitHandle()
extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::CheckIfThrowDelayedException()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SafeSocketHandle::RegisterForBlockingSyscall()
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, 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_m52A4190380D5DFBB0AD1F4AB6D2F0A49850FD3B9 (intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SafeSocketHandle::UnRegisterForBlockingSyscall()
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, const RuntimeMethod* method);
// System.Net.IPEndPoint System.Net.Sockets.Socket::RemapIPEndPoint(System.Net.IPEndPoint)
extern "C" IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___input0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Bind_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_m3E7154040E7446689883A441D55456E7562F2E47 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, 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_mE7C0A0306E3AEC46ED06CAE920C799B7B92AC8E9 (intptr_t ___sock0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Listen_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_mF351F058B339E905D497FE522C2E74080A444D10 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___backlog1, int32_t* ___error2, 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_m9B7599632C30804400D22A556A758D4A0B02F145 (intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Connect_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::BeginSConnect(System.Net.Sockets.SocketAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m16E71358A4FB937FCC3DC080EBB00C4C350DA31C (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Exception_t * ___e0, bool ___synch1, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::Dispose()
extern "C" IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m7D9B9A60DFD7281D5EE7FD6EFE07BA4E9CB07CA1 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, bool ___synch0, const RuntimeMethod* method);
// System.IntPtr System.Net.Sockets.SocketAsyncResult::get_Handle()
extern "C" IL2CPP_METHOD_ATTR intptr_t SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method);
// System.Void System.IOSelectorJob::.ctor(System.IOOperation,System.IOAsyncCallback,System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, int32_t ___operation0, IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___callback1, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___state2, const RuntimeMethod* method);
// System.Void System.IOSelector::Add(System.IntPtr,System.IOSelectorJob)
extern "C" IL2CPP_METHOD_ATTR void IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1 (intptr_t ___handle0, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * ___job1, 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_m0CF19A6266F179B65384D3FBB8B0D0792E055A97 (intptr_t ___sock0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Disconnect_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_m3CE5479D4ADE00354F21C2B6B40B7DE4C30F8068 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.PlatformNotSupportedException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7 (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Disconnect_internal(System.IntPtr,System.Boolean,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_m97B2794B8CF301AE28B1151EDF0CE8F810636D0E (intptr_t ___sock0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::ThrowIfBufferNull(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::ThrowIfBufferOutOfRange(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Int32 System.ArraySegment`1<System.Byte>::get_Offset()
inline int32_t ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483 (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *, const RuntimeMethod*))ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_gshared)(__this, method);
}
// System.Int32 System.ArraySegment`1<System.Byte>::get_Count()
inline int32_t ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352 (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *, const RuntimeMethod*))ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_gshared)(__this, method);
}
// !0[] System.ArraySegment`1<System.Byte>::get_Array()
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7 (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
return (( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* (*) (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *, const RuntimeMethod*))ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_gshared)(__this, method);
}
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
extern "C" IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E (RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(!!0[],System.Int32)
inline intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, int32_t p1, const RuntimeMethod* method)
{
return (( intptr_t (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, const RuntimeMethod*))Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_gshared)(p0, p1, method);
}
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m55FA162A25E221777277E755B9A3B4D8BCB1CDB0 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Boolean System.Runtime.InteropServices.GCHandle::get_IsAllocated()
extern "C" IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.GCHandle::Free()
extern "C" IL2CPP_METHOD_ATTR void GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.AsyncCallback,System.Object,System.Net.Sockets.SocketOperation)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_mA600493FFA7C8A3553FA39CBFF18CF8A8F890E0F (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___state2, int32_t ___operation3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::QueueIOSelectorJob(System.Threading.SemaphoreSlim,System.IntPtr,System.IOSelectorJob)
extern "C" IL2CPP_METHOD_ATTR void Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___sem0, intptr_t ___handle1, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * ___job2, const RuntimeMethod* method);
// System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncResult::get_ErrorCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m0888A12E8AE75A62CDC76F139829240215E8B6DE (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mC2987A1339F02BD493366DF0C3FD9A63BF9F0268 (intptr_t ___sock0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mED8291F42882678A0E7D65A7697E890FCCDA9A46 (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_mEA5003975D91AB2F18A6CF7E6889FF0D3D139B31 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddress&,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_m43D3E1FA721210154B38D2EF7F2135625C61A613 (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m23758BA709E17D55050E23A679DC8149B2944C1A (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Void System.IOAsyncCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985 (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket/<>c__DisplayClass242_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass242_0__ctor_m37038B01FD9E383353E2D3618C0E6C1CA443298F (U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Exception_t * ___e0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, int32_t ___total0, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Net.Sockets.Socket/WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_mF991C3643BB5E358474652659680232787B12927 (intptr_t ___sock0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32&,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_mC7309CA15FA175E000DCF98711950B46D1250D8C (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_mB80B47214B569FD08FD3D83DC4AD23F30EF0E1F5 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, 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_m7C531C9B7D40C1730EBEDF12EA12559B3AC6A95D (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.Net.Sockets.SafeSocketHandle,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_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, 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_m79AFC3FAB34B01E7749886DF7D3DFF10223953AF (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Byte[],System.Byte[],System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_mA2E0983B4939E0392FBBEA9BDCC976111349A546 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___ioctl_code1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output3, int32_t* ___error4, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.IntPtr,System.Int32,System.Byte[],System.Byte[],System.Int32&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_mF63E50AF5DF58AFCAFB751C71FCCF44BCE1B4805 (intptr_t ___sock0, int32_t ___ioctl_code1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output3, int32_t* ___error4, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.IntPtr System.Net.Sockets.Socket::get_Handle()
extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_get_Handle_mA1965009F9BACF2047AB982354B00E1C0A95D4DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Linger(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Socket_Linger_m8BC490F462914AEE570BB8C5883DF5B70967D823 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, intptr_t ___handle0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LingerOption__ctor_m3DF407AEF218AA4C7291FF92543BE0BAD40B760A (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, bool ___enable0, int32_t ___seconds1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket/<>c__DisplayClass298_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass298_0__ctor_m24532A068CEE2B919D0FD16BC70121982187EB94 (U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * __this, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.SemaphoreSlim::WaitAsync()
extern "C" IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.Tasks.Task::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method);
// System.Void System.IOSelectorJob::MarkDisposed()
extern "C" IL2CPP_METHOD_ATTR void IOSelectorJob_MarkDisposed_m2B168E38A597550A3605ABF0032F67967CD43077 (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * __this, const RuntimeMethod* method);
// System.Void System.Action`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr)
inline void Action_1__ctor_m3AF45EAC5B0AF32D9B7FC9BE552FEE1CC72A226D (Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, p0, p1, method);
}
// System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1<System.Threading.Tasks.Task>)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_mC71D3CE9DF20879884F2D08D363BA6E47EF87638 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * p0, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_IsDualMode()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_IsDualMode_m5F32679545518176E4AFE66901AF86DFA6499655 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPAddress::MapToIPv6()
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv4()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599 (const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv6_m923EC612566AEA217F71397FD8BED111AC951DED (const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::IsProtocolSupported_internal(System.Net.NetworkInformation.NetworkInterfaceComponent)
extern "C" IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_internal_m5C586C81E1F7B545669E57AE413AF07A6400B907 (int32_t ___networkInterface0, const RuntimeMethod* method);
// System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket/<>c::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m421B31AEC17C6130D0F77B8823F05048643B8A2C (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::BeginSendCallback(System.Net.Sockets.SocketAsyncResult,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, int32_t ___sent_so_far1, const RuntimeMethod* method);
// System.Object System.IOAsyncResult::get_AsyncState()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::Exchange(System.Int32&,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5 (int32_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_EndAccept_mABD175ECBE095DE93D623259610B1332911266A1 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncEventArgs::set_AcceptSocket(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_AcceptSocket_m7EEFF83859DD66A54E98A34FB7000DD670F1B1C1 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___value0, const RuntimeMethod* method);
// System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncEventArgs::set_SocketError(System.Net.Sockets.SocketError)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::get_AcceptSocket()
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * SocketAsyncEventArgs_get_AcceptSocket_m3BD8876BC4B1859E1E7956AD9B3E0227B9E77F75 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncEventArgs::Complete()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method);
// System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept()
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Accept(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___acceptSocket0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2644D553368DA3CF95D49473AEA8B656E73463DF (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___s0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Net.Sockets.Socket,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mC7A67AFEC2C33BD0D7E191EB6AA0658C1A53907A (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___s0, int32_t ___total1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::EndDisconnect(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_EndDisconnect_m3CA2C23A595DAB49DB71A18E24E98BE63ABB09B9 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Disconnect(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___reuseSocket0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncEventArgs::set_BytesTransferred(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_BytesTransferred_mFEA9222385B83E3CAD5546E53F1C3F81C5EEA4AE (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::EndReceiveFrom(System.IAsyncResult,System.Net.EndPoint&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** ___endPoint1, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::ReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPoint&,System.Net.Sockets.SocketError&)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_m743C33ED62910EE4B6850400AA0FE7D44337C112 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** ___remoteEP4, int32_t* ___errorCode5, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::EndSendTo(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSendTo_m8A51FA7E8F6D65435DA47F1DD7D74C9695884CF1 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncEventArgs::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Dispose_m1CD7F7378013D412BAEAAE4E96CC7DBEB54A7168 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>::Invoke(System.Object,!0)
inline void EventHandler_1_Invoke_m7C4EC3BCD7679CAB938D34570A90432757484582 (EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * __this, RuntimeObject * p0, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * p1, const RuntimeMethod* method)
{
(( void (*) (EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 *, RuntimeObject *, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *, const RuntimeMethod*))EventHandler_1_Invoke_mBF3979EE17B68658C4C1AB3A8D64B24F263E3B98_gshared)(__this, p0, p1, method);
}
// System.Void System.IOAsyncResult::.ctor(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void IOAsyncResult__ctor_m95A3D285F38AF74293A4956A6232F6B11DB8CFB9 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___async_callback0, RuntimeObject * ___async_state1, const RuntimeMethod* method);
// System.Void System.IOAsyncResult::set_IsCompleted(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void IOAsyncResult_set_IsCompleted_mEC1108082A9F409122195D340A5EC901D67F013E (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, bool ___value0, const RuntimeMethod* method);
// System.AsyncCallback System.IOAsyncResult::get_AsyncCallback()
extern "C" IL2CPP_METHOD_ATTR AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * IOAsyncResult_get_AsyncCallback_m1D3A0A3BCC3432B64968E7DC4D3A2ECAA6ABDB60 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.ThreadPool::UnsafeQueueUserWorkItem(System.Threading.WaitCallback,System.Object)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_UnsafeQueueUserWorkItem_mA410427123962A9362AB7314149396196928ECC7 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Int32 System.Threading.SemaphoreSlim::Release()
extern "C" IL2CPP_METHOD_ATTR int32_t SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Void System.IOAsyncResult::set_CompletedSynchronously(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void IOAsyncResult_set_CompletedSynchronously_mF2CA3BB7E351A84EEC942B66816756361616EA75 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult/<>c::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6E4EE081CCEE6E72C143685C5612BA492B00F1BA (U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * __this, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.SocketException::WSAGetLastError_internal()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_WSAGetLastError_internal_m18F05CF8D9CE2435225A4215ED757D8D98716FC3 (const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method);
// System.String System.Exception::get_Message()
extern "C" IL2CPP_METHOD_ATTR String_t* Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD (Exception_t * __this, const RuntimeMethod* method);
// System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode()
extern "C" IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857 (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method);
// System.Void System.Net.SystemNetworkCredential::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SystemNetworkCredential__ctor_m51111F468A7CFB7B990C2C618A99EDC7FA7B307A (SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.WeakReference>::.ctor()
inline void LinkedList_1__ctor_mD868740C6CEED023008AD5BE409D193CAD7C0D96 (LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * __this, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 *, const RuntimeMethod*))LinkedList_1__ctor_mAB175C80A916D8714D714BBC61066B970B47982E_gshared)(__this, method);
}
// System.Void System.Threading.AutoResetEvent::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void AutoResetEvent__ctor_m2A6F4D44E005E07021957D5134037747AE9890BE (AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * __this, bool p0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.AppDomain System.AppDomain::get_CurrentDomain()
extern "C" IL2CPP_METHOD_ATTR AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0 (const RuntimeMethod* method);
// System.Void System.AppDomain::add_DomainUnload(System.EventHandler)
extern "C" IL2CPP_METHOD_ATTR void AppDomain_add_DomainUnload_mF24D35CA25C3C808EC78600D0C603B396EC8765F (AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * p0, const RuntimeMethod* method);
// System.Void System.Net.TimerThread/InfiniteTimerQueue::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InfiniteTimerQueue__ctor_m9399FB8D3AF6FCE71EB29A97665E871E9D13C5E7 (InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51 * __this, const RuntimeMethod* method);
// System.Void System.Net.TimerThread/TimerQueue::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TimerQueue__ctor_m0AE128C18B38F02F946242A6D18C788B83CF4A0F (TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method);
// System.Void System.WeakReference::.ctor(System.Object)
extern "C" IL2CPP_METHOD_ATTR void WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.WeakReference>::AddLast(T)
inline LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * LinkedList_1_AddLast_mAE1A5AD324D19BCABB7850740EE503B270546EE7 (LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * __this, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * p0, const RuntimeMethod* method)
{
return (( LinkedListNode_1_t37766C8714844E492C31C1A9F24122F75B56E1E9 * (*) (LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 *, WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *, const RuntimeMethod*))LinkedList_1_AddLast_m968B782331A31FE20156A13687378A375B788568_gshared)(__this, p0, method);
}
// System.Void System.Net.TimerThread::StopTimerThread()
extern "C" IL2CPP_METHOD_ATTR void TimerThread_StopTimerThread_m5D33E7D7EAAB667AEE1ABC6E0F832DA361BA83CB (const RuntimeMethod* method);
// System.Void System.Net.TimerThread/Queue::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mED7AD466F7A2AD32777D05229BE4E7A6BC358C06 (Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method);
// System.Int32 System.Environment::get_TickCount()
extern "C" IL2CPP_METHOD_ATTR int32_t Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C (const RuntimeMethod* method);
// System.Void System.Net.TimerThread/Timer::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Timer__ctor_mF6B46FBB94C7B044423D0931A24646947612D40E (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method);
// System.Net.TimerThread/TimerNode System.Net.TimerThread/TimerNode::get_Next()
extern "C" IL2CPP_METHOD_ATTR TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * TimerNode_get_Next_m91904310F38E6EF8D94261890F86387942EA81DE (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method);
// System.Net.TimerThread/TimerNode System.Net.TimerThread/TimerNode::get_Prev()
extern "C" IL2CPP_METHOD_ATTR TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * TimerNode_get_Prev_m694B4D7BD49FE9A47B961DE0E12FF036B940CEE5 (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method);
// System.Void System.Net.TimerThread/TimerNode::set_Prev(System.Net.TimerThread/TimerNode)
extern "C" IL2CPP_METHOD_ATTR void TimerNode_set_Prev_m6AE80A4996048AADCBD43D8CFEB5DDB8CAAC1B8E (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___value0, const RuntimeMethod* method);
// System.Void System.Net.TimerThread/TimerNode::set_Next(System.Net.TimerThread/TimerNode)
extern "C" IL2CPP_METHOD_ATTR void TimerNode_set_Next_m6A6F1ACDE24E867EA3D88F2C889C677AE7AAC3BD (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___value0, const RuntimeMethod* method);
// System.Void System.Net.TimerThread/TimerNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TimerNode__ctor_m18DCD26BDC1FE8F661FE7C056F59785CB48F09E7 (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.IPAddress::.ctor(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, int64_t ___newAddress0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_Family_10(2);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_Numbers_11(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int64_t L_1 = ___newAddress0;
if ((((int64_t)L_1) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0023;
}
}
{
int64_t L_2 = ___newAddress0;
if ((((int64_t)L_2) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))
{
goto IL_002e;
}
}
IL_0023:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteralDDB2E1F8117F0FEE60A6A70634647D6FEFBF57BB, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748_RuntimeMethod_var);
}
IL_002e:
{
int64_t L_4 = ___newAddress0;
__this->set_m_Address_5(L_4);
return;
}
}
// System.Void System.Net.IPAddress::.ctor(System.Byte[],System.Int64)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___address0, int64_t ___scopeid1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
__this->set_m_Family_10(2);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_Numbers_11(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___address0;
if (L_1)
{
goto IL_0027;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_RuntimeMethod_var);
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___address0;
NullCheck(L_3);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length))))) == ((int32_t)((int32_t)16))))
{
goto IL_0043;
}
}
{
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAF60BB13CAE4FB7DF464BEF84985F785909AE5A5, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_5, L_4, _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_RuntimeMethod_var);
}
IL_0043:
{
__this->set_m_Family_10(((int32_t)23));
V_0 = 0;
goto IL_006f;
}
IL_004f:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_6 = __this->get_m_Numbers_11();
int32_t L_7 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___address0;
int32_t L_9 = V_0;
NullCheck(L_8);
int32_t L_10 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_9, (int32_t)2));
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___address0;
int32_t L_13 = V_0;
NullCheck(L_12);
int32_t L_14 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_13, (int32_t)2)), (int32_t)1));
uint8_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(L_7), (uint16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)L_11, (int32_t)((int32_t)256))), (int32_t)L_15))))));
int32_t L_16 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_006f:
{
int32_t L_17 = V_0;
if ((((int32_t)L_17) < ((int32_t)8)))
{
goto IL_004f;
}
}
{
int64_t L_18 = ___scopeid1;
if ((((int64_t)L_18) < ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_007d;
}
}
{
int64_t L_19 = ___scopeid1;
if ((((int64_t)L_19) <= ((int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))))
{
goto IL_0088;
}
}
IL_007d:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_20 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_20, _stringLiteral05457DB2EFBDC6E2FF96BA5A97208381A8343AB2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_RuntimeMethod_var);
}
IL_0088:
{
int64_t L_21 = ___scopeid1;
__this->set_m_ScopeId_12(L_21);
return;
}
}
// System.Void System.Net.IPAddress::.ctor(System.UInt16[],System.UInt32)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___address0, uint32_t ___scopeid1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_Family_10(2);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_Numbers_11(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_Family_10(((int32_t)23));
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_1 = ___address0;
__this->set_m_Numbers_11(L_1);
uint32_t L_2 = ___scopeid1;
__this->set_m_ScopeId_12((((int64_t)((uint64_t)L_2))));
return;
}
}
// System.Void System.Net.IPAddress::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, int32_t ___newAddress0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_Family_10(2);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)8);
__this->set_m_Numbers_11(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_1 = ___newAddress0;
__this->set_m_Address_5(((int64_t)((int64_t)(((int64_t)((int64_t)L_1)))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))));
return;
}
}
// System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddressU26)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA (String_t* ___ipString0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** ___address1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** L_0 = ___address1;
String_t* L_1 = ___ipString0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47(L_1, (bool)1, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_2;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_2);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** L_3 = ___address1;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_4 = *((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)L_3);
return (bool)((!(((RuntimeObject*)(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)L_4) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Net.IPAddress System.Net.IPAddress::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273 (String_t* ___ipString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___ipString0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47(L_0, (bool)0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Net.IPAddress System.Net.IPAddress::InternalParse(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47 (String_t* ___ipString0, bool ___tryParse1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar* V_3 = NULL;
String_t* V_4 = NULL;
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* V_5 = NULL;
String_t* V_6 = NULL;
uint32_t V_7 = 0;
uint16_t* V_8 = NULL;
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* V_9 = NULL;
int32_t V_10 = 0;
int64_t V_11 = 0;
Il2CppChar* V_12 = NULL;
{
String_t* L_0 = ___ipString0;
if (L_0)
{
goto IL_0013;
}
}
{
bool L_1 = ___tryParse1;
if (!L_1)
{
goto IL_0008;
}
}
{
return (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)NULL;
}
IL_0008:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralCFC73C61BB6914B5D84902A7DEA88BAE20AE9205, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_RuntimeMethod_var);
}
IL_0013:
{
String_t* L_3 = ___ipString0;
NullCheck(L_3);
int32_t L_4 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_3, ((int32_t)58), /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_010a;
}
}
{
V_0 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)NULL;
V_1 = 0;
String_t* L_5 = ___ipString0;
NullCheck(L_5);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, 0, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)((int32_t)91))))
{
goto IL_003f;
}
}
{
String_t* L_7 = ___ipString0;
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_7, _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1, /*hidden argument*/NULL);
___ipString0 = L_8;
goto IL_0041;
}
IL_003f:
{
V_1 = 1;
}
IL_0041:
{
String_t* L_9 = ___ipString0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
V_2 = L_10;
String_t* L_11 = ___ipString0;
V_4 = L_11;
String_t* L_12 = V_4;
V_3 = (Il2CppChar*)(((uintptr_t)L_12));
Il2CppChar* L_13 = V_3;
if (!L_13)
{
goto IL_005a;
}
}
{
Il2CppChar* L_14 = V_3;
int32_t L_15 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_3 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_14, (int32_t)L_15));
}
IL_005a:
{
Il2CppChar* L_16 = V_3;
int32_t L_17 = V_1;
bool L_18 = IPv6AddressHelper_IsValidStrict_m4D3701E2EE4840DA681BB9D9BDACDDDBAE80A575((Il2CppChar*)(Il2CppChar*)L_16, L_17, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_18)
{
goto IL_006e;
}
}
{
int32_t L_19 = V_2;
String_t* L_20 = ___ipString0;
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_19) == ((int32_t)L_21)))
{
goto IL_00e6;
}
}
IL_006e:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_22 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)8);
V_5 = L_22;
V_6 = (String_t*)NULL;
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_23 = V_5;
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_24 = L_23;
V_9 = L_24;
if (!L_24)
{
goto IL_0086;
}
}
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_25 = V_9;
NullCheck(L_25);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_25)->max_length)))))
{
goto IL_008c;
}
}
IL_0086:
{
V_8 = (uint16_t*)(((uintptr_t)0));
goto IL_0097;
}
IL_008c:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_26 = V_9;
NullCheck(L_26);
V_8 = (uint16_t*)(((uintptr_t)((L_26)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0097:
{
String_t* L_27 = ___ipString0;
uint16_t* L_28 = V_8;
IPv6AddressHelper_Parse_m36CE2F56465C4F9F7791E80E954C7C0ECBD16DFB(L_27, (uint16_t*)(uint16_t*)L_28, 0, (String_t**)(&V_6), /*hidden argument*/NULL);
V_9 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)NULL;
String_t* L_29 = V_6;
if (!L_29)
{
goto IL_00b3;
}
}
{
String_t* L_30 = V_6;
NullCheck(L_30);
int32_t L_31 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_30, /*hidden argument*/NULL);
if (L_31)
{
goto IL_00bc;
}
}
IL_00b3:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_32 = V_5;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_33 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED(L_33, L_32, 0, /*hidden argument*/NULL);
return L_33;
}
IL_00bc:
{
String_t* L_34 = V_6;
NullCheck(L_34);
String_t* L_35 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_34, 1, /*hidden argument*/NULL);
V_6 = L_35;
String_t* L_36 = V_6;
bool L_37 = UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235(L_36, 0, (RuntimeObject*)NULL, (uint32_t*)(&V_7), /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00dd;
}
}
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_38 = V_5;
uint32_t L_39 = V_7;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_40 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED(L_40, L_38, L_39, /*hidden argument*/NULL);
return L_40;
}
IL_00dd:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_41 = V_5;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_42 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED(L_42, L_41, 0, /*hidden argument*/NULL);
return L_42;
}
IL_00e6:
{
V_4 = (String_t*)NULL;
bool L_43 = ___tryParse1;
if (!L_43)
{
goto IL_00ee;
}
}
{
return (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)NULL;
}
IL_00ee:
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_44 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_44, ((int32_t)10022), /*hidden argument*/NULL);
V_0 = L_44;
String_t* L_45 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAF60BB13CAE4FB7DF464BEF84985F785909AE5A5, /*hidden argument*/NULL);
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_46 = V_0;
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_47 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(L_47, L_45, L_46, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, NULL, IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_RuntimeMethod_var);
}
IL_010a:
{
String_t* L_48 = ___ipString0;
NullCheck(L_48);
int32_t L_49 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_48, /*hidden argument*/NULL);
V_10 = L_49;
String_t* L_50 = ___ipString0;
V_4 = L_50;
String_t* L_51 = V_4;
V_12 = (Il2CppChar*)(((uintptr_t)L_51));
Il2CppChar* L_52 = V_12;
if (!L_52)
{
goto IL_0128;
}
}
{
Il2CppChar* L_53 = V_12;
int32_t L_54 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_12 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_53, (int32_t)L_54));
}
IL_0128:
{
Il2CppChar* L_55 = V_12;
int64_t L_56 = IPv4AddressHelper_ParseNonCanonical_mDCD1CD7FB85C4FFBF3070B1435A0D632C1A7B97E((Il2CppChar*)(Il2CppChar*)L_55, 0, (int32_t*)(&V_10), (bool)1, /*hidden argument*/NULL);
V_11 = L_56;
V_4 = (String_t*)NULL;
int64_t L_57 = V_11;
if ((((int64_t)L_57) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
{
goto IL_0148;
}
}
{
int32_t L_58 = V_10;
String_t* L_59 = ___ipString0;
NullCheck(L_59);
int32_t L_60 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_59, /*hidden argument*/NULL);
if ((((int32_t)L_58) == ((int32_t)L_60)))
{
goto IL_015d;
}
}
IL_0148:
{
bool L_61 = ___tryParse1;
if (!L_61)
{
goto IL_014d;
}
}
{
return (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)NULL;
}
IL_014d:
{
String_t* L_62 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralAF60BB13CAE4FB7DF464BEF84985F785909AE5A5, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_63 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_63, L_62, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, NULL, IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_RuntimeMethod_var);
}
IL_015d:
{
int64_t L_64 = V_11;
int64_t L_65 = V_11;
int64_t L_66 = V_11;
int64_t L_67 = V_11;
V_11 = ((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_64&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_65&(int64_t)(((int64_t)((int64_t)((int32_t)65280))))))<<(int32_t)8))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_66&(int64_t)(((int64_t)((int64_t)((int32_t)16711680))))))>>(int32_t)8))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_67&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24)))))))));
int64_t L_68 = V_11;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_69 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748(L_69, L_68, /*hidden argument*/NULL);
return L_69;
}
}
// System.Byte[] System.Net.IPAddress::GetAddressBytes()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = __this->get_m_Family_10();
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_0050;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
V_0 = L_1;
V_1 = 0;
V_2 = 0;
goto IL_004a;
}
IL_0018:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
int32_t L_3 = V_1;
int32_t L_4 = L_3;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_5 = __this->get_m_Numbers_11();
int32_t L_6 = V_2;
NullCheck(L_5);
int32_t L_7 = L_6;
uint16_t L_8 = (L_5)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_4), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)((int32_t)((int32_t)L_8>>(int32_t)8))&(int32_t)((int32_t)255)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
int32_t L_10 = V_1;
int32_t L_11 = L_10;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1));
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_12 = __this->get_m_Numbers_11();
int32_t L_13 = V_2;
NullCheck(L_12);
int32_t L_14 = L_13;
uint16_t L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(L_11), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))))));
int32_t L_16 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1));
}
IL_004a:
{
int32_t L_17 = V_2;
if ((((int32_t)L_17) < ((int32_t)8)))
{
goto IL_0018;
}
}
{
goto IL_0087;
}
IL_0050:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)4);
V_0 = L_18;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = V_0;
int64_t L_20 = __this->get_m_Address_5();
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_20))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_0;
int64_t L_22 = __this->get_m_Address_5();
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_22>>(int32_t)8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_0;
int64_t L_24 = __this->get_m_Address_5();
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_24>>(int32_t)((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = V_0;
int64_t L_26 = __this->get_m_Address_5();
NullCheck(L_25);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_26>>(int32_t)((int32_t)24)))))));
}
IL_0087:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = V_0;
return L_27;
}
}
// System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily()
extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Family_10();
return L_0;
}
}
// System.Int64 System.Net.IPAddress::get_ScopeId()
extern "C" IL2CPP_METHOD_ATTR int64_t IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_m_Family_10();
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0014;
}
}
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_1 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_1, ((int32_t)10045), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9_RuntimeMethod_var);
}
IL_0014:
{
int64_t L_2 = __this->get_m_ScopeId_12();
return L_2;
}
}
// System.String System.Net.IPAddress::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* IPAddress_ToString_m0CAEDDAF2A42F23EB1BE3BB353ABE741486710BF (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 V_0;
memset(&V_0, 0, sizeof(V_0));
int32_t V_1 = 0;
Il2CppChar* V_2 = NULL;
int32_t V_3 = 0;
{
String_t* L_0 = __this->get_m_ToString_6();
if (L_0)
{
goto IL_0135;
}
}
{
int32_t L_1 = __this->get_m_Family_10();
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)23)))))
{
goto IL_0040;
}
}
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_2 = __this->get_m_Numbers_11();
int64_t L_3 = IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9(__this, /*hidden argument*/NULL);
IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)(&V_0), L_2, L_3, /*hidden argument*/NULL);
String_t* L_4 = IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)(&V_0), /*hidden argument*/NULL);
__this->set_m_ToString_6(L_4);
goto IL_0135;
}
IL_0040:
{
V_1 = ((int32_t)15);
int8_t* L_5 = (int8_t*) alloca((((uintptr_t)((int32_t)30))));
memset(L_5,0,(((uintptr_t)((int32_t)30))));
V_2 = (Il2CppChar*)(L_5);
int64_t L_6 = __this->get_m_Address_5();
V_3 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_6>>(int32_t)((int32_t)24)))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))));
}
IL_005b:
{
Il2CppChar* L_7 = V_2;
int32_t L_8 = V_1;
int32_t L_9 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1));
V_1 = L_9;
int32_t L_10 = V_3;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_9)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)L_10%(int32_t)((int32_t)10))))))));
int32_t L_11 = V_3;
V_3 = ((int32_t)((int32_t)L_11/(int32_t)((int32_t)10)));
int32_t L_12 = V_3;
if ((((int32_t)L_12) > ((int32_t)0)))
{
goto IL_005b;
}
}
{
Il2CppChar* L_13 = V_2;
int32_t L_14 = V_1;
int32_t L_15 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1));
V_1 = L_15;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_13, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_15)), (int32_t)2))))) = (int16_t)((int32_t)46);
int64_t L_16 = __this->get_m_Address_5();
V_3 = (((int32_t)((int32_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)))))))));
}
IL_0096:
{
Il2CppChar* L_17 = V_2;
int32_t L_18 = V_1;
int32_t L_19 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)1));
V_1 = L_19;
int32_t L_20 = V_3;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_17, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_19)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)L_20%(int32_t)((int32_t)10))))))));
int32_t L_21 = V_3;
V_3 = ((int32_t)((int32_t)L_21/(int32_t)((int32_t)10)));
int32_t L_22 = V_3;
if ((((int32_t)L_22) > ((int32_t)0)))
{
goto IL_0096;
}
}
{
Il2CppChar* L_23 = V_2;
int32_t L_24 = V_1;
int32_t L_25 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
V_1 = L_25;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_23, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_25)), (int32_t)2))))) = (int16_t)((int32_t)46);
int64_t L_26 = __this->get_m_Address_5();
V_3 = (((int32_t)((int32_t)((int64_t)((int64_t)((int64_t)((int64_t)L_26>>(int32_t)8))&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))));
}
IL_00d0:
{
Il2CppChar* L_27 = V_2;
int32_t L_28 = V_1;
int32_t L_29 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_28, (int32_t)1));
V_1 = L_29;
int32_t L_30 = V_3;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_29)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)L_30%(int32_t)((int32_t)10))))))));
int32_t L_31 = V_3;
V_3 = ((int32_t)((int32_t)L_31/(int32_t)((int32_t)10)));
int32_t L_32 = V_3;
if ((((int32_t)L_32) > ((int32_t)0)))
{
goto IL_00d0;
}
}
{
Il2CppChar* L_33 = V_2;
int32_t L_34 = V_1;
int32_t L_35 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1));
V_1 = L_35;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_33, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_35)), (int32_t)2))))) = (int16_t)((int32_t)46);
int64_t L_36 = __this->get_m_Address_5();
V_3 = (((int32_t)((int32_t)((int64_t)((int64_t)L_36&(int64_t)(((int64_t)((int64_t)((int32_t)255)))))))));
}
IL_0108:
{
Il2CppChar* L_37 = V_2;
int32_t L_38 = V_1;
int32_t L_39 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_38, (int32_t)1));
V_1 = L_39;
int32_t L_40 = V_3;
*((int16_t*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_37, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_39)), (int32_t)2))))) = (int16_t)(((int32_t)((uint16_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)48), (int32_t)((int32_t)((int32_t)L_40%(int32_t)((int32_t)10))))))));
int32_t L_41 = V_3;
V_3 = ((int32_t)((int32_t)L_41/(int32_t)((int32_t)10)));
int32_t L_42 = V_3;
if ((((int32_t)L_42) > ((int32_t)0)))
{
goto IL_0108;
}
}
{
Il2CppChar* L_43 = V_2;
int32_t L_44 = V_1;
int32_t L_45 = V_1;
String_t* L_46 = String_CreateString_mC16F6AD7A921B1AD038C1EB215D7F055C5676590(NULL, (Il2CppChar*)(Il2CppChar*)L_43, L_44, ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)15), (int32_t)L_45)), /*hidden argument*/NULL);
__this->set_m_ToString_6(L_46);
}
IL_0135:
{
String_t* L_47 = __this->get_m_ToString_6();
return L_47;
}
}
// System.Boolean System.Net.IPAddress::IsLoopback(System.Net.IPAddress)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___address0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027_RuntimeMethod_var);
}
IL_000e:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ___address0;
NullCheck(L_2);
int32_t L_3 = L_2->get_m_Family_10();
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)23)))))
{
goto IL_0024;
}
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_4 = ___address0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Loopback_8();
NullCheck(L_4);
bool L_6 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_4, L_5);
return L_6;
}
IL_0024:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_7 = ___address0;
NullCheck(L_7);
int64_t L_8 = L_7->get_m_Address_5();
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Loopback_1();
NullCheck(L_9);
int64_t L_10 = L_9->get_m_Address_5();
return (bool)((((int64_t)((int64_t)((int64_t)L_8&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))) == ((int64_t)((int64_t)((int64_t)L_10&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))))? 1 : 0);
}
}
// System.Boolean System.Net.IPAddress::Equals(System.Object,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, RuntimeObject * ___comparandObj0, bool ___compareScopeId1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_0 = NULL;
int32_t V_1 = 0;
{
RuntimeObject * L_0 = ___comparandObj0;
V_0 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)IsInstClass((RuntimeObject*)L_0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
int32_t L_2 = __this->get_m_Family_10();
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_Family_10();
if ((((int32_t)L_2) == ((int32_t)L_4)))
{
goto IL_001c;
}
}
{
return (bool)0;
}
IL_001c:
{
int32_t L_5 = __this->get_m_Family_10();
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)23)))))
{
goto IL_005d;
}
}
{
V_1 = 0;
goto IL_0042;
}
IL_002a:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = V_0;
NullCheck(L_6);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_7 = L_6->get_m_Numbers_11();
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
uint16_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_11 = __this->get_m_Numbers_11();
int32_t L_12 = V_1;
NullCheck(L_11);
int32_t L_13 = L_12;
uint16_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
if ((((int32_t)L_10) == ((int32_t)L_14)))
{
goto IL_003e;
}
}
{
return (bool)0;
}
IL_003e:
{
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0042:
{
int32_t L_16 = V_1;
if ((((int32_t)L_16) < ((int32_t)8)))
{
goto IL_002a;
}
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_17 = V_0;
NullCheck(L_17);
int64_t L_18 = L_17->get_m_ScopeId_12();
int64_t L_19 = __this->get_m_ScopeId_12();
if ((!(((uint64_t)L_18) == ((uint64_t)L_19))))
{
goto IL_0056;
}
}
{
return (bool)1;
}
IL_0056:
{
bool L_20 = ___compareScopeId1;
if (L_20)
{
goto IL_005b;
}
}
{
return (bool)1;
}
IL_005b:
{
return (bool)0;
}
IL_005d:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_21 = V_0;
NullCheck(L_21);
int64_t L_22 = L_21->get_m_Address_5();
int64_t L_23 = __this->get_m_Address_5();
return (bool)((((int64_t)L_22) == ((int64_t)L_23))? 1 : 0);
}
}
// System.Boolean System.Net.IPAddress::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_Equals_mB38BAC1A15885A3181507BC9FD4E8F5765FA6678 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = ___comparand0;
bool L_1 = IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6(__this, L_0, (bool)1, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Net.IPAddress::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_GetHashCode_m36CE850AFAAD382A29B7D72844989A3105565D7C (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_GetHashCode_m36CE850AFAAD382A29B7D72844989A3105565D7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_m_Family_10();
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_002f;
}
}
{
int32_t L_1 = __this->get_m_HashCode_13();
if (L_1)
{
goto IL_0028;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_2 = StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC(/*hidden argument*/NULL);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, __this);
NullCheck(L_2);
int32_t L_4 = VirtFuncInvoker1< int32_t, String_t* >::Invoke(12 /* System.Int32 System.StringComparer::GetHashCode(System.String) */, L_2, L_3);
__this->set_m_HashCode_13(L_4);
}
IL_0028:
{
int32_t L_5 = __this->get_m_HashCode_13();
return L_5;
}
IL_002f:
{
int64_t L_6 = __this->get_m_Address_5();
return (((int32_t)((int32_t)L_6)));
}
}
// System.Net.IPAddress System.Net.IPAddress::MapToIPv6()
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_000c;
}
}
{
return __this;
}
IL_000c:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_1 = (UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)SZArrayNew(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var, (uint32_t)8);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint16_t)((int32_t)65535));
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_3 = L_2;
int64_t L_4 = __this->get_m_Address_5();
int64_t L_5 = __this->get_m_Address_5();
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint16_t)(((int32_t)((uint16_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_4&(int64_t)(((int64_t)((int64_t)((int32_t)65280))))))>>(int32_t)8))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_5&(int64_t)(((int64_t)((int64_t)((int32_t)255))))))<<(int32_t)8))))))));
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_6 = L_3;
int64_t L_7 = __this->get_m_Address_5();
int64_t L_8 = __this->get_m_Address_5();
NullCheck(L_6);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint16_t)(((int32_t)((uint16_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_7&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-16777216)))))))))>>(int32_t)((int32_t)24)))|(int64_t)((int64_t)((int64_t)((int64_t)((int64_t)L_8&(int64_t)(((int64_t)((int64_t)((int32_t)16711680))))))>>(int32_t)8))))))));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED(L_9, L_6, 0, /*hidden argument*/NULL);
return L_9;
}
}
// System.Void System.Net.IPAddress::.cctor()
extern "C" IL2CPP_METHOD_ATTR void IPAddress__cctor_m4DF372012DF900E7BB489931296D0BFE4EBD4AEA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPAddress__cctor_m4DF372012DF900E7BB489931296D0BFE4EBD4AEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D(L_0, 0, /*hidden argument*/NULL);
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_Any_0(L_0);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D(L_1, ((int32_t)16777343), /*hidden argument*/NULL);
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_Loopback_1(L_1);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748(L_2, (((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))), /*hidden argument*/NULL);
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_Broadcast_2(L_2);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_3 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Broadcast_2();
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_None_3(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84(L_5, L_4, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_IPv6Any_7(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (uint8_t)1);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_8 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84(L_8, L_7, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_IPv6Loopback_8(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84(L_10, L_9, (((int64_t)((int64_t)0))), /*hidden argument*/NULL);
((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->set_IPv6None_9(L_10);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.AddressFamily System.Net.IPEndPoint::get_AddressFamily()
extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_AddressFamily_m53CEE40486A2F3615571B5255CA6D4C28387703A (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = __this->get_m_Address_0();
NullCheck(L_0);
int32_t L_1 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EndPoint__ctor_mFCD3A4BB994F59D40A3A94A6F1DEC4A731CC8776(__this, /*hidden argument*/NULL);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___address0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___port1;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
bool L_3 = ValidationHelper_ValidateTcpPort_m899B89B4810C6531306EC6C34FF452732D41979D(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0027;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteral062D8A9DEC0FA507D19F3B3481B4980CA139455F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = ___port1;
__this->set_m_Port_1(L_5);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = ___address0;
__this->set_m_Address_0(L_6);
return;
}
}
// System.Net.IPAddress System.Net.IPEndPoint::get_Address()
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = __this->get_m_Address_0();
return L_0;
}
}
// System.Int32 System.Net.IPEndPoint::get_Port()
extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Port_1();
return L_0;
}
}
// System.String System.Net.IPEndPoint::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* IPEndPoint_ToString_mB132354BB333FA5FD9CA5B6B86F751AAA87AFEC2 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPEndPoint_ToString_mB132354BB333FA5FD9CA5B6B86F751AAA87AFEC2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = __this->get_m_Address_0();
NullCheck(L_0);
int32_t L_1 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)((int32_t)23)))))
{
goto IL_0017;
}
}
{
V_0 = _stringLiteral18DD8801A35B0257A69F3A02C98022892DC5BA50;
goto IL_001d;
}
IL_0017:
{
V_0 = _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD;
}
IL_001d:
{
String_t* L_2 = V_0;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_3 = __this->get_m_Address_0();
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
int32_t L_5 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9(__this, /*hidden argument*/NULL);
V_1 = L_5;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_7 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_1), L_6, /*hidden argument*/NULL);
String_t* L_8 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(L_2, L_4, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Net.SocketAddress System.Net.IPEndPoint::Serialize()
extern "C" IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * IPEndPoint_Serialize_mE4201DDF2EB6D872A31A2620D20C718DC1F28962 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPEndPoint_Serialize_mE4201DDF2EB6D872A31A2620D20C718DC1F28962_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(__this, /*hidden argument*/NULL);
int32_t L_1 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9(__this, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_2 = (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 *)il2cpp_codegen_object_new(SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969_il2cpp_TypeInfo_var);
SocketAddress__ctor_m727264D4E76104274842A01FCA0C42F424463B5B(L_2, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Net.EndPoint System.Net.IPEndPoint::Create(System.Net.SocketAddress)
extern "C" IL2CPP_METHOD_ATTR EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___socketAddress0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_0 = ___socketAddress0;
NullCheck(L_0);
int32_t L_1 = SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D(L_0, /*hidden argument*/NULL);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, __this);
if ((((int32_t)L_1) == ((int32_t)L_2)))
{
goto IL_0065;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)3);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_5 = ___socketAddress0;
NullCheck(L_5);
int32_t L_6 = SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D(L_5, /*hidden argument*/NULL);
V_0 = L_6;
RuntimeObject * L_7 = Box(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var, (&V_0));
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
V_0 = *(int32_t*)UnBox(L_7);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_8);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_4;
Type_t * L_10 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_10);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_9;
int32_t L_13 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, __this);
V_0 = L_13;
RuntimeObject * L_14 = Box(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var, (&V_0));
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
V_0 = *(int32_t*)UnBox(L_14);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_15);
String_t* L_16 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral7EB3C8617E11B5E78DE5586797A8CEBF19D3BBB1, L_12, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_17, L_16, _stringLiteralCC56342E3EF0C771657853A04CEAECF9B701AD84, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_RuntimeMethod_var);
}
IL_0065:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_18 = ___socketAddress0;
NullCheck(L_18);
int32_t L_19 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(L_18, /*hidden argument*/NULL);
if ((((int32_t)L_19) >= ((int32_t)8)))
{
goto IL_00a5;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_22 = ___socketAddress0;
NullCheck(L_22);
Type_t * L_23 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_22, /*hidden argument*/NULL);
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_23);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_24);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_24);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_21;
Type_t * L_26 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_26);
String_t* L_27 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_26);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_27);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_27);
String_t* L_28 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5970456D33DCA7842E39AD997DC035FF656FDFCD, L_25, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_29 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_29, L_28, _stringLiteralCC56342E3EF0C771657853A04CEAECF9B701AD84, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, NULL, IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_RuntimeMethod_var);
}
IL_00a5:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_30 = ___socketAddress0;
NullCheck(L_30);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_31 = SocketAddress_GetIPEndPoint_mDB28840AEBFA9C37CC41BEC66E67BA9EDCEC2700(L_30, /*hidden argument*/NULL);
return L_31;
}
}
// System.Boolean System.Net.IPEndPoint::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool IPEndPoint_Equals_mBD402EE46BB0C0922C25E2DEFB64412E4666EC6D (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPEndPoint_Equals_mBD402EE46BB0C0922C25E2DEFB64412E4666EC6D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___comparand0;
if (((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)IsInstClass((RuntimeObject*)L_0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___comparand0;
NullCheck(((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_1, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var)));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_1, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var))->get_m_Address_0();
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_3 = __this->get_m_Address_0();
NullCheck(L_2);
bool L_4 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_3);
if (!L_4)
{
goto IL_0036;
}
}
{
RuntimeObject * L_5 = ___comparand0;
NullCheck(((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_5, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var)));
int32_t L_6 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_5, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var))->get_m_Port_1();
int32_t L_7 = __this->get_m_Port_1();
return (bool)((((int32_t)L_6) == ((int32_t)L_7))? 1 : 0);
}
IL_0036:
{
return (bool)0;
}
}
// System.Int32 System.Net.IPEndPoint::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t IPEndPoint_GetHashCode_m52D8AEEDB5B1409EDD08F18B2018CEB1712266C0 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = __this->get_m_Address_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
int32_t L_2 = __this->get_m_Port_1();
return ((int32_t)((int32_t)L_1^(int32_t)L_2));
}
}
// System.Void System.Net.IPEndPoint::.cctor()
extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__cctor_mD88387D86BAE58328D7BA158704E91B0415F9B81 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPEndPoint__cctor_mD88387D86BAE58328D7BA158704E91B0415F9B81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_1 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_1, L_0, 0, /*hidden argument*/NULL);
((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields*)il2cpp_codegen_static_fields_for(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var))->set_Any_2(L_1);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Any_7();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_3 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_3, L_2, 0, /*hidden argument*/NULL);
((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields*)il2cpp_codegen_static_fields_for(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var))->set_IPv6Any_3(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.IPHostEntry::get_HostName()
extern "C" IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605 (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_hostName_0();
return L_0;
}
}
// System.Void System.Net.IPHostEntry::set_HostName(System.String)
extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mE132ABF58C3C4C28A58A48132698FA99F55C328D (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_hostName_0(L_0);
return;
}
}
// System.Void System.Net.IPHostEntry::set_Aliases(System.String[])
extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_m4D05E9F3D5C6FD0996C86816B36B1DF9BE79D8ED (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value0;
__this->set_aliases_1(L_0);
return;
}
}
// System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList()
extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56 (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method)
{
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = __this->get_addressList_2();
return L_0;
}
}
// System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[])
extern "C" IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___value0, const RuntimeMethod* method)
{
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = ___value0;
__this->set_addressList_2(L_0);
return;
}
}
// System.Void System.Net.IPHostEntry::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method)
{
{
__this->set_isTrustedHost_3((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.IPv6AddressFormatter::.ctor(System.UInt16[],System.Int64)
extern "C" IL2CPP_METHOD_ATTR void IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497 (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___addr0, int64_t ___scopeId1, const RuntimeMethod* method)
{
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = ___addr0;
__this->set_address_0(L_0);
int64_t L_1 = ___scopeId1;
__this->set_scopeId_1(L_1);
return;
}
}
extern "C" void IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497_AdjustorThunk (RuntimeObject * __this, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___addr0, int64_t ___scopeId1, const RuntimeMethod* method)
{
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + 1);
IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497(_thisAdjusted, ___addr0, ___scopeId1, method);
}
// System.UInt16 System.Net.IPv6AddressFormatter::SwapUShort(System.UInt16)
extern "C" IL2CPP_METHOD_ATTR uint16_t IPv6AddressFormatter_SwapUShort_m6B7BA905E96BB0889C580EE25F3614C7A4A9164C (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.UInt32 System.Net.IPv6AddressFormatter::AsIPv4Int()
extern "C" IL2CPP_METHOD_ATTR uint32_t IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method)
{
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_0 = __this->get_address_0();
NullCheck(L_0);
int32_t L_1 = 7;
uint16_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
uint16_t L_3 = IPv6AddressFormatter_SwapUShort_m6B7BA905E96BB0889C580EE25F3614C7A4A9164C(L_2, /*hidden argument*/NULL);
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_4 = __this->get_address_0();
NullCheck(L_4);
int32_t L_5 = 6;
uint16_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
uint16_t L_7 = IPv6AddressFormatter_SwapUShort_m6B7BA905E96BB0889C580EE25F3614C7A4A9164C(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));
}
}
extern "C" uint32_t IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + 1);
return IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F(_thisAdjusted, method);
}
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Compatible()
extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0014;
}
IL_0004:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* 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<il2cpp_array_size_t>(L_2));
if (!L_3)
{
goto IL_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
}
IL_0014:
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) < ((int32_t)6)))
{
goto IL_0004;
}
}
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_6 = __this->get_address_0();
NullCheck(L_6);
int32_t L_7 = 6;
uint16_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if (L_8)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
uint32_t L_9 = IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)__this, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)L_9) <= ((uint32_t)1)))? 1 : 0);
}
}
extern "C" bool IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + 1);
return IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC(_thisAdjusted, method);
}
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Mapped()
extern "C" IL2CPP_METHOD_ATTR bool IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127 (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0014;
}
IL_0004:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* 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<il2cpp_array_size_t>(L_2));
if (!L_3)
{
goto IL_0010;
}
}
{
return (bool)0;
}
IL_0010:
{
int32_t L_4 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
}
IL_0014:
{
int32_t L_5 = V_0;
if ((((int32_t)L_5) < ((int32_t)5)))
{
goto IL_0004;
}
}
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_6 = __this->get_address_0();
NullCheck(L_6);
int32_t L_7 = 6;
uint16_t L_8 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if (L_8)
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* L_9 = __this->get_address_0();
NullCheck(L_9);
int32_t L_10 = 5;
uint16_t L_11 = (L_9)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
return (bool)((((int32_t)L_11) == ((int32_t)((int32_t)65535)))? 1 : 0);
}
}
extern "C" bool IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + 1);
return IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127(_thisAdjusted, method);
}
// System.String System.Net.IPv6AddressFormatter::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F_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_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
bool L_1 = IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0016;
}
}
{
bool L_2 = IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0055;
}
}
IL_0016:
{
StringBuilder_t * L_3 = V_0;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteralF62E0EA6EDBC4288FF84C8DA24F410ECF986229D, /*hidden argument*/NULL);
bool L_4 = IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0036;
}
}
{
StringBuilder_t * L_5 = V_0;
NullCheck(L_5);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_5, _stringLiteral80C9082227F32C4FD69A2342EA23D22723847813, /*hidden argument*/NULL);
}
IL_0036:
{
StringBuilder_t * L_6 = V_0;
uint32_t L_7 = IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F((IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *)__this, /*hidden argument*/NULL);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_8 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748(L_8, (((int64_t)((uint64_t)L_7))), /*hidden argument*/NULL);
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_8);
NullCheck(L_6);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_6, L_9, /*hidden argument*/NULL);
StringBuilder_t * L_10 = V_0;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
return L_11;
}
IL_0055:
{
V_1 = (-1);
V_2 = 0;
V_3 = 0;
V_4 = 0;
goto IL_0088;
}
IL_0060:
{
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* 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<il2cpp_array_size_t>(L_14));
if (!L_15)
{
goto IL_007e;
}
}
{
int32_t L_16 = V_3;
int32_t L_17 = V_2;
if ((((int32_t)L_16) <= ((int32_t)L_17)))
{
goto IL_007a;
}
}
{
int32_t L_18 = V_3;
if ((((int32_t)L_18) <= ((int32_t)1)))
{
goto IL_007a;
}
}
{
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_007a:
{
V_3 = 0;
goto IL_0082;
}
IL_007e:
{
int32_t L_22 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
}
IL_0082:
{
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0088:
{
int32_t L_24 = V_4;
if ((((int32_t)L_24) < ((int32_t)8)))
{
goto IL_0060;
}
}
{
int32_t L_25 = V_3;
int32_t L_26 = V_2;
if ((((int32_t)L_25) <= ((int32_t)L_26)))
{
goto IL_009b;
}
}
{
int32_t L_27 = V_3;
if ((((int32_t)L_27) <= ((int32_t)1)))
{
goto IL_009b;
}
}
{
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_009b:
{
int32_t L_30 = V_1;
if (L_30)
{
goto IL_00aa;
}
}
{
StringBuilder_t * L_31 = V_0;
NullCheck(L_31);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_31, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
}
IL_00aa:
{
V_5 = 0;
goto IL_00f8;
}
IL_00af:
{
int32_t L_32 = V_5;
int32_t L_33 = V_1;
if ((!(((uint32_t)L_32) == ((uint32_t)L_33))))
{
goto IL_00ca;
}
}
{
StringBuilder_t * L_34 = V_0;
NullCheck(L_34);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_34, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*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_00f2;
}
IL_00ca:
{
StringBuilder_t * L_37 = V_0;
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* 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<il2cpp_array_size_t>(L_40));
uint16_t L_42 = L_41;
RuntimeObject * L_43 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_42);
NullCheck(L_37);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_37, _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A, L_43, /*hidden argument*/NULL);
int32_t L_44 = V_5;
if ((((int32_t)L_44) >= ((int32_t)7)))
{
goto IL_00f2;
}
}
{
StringBuilder_t * L_45 = V_0;
NullCheck(L_45);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_45, ((int32_t)58), /*hidden argument*/NULL);
}
IL_00f2:
{
int32_t L_46 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1));
}
IL_00f8:
{
int32_t L_47 = V_5;
if ((((int32_t)L_47) < ((int32_t)8)))
{
goto IL_00af;
}
}
{
int64_t L_48 = __this->get_scopeId_1();
if (!L_48)
{
goto IL_0119;
}
}
{
StringBuilder_t * L_49 = V_0;
NullCheck(L_49);
StringBuilder_t * L_50 = StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_49, ((int32_t)37), /*hidden argument*/NULL);
int64_t L_51 = __this->get_scopeId_1();
NullCheck(L_50);
StringBuilder_Append_mB2B8807F92F9A75140DC4E431FC1B054FC5C0AA9(L_50, L_51, /*hidden argument*/NULL);
}
IL_0119:
{
StringBuilder_t * L_52 = V_0;
NullCheck(L_52);
String_t* L_53 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_52);
return L_53;
}
}
extern "C" String_t* IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + 1);
return IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F(_thisAdjusted, method);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.InternalException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InternalException__ctor_m4963B2F0FC3F351663C67F3F71CAC601D73DF499 (InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 * __this, const RuntimeMethod* method)
{
{
SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.LazyAsyncResult_ThreadContext System.Net.LazyAsyncResult::get_CurrentThreadContext()
extern "C" IL2CPP_METHOD_ATTR ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * V_0 = NULL;
{
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_0 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var))->get_t_ThreadContext_0();
V_0 = L_0;
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_1 = V_0;
if (L_1)
{
goto IL_0015;
}
}
{
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_2 = (ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 *)il2cpp_codegen_object_new(ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082_il2cpp_TypeInfo_var);
ThreadContext__ctor_mA7A43774615EA8E5A20D406F33EFE2004B9944E2(L_2, /*hidden argument*/NULL);
V_0 = L_2;
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_3 = V_0;
((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_ThreadStaticFields*)il2cpp_codegen_get_thread_static_data(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var))->set_t_ThreadContext_0(L_3);
}
IL_0015:
{
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_4 = V_0;
return L_4;
}
}
// System.Void System.Net.LazyAsyncResult::.ctor(System.Object,System.Object,System.AsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___myObject0, RuntimeObject * ___myState1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___myCallBack2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___myObject0;
__this->set_m_AsyncObject_1(L_0);
RuntimeObject * L_1 = ___myState1;
__this->set_m_AsyncState_2(L_1);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_2 = ___myCallBack2;
__this->set_m_AsyncCallback_3(L_2);
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_3 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
__this->set_m_Result_4(L_3);
return;
}
}
// System.Object System.Net.LazyAsyncResult::get_AsyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_AsyncObject_1();
return L_0;
}
}
// System.Object System.Net.LazyAsyncResult::get_AsyncState()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncState_m7D651EB525E598B6FBF0EBCDA052849C272F8E22 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_AsyncState_2();
return L_0;
}
}
// System.Threading.WaitHandle System.Net.LazyAsyncResult::get_AsyncWaitHandle()
extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * LazyAsyncResult_get_AsyncWaitHandle_m8A50650849E178F08034928A33D3E73B39F5ABD7 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_get_AsyncWaitHandle_m8A50650849E178F08034928A33D3E73B39F5ABD7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_0 = NULL;
{
__this->set_m_UserEvent_6((bool)1);
int32_t L_0 = __this->get_m_IntCompleted_5();
if (L_0)
{
goto IL_0021;
}
}
{
int32_t* L_1 = __this->get_address_of_m_IntCompleted_5();
Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_1, ((int32_t)-2147483648LL), 0, /*hidden argument*/NULL);
}
IL_0021:
{
RuntimeObject * L_2 = __this->get_m_Event_7();
V_0 = ((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)CastclassSealed((RuntimeObject*)L_2, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var));
goto IL_0038;
}
IL_002f:
{
LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4(__this, (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)(&V_0), /*hidden argument*/NULL);
}
IL_0038:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = V_0;
if (!L_3)
{
goto IL_002f;
}
}
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = V_0;
return L_4;
}
}
// System.Boolean System.Net.LazyAsyncResult::LazilyCreateEvent(System.Threading.ManualResetEventU26)
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** ___waitHandle0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_0 = ___waitHandle0;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_1, (bool)0, /*hidden argument*/NULL);
*((RuntimeObject **)L_0) = (RuntimeObject *)L_1;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)L_1);
}
IL_0008:
try
{ // begin try (depth: 1)
{
RuntimeObject ** L_2 = __this->get_address_of_m_Event_7();
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_3 = ___waitHandle0;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = *((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)L_3);
RuntimeObject * L_5 = Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)L_2, L_4, NULL, /*hidden argument*/NULL);
if (L_5)
{
goto IL_002c;
}
}
IL_0018:
{
bool L_6 = LazyAsyncResult_get_InternalPeekCompleted_mF38EC74EAB7CA4F1B3A2E94748D48FCF71DC8191(__this, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0028;
}
}
IL_0020:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_7 = ___waitHandle0;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_8 = *((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)L_7);
NullCheck(L_8);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_8, /*hidden argument*/NULL);
}
IL_0028:
{
V_0 = (bool)1;
goto IL_0059;
}
IL_002c:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_9 = ___waitHandle0;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_10 = *((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)L_9);
NullCheck(L_10);
VirtActionInvoker0::Invoke(11 /* System.Void System.Threading.WaitHandle::Close() */, L_10);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_11 = ___waitHandle0;
RuntimeObject * L_12 = __this->get_m_Event_7();
*((RuntimeObject **)L_11) = (RuntimeObject *)((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)CastclassSealed((RuntimeObject*)L_12, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var));
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)CastclassSealed((RuntimeObject*)L_12, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var)));
V_0 = (bool)0;
goto IL_0059;
}
} // 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_0044;
throw e;
}
CATCH_0044:
{ // begin catch(System.Object)
{
__this->set_m_Event_7(NULL);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_13 = ___waitHandle0;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_14 = *((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)L_13);
if (!L_14)
{
goto IL_0057;
}
}
IL_0050:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** L_15 = ___waitHandle0;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_16 = *((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)L_15);
NullCheck(L_16);
VirtActionInvoker0::Invoke(11 /* System.Void System.Threading.WaitHandle::Close() */, L_16);
}
IL_0057:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_0059:
{
bool L_17 = V_0;
return L_17;
}
}
// System.Boolean System.Net.LazyAsyncResult::get_CompletedSynchronously()
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_CompletedSynchronously_m8A2BCA63045A34C867FF0E3A3624FBE82AC75803 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_IntCompleted_5();
V_0 = L_0;
int32_t L_1 = V_0;
if (L_1)
{
goto IL_001c;
}
}
{
int32_t* L_2 = __this->get_address_of_m_IntCompleted_5();
int32_t L_3 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_2, ((int32_t)-2147483648LL), 0, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_001c:
{
int32_t L_4 = V_0;
return (bool)((((int32_t)L_4) > ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Net.LazyAsyncResult::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_IntCompleted_5();
V_0 = L_0;
int32_t L_1 = V_0;
if (L_1)
{
goto IL_001c;
}
}
{
int32_t* L_2 = __this->get_address_of_m_IntCompleted_5();
int32_t L_3 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_2, ((int32_t)-2147483648LL), 0, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_001c:
{
int32_t L_4 = V_0;
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_4&(int32_t)((int32_t)2147483647LL)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Boolean System.Net.LazyAsyncResult::get_InternalPeekCompleted()
extern "C" IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_InternalPeekCompleted_mF38EC74EAB7CA4F1B3A2E94748D48FCF71DC8191 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_IntCompleted_5();
return (bool)((!(((uint32_t)((int32_t)((int32_t)L_0&(int32_t)((int32_t)2147483647LL)))) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Void System.Net.LazyAsyncResult::ProtectedInvokeCallback(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___result0, intptr_t ___userToken1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = ___result0;
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_1 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
if ((!(((RuntimeObject*)(RuntimeObject *)L_0) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_1))))
{
goto IL_0013;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral37A5301A88DA334DC5AFC5B63979DAA0F3F45E68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE_RuntimeMethod_var);
}
IL_0013:
{
int32_t L_3 = __this->get_m_IntCompleted_5();
if (((int32_t)((int32_t)L_3&(int32_t)((int32_t)2147483647LL))))
{
goto IL_006b;
}
}
{
int32_t* L_4 = __this->get_address_of_m_IntCompleted_5();
int32_t L_5 = Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)L_4, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)((int32_t)L_5&(int32_t)((int32_t)2147483647LL)))) == ((uint32_t)1))))
{
goto IL_006b;
}
}
{
RuntimeObject * L_6 = __this->get_m_Result_4();
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_7 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
if ((!(((RuntimeObject*)(RuntimeObject *)L_6) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_7))))
{
goto IL_0049;
}
}
{
RuntimeObject * L_8 = ___result0;
__this->set_m_Result_4(L_8);
}
IL_0049:
{
RuntimeObject * L_9 = __this->get_m_Event_7();
V_0 = ((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)CastclassSealed((RuntimeObject*)L_9, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var));
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_10 = V_0;
if (!L_10)
{
goto IL_0064;
}
}
IL_0058:
try
{ // begin try (depth: 1)
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_11 = V_0;
NullCheck(L_11);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_11, /*hidden argument*/NULL);
goto IL_0064;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0061;
throw e;
}
CATCH_0061:
{ // begin catch(System.ObjectDisposedException)
goto IL_0064;
} // end catch (depth: 1)
IL_0064:
{
intptr_t L_12 = ___userToken1;
VirtActionInvoker1< intptr_t >::Invoke(8 /* System.Void System.Net.LazyAsyncResult::Complete(System.IntPtr) */, __this, (intptr_t)L_12);
}
IL_006b:
{
return;
}
}
// System.Void System.Net.LazyAsyncResult::InvokeCallback(System.Object)
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___result0;
LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE(__this, L_0, (intptr_t)(0), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.LazyAsyncResult::Complete(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_Complete_m1149B1B2741B4B2D22775A68D74B955BC3EA4A64 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, intptr_t ___userToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_Complete_m1149B1B2741B4B2D22775A68D74B955BC3EA4A64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_0 = LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98(/*hidden argument*/NULL);
V_1 = L_0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_1 = V_1;
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_2 = L_1;
NullCheck(L_2);
int32_t L_3 = L_2->get_m_NestedIOCount_0();
NullCheck(L_2);
L_2->set_m_NestedIOCount_0(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = __this->get_m_AsyncCallback_3();
if (!L_4)
{
goto IL_004a;
}
}
IL_001e:
{
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_5 = V_1;
NullCheck(L_5);
int32_t L_6 = L_5->get_m_NestedIOCount_0();
if ((((int32_t)L_6) < ((int32_t)((int32_t)50))))
{
goto IL_003e;
}
}
IL_0028:
{
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_7 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var);
WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_7, __this, (intptr_t)((intptr_t)LazyAsyncResult_WorkerThreadComplete_m9144EAFE34F64C805224410D61F45300D854A6BD_RuntimeMethod_var), /*hidden argument*/NULL);
ThreadPool_QueueUserWorkItem_m2D22C77015012A0C9712F242DCD2B7D692F707E7(L_7, /*hidden argument*/NULL);
V_0 = (bool)1;
IL2CPP_LEAVE(0x64, FINALLY_004c);
}
IL_003e:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_8 = __this->get_m_AsyncCallback_3();
NullCheck(L_8);
AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_8, __this, /*hidden argument*/NULL);
}
IL_004a:
{
IL2CPP_LEAVE(0x64, FINALLY_004c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004c;
}
FINALLY_004c:
{ // begin finally (depth: 1)
{
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_9 = V_1;
ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * L_10 = L_9;
NullCheck(L_10);
int32_t L_11 = L_10->get_m_NestedIOCount_0();
NullCheck(L_10);
L_10->set_m_NestedIOCount_0(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)));
bool L_12 = V_0;
if (L_12)
{
goto IL_0063;
}
}
IL_005d:
{
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.LazyAsyncResult::Cleanup() */, __this);
}
IL_0063:
{
IL2CPP_END_FINALLY(76)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(76)
{
IL2CPP_JUMP_TBL(0x64, IL_0064)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0064:
{
return;
}
}
// System.Void System.Net.LazyAsyncResult::WorkerThreadComplete(System.Object)
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_WorkerThreadComplete_m9144EAFE34F64C805224410D61F45300D854A6BD (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, RuntimeObject * ___state0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_m_AsyncCallback_3();
NullCheck(L_0);
AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_0, __this, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x15, FINALLY_000e);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_000e;
}
FINALLY_000e:
{ // begin finally (depth: 1)
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.LazyAsyncResult::Cleanup() */, __this);
IL2CPP_END_FINALLY(14)
} // end finally (depth: 1)
IL2CPP_CLEANUP(14)
{
IL2CPP_JUMP_TBL(0x15, IL_0015)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0015:
{
return;
}
}
// System.Void System.Net.LazyAsyncResult::Cleanup()
extern "C" IL2CPP_METHOD_ATTR void LazyAsyncResult_Cleanup_m60696D3703963856A2069A821F8F68DEE1F81D4F (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Object System.Net.LazyAsyncResult::InternalWaitForCompletion()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_InternalWaitForCompletion_m4761B180266391141ACD1E689FE0D640E72F4736 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9(__this, (bool)1, /*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Net.LazyAsyncResult::WaitForCompletion(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, bool ___snap0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_0 = NULL;
bool V_1 = false;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
bool G_B3_0 = false;
{
V_0 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)NULL;
V_1 = (bool)0;
bool L_0 = ___snap0;
if (L_0)
{
goto IL_000f;
}
}
{
bool L_1 = LazyAsyncResult_get_InternalPeekCompleted_mF38EC74EAB7CA4F1B3A2E94748D48FCF71DC8191(__this, /*hidden argument*/NULL);
G_B3_0 = L_1;
goto IL_0015;
}
IL_000f:
{
bool L_2 = LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1(__this, /*hidden argument*/NULL);
G_B3_0 = L_2;
}
IL_0015:
{
if (G_B3_0)
{
goto IL_002f;
}
}
{
RuntimeObject * L_3 = __this->get_m_Event_7();
V_0 = ((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)CastclassSealed((RuntimeObject*)L_3, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var));
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = V_0;
if (L_4)
{
goto IL_002f;
}
}
{
bool L_5 = LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4(__this, (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 **)(&V_0), /*hidden argument*/NULL);
V_1 = L_5;
}
IL_002f:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = V_0;
if (!L_6)
{
goto IL_0073;
}
}
IL_0032:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_7 = V_0;
NullCheck(L_7);
VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_7, (-1), (bool)0);
IL2CPP_LEAVE(0x73, FINALLY_0040);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003d;
throw e;
}
CATCH_003d:
{ // begin catch(System.ObjectDisposedException)
IL2CPP_LEAVE(0x73, FINALLY_0040);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0040;
}
FINALLY_0040:
{ // begin finally (depth: 1)
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_006c;
}
}
IL_0043:
{
bool L_9 = __this->get_m_UserEvent_6();
if (L_9)
{
goto IL_006c;
}
}
IL_004b:
{
RuntimeObject * L_10 = __this->get_m_Event_7();
V_2 = ((ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)CastclassSealed((RuntimeObject*)L_10, ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var));
__this->set_m_Event_7(NULL);
bool L_11 = __this->get_m_UserEvent_6();
if (L_11)
{
goto IL_006c;
}
}
IL_0066:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = V_2;
NullCheck(L_12);
VirtActionInvoker0::Invoke(11 /* System.Void System.Threading.WaitHandle::Close() */, L_12);
}
IL_006c:
{
IL2CPP_END_FINALLY(64)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(64)
{
IL2CPP_JUMP_TBL(0x73, IL_0073)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006d:
{
Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4(1, /*hidden argument*/NULL);
}
IL_0073:
{
RuntimeObject * L_13 = __this->get_m_Result_4();
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_14 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
if ((((RuntimeObject*)(RuntimeObject *)L_13) == ((RuntimeObject*)(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 *)L_14)))
{
goto IL_006d;
}
}
{
RuntimeObject * L_15 = __this->get_m_Result_4();
return L_15;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.LazyAsyncResult_ThreadContext::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ThreadContext__ctor_mA7A43774615EA8E5A20D406F33EFE2004B9944E2 (ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Logging::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Logging__cctor_mD8758CE986B805060F3C2F05CB8BCAD3402BFF90 (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.MonoChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_m6FF583144A344058281F8861F6112D23CA6A2D49 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers3, const RuntimeMethod* method)
{
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = ___headers3;
MonoChunkStream__ctor_m0ADB25AFE1F9EE78C3304F9B7133F6F2F21013E8(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D(__this, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_m0ADB25AFE1F9EE78C3304F9B7133F6F2F21013E8 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream__ctor_m0ADB25AFE1F9EE78C3304F9B7133F6F2F21013E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = ___headers0;
__this->set_headers_0(L_0);
StringBuilder_t * L_1 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_1, /*hidden argument*/NULL);
__this->set_saved_5(L_1);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_2, /*hidden argument*/NULL);
__this->set_chunks_9(L_2);
__this->set_chunkSize_1((-1));
__this->set_totalWritten_3(0);
return;
}
}
// System.Void System.Net.MonoChunkStream::ResetBuffer()
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_ResetBuffer_m05A647997D2FC9F41EC0630004BEAD6AC52F2FC4 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method)
{
{
__this->set_chunkSize_1((-1));
__this->set_chunkRead_2(0);
__this->set_totalWritten_3(0);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_chunks_9();
NullCheck(L_0);
VirtActionInvoker0::Invoke(31 /* System.Void System.Collections.ArrayList::Clear() */, L_0);
return;
}
}
// System.Void System.Net.MonoChunkStream::WriteAndReadBack(System.Byte[],System.Int32,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_WriteAndReadBack_m9C87171CAD33E55A6F2D82A03655774502804F14 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t* ___read3, const RuntimeMethod* method)
{
{
int32_t L_0 = ___offset1;
int32_t* L_1 = ___read3;
int32_t L_2 = *((int32_t*)L_1);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)L_2))) <= ((int32_t)0)))
{
goto IL_0015;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0;
int32_t L_4 = ___offset1;
int32_t L_5 = ___offset1;
int32_t* L_6 = ___read3;
int32_t L_7 = *((int32_t*)L_6);
MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D(__this, L_3, L_4, ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)L_7)), /*hidden argument*/NULL);
}
IL_0015:
{
int32_t* L_8 = ___read3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
int32_t L_10 = ___offset1;
int32_t L_11 = ___size2;
int32_t L_12 = MonoChunkStream_Read_m951C0443C1B74F4CFAFEB6ED95552A7C76D4E982(__this, L_9, L_10, L_11, /*hidden argument*/NULL);
*((int32_t*)L_8) = (int32_t)L_12;
return;
}
}
// System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m951C0443C1B74F4CFAFEB6ED95552A7C76D4E982 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
int32_t L_3 = MonoChunkStream_ReadFromChunks_mC95825D03391872071791EA8FB8D4A0B6CFA26A5(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.Net.MonoChunkStream::ReadFromChunks(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadFromChunks_mC95825D03391872071791EA8FB8D4A0B6CFA26A5 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_ReadFromChunks_mC95825D03391872071791EA8FB8D4A0B6CFA26A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * V_2 = NULL;
int32_t V_3 = 0;
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * V_4 = NULL;
Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 V_5;
memset(&V_5, 0, sizeof(V_5));
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_chunks_9();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
V_0 = L_1;
V_1 = 0;
int32_t L_2 = V_0;
List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * L_3 = (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A *)il2cpp_codegen_object_new(List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A_il2cpp_TypeInfo_var);
List_1__ctor_m31D94A7D22DB2807B07AEDED182E5AAD7BE9ABCD(L_3, L_2, /*hidden argument*/List_1__ctor_m31D94A7D22DB2807B07AEDED182E5AAD7BE9ABCD_RuntimeMethod_var);
V_2 = L_3;
V_3 = 0;
goto IL_0061;
}
IL_0019:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = __this->get_chunks_9();
int32_t L_5 = V_3;
NullCheck(L_4);
RuntimeObject * L_6 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
V_4 = ((Chunk_tB367D5D805924164D239F587BC848162536B8AB7 *)CastclassClass((RuntimeObject*)L_6, Chunk_tB367D5D805924164D239F587BC848162536B8AB7_il2cpp_TypeInfo_var));
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_7 = V_4;
NullCheck(L_7);
int32_t L_8 = L_7->get_Offset_1();
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_9 = V_4;
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = L_9->get_Bytes_0();
NullCheck(L_10);
if ((!(((uint32_t)L_8) == ((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length))))))))
{
goto IL_0048;
}
}
{
List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * L_11 = V_2;
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_12 = V_4;
NullCheck(L_11);
List_1_Add_mAB830B074CF4E84286F34FF8C042ACD847FECB99(L_11, L_12, /*hidden argument*/List_1_Add_mAB830B074CF4E84286F34FF8C042ACD847FECB99_RuntimeMethod_var);
goto IL_005d;
}
IL_0048:
{
int32_t L_13 = V_1;
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_14 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
int32_t L_16 = ___offset1;
int32_t L_17 = V_1;
int32_t L_18 = ___size2;
int32_t L_19 = V_1;
NullCheck(L_14);
int32_t L_20 = Chunk_Read_m765BA24769BDBF6F3D285F0190A62AAE5144E072(L_14, L_15, ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)L_17)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19)), /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_20));
int32_t L_21 = V_1;
int32_t L_22 = ___size2;
if ((((int32_t)L_21) == ((int32_t)L_22)))
{
goto IL_0065;
}
}
IL_005d:
{
int32_t L_23 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0061:
{
int32_t L_24 = V_3;
int32_t L_25 = V_0;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0019;
}
}
IL_0065:
{
List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A * L_26 = V_2;
NullCheck(L_26);
Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 L_27 = List_1_GetEnumerator_mD93C1CF32035C0FF5909F47C4D67259ADD05DB01(L_26, /*hidden argument*/List_1_GetEnumerator_mD93C1CF32035C0FF5909F47C4D67259ADD05DB01_RuntimeMethod_var);
V_5 = L_27;
}
IL_006d:
try
{ // begin try (depth: 1)
{
goto IL_0085;
}
IL_006f:
{
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_28 = Enumerator_get_Current_mCC7009F88E7C6FF51C48F9F9A4BD1706EB5A9A30((Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *)(&V_5), /*hidden argument*/Enumerator_get_Current_mCC7009F88E7C6FF51C48F9F9A4BD1706EB5A9A30_RuntimeMethod_var);
V_6 = L_28;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_29 = __this->get_chunks_9();
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_30 = V_6;
NullCheck(L_29);
VirtActionInvoker1< RuntimeObject * >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_29, L_30);
}
IL_0085:
{
bool L_31 = Enumerator_MoveNext_m0337A4311EBAFC26388CF0BF407E8D14937237D1((Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *)(&V_5), /*hidden argument*/Enumerator_MoveNext_m0337A4311EBAFC26388CF0BF407E8D14937237D1_RuntimeMethod_var);
if (L_31)
{
goto IL_006f;
}
}
IL_008e:
{
IL2CPP_LEAVE(0x9E, FINALLY_0090);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0090;
}
FINALLY_0090:
{ // begin finally (depth: 1)
Enumerator_Dispose_m9836C5E3EC0C9593E29A45643DFC593CA3A3AF94((Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *)(&V_5), /*hidden argument*/Enumerator_Dispose_m9836C5E3EC0C9593E29A45643DFC593CA3A3AF94_RuntimeMethod_var);
IL2CPP_END_FINALLY(144)
} // end finally (depth: 1)
IL2CPP_CLEANUP(144)
{
IL2CPP_JUMP_TBL(0x9E, IL_009e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_009e:
{
int32_t L_32 = V_1;
return L_32;
}
}
// System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
{
int32_t L_0 = ___offset1;
int32_t L_1 = ___size2;
if ((((int32_t)L_0) >= ((int32_t)L_1)))
{
goto IL_000e;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = ___size2;
MonoChunkStream_InternalWrite_mD2577E7811A8F5E5FF8E2B7AA93CCBD5312B3FB9(__this, L_2, (int32_t*)(&___offset1), L_3, /*hidden argument*/NULL);
}
IL_000e:
{
return;
}
}
// System.Void System.Net.MonoChunkStream::InternalWrite(System.Byte[],System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_InternalWrite_mD2577E7811A8F5E5FF8E2B7AA93CCBD5312B3FB9 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_state_4();
if (!L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = __this->get_state_4();
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0044;
}
}
IL_0011:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t* L_3 = ___offset1;
int32_t L_4 = ___size2;
int32_t L_5 = MonoChunkStream_GetChunkSize_m2C862194032B260C7AD357B7CE2295A6ED488FEE(__this, L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL);
__this->set_state_4(L_5);
int32_t L_6 = __this->get_state_4();
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
{
goto IL_002a;
}
}
{
return;
}
IL_002a:
{
StringBuilder_t * L_7 = __this->get_saved_5();
NullCheck(L_7);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_7, 0, /*hidden argument*/NULL);
__this->set_sawCR_6((bool)0);
__this->set_gotit_7((bool)0);
}
IL_0044:
{
int32_t L_8 = __this->get_state_4();
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
{
goto IL_006b;
}
}
{
int32_t* L_9 = ___offset1;
int32_t L_10 = *((int32_t*)L_9);
int32_t L_11 = ___size2;
if ((((int32_t)L_10) >= ((int32_t)L_11)))
{
goto IL_006b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = ___buffer0;
int32_t* L_13 = ___offset1;
int32_t L_14 = ___size2;
int32_t L_15 = MonoChunkStream_ReadBody_mDDD46697977E46299A9ED189BDF61C5AC53A8002(__this, L_12, (int32_t*)L_13, L_14, /*hidden argument*/NULL);
__this->set_state_4(L_15);
int32_t L_16 = __this->get_state_4();
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
{
goto IL_006b;
}
}
{
return;
}
IL_006b:
{
int32_t L_17 = __this->get_state_4();
if ((!(((uint32_t)L_17) == ((uint32_t)3))))
{
goto IL_0099;
}
}
{
int32_t* L_18 = ___offset1;
int32_t L_19 = *((int32_t*)L_18);
int32_t L_20 = ___size2;
if ((((int32_t)L_19) >= ((int32_t)L_20)))
{
goto IL_0099;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___buffer0;
int32_t* L_22 = ___offset1;
int32_t L_23 = ___size2;
int32_t L_24 = MonoChunkStream_ReadCRLF_m3D8A642EDF489046BDCD5A0515D74628F1222E18(__this, L_21, (int32_t*)L_22, L_23, /*hidden argument*/NULL);
__this->set_state_4(L_24);
int32_t L_25 = __this->get_state_4();
if ((!(((uint32_t)L_25) == ((uint32_t)3))))
{
goto IL_0092;
}
}
{
return;
}
IL_0092:
{
__this->set_sawCR_6((bool)0);
}
IL_0099:
{
int32_t L_26 = __this->get_state_4();
if ((!(((uint32_t)L_26) == ((uint32_t)4))))
{
goto IL_00da;
}
}
{
int32_t* L_27 = ___offset1;
int32_t L_28 = *((int32_t*)L_27);
int32_t L_29 = ___size2;
if ((((int32_t)L_28) >= ((int32_t)L_29)))
{
goto IL_00da;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = ___buffer0;
int32_t* L_31 = ___offset1;
int32_t L_32 = ___size2;
int32_t L_33 = MonoChunkStream_ReadTrailer_mAB5F0EAFABB2F3FCB6748ECED41E840872B40AF9(__this, L_30, (int32_t*)L_31, L_32, /*hidden argument*/NULL);
__this->set_state_4(L_33);
int32_t L_34 = __this->get_state_4();
if ((!(((uint32_t)L_34) == ((uint32_t)4))))
{
goto IL_00c0;
}
}
{
return;
}
IL_00c0:
{
StringBuilder_t * L_35 = __this->get_saved_5();
NullCheck(L_35);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_35, 0, /*hidden argument*/NULL);
__this->set_sawCR_6((bool)0);
__this->set_gotit_7((bool)0);
}
IL_00da:
{
int32_t* L_36 = ___offset1;
int32_t L_37 = *((int32_t*)L_36);
int32_t L_38 = ___size2;
if ((((int32_t)L_37) >= ((int32_t)L_38)))
{
goto IL_00e8;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ___buffer0;
int32_t* L_40 = ___offset1;
int32_t L_41 = ___size2;
MonoChunkStream_InternalWrite_mD2577E7811A8F5E5FF8E2B7AA93CCBD5312B3FB9(__this, L_39, (int32_t*)L_40, L_41, /*hidden argument*/NULL);
}
IL_00e8:
{
return;
}
}
// System.Boolean System.Net.MonoChunkStream::get_WantMore()
extern "C" IL2CPP_METHOD_ATTR bool MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_chunkRead_2();
int32_t L_1 = __this->get_chunkSize_1();
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
{
goto IL_0020;
}
}
{
int32_t L_2 = __this->get_chunkSize_1();
if (L_2)
{
goto IL_0020;
}
}
{
int32_t L_3 = __this->get_state_4();
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
}
IL_0020:
{
return (bool)1;
}
}
// System.Boolean System.Net.MonoChunkStream::get_DataAvailable()
extern "C" IL2CPP_METHOD_ATTR bool MonoChunkStream_get_DataAvailable_m567F5B4EB8419551740D58B7AACF19CCA2E0AA1F (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_get_DataAvailable_m567F5B4EB8419551740D58B7AACF19CCA2E0AA1F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * V_2 = NULL;
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_chunks_9();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
V_0 = L_1;
V_1 = 0;
goto IL_0057;
}
IL_0010:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_chunks_9();
int32_t L_3 = V_1;
NullCheck(L_2);
RuntimeObject * L_4 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
V_2 = ((Chunk_tB367D5D805924164D239F587BC848162536B8AB7 *)CastclassClass((RuntimeObject*)L_4, Chunk_tB367D5D805924164D239F587BC848162536B8AB7_il2cpp_TypeInfo_var));
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_5 = V_2;
if (!L_5)
{
goto IL_0053;
}
}
{
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_6 = V_2;
NullCheck(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6->get_Bytes_0();
if (!L_7)
{
goto IL_0053;
}
}
{
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_8 = V_2;
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = L_8->get_Bytes_0();
NullCheck(L_9);
if (!(((RuntimeArray *)L_9)->max_length))
{
goto IL_0053;
}
}
{
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_10 = V_2;
NullCheck(L_10);
int32_t L_11 = L_10->get_Offset_1();
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_12 = V_2;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = L_12->get_Bytes_0();
NullCheck(L_13);
if ((((int32_t)L_11) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length)))))))
{
goto IL_0053;
}
}
{
int32_t L_14 = __this->get_state_4();
return (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0053:
{
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0057:
{
int32_t L_16 = V_1;
int32_t L_17 = V_0;
if ((((int32_t)L_16) < ((int32_t)L_17)))
{
goto IL_0010;
}
}
{
return (bool)0;
}
}
// System.Int32 System.Net.MonoChunkStream::get_ChunkLeft()
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_get_ChunkLeft_m564BBC27EC047620C34B5FF91B304BC9263E85B9 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_chunkSize_1();
int32_t L_1 = __this->get_chunkRead_2();
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)L_1));
}
}
// System.Net.MonoChunkStream_State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadBody_mDDD46697977E46299A9ED189BDF61C5AC53A8002 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_ReadBody_mDDD46697977E46299A9ED189BDF61C5AC53A8002_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
int32_t L_0 = __this->get_chunkSize_1();
if (L_0)
{
goto IL_000a;
}
}
{
return (int32_t)(3);
}
IL_000a:
{
int32_t L_1 = ___size2;
int32_t* L_2 = ___offset1;
int32_t L_3 = *((int32_t*)L_2);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_3));
int32_t L_4 = V_0;
int32_t L_5 = __this->get_chunkRead_2();
int32_t L_6 = __this->get_chunkSize_1();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)L_5))) <= ((int32_t)L_6)))
{
goto IL_002d;
}
}
{
int32_t L_7 = __this->get_chunkSize_1();
int32_t L_8 = __this->get_chunkRead_2();
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8));
}
IL_002d:
{
int32_t L_9 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_9);
V_1 = L_10;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0;
int32_t* L_12 = ___offset1;
int32_t L_13 = *((int32_t*)L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = V_1;
int32_t L_15 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_11, L_13, (RuntimeArray *)(RuntimeArray *)L_14, 0, L_15, /*hidden argument*/NULL);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_16 = __this->get_chunks_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = V_1;
Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * L_18 = (Chunk_tB367D5D805924164D239F587BC848162536B8AB7 *)il2cpp_codegen_object_new(Chunk_tB367D5D805924164D239F587BC848162536B8AB7_il2cpp_TypeInfo_var);
Chunk__ctor_m8FECC33DD2DE884EC860B9832A223B11CD5465FF(L_18, L_17, /*hidden argument*/NULL);
NullCheck(L_16);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_18);
int32_t* L_19 = ___offset1;
int32_t* L_20 = ___offset1;
int32_t L_21 = *((int32_t*)L_20);
int32_t L_22 = V_0;
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)L_22));
int32_t L_23 = __this->get_chunkRead_2();
int32_t L_24 = V_0;
__this->set_chunkRead_2(((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)L_24)));
int32_t L_25 = __this->get_totalWritten_3();
int32_t L_26 = V_0;
__this->set_totalWritten_3(((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)L_26)));
int32_t L_27 = __this->get_chunkRead_2();
int32_t L_28 = __this->get_chunkSize_1();
if ((((int32_t)L_27) == ((int32_t)L_28)))
{
goto IL_0083;
}
}
{
return (int32_t)(2);
}
IL_0083:
{
return (int32_t)(3);
}
}
// System.Net.MonoChunkStream_State System.Net.MonoChunkStream::GetChunkSize(System.Byte[],System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_GetChunkSize_m2C862194032B260C7AD357B7CE2295A6ED488FEE (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_GetChunkSize_m2C862194032B260C7AD357B7CE2295A6ED488FEE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
__this->set_chunkRead_2(0);
__this->set_chunkSize_1(0);
V_0 = 0;
goto IL_0085;
}
IL_0012:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t* L_1 = ___offset1;
int32_t* L_2 = ___offset1;
int32_t L_3 = *((int32_t*)L_2);
V_1 = L_3;
int32_t L_4 = V_1;
*((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1));
int32_t L_5 = V_1;
NullCheck(L_0);
int32_t L_6 = L_5;
uint8_t L_7 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_0 = L_7;
Il2CppChar L_8 = V_0;
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13)))))
{
goto IL_003e;
}
}
{
bool L_9 = __this->get_sawCR_6();
if (!L_9)
{
goto IL_0035;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral932F97C5FB6E5740E93908D8B2A60AF4EA7B1BD9, /*hidden argument*/NULL);
}
IL_0035:
{
__this->set_sawCR_6((bool)1);
goto IL_0085;
}
IL_003e:
{
bool L_10 = __this->get_sawCR_6();
if (!L_10)
{
goto IL_004b;
}
}
{
Il2CppChar L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)10))))
{
goto IL_008a;
}
}
IL_004b:
{
Il2CppChar L_12 = V_0;
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)32)))))
{
goto IL_0057;
}
}
{
__this->set_gotit_7((bool)1);
}
IL_0057:
{
bool L_13 = __this->get_gotit_7();
if (L_13)
{
goto IL_006c;
}
}
{
StringBuilder_t * L_14 = __this->get_saved_5();
Il2CppChar L_15 = V_0;
NullCheck(L_14);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_14, L_15, /*hidden argument*/NULL);
}
IL_006c:
{
StringBuilder_t * L_16 = __this->get_saved_5();
NullCheck(L_16);
int32_t L_17 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_16, /*hidden argument*/NULL);
if ((((int32_t)L_17) <= ((int32_t)((int32_t)20))))
{
goto IL_0085;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral9055D999C5453CB78FF3435EB6CB814B1FEC3A75, /*hidden argument*/NULL);
}
IL_0085:
{
int32_t* L_18 = ___offset1;
int32_t L_19 = *((int32_t*)L_18);
int32_t L_20 = ___size2;
if ((((int32_t)L_19) < ((int32_t)L_20)))
{
goto IL_0012;
}
}
IL_008a:
{
bool L_21 = __this->get_sawCR_6();
if (!L_21)
{
goto IL_0097;
}
}
{
Il2CppChar L_22 = V_0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)10))))
{
goto IL_00e6;
}
}
IL_0097:
{
int32_t* L_23 = ___offset1;
int32_t L_24 = *((int32_t*)L_23);
int32_t L_25 = ___size2;
if ((((int32_t)L_24) >= ((int32_t)L_25)))
{
goto IL_00a6;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteralEA010666BC01FDA42BF57AEE92CCC57ACA65B11D, /*hidden argument*/NULL);
}
IL_00a6:
{
}
IL_00a7:
try
{ // begin try (depth: 1)
{
StringBuilder_t * L_26 = __this->get_saved_5();
NullCheck(L_26);
int32_t L_27 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_27) <= ((int32_t)0)))
{
goto IL_00d5;
}
}
IL_00b5:
{
StringBuilder_t * L_28 = __this->get_saved_5();
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28);
String_t* L_30 = MonoChunkStream_RemoveChunkExtension_mD14D135C11A5F24FC208CAD57322D9C800B047FF(L_29, /*hidden argument*/NULL);
int32_t L_31 = Int32_Parse_mD336EC8038F2AE879DDC8B2F37FC8DF4413F6905(L_30, ((int32_t)515), /*hidden argument*/NULL);
__this->set_chunkSize_1(L_31);
}
IL_00d5:
{
goto IL_00e4;
}
} // 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_00d7;
throw e;
}
CATCH_00d7:
{ // begin catch(System.Exception)
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral86C64130B13FE10E71DAE385B08CA1C3BDFCC4FA, /*hidden argument*/NULL);
goto IL_00e4;
} // end catch (depth: 1)
IL_00e4:
{
return (int32_t)(1);
}
IL_00e6:
{
__this->set_chunkRead_2(0);
}
IL_00ed:
try
{ // begin try (depth: 1)
StringBuilder_t * L_32 = __this->get_saved_5();
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_32);
String_t* L_34 = MonoChunkStream_RemoveChunkExtension_mD14D135C11A5F24FC208CAD57322D9C800B047FF(L_33, /*hidden argument*/NULL);
int32_t L_35 = Int32_Parse_mD336EC8038F2AE879DDC8B2F37FC8DF4413F6905(L_34, ((int32_t)515), /*hidden argument*/NULL);
__this->set_chunkSize_1(L_35);
goto IL_011c;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_010f;
throw e;
}
CATCH_010f:
{ // begin catch(System.Exception)
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral86C64130B13FE10E71DAE385B08CA1C3BDFCC4FA, /*hidden argument*/NULL);
goto IL_011c;
} // end catch (depth: 1)
IL_011c:
{
int32_t L_36 = __this->get_chunkSize_1();
if (L_36)
{
goto IL_012d;
}
}
{
__this->set_trailerState_8(2);
return (int32_t)(4);
}
IL_012d:
{
return (int32_t)(2);
}
}
// System.String System.Net.MonoChunkStream::RemoveChunkExtension(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* MonoChunkStream_RemoveChunkExtension_mD14D135C11A5F24FC208CAD57322D9C800B047FF (String_t* ___input0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
String_t* L_0 = ___input0;
NullCheck(L_0);
int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)59), /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_000f;
}
}
{
String_t* L_3 = ___input0;
return L_3;
}
IL_000f:
{
String_t* L_4 = ___input0;
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_4, 0, L_5, /*hidden argument*/NULL);
return L_6;
}
}
// System.Net.MonoChunkStream_State System.Net.MonoChunkStream::ReadCRLF(System.Byte[],System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadCRLF_m3D8A642EDF489046BDCD5A0515D74628F1222E18 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_ReadCRLF_m3D8A642EDF489046BDCD5A0515D74628F1222E18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get_sawCR_6();
if (L_0)
{
goto IL_002f;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t* L_2 = ___offset1;
int32_t* L_3 = ___offset1;
int32_t L_4 = *((int32_t*)L_3);
V_0 = L_4;
int32_t L_5 = V_0;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_0;
NullCheck(L_1);
int32_t L_7 = L_6;
uint8_t L_8 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
if ((((int32_t)L_8) == ((int32_t)((int32_t)13))))
{
goto IL_0021;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral7AD057508A17C295337903C1D3924176D055D2AC, /*hidden argument*/NULL);
}
IL_0021:
{
__this->set_sawCR_6((bool)1);
int32_t* L_9 = ___offset1;
int32_t L_10 = *((int32_t*)L_9);
int32_t L_11 = ___size2;
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
{
goto IL_002f;
}
}
{
return (int32_t)(3);
}
IL_002f:
{
bool L_12 = __this->get_sawCR_6();
if (!L_12)
{
goto IL_0050;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer0;
int32_t* L_14 = ___offset1;
int32_t* L_15 = ___offset1;
int32_t L_16 = *((int32_t*)L_15);
V_0 = L_16;
int32_t L_17 = V_0;
*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
int32_t L_18 = V_0;
NullCheck(L_13);
int32_t L_19 = L_18;
uint8_t L_20 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
if ((((int32_t)L_20) == ((int32_t)((int32_t)10))))
{
goto IL_0050;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteralE3E4A1E2564389BEF68E1C96E30642A12A539D7E, /*hidden argument*/NULL);
}
IL_0050:
{
return (int32_t)(0);
}
}
// System.Net.MonoChunkStream_State System.Net.MonoChunkStream::ReadTrailer(System.Byte[],System.Int32U26,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_ReadTrailer_mAB5F0EAFABB2F3FCB6748ECED41E840872B40AF9 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_ReadTrailer_mAB5F0EAFABB2F3FCB6748ECED41E840872B40AF9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * V_3 = NULL;
String_t* V_4 = NULL;
int32_t V_5 = 0;
int32_t G_B19_0 = 0;
String_t* G_B19_1 = NULL;
StringBuilder_t * G_B19_2 = NULL;
int32_t G_B18_0 = 0;
String_t* G_B18_1 = NULL;
StringBuilder_t * G_B18_2 = NULL;
int32_t G_B20_0 = 0;
int32_t G_B20_1 = 0;
String_t* G_B20_2 = NULL;
StringBuilder_t * G_B20_3 = NULL;
{
V_0 = 0;
int32_t L_0 = __this->get_trailerState_8();
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0041;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t* L_2 = ___offset1;
int32_t L_3 = *((int32_t*)L_2);
NullCheck(L_1);
int32_t L_4 = L_3;
uint8_t L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)13)))))
{
goto IL_0041;
}
}
{
StringBuilder_t * L_6 = __this->get_saved_5();
NullCheck(L_6);
int32_t L_7 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0041;
}
}
{
int32_t* L_8 = ___offset1;
int32_t* L_9 = ___offset1;
int32_t L_10 = *((int32_t*)L_9);
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
int32_t* L_11 = ___offset1;
int32_t L_12 = *((int32_t*)L_11);
int32_t L_13 = ___size2;
if ((((int32_t)L_12) >= ((int32_t)L_13)))
{
goto IL_003b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer0;
int32_t* L_15 = ___offset1;
int32_t L_16 = *((int32_t*)L_15);
NullCheck(L_14);
int32_t L_17 = L_16;
uint8_t L_18 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10)))))
{
goto IL_003b;
}
}
{
int32_t* L_19 = ___offset1;
int32_t* L_20 = ___offset1;
int32_t L_21 = *((int32_t*)L_20);
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1));
return (int32_t)(0);
}
IL_003b:
{
int32_t* L_22 = ___offset1;
int32_t* L_23 = ___offset1;
int32_t L_24 = *((int32_t*)L_23);
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1));
}
IL_0041:
{
int32_t L_25 = __this->get_trailerState_8();
V_1 = L_25;
V_2 = _stringLiteralE9F72A91C5EF36CE6C8DB42790F2911D29EC1AC6;
goto IL_00cc;
}
IL_0050:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t* L_27 = ___offset1;
int32_t* L_28 = ___offset1;
int32_t L_29 = *((int32_t*)L_28);
V_5 = L_29;
int32_t L_30 = V_5;
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
int32_t L_31 = V_5;
NullCheck(L_26);
int32_t L_32 = L_31;
uint8_t L_33 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
V_0 = L_33;
int32_t L_34 = V_1;
if (!L_34)
{
goto IL_0066;
}
}
{
int32_t L_35 = V_1;
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
{
goto IL_0071;
}
}
IL_0066:
{
Il2CppChar L_36 = V_0;
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)13)))))
{
goto IL_0071;
}
}
{
int32_t L_37 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
goto IL_00cc;
}
IL_0071:
{
int32_t L_38 = V_1;
if ((((int32_t)L_38) == ((int32_t)1)))
{
goto IL_0079;
}
}
{
int32_t L_39 = V_1;
if ((!(((uint32_t)L_39) == ((uint32_t)3))))
{
goto IL_0084;
}
}
IL_0079:
{
Il2CppChar L_40 = V_0;
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)10)))))
{
goto IL_0084;
}
}
{
int32_t L_41 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_41, (int32_t)1));
goto IL_00cc;
}
IL_0084:
{
int32_t L_42 = V_1;
if ((((int32_t)L_42) <= ((int32_t)0)))
{
goto IL_00cc;
}
}
{
StringBuilder_t * L_43 = __this->get_saved_5();
String_t* L_44 = V_2;
StringBuilder_t * L_45 = __this->get_saved_5();
NullCheck(L_45);
int32_t L_46 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_45, /*hidden argument*/NULL);
G_B18_0 = 0;
G_B18_1 = L_44;
G_B18_2 = L_43;
if (!L_46)
{
G_B19_0 = 0;
G_B19_1 = L_44;
G_B19_2 = L_43;
goto IL_00a0;
}
}
{
int32_t L_47 = V_1;
G_B20_0 = L_47;
G_B20_1 = G_B18_0;
G_B20_2 = G_B18_1;
G_B20_3 = G_B18_2;
goto IL_00a3;
}
IL_00a0:
{
int32_t L_48 = V_1;
G_B20_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_48, (int32_t)2));
G_B20_1 = G_B19_0;
G_B20_2 = G_B19_1;
G_B20_3 = G_B19_2;
}
IL_00a3:
{
NullCheck(G_B20_2);
String_t* L_49 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(G_B20_2, G_B20_1, G_B20_0, /*hidden argument*/NULL);
NullCheck(G_B20_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(G_B20_3, L_49, /*hidden argument*/NULL);
V_1 = 0;
StringBuilder_t * L_50 = __this->get_saved_5();
NullCheck(L_50);
int32_t L_51 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_50, /*hidden argument*/NULL);
if ((((int32_t)L_51) <= ((int32_t)((int32_t)4196))))
{
goto IL_00cc;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral5FA471782F4133BA189C880EBFB01DB02362FC80, /*hidden argument*/NULL);
}
IL_00cc:
{
int32_t* L_52 = ___offset1;
int32_t L_53 = *((int32_t*)L_52);
int32_t L_54 = ___size2;
if ((((int32_t)L_53) >= ((int32_t)L_54)))
{
goto IL_00d8;
}
}
{
int32_t L_55 = V_1;
if ((((int32_t)L_55) < ((int32_t)4)))
{
goto IL_0050;
}
}
IL_00d8:
{
int32_t L_56 = V_1;
if ((((int32_t)L_56) >= ((int32_t)4)))
{
goto IL_00f4;
}
}
{
int32_t L_57 = V_1;
__this->set_trailerState_8(L_57);
int32_t* L_58 = ___offset1;
int32_t L_59 = *((int32_t*)L_58);
int32_t L_60 = ___size2;
if ((((int32_t)L_59) >= ((int32_t)L_60)))
{
goto IL_00f2;
}
}
{
MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192(_stringLiteral487D14DC969DB2BB669DFBC5BCE012FB70344029, /*hidden argument*/NULL);
}
IL_00f2:
{
return (int32_t)(4);
}
IL_00f4:
{
StringBuilder_t * L_61 = __this->get_saved_5();
NullCheck(L_61);
String_t* L_62 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_61);
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_63 = (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 *)il2cpp_codegen_object_new(StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var);
StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17(L_63, L_62, /*hidden argument*/NULL);
V_3 = L_63;
goto IL_0114;
}
IL_0107:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_64 = __this->get_headers_0();
String_t* L_65 = V_4;
NullCheck(L_64);
WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175(L_64, L_65, /*hidden argument*/NULL);
}
IL_0114:
{
StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * L_66 = V_3;
NullCheck(L_66);
String_t* L_67 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_66);
String_t* L_68 = L_67;
V_4 = L_68;
if (!L_68)
{
goto IL_012d;
}
}
{
String_t* L_69 = V_4;
bool L_70 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_69, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0107;
}
}
IL_012d:
{
return (int32_t)(0);
}
}
// System.Void System.Net.MonoChunkStream::ThrowProtocolViolation(System.String)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192 (String_t* ___message0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___message0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_1, L_0, (Exception_t *)NULL, ((int32_t)11), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192_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.MonoChunkStream_Chunk::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void Chunk__ctor_m8FECC33DD2DE884EC860B9832A223B11CD5465FF (Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___chunk0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___chunk0;
__this->set_Bytes_0(L_0);
return;
}
}
// System.Int32 System.Net.MonoChunkStream_Chunk::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t Chunk_Read_m765BA24769BDBF6F3D285F0190A62AAE5144E072 (Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
int32_t L_0 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_Bytes_0();
NullCheck(L_1);
int32_t L_2 = __this->get_Offset_1();
if ((((int32_t)L_0) > ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)L_2)))))
{
goto IL_0015;
}
}
{
int32_t L_3 = ___size2;
G_B3_0 = L_3;
goto IL_0024;
}
IL_0015:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_Bytes_0();
NullCheck(L_4);
int32_t L_5 = __this->get_Offset_1();
G_B3_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)L_5));
}
IL_0024:
{
V_0 = G_B3_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_Bytes_0();
int32_t L_7 = __this->get_Offset_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___buffer0;
int32_t L_9 = ___offset1;
int32_t L_10 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_6, L_7, (RuntimeArray *)(RuntimeArray *)L_8, L_9, L_10, /*hidden argument*/NULL);
int32_t L_11 = __this->get_Offset_1();
int32_t L_12 = V_0;
__this->set_Offset_1(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12)));
int32_t L_13 = V_0;
return L_13;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Net.NclUtilities::IsAddressLocal(System.Net.IPAddress)
extern "C" IL2CPP_METHOD_ATTR bool NclUtilities_IsAddressLocal_m15E0BC8FA72FF335F31D5377AC1ED599FA5966DC (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___ipAddress0, const RuntimeMethod* method)
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_0 = NULL;
int32_t V_1 = 0;
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8(/*hidden argument*/NULL);
V_0 = L_0;
V_1 = 0;
goto IL_001c;
}
IL_000a:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = ___ipAddress0;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = V_0;
int32_t L_3 = V_1;
NullCheck(L_2);
int32_t L_4 = L_3;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
NullCheck(L_1);
bool L_6 = IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6(L_1, L_5, (bool)0, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0018;
}
}
{
return (bool)1;
}
IL_0018:
{
int32_t L_7 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)1));
}
IL_001c:
{
int32_t L_8 = V_1;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_9 = V_0;
NullCheck(L_9);
if ((((int32_t)L_8) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_9)->max_length)))))))
{
goto IL_000a;
}
}
{
return (bool)0;
}
}
// System.Net.IPHostEntry System.Net.NclUtilities::GetLocalHost()
extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var);
String_t* L_0 = Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2(/*hidden argument*/NULL);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_1 = Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses()
extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * V_3 = NULL;
int32_t V_4 = 0;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_5 = NULL;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * V_6 = NULL;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_7 = NULL;
int32_t V_8 = 0;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_9 = NULL;
int32_t V_10 = 0;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_11 = NULL;
Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 V_12;
memset(&V_12, 0, sizeof(V_12));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = ((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->get__LocalAddresses_0();
il2cpp_codegen_memory_barrier();
V_0 = L_0;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_1 = V_0;
if (!L_1)
{
goto IL_000d;
}
}
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = V_0;
return L_2;
}
IL_000d:
{
RuntimeObject * L_3 = NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2(/*hidden argument*/NULL);
V_1 = L_3;
V_2 = (bool)0;
}
IL_0015:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_4 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_2), /*hidden argument*/NULL);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_5 = ((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->get__LocalAddresses_0();
il2cpp_codegen_memory_barrier();
V_0 = L_5;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_6 = V_0;
if (!L_6)
{
goto IL_0030;
}
}
IL_0028:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_7 = V_0;
V_5 = L_7;
IL2CPP_LEAVE(0x108, FINALLY_00fe);
}
IL_0030:
{
List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * L_8 = (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *)il2cpp_codegen_object_new(List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_il2cpp_TypeInfo_var);
List_1__ctor_m3569FEF3EF436F9577B74946708EDF77C665ED58(L_8, /*hidden argument*/List_1__ctor_m3569FEF3EF436F9577B74946708EDF77C665ED58_RuntimeMethod_var);
V_3 = L_8;
}
IL_0036:
try
{ // begin try (depth: 2)
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_9 = NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD(/*hidden argument*/NULL);
V_6 = L_9;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_10 = V_6;
if (!L_10)
{
goto IL_00a5;
}
}
IL_0041:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_11 = V_6;
NullCheck(L_11);
String_t* L_12 = IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0072;
}
}
IL_004a:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_13 = V_6;
NullCheck(L_13);
String_t* L_14 = IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_14, ((int32_t)46), /*hidden argument*/NULL);
V_8 = L_15;
int32_t L_16 = V_8;
if ((((int32_t)L_16) == ((int32_t)(-1))))
{
goto IL_0072;
}
}
IL_005f:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_17 = V_6;
NullCheck(L_17);
String_t* L_18 = IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605(L_17, /*hidden argument*/NULL);
int32_t L_19 = V_8;
NullCheck(L_18);
String_t* L_20 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_18, L_19, /*hidden argument*/NULL);
((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->set__LocalDomainName_2(L_20);
}
IL_0072:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_21 = V_6;
NullCheck(L_21);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_22 = IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56(L_21, /*hidden argument*/NULL);
V_7 = L_22;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_23 = V_7;
if (!L_23)
{
goto IL_00a5;
}
}
IL_007f:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_24 = V_7;
V_9 = L_24;
V_10 = 0;
goto IL_009d;
}
IL_0088:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_25 = V_9;
int32_t L_26 = V_10;
NullCheck(L_25);
int32_t L_27 = L_26;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
V_11 = L_28;
List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * L_29 = V_3;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_30 = V_11;
NullCheck(L_29);
List_1_Add_m24312FA149184478D86050F9312C3E3B34559A2B(L_29, L_30, /*hidden argument*/List_1_Add_m24312FA149184478D86050F9312C3E3B34559A2B_RuntimeMethod_var);
int32_t L_31 = V_10;
V_10 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_009d:
{
int32_t L_32 = V_10;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_33 = V_9;
NullCheck(L_33);
if ((((int32_t)L_32) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))))))
{
goto IL_0088;
}
}
IL_00a5:
{
goto IL_00aa;
}
} // 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_00a7;
throw e;
}
CATCH_00a7:
{ // begin catch(System.Object)
goto IL_00aa;
} // end catch (depth: 2)
IL_00aa:
{
List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * L_34 = V_3;
NullCheck(L_34);
int32_t L_35 = List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E(L_34, /*hidden argument*/List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E_RuntimeMethod_var);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_36 = (IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)SZArrayNew(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var, (uint32_t)L_35);
V_0 = L_36;
V_4 = 0;
List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * L_37 = V_3;
NullCheck(L_37);
Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 L_38 = List_1_GetEnumerator_m6723F49E8C82D6C521BB43B550D2135CAE8996E3(L_37, /*hidden argument*/List_1_GetEnumerator_m6723F49E8C82D6C521BB43B550D2135CAE8996E3_RuntimeMethod_var);
V_12 = L_38;
}
IL_00c1:
try
{ // begin try (depth: 2)
{
goto IL_00d8;
}
IL_00c3:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_39 = Enumerator_get_Current_mF8081A0D783356CF526FD0E3DABF707391773E83((Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *)(&V_12), /*hidden argument*/Enumerator_get_Current_mF8081A0D783356CF526FD0E3DABF707391773E83_RuntimeMethod_var);
V_13 = L_39;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_40 = V_0;
int32_t L_41 = V_4;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_42 = V_13;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, L_42);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(L_41), (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)L_42);
int32_t L_43 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)1));
}
IL_00d8:
{
bool L_44 = Enumerator_MoveNext_mB7F463924496183C48221AC9D2A0861687E787AB((Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *)(&V_12), /*hidden argument*/Enumerator_MoveNext_mB7F463924496183C48221AC9D2A0861687E787AB_RuntimeMethod_var);
if (L_44)
{
goto IL_00c3;
}
}
IL_00e1:
{
IL2CPP_LEAVE(0xF1, 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)
Enumerator_Dispose_mCCC66C30D89016AD0E686F18558A5EF25A5A2D0B((Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *)(&V_12), /*hidden argument*/Enumerator_Dispose_mCCC66C30D89016AD0E686F18558A5EF25A5A2D0B_RuntimeMethod_var);
IL2CPP_END_FINALLY(227)
} // end finally (depth: 2)
IL2CPP_CLEANUP(227)
{
IL2CPP_JUMP_TBL(0xF1, IL_00f1)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00f1:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_45 = V_0;
il2cpp_codegen_memory_barrier();
((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->set__LocalAddresses_0(L_45);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_46 = V_0;
V_5 = L_46;
IL2CPP_LEAVE(0x108, FINALLY_00fe);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00fe;
}
FINALLY_00fe:
{ // begin finally (depth: 1)
{
bool L_47 = V_2;
if (!L_47)
{
goto IL_0107;
}
}
IL_0101:
{
RuntimeObject * L_48 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_48, /*hidden argument*/NULL);
}
IL_0107:
{
IL2CPP_END_FINALLY(254)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(254)
{
IL2CPP_JUMP_TBL(0x108, IL_0108)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0108:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_49 = V_5;
return L_49;
}
}
// System.Object System.Net.NclUtilities::get_LocalAddressesLock()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->get__LocalAddressesLock_1();
if (L_0)
{
goto IL_0018;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)(((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->get_address_of__LocalAddressesLock_1()), L_1, NULL, /*hidden argument*/NULL);
}
IL_0018:
{
RuntimeObject * L_2 = ((NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_StaticFields*)il2cpp_codegen_static_fields_for(NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var))->get__LocalAddressesLock_1();
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.NetRes::GetWebStatusString(System.String,System.Net.WebExceptionStatus)
extern "C" IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81 (String_t* ___Res0, int32_t ___Status1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
{
int32_t L_0 = ___Status1;
IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var);
String_t* L_1 = WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91(L_0, /*hidden argument*/NULL);
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(L_1, /*hidden argument*/NULL);
V_1 = L_2;
String_t* L_3 = ___Res0;
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(L_3, /*hidden argument*/NULL);
V_0 = L_4;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_5 = CultureInfo_get_CurrentCulture_mD86F3D8E5D332FB304F80D9B9CA4DE849C2A6831(/*hidden argument*/NULL);
String_t* L_6 = V_0;
String_t* L_7 = V_1;
String_t* L_8 = String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F(L_5, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.String System.Net.NetRes::GetWebStatusString(System.Net.WebExceptionStatus)
extern "C" IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8 (int32_t ___Status0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___Status0;
IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var);
String_t* L_1 = WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91(L_0, /*hidden argument*/NULL);
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(L_1, /*hidden argument*/NULL);
return L_2;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.NetworkCredential::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential__ctor_m6FAE0A13FFBFC74F1E810399223B5297DF9B4C76 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___userName0, String_t* ___password1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkCredential__ctor_m6FAE0A13FFBFC74F1E810399223B5297DF9B4C76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___userName0;
String_t* L_1 = ___password1;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NetworkCredential__ctor_mFAFA0E2205D5A144C0EAB9420F7FBBE71ED677D4(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential__ctor_mFAFA0E2205D5A144C0EAB9420F7FBBE71ED677D4 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___userName0, String_t* ___password1, String_t* ___domain2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___userName0;
NetworkCredential_set_UserName_m17D8E6ABE7EDA733A8E01967698669293FCF2E22(__this, L_0, /*hidden argument*/NULL);
String_t* L_1 = ___password1;
NetworkCredential_set_Password_mEEF6A7577788282996C4A5A989D9BA47B13D882E(__this, L_1, /*hidden argument*/NULL);
String_t* L_2 = ___domain2;
NetworkCredential_set_Domain_m5046BA97B0F1D839ABB6F928C1DF2FA2387DBA9C(__this, L_2, /*hidden argument*/NULL);
return;
}
}
// System.String System.Net.NetworkCredential::get_UserName()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = NetworkCredential_InternalGetUserName_mB9CE178B322A2F4D9BA04EFB3B1E1714E956072E(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.NetworkCredential::set_UserName(System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential_set_UserName_m17D8E6ABE7EDA733A8E01967698669293FCF2E22 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkCredential_set_UserName_m17D8E6ABE7EDA733A8E01967698669293FCF2E22_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_userName_1(L_1);
return;
}
IL_000f:
{
String_t* L_2 = ___value0;
__this->set_m_userName_1(L_2);
return;
}
}
// System.String System.Net.NetworkCredential::get_Password()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = NetworkCredential_InternalGetPassword_m5E595475BB92DC4B7350EA45A88DE31035DBD1E5(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.NetworkCredential::set_Password(System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential_set_Password_mEEF6A7577788282996C4A5A989D9BA47B13D882E (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_1 = SecureStringHelper_CreateSecureString_m36F065E59FF9B8AC79289E4B2A42F96C23BD4F0C(L_0, /*hidden argument*/NULL);
__this->set_m_password_2(L_1);
return;
}
}
// System.String System.Net.NetworkCredential::get_Domain()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = NetworkCredential_InternalGetDomain_mD71A083EE1BAA813D8DE53B402C228E6FFB35028(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.NetworkCredential::set_Domain(System.String)
extern "C" IL2CPP_METHOD_ATTR void NetworkCredential_set_Domain_m5046BA97B0F1D839ABB6F928C1DF2FA2387DBA9C (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkCredential_set_Domain_m5046BA97B0F1D839ABB6F928C1DF2FA2387DBA9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_domain_0(L_1);
return;
}
IL_000f:
{
String_t* L_2 = ___value0;
__this->set_m_domain_0(L_2);
return;
}
}
// System.String System.Net.NetworkCredential::InternalGetUserName()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_mB9CE178B322A2F4D9BA04EFB3B1E1714E956072E (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_userName_1();
return L_0;
}
}
// System.String System.Net.NetworkCredential::InternalGetPassword()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetPassword_m5E595475BB92DC4B7350EA45A88DE31035DBD1E5 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_0 = __this->get_m_password_2();
String_t* L_1 = SecureStringHelper_CreateString_m48E822E6ECF3CEEB6D3CB1624B260B49E3368A40(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Net.NetworkCredential::InternalGetDomain()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_mD71A083EE1BAA813D8DE53B402C228E6FFB35028 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_domain_0();
return L_0;
}
}
// System.Net.NetworkCredential System.Net.NetworkCredential::GetCredential(System.Uri,System.String)
extern "C" IL2CPP_METHOD_ATTR NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * NetworkCredential_GetCredential_m070BF4C9BA70181F75E69845E8FB9532880F6584 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___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.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t CommonUnixIPGlobalProperties_getdomainname_mF48E7AAE74313578ACC25E8C9FBAAD66F280DDCD (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___name0, int32_t ___len1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (uint8_t*, int32_t);
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(void*) + sizeof(int32_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("libc"), "getdomainname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
if (il2cppPInvokeFunc == NULL)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'getdomainname'"), NULL, NULL);
}
}
// Marshaling of parameter U27___name0U27 to native representation
uint8_t* ____name0_marshaled = NULL;
if (___name0 != NULL)
{
____name0_marshaled = reinterpret_cast<uint8_t*>((___name0)->GetAddressAtUnchecked(0));
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(____name0_marshaled, ___len1);
return returnValue;
}
// System.String System.Net.NetworkInformation.CommonUnixIPGlobalProperties::get_DomainName()
extern "C" IL2CPP_METHOD_ATTR String_t* CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86 (CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
int32_t G_B7_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B7_1 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B7_2 = NULL;
int32_t G_B6_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B6_1 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B6_2 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B8_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B8_2 = NULL;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * G_B8_3 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
V_0 = L_0;
}
IL_000b:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = V_0;
int32_t L_2 = CommonUnixIPGlobalProperties_getdomainname_mF48E7AAE74313578ACC25E8C9FBAAD66F280DDCD(L_1, ((int32_t)256), /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001e;
}
}
IL_0018:
{
NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 * L_3 = (NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 *)il2cpp_codegen_object_new(NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7_il2cpp_TypeInfo_var);
NetworkInformationException__ctor_mBA60EDC47C5B8373C69C2BB998014CB1B99319FB(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86_RuntimeMethod_var);
}
IL_001e:
{
goto IL_0029;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0020;
throw e;
}
CATCH_0020:
{ // begin catch(System.EntryPointNotFoundException)
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_2 = L_4;
goto IL_004a;
} // end catch (depth: 1)
IL_0029:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
int32_t L_6 = Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A(L_5, (uint8_t)0, /*hidden argument*/Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_RuntimeMethod_var);
V_1 = L_6;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_7 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_0;
int32_t L_9 = V_1;
G_B6_0 = 0;
G_B6_1 = L_8;
G_B6_2 = L_7;
if ((((int32_t)L_9) < ((int32_t)0)))
{
G_B7_0 = 0;
G_B7_1 = L_8;
G_B7_2 = L_7;
goto IL_003f;
}
}
{
int32_t L_10 = V_1;
G_B8_0 = L_10;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
G_B8_3 = G_B6_2;
goto IL_0044;
}
IL_003f:
{
G_B8_0 = ((int32_t)256);
G_B8_1 = G_B7_0;
G_B8_2 = G_B7_1;
G_B8_3 = G_B7_2;
}
IL_0044:
{
NullCheck(G_B8_3);
String_t* L_11 = VirtFuncInvoker3< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(33 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, G_B8_3, G_B8_2, G_B8_1, G_B8_0);
return L_11;
}
IL_004a:
{
String_t* L_12 = V_2;
return L_12;
}
}
// System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void CommonUnixIPGlobalProperties__ctor_mD26E185C9CE6B7E2D0E6B11FDB9BA7C73429CDDF (CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7 * __this, const RuntimeMethod* method)
{
{
IPGlobalProperties__ctor_m1C3267FBFEC8DD72CC56A4C5EC19C76AA7680B6B(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::GetIPGlobalProperties()
extern "C" IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * V_1 = NULL;
{
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_0 = Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0063;
}
}
{
V_1 = (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 *)NULL;
bool L_3 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(_stringLiteral5B141D3FA6D79F9F10251736ED4F001420AECB1D, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0037;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_4 = (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 *)il2cpp_codegen_object_new(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var);
MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7(L_4, _stringLiteral5B141D3FA6D79F9F10251736ED4F001420AECB1D, /*hidden argument*/NULL);
V_1 = L_4;
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_5 = V_1;
NullCheck(L_5);
String_t* L_6 = L_5->get_StatisticsFile_0();
bool L_7 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0037;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_8 = V_1;
return L_8;
}
IL_0037:
{
bool L_9 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(_stringLiteral656AD8063863CA32DAFB418C13AFB9968BAB86C5, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_005d;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_10 = (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 *)il2cpp_codegen_object_new(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var);
MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7(L_10, _stringLiteral656AD8063863CA32DAFB418C13AFB9968BAB86C5, /*hidden argument*/NULL);
V_1 = L_10;
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_11 = V_1;
NullCheck(L_11);
String_t* L_12 = L_11->get_StatisticsFile_0();
bool L_13 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_005d;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_14 = V_1;
return L_14;
}
IL_005d:
{
UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 * L_15 = (UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 *)il2cpp_codegen_object_new(UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6_il2cpp_TypeInfo_var);
UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744(L_15, /*hidden argument*/NULL);
return L_15;
}
IL_0063:
{
Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * L_16 = (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C *)il2cpp_codegen_object_new(Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C_il2cpp_TypeInfo_var);
Win32IPGlobalProperties__ctor_mCCF10D6073FCA3B87D513794539C831D75E8D236(L_16, /*hidden argument*/NULL);
return L_16;
}
}
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties()
extern "C" IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014 (const RuntimeMethod* method)
{
{
IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * L_0 = IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.NetworkInformation.IPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void IPGlobalProperties__ctor_m1C3267FBFEC8DD72CC56A4C5EC19C76AA7680B6B (IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7 (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * __this, String_t* ___procDir0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744(__this, /*hidden argument*/NULL);
String_t* L_0 = ___procDir0;
IL2CPP_RUNTIME_CLASS_INIT(Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var);
String_t* L_1 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_0, _stringLiteral536ADFEBF9C2D846A36B8FD0B0EE3AF1CC0290DC, /*hidden argument*/NULL);
__this->set_StatisticsFile_0(L_1);
String_t* L_2 = ___procDir0;
String_t* L_3 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_2, _stringLiteral09ADA258F21C22CA0C13C832EA81C49FA1B0DF2F, /*hidden argument*/NULL);
__this->set_StatisticsFileIPv6_1(L_3);
String_t* L_4 = ___procDir0;
String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_4, _stringLiteral1750329340DC35FB03FD7023FDC0E5DBA128856C, /*hidden argument*/NULL);
__this->set_TcpFile_2(L_5);
String_t* L_6 = ___procDir0;
String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteral8517EC1BFBA349CCEB4DF5548D1C799EB5D141C8, /*hidden argument*/NULL);
__this->set_Tcp6File_3(L_7);
String_t* L_8 = ___procDir0;
String_t* L_9 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_8, _stringLiteral5D306CBFC6FB9C5CA9BF4D1AD7EF5156C248AE51, /*hidden argument*/NULL);
__this->set_UdpFile_4(L_9);
String_t* L_10 = ___procDir0;
String_t* L_11 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_10, _stringLiteral66EB4A6DCDA9B5BB4C4EDC5A91334CA3E4F35521, /*hidden argument*/NULL);
__this->set_Udp6File_5(L_11);
return;
}
}
// System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.cctor()
extern "C" IL2CPP_METHOD_ATTR void MibIPGlobalProperties__cctor_m874A8D290A3B1DBFD14A091E479BE2924DFA547D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MibIPGlobalProperties__cctor_m874A8D290A3B1DBFD14A091E479BE2924DFA547D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)32));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)9));
((MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_StaticFields*)il2cpp_codegen_static_fields_for(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var))->set_wsChars_6(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.NetworkInformation.NetworkInformationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_mBA60EDC47C5B8373C69C2BB998014CB1B99319FB (NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkInformationException__ctor_mBA60EDC47C5B8373C69C2BB998014CB1B99319FB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
int32_t L_0 = Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.NetworkInformation.NetworkInformationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void NetworkInformationException__ctor_mFF36F090C8A2438A1C8B75BA60B47933B13DD876 (NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkInformationException__ctor_mFF36F090C8A2438A1C8B75BA60B47933B13DD876_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB(__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.NetworkInformation.UnixIPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744 (UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 * __this, const RuntimeMethod* method)
{
{
CommonUnixIPGlobalProperties__ctor_mD26E185C9CE6B7E2D0E6B11FDB9BA7C73429CDDF(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.NetworkInformation.Win32IPGlobalProperties::get_DomainName()
extern "C" IL2CPP_METHOD_ATTR String_t* Win32IPGlobalProperties_get_DomainName_mF0BAF6309AF69217DF87D3EB0C44589ED70419B6 (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32IPGlobalProperties_get_DomainName_mF0BAF6309AF69217DF87D3EB0C44589ED70419B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var);
Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD L_0 = Win32NetworkInterface_get_FixedInfo_m5C321EB3F491660D8054D89A57FE8842DE2755E9(/*hidden argument*/NULL);
String_t* L_1 = L_0.get_DomainName_1();
return L_1;
}
}
// System.Void System.Net.NetworkInformation.Win32IPGlobalProperties::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Win32IPGlobalProperties__ctor_mCCF10D6073FCA3B87D513794539C831D75E8D236 (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * __this, const RuntimeMethod* method)
{
{
IPGlobalProperties__ctor_m1C3267FBFEC8DD72CC56A4C5EC19C76AA7680B6B(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Net.NetworkInformation.Win32NetworkInterface::GetNetworkParams(System.IntPtr,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t Win32NetworkInterface_GetNetworkParams_mC4CE2C65E1AC80E4C2371950E3201D2DE40A62B7 (intptr_t ___ptr0, int32_t* ___size1, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t, int32_t*);
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t) + sizeof(int32_t*);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("iphlpapi.dll"), "GetNetworkParams", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
if (il2cppPInvokeFunc == NULL)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'GetNetworkParams'"), NULL, NULL);
}
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___ptr0, ___size1);
il2cpp_codegen_marshal_store_last_error();
return returnValue;
}
// System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::get_FixedInfo()
extern "C" IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD Win32NetworkInterface_get_FixedInfo_m5C321EB3F491660D8054D89A57FE8842DE2755E9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Win32NetworkInterface_get_FixedInfo_m5C321EB3F491660D8054D89A57FE8842DE2755E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var);
bool L_0 = ((Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var))->get_initialized_1();
if (L_0)
{
goto IL_0035;
}
}
{
V_0 = 0;
IL2CPP_RUNTIME_CLASS_INIT(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var);
Win32NetworkInterface_GetNetworkParams_mC4CE2C65E1AC80E4C2371950E3201D2DE40A62B7((intptr_t)(0), (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
intptr_t L_2 = Marshal_AllocHGlobal_m3BFCB876D7469108C8676D6DD90D943806C13A58(L_1, /*hidden argument*/NULL);
intptr_t L_3 = (intptr_t)L_2;
Win32NetworkInterface_GetNetworkParams_mC4CE2C65E1AC80E4C2371950E3201D2DE40A62B7((intptr_t)L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD L_4 = Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B((intptr_t)L_3, /*hidden argument*/Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_RuntimeMethod_var);
((Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var))->set_fixedInfo_0(L_4);
((Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var))->set_initialized_1((bool)1);
}
IL_0035:
{
IL2CPP_RUNTIME_CLASS_INIT(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var);
Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD L_5 = ((Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_StaticFields*)il2cpp_codegen_static_fields_for(Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var))->get_fixedInfo_0();
return L_5;
}
}
// System.Void System.Net.NetworkInformation.Win32NetworkInterface::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Win32NetworkInterface__cctor_m7C0F1F8D1678B558F004EFC6FF920275B0F4B71B (const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO
extern "C" void Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshal_pinvoke(const Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD& unmarshaled, Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_HostName_0(), (char*)&marshaled.___HostName_0, 132);
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_DomainName_1(), (char*)&marshaled.___DomainName_1, 132);
marshaled.___CurrentDnsServer_2 = unmarshaled.get_CurrentDnsServer_2();
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke(unmarshaled.get_DnsServerList_3(), marshaled.___DnsServerList_3);
marshaled.___NodeType_4 = unmarshaled.get_NodeType_4();
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_ScopeId_5(), (char*)&marshaled.___ScopeId_5, 260);
marshaled.___EnableRouting_6 = unmarshaled.get_EnableRouting_6();
marshaled.___EnableProxy_7 = unmarshaled.get_EnableProxy_7();
marshaled.___EnableDns_8 = unmarshaled.get_EnableDns_8();
}
extern "C" void Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshal_pinvoke_back(const Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_pinvoke& marshaled, Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD& unmarshaled)
{
unmarshaled.set_HostName_0(il2cpp_codegen_marshal_string_result(marshaled.___HostName_0));
unmarshaled.set_DomainName_1(il2cpp_codegen_marshal_string_result(marshaled.___DomainName_1));
intptr_t unmarshaled_CurrentDnsServer_temp_2;
memset(&unmarshaled_CurrentDnsServer_temp_2, 0, sizeof(unmarshaled_CurrentDnsServer_temp_2));
unmarshaled_CurrentDnsServer_temp_2 = marshaled.___CurrentDnsServer_2;
unmarshaled.set_CurrentDnsServer_2(unmarshaled_CurrentDnsServer_temp_2);
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F unmarshaled_DnsServerList_temp_3;
memset(&unmarshaled_DnsServerList_temp_3, 0, sizeof(unmarshaled_DnsServerList_temp_3));
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_back(marshaled.___DnsServerList_3, unmarshaled_DnsServerList_temp_3);
unmarshaled.set_DnsServerList_3(unmarshaled_DnsServerList_temp_3);
int32_t unmarshaled_NodeType_temp_4 = 0;
unmarshaled_NodeType_temp_4 = marshaled.___NodeType_4;
unmarshaled.set_NodeType_4(unmarshaled_NodeType_temp_4);
unmarshaled.set_ScopeId_5(il2cpp_codegen_marshal_string_result(marshaled.___ScopeId_5));
uint32_t unmarshaled_EnableRouting_temp_6 = 0;
unmarshaled_EnableRouting_temp_6 = marshaled.___EnableRouting_6;
unmarshaled.set_EnableRouting_6(unmarshaled_EnableRouting_temp_6);
uint32_t unmarshaled_EnableProxy_temp_7 = 0;
unmarshaled_EnableProxy_temp_7 = marshaled.___EnableProxy_7;
unmarshaled.set_EnableProxy_7(unmarshaled_EnableProxy_temp_7);
uint32_t unmarshaled_EnableDns_temp_8 = 0;
unmarshaled_EnableDns_temp_8 = marshaled.___EnableDns_8;
unmarshaled.set_EnableDns_8(unmarshaled_EnableDns_temp_8);
}
// Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO
extern "C" void Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshal_pinvoke_cleanup(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_pinvoke& marshaled)
{
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_cleanup(marshaled.___DnsServerList_3);
}
// Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO
extern "C" void Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshal_com(const Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD& unmarshaled, Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_HostName_0(), (char*)&marshaled.___HostName_0, 132);
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_DomainName_1(), (char*)&marshaled.___DomainName_1, 132);
marshaled.___CurrentDnsServer_2 = unmarshaled.get_CurrentDnsServer_2();
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com(unmarshaled.get_DnsServerList_3(), marshaled.___DnsServerList_3);
marshaled.___NodeType_4 = unmarshaled.get_NodeType_4();
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_ScopeId_5(), (char*)&marshaled.___ScopeId_5, 260);
marshaled.___EnableRouting_6 = unmarshaled.get_EnableRouting_6();
marshaled.___EnableProxy_7 = unmarshaled.get_EnableProxy_7();
marshaled.___EnableDns_8 = unmarshaled.get_EnableDns_8();
}
extern "C" void Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshal_com_back(const Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_com& marshaled, Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD& unmarshaled)
{
unmarshaled.set_HostName_0(il2cpp_codegen_marshal_string_result(marshaled.___HostName_0));
unmarshaled.set_DomainName_1(il2cpp_codegen_marshal_string_result(marshaled.___DomainName_1));
intptr_t unmarshaled_CurrentDnsServer_temp_2;
memset(&unmarshaled_CurrentDnsServer_temp_2, 0, sizeof(unmarshaled_CurrentDnsServer_temp_2));
unmarshaled_CurrentDnsServer_temp_2 = marshaled.___CurrentDnsServer_2;
unmarshaled.set_CurrentDnsServer_2(unmarshaled_CurrentDnsServer_temp_2);
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F unmarshaled_DnsServerList_temp_3;
memset(&unmarshaled_DnsServerList_temp_3, 0, sizeof(unmarshaled_DnsServerList_temp_3));
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_back(marshaled.___DnsServerList_3, unmarshaled_DnsServerList_temp_3);
unmarshaled.set_DnsServerList_3(unmarshaled_DnsServerList_temp_3);
int32_t unmarshaled_NodeType_temp_4 = 0;
unmarshaled_NodeType_temp_4 = marshaled.___NodeType_4;
unmarshaled.set_NodeType_4(unmarshaled_NodeType_temp_4);
unmarshaled.set_ScopeId_5(il2cpp_codegen_marshal_string_result(marshaled.___ScopeId_5));
uint32_t unmarshaled_EnableRouting_temp_6 = 0;
unmarshaled_EnableRouting_temp_6 = marshaled.___EnableRouting_6;
unmarshaled.set_EnableRouting_6(unmarshaled_EnableRouting_temp_6);
uint32_t unmarshaled_EnableProxy_temp_7 = 0;
unmarshaled_EnableProxy_temp_7 = marshaled.___EnableProxy_7;
unmarshaled.set_EnableProxy_7(unmarshaled_EnableProxy_temp_7);
uint32_t unmarshaled_EnableDns_temp_8 = 0;
unmarshaled_EnableDns_temp_8 = marshaled.___EnableDns_8;
unmarshaled.set_EnableDns_8(unmarshaled_EnableDns_temp_8);
}
// Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_FIXED_INFO
extern "C" void Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshal_com_cleanup(Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_marshaled_com& marshaled)
{
Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_cleanup(marshaled.___DnsServerList_3);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled)
{
marshaled.___Next_0 = unmarshaled.get_Next_0();
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpAddress_1(), (char*)&marshaled.___IpAddress_1, 16);
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpMask_2(), (char*)&marshaled.___IpMask_2, 16);
marshaled.___Context_3 = unmarshaled.get_Context_3();
}
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_back(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled)
{
intptr_t unmarshaled_Next_temp_0;
memset(&unmarshaled_Next_temp_0, 0, sizeof(unmarshaled_Next_temp_0));
unmarshaled_Next_temp_0 = marshaled.___Next_0;
unmarshaled.set_Next_0(unmarshaled_Next_temp_0);
unmarshaled.set_IpAddress_1(il2cpp_codegen_marshal_string_result(marshaled.___IpAddress_1));
unmarshaled.set_IpMask_2(il2cpp_codegen_marshal_string_result(marshaled.___IpMask_2));
uint32_t unmarshaled_Context_temp_3 = 0;
unmarshaled_Context_temp_3 = marshaled.___Context_3;
unmarshaled.set_Context_3(unmarshaled_Context_temp_3);
}
// Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_cleanup(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled)
{
marshaled.___Next_0 = unmarshaled.get_Next_0();
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpAddress_1(), (char*)&marshaled.___IpAddress_1, 16);
il2cpp_codegen_marshal_string_fixed(unmarshaled.get_IpMask_2(), (char*)&marshaled.___IpMask_2, 16);
marshaled.___Context_3 = unmarshaled.get_Context_3();
}
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_back(const Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled, Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F& unmarshaled)
{
intptr_t unmarshaled_Next_temp_0;
memset(&unmarshaled_Next_temp_0, 0, sizeof(unmarshaled_Next_temp_0));
unmarshaled_Next_temp_0 = marshaled.___Next_0;
unmarshaled.set_Next_0(unmarshaled_Next_temp_0);
unmarshaled.set_IpAddress_1(il2cpp_codegen_marshal_string_result(marshaled.___IpAddress_1));
unmarshaled.set_IpMask_2(il2cpp_codegen_marshal_string_result(marshaled.___IpMask_2));
uint32_t unmarshaled_Context_temp_3 = 0;
unmarshaled_Context_temp_3 = marshaled.___Context_3;
unmarshaled.set_Context_3(unmarshaled_Context_temp_3);
}
// Conversion method for clean up from marshalling of: System.Net.NetworkInformation.Win32_IP_ADDR_STRING
extern "C" void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_cleanup(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled)
{
}
#ifdef __clang__
#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.NtlmClient::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6 (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8 * L_0 = (NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8 *)il2cpp_codegen_object_new(NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8_il2cpp_TypeInfo_var);
NtlmClient__ctor_m4899ADB6724FAD756B958222AC0366D55240B7EF(L_0, /*hidden argument*/NULL);
__this->set_authObject_0(L_0);
return;
}
}
// System.Net.Authorization System.Net.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * NtlmClient_Authenticate_mCDC8AA52BA2D724024B81A39A4D96C4B4AF3CBB0 (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * __this, String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NtlmClient_Authenticate_mCDC8AA52BA2D724024B81A39A4D96C4B4AF3CBB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_authObject_0();
if (L_0)
{
goto IL_000a;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_000a:
{
RuntimeObject* L_1 = __this->get_authObject_0();
String_t* L_2 = ___challenge0;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_3 = ___webRequest1;
RuntimeObject* L_4 = ___credentials2;
NullCheck(L_1);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_5 = InterfaceFuncInvoker3< Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *, String_t*, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 *, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var, L_1, L_2, L_3, L_4);
return L_5;
}
}
// System.Net.Authorization System.Net.NtlmClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * NtlmClient_PreAuthenticate_m9AFD2C3F162527EF52C304143D08DEC4A68C04F2 (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method)
{
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
}
// System.String System.Net.NtlmClient::get_AuthenticationType()
extern "C" IL2CPP_METHOD_ATTR String_t* NtlmClient_get_AuthenticationType_m666845B43C7EA43E5F5125B1A0245E559C2F94EA (NtlmClient_tBCB5B9D27D758545CF0BB6490F1A5CE77F65B204 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NtlmClient_get_AuthenticationType_m666845B43C7EA43E5F5125B1A0245E559C2F94EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261;
}
}
#ifdef __clang__
#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.PathList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_il2cpp_TypeInfo_var);
PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * L_0 = ((PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_il2cpp_TypeInfo_var))->get_StaticInstance_0();
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_1 = (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E *)il2cpp_codegen_object_new(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var);
SortedList__ctor_mD73C626428344DB75A9EE4EBDD009568226D7757(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458(L_1, /*hidden argument*/NULL);
__this->set_m_list_0(L_2);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Net.PathList::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_m_list_0();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(16 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0);
return L_1;
}
}
// System.Int32 System.Net.PathList::GetCookiesCount()
extern "C" IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
RuntimeObject* V_3 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = 0;
RuntimeObject * L_0 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(__this, /*hidden argument*/NULL);
V_1 = L_0;
V_2 = (bool)0;
}
IL_000b:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_2), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get_m_list_0();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_2);
NullCheck(L_3);
RuntimeObject* L_4 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_3);
V_3 = L_4;
}
IL_0024:
try
{ // begin try (depth: 2)
{
goto IL_003d;
}
IL_0026:
{
RuntimeObject* L_5 = V_3;
NullCheck(L_5);
RuntimeObject * L_6 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_5);
V_4 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_6, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
int32_t L_7 = V_0;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_8 = V_4;
NullCheck(L_8);
int32_t L_9 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_8, /*hidden argument*/NULL);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_9));
}
IL_003d:
{
RuntimeObject* L_10 = V_3;
NullCheck(L_10);
bool L_11 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_10);
if (L_11)
{
goto IL_0026;
}
}
IL_0045:
{
IL2CPP_LEAVE(0x65, FINALLY_0047);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0047;
}
FINALLY_0047:
{ // begin finally (depth: 2)
{
RuntimeObject* L_12 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_12, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_13 = V_5;
if (!L_13)
{
goto IL_005a;
}
}
IL_0053:
{
RuntimeObject* L_14 = V_5;
NullCheck(L_14);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_14);
}
IL_005a:
{
IL2CPP_END_FINALLY(71)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(71)
{
IL2CPP_END_CLEANUP(0x65, FINALLY_005b);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005b;
}
FINALLY_005b:
{ // begin finally (depth: 1)
{
bool L_15 = V_2;
if (!L_15)
{
goto IL_0064;
}
}
IL_005e:
{
RuntimeObject * L_16 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
}
IL_0064:
{
IL2CPP_END_FINALLY(91)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(91)
{
IL2CPP_JUMP_TBL(0x65, IL_0065)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0065:
{
int32_t L_17 = V_0;
return L_17;
}
}
// System.Collections.ICollection System.Net.PathList::get_Values()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Values_mE785B5F28E224DC2C98B547757D6696952F0BD71 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_m_list_0();
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(17 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_0);
return L_1;
}
}
// System.Object System.Net.PathList::get_Item(System.String)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_Item_m5D18254EBB9626DA8BF4251E48956BA92F16431E (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, String_t* ___s0, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_m_list_0();
String_t* L_1 = ___s0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(28 /* System.Object System.Collections.SortedList::get_Item(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Net.PathList::set_Item(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void PathList_set_Item_mA12DBC255C0037FB70894D0F23A2CF6645ABB8DF (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, String_t* ___s0, RuntimeObject * ___value1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(__this, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_2 = __this->get_m_list_0();
String_t* L_3 = ___s0;
RuntimeObject * L_4 = ___value1;
NullCheck(L_2);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) */, L_2, L_3, L_4);
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0029;
}
}
IL_0023:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
return;
}
}
// System.Collections.IEnumerator System.Net.PathList::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_m75D1F5AD9B3CC5617C0509F45E240C6A52226B76 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_m_list_0();
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(25 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, L_0);
return L_1;
}
}
// System.Object System.Net.PathList::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method)
{
{
SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * L_0 = __this->get_m_list_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Net.PathList_PathListComparer::System.Collections.IComparer.Compare(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR int32_t PathListComparer_System_Collections_IComparer_Compare_m6A4AE80131E0A665B12F57146CC7729860430A18 (PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * __this, RuntimeObject * ___ol0, RuntimeObject * ___or1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PathListComparer_System_Collections_IComparer_Compare_m6A4AE80131E0A665B12F57146CC7729860430A18_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
RuntimeObject * L_0 = ___ol0;
String_t* L_1 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject * L_2 = ___or1;
String_t* L_3 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_1 = L_3;
String_t* L_4 = V_0;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_4, /*hidden argument*/NULL);
V_2 = L_5;
String_t* L_6 = V_1;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_6, /*hidden argument*/NULL);
V_3 = L_7;
int32_t L_8 = V_2;
int32_t L_9 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_10 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_8, L_9, /*hidden argument*/NULL);
V_4 = L_10;
V_5 = 0;
goto IL_005e;
}
IL_0034:
{
String_t* L_11 = V_0;
int32_t L_12 = V_5;
NullCheck(L_11);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_11, L_12, /*hidden argument*/NULL);
String_t* L_14 = V_1;
int32_t L_15 = V_5;
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)L_16)))
{
goto IL_0058;
}
}
{
String_t* L_17 = V_0;
int32_t L_18 = V_5;
NullCheck(L_17);
Il2CppChar L_19 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_17, L_18, /*hidden argument*/NULL);
String_t* L_20 = V_1;
int32_t L_21 = V_5;
NullCheck(L_20);
Il2CppChar L_22 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_20, L_21, /*hidden argument*/NULL);
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_22));
}
IL_0058:
{
int32_t L_23 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_005e:
{
int32_t L_24 = V_5;
int32_t L_25 = V_4;
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_0034;
}
}
{
int32_t L_26 = V_3;
int32_t L_27 = V_2;
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_26, (int32_t)L_27));
}
}
// System.Void System.Net.PathList_PathListComparer::.ctor()
extern "C" IL2CPP_METHOD_ATTR void PathListComparer__ctor_m99D0A835BDB43E2840747C654543E22BB5861BDB (PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.PathList_PathListComparer::.cctor()
extern "C" IL2CPP_METHOD_ATTR void PathListComparer__cctor_m403AB12957778A956355C83A9BC644C3CC75235E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PathListComparer__cctor_m403AB12957778A956355C83A9BC644C3CC75235E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * L_0 = (PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF *)il2cpp_codegen_object_new(PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_il2cpp_TypeInfo_var);
PathListComparer__ctor_m99D0A835BDB43E2840747C654543E22BB5861BDB(L_0, /*hidden argument*/NULL);
((PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_il2cpp_TypeInfo_var))->set_StaticInstance_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.ProtocolViolationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m9E1CE4D0A1DBB0EAE0BE6C7C026154C789F41A49 (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, const RuntimeMethod* method)
{
{
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.ProtocolViolationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(__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_m63A4EA715BBFE3D72929AD3FEDB1E398B75C41F5 (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2(__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_m044186C620380DB9812441EE011806354C23D0B6 (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.ProtocolViolationException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException_GetObjectData_m37E19ADFB1B9FA924D562BDFE0D57728AD5F2A37 (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172 (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
if (!L_0)
{
goto IL_0011;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ___innerStream0;
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
if ((!(((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_1) == ((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_2))))
{
goto IL_001c;
}
}
IL_0011:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE714C40A9EEBC682896190073BFFBB5DA849DEBB, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_RuntimeMethod_var);
}
IL_001c:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___innerStream0;
NullCheck(L_4);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
bool L_5 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, L_4);
if (!L_5)
{
goto IL_002c;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = ___innerStream0;
NullCheck(L_6);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
bool L_7 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_6);
if (L_7)
{
goto IL_0041;
}
}
IL_002c:
{
String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral9019BC0814334E3302CD7D3C04AC2A9DF5F453FD, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteralE714C40A9EEBC682896190073BFFBB5DA849DEBB, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_RuntimeMethod_var);
}
IL_0041:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ___innerStream0;
__this->set__InnerStream_4(L_10);
bool L_11 = ___leaveInnerStreamOpen1;
__this->set__LeaveStreamOpen_5(L_11);
return;
}
}
// System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream()
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__InnerStream_4();
return L_0;
}
}
// System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m5610A806886C36698AC932D21F5FBDCAE9FA3E14 (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, bool ___disposing0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0023;
}
}
IL_0003:
{
bool L_1 = __this->get__LeaveStreamOpen_5();
if (!L_1)
{
goto IL_0018;
}
}
IL_000b:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get__InnerStream_4();
NullCheck(L_2);
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_2);
IL2CPP_LEAVE(0x2D, FINALLY_0025);
}
IL_0018:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get__InnerStream_4();
NullCheck(L_3);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3);
}
IL_0023:
{
IL2CPP_LEAVE(0x2D, FINALLY_0025);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0025;
}
FINALLY_0025:
{ // begin finally (depth: 1)
bool L_4 = ___disposing0;
Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_4, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(37)
} // end finally (depth: 1)
IL2CPP_CLEANUP(37)
{
IL2CPP_JUMP_TBL(0x2D, IL_002d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002d:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.LocalCertSelectionCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void LocalCertSelectionCallback__ctor_mEA7E533B4C8CF46131F4097785E653C9DF1E2A85 (LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2 * __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.LocalCertSelectionCallback::Invoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[])
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * LocalCertSelectionCallback_Invoke_m710A68C0A2D13DBB5E8434FC6E0ED75F90E7C176 (LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2 * __this, String_t* ___targetHost0, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___localCertificates1, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___remoteCertificate2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___acceptableIssuers3, const RuntimeMethod* method)
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 4)
{
// open
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
else
{
// closed
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (void*, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
}
else if (___parameterCount != 4)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = GenericVirtFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = VirtFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
}
}
else
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = GenericVirtFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = VirtFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
}
}
else
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (void*, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 4)
{
// open
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
else
{
// closed
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (void*, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
}
else if (___parameterCount != 4)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = GenericVirtFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = VirtFuncInvoker3< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
}
}
else
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = GenericVirtFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
else
result = VirtFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3);
}
}
}
else
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (void*, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___targetHost0, ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
}
}
return result;
}
// System.IAsyncResult System.Net.Security.LocalCertSelectionCallback::BeginInvoke(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* LocalCertSelectionCallback_BeginInvoke_m52E115683F283EFE63006DC899952C6958350285 (LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2 * __this, String_t* ___targetHost0, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___localCertificates1, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___remoteCertificate2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___acceptableIssuers3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
{
void *__d_args[5] = {0};
__d_args[0] = ___targetHost0;
__d_args[1] = ___localCertificates1;
__d_args[2] = ___remoteCertificate2;
__d_args[3] = ___acceptableIssuers3;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback4, (RuntimeObject*)___object5);
}
// System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertSelectionCallback::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * LocalCertSelectionCallback_EndInvoke_mAC5037A64623906D66FB80410DF916D3A47E09C4 (LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)__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_m830361B1E3107AC75A34E07042B4A2567B331E3F (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * __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_mD2863E7241D3768F16B3F85589623B4397EDF86F (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * __this, RuntimeObject * ___sender0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method)
{
bool result = false;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 4)
{
// open
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
else
{
// closed
typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
}
else if (___parameterCount != 4)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< bool, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
else
result = GenericVirtFuncInvoker3< bool, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< bool, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, 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_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
}
}
else
{
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
else
result = GenericVirtFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, 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_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
}
}
else
{
typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 4)
{
// open
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
else
{
// closed
typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
}
else if (___parameterCount != 4)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker3< bool, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
else
result = GenericVirtFuncInvoker3< bool, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< bool, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, 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_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
}
}
else
{
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
else
result = GenericVirtFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(targetMethod, targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker4< bool, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, 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_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3);
}
}
}
else
{
typedef bool (*FunctionPointerType) (void*, RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___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_m21A4B4335CCCDF893A38C75DD1171A31B466A687 (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * __this, RuntimeObject * ___sender0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___sslPolicyErrors3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___object5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RemoteCertificateValidationCallback_BeginInvoke_m21A4B4335CCCDF893A38C75DD1171A31B466A687_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_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671_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_mB5C28FA15AC0883EC65DBD8E6FC5610BF91B9140 (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * __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
// Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::get_Impl()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
{
SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = __this->get_impl_7();
return L_0;
}
}
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings)
extern "C" IL2CPP_METHOD_ATTR void SslStream__ctor_mA434A097CD9B052AC8510C8B5BFF9E5E6B541DC9 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
bool L_1 = ___leaveInnerStreamOpen1;
AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172(__this, L_0, L_1, /*hidden argument*/NULL);
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_2 = ___provider2;
__this->set_provider_6(L_2);
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_3 = ___provider2;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___innerStream0;
bool L_5 = ___leaveInnerStreamOpen1;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_6 = ___settings3;
NullCheck(L_3);
RuntimeObject* L_7 = VirtFuncInvoker4< RuntimeObject*, SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 *, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, bool, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(11 /* Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStreamInternal(System.Net.Security.SslStream,System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_3, __this, L_4, L_5, L_6);
__this->set_impl_7(L_7);
return;
}
}
// Mono.Security.Interface.IMonoSslStream System.Net.Security.SslStream::CreateMonoSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider2, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
bool L_1 = ___leaveInnerStreamOpen1;
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_2 = ___provider2;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = ___settings3;
SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * L_4 = (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 *)il2cpp_codegen_object_new(SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087_il2cpp_TypeInfo_var);
SslStream__ctor_mA434A097CD9B052AC8510C8B5BFF9E5E6B541DC9(L_4, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject* L_5 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Net.Security.SslStream::get_IsAuthenticated()
extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_IsAuthenticated_m273C64C4DF6FFD4E9772EF714EFA982D4C0A9D83 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_IsAuthenticated_m273C64C4DF6FFD4E9772EF714EFA982D4C0A9D83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(7 /* System.Boolean Mono.Security.Interface.IMonoSslStream::get_IsAuthenticated() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Boolean System.Net.Security.SslStream::get_CanSeek()
extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_CanSeek_mD0CB66ABEA39EE6BEAB9BD53ADF03476FEA2E266 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Net.Security.SslStream::get_CanRead()
extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_CanRead_m49799854D297DCF71A497F8858B64DDD1C10BF00 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_CanRead_m49799854D297DCF71A497F8858B64DDD1C10BF00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_impl_7();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get_impl_7();
NullCheck(L_1);
bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(8 /* System.Boolean Mono.Security.Interface.IMonoSslStream::get_CanRead() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
// System.Boolean System.Net.Security.SslStream::get_CanWrite()
extern "C" IL2CPP_METHOD_ATTR bool SslStream_get_CanWrite_m25569C1704B5F54A27234D1B9B69647D5018CCEF (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_CanWrite_m25569C1704B5F54A27234D1B9B69647D5018CCEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_impl_7();
if (!L_0)
{
goto IL_0014;
}
}
{
RuntimeObject* L_1 = __this->get_impl_7();
NullCheck(L_1);
bool L_2 = InterfaceFuncInvoker0< bool >::Invoke(9 /* System.Boolean Mono.Security.Interface.IMonoSslStream::get_CanWrite() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_1);
return L_2;
}
IL_0014:
{
return (bool)0;
}
}
// System.Int32 System.Net.Security.SslStream::get_ReadTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_get_ReadTimeout_m27911D96B7B0171B5429C2D58E6F4F5C7DD76671 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_ReadTimeout_m27911D96B7B0171B5429C2D58E6F4F5C7DD76671_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 Mono.Security.Interface.IMonoSslStream::get_ReadTimeout() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Int32 System.Net.Security.SslStream::get_WriteTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_get_WriteTimeout_m8BECC2147DB2A615EBA19CBC9257CB32B69967B6 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_WriteTimeout_m8BECC2147DB2A615EBA19CBC9257CB32B69967B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = InterfaceFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 Mono.Security.Interface.IMonoSslStream::get_WriteTimeout() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Int64 System.Net.Security.SslStream::get_Length()
extern "C" IL2CPP_METHOD_ATTR int64_t SslStream_get_Length_m1A4DBA93F0D140FA33892E0193DDE8C6E4175763 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_Length_m1A4DBA93F0D140FA33892E0193DDE8C6E4175763_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int64_t L_1 = InterfaceFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 Mono.Security.Interface.IMonoSslStream::get_Length() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Int64 System.Net.Security.SslStream::get_Position()
extern "C" IL2CPP_METHOD_ATTR int64_t SslStream_get_Position_mDCFD4EFB697DAFF90BA366ED8519487027E21671 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_get_Position_mDCFD4EFB697DAFF90BA366ED8519487027E21671_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int64_t L_1 = InterfaceFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 Mono.Security.Interface.IMonoSslStream::get_Position() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Void System.Net.Security.SslStream::set_Position(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_RuntimeMethod_var);
}
}
// System.Int64 System.Net.Security.SslStream::Seek(System.Int64,System.IO.SeekOrigin)
extern "C" IL2CPP_METHOD_ATTR int64_t SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_RuntimeMethod_var);
}
}
// System.Void System.Net.Security.SslStream::Flush()
extern "C" IL2CPP_METHOD_ATTR void SslStream_Flush_m409B5ED6ACB6B2496DAF6725C6CAAF5D51BEADE3 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC(__this, /*hidden argument*/NULL);
NullCheck(L_0);
VirtActionInvoker0::Invoke(17 /* System.Void System.IO.Stream::Flush() */, L_0);
return;
}
}
// System.Void System.Net.Security.SslStream::CheckDisposed()
extern "C" IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_impl_7();
if (L_0)
{
goto IL_0013;
}
}
{
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_1 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_1, _stringLiteral994092DAE437AA1CD16FF3A3AD7AC98737DCD96A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_RuntimeMethod_var);
}
IL_0013:
{
return;
}
}
// System.Void System.Net.Security.SslStream::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SslStream_Dispose_mFDB97E2E26CD194DBCBE47710EE5402B2298B919 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_Dispose_mFDB97E2E26CD194DBCBE47710EE5402B2298B919_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
RuntimeObject* L_0 = __this->get_impl_7();
bool L_1 = ___disposing0;
if (!((int32_t)((int32_t)((!(((RuntimeObject*)(RuntimeObject*)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0)&(int32_t)L_1)))
{
goto IL_001f;
}
}
IL_000d:
{
RuntimeObject* L_2 = __this->get_impl_7();
NullCheck(L_2);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_2);
__this->set_impl_7((RuntimeObject*)NULL);
}
IL_001f:
{
IL2CPP_LEAVE(0x29, FINALLY_0021);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0021;
}
FINALLY_0021:
{ // begin finally (depth: 1)
bool L_3 = ___disposing0;
AuthenticatedStream_Dispose_m5610A806886C36698AC932D21F5FBDCAE9FA3E14(__this, L_3, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(33)
} // end finally (depth: 1)
IL2CPP_CLEANUP(33)
{
IL2CPP_JUMP_TBL(0x29, IL_0029)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0029:
{
return;
}
}
// System.Int32 System.Net.Security.SslStream::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_Read_m4FE23134855CE89200771C5A8851DDDDDF182FF3 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_Read_m4FE23134855CE89200771C5A8851DDDDDF182FF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
NullCheck(L_0);
int32_t L_4 = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(1 /* System.Int32 Mono.Security.Interface.IMonoSslStream::Read(System.Byte[],System.Int32,System.Int32) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3);
return L_4;
}
}
// System.Void System.Net.Security.SslStream::Write(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SslStream_Write_m262369AF62D8AA0CCC4EAC5BF3274693AA27B1BC (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_Write_m262369AF62D8AA0CCC4EAC5BF3274693AA27B1BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
NullCheck(L_0);
InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(2 /* System.Void Mono.Security.Interface.IMonoSslStream::Write(System.Byte[],System.Int32,System.Int32) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3);
return;
}
}
// 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_m4D96895D1B0C302EF4D52681FEDA82D1E53E7C3F (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_BeginRead_m4D96895D1B0C302EF4D52681FEDA82D1E53E7C3F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___asyncCallback3;
RuntimeObject * L_5 = ___asyncState4;
NullCheck(L_0);
RuntimeObject* L_6 = InterfaceFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(3 /* System.IAsyncResult Mono.Security.Interface.IMonoSslStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, L_5);
return L_6;
}
}
// System.Int32 System.Net.Security.SslStream::EndRead(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t SslStream_EndRead_m918E3DCEB2DE563A21B042D7FF530E96EBA8EF51 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_EndRead_m918E3DCEB2DE563A21B042D7FF530E96EBA8EF51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
RuntimeObject* L_1 = ___asyncResult0;
NullCheck(L_0);
int32_t L_2 = InterfaceFuncInvoker1< int32_t, RuntimeObject* >::Invoke(4 /* System.Int32 Mono.Security.Interface.IMonoSslStream::EndRead(System.IAsyncResult) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1);
return L_2;
}
}
// 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_mB8CC50460AFEF640D3C36C68938EE921F3E11844 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___count2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___asyncCallback3, RuntimeObject * ___asyncState4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_BeginWrite_mB8CC50460AFEF640D3C36C68938EE921F3E11844_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___count2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___asyncCallback3;
RuntimeObject * L_5 = ___asyncState4;
NullCheck(L_0);
RuntimeObject* L_6 = InterfaceFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(5 /* System.IAsyncResult Mono.Security.Interface.IMonoSslStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1, L_2, L_3, L_4, L_5);
return L_6;
}
}
// System.Void System.Net.Security.SslStream::EndWrite(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void SslStream_EndWrite_m796ACEAE821536F59642EDC2748B2A5F232953AB (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_EndWrite_m796ACEAE821536F59642EDC2748B2A5F232953AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
RuntimeObject* L_1 = ___asyncResult0;
NullCheck(L_0);
InterfaceActionInvoker1< RuntimeObject* >::Invoke(6 /* System.Void Mono.Security.Interface.IMonoSslStream::EndWrite(System.IAsyncResult) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.ServerCertValidationCallback::.ctor(System.Net.Security.RemoteCertificateValidationCallback)
extern "C" IL2CPP_METHOD_ATTR void ServerCertValidationCallback__ctor_m01DC1DC5935B7807EA9D35D50BDF9F00B68E1A23 (ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * __this, RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___validationCallback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServerCertValidationCallback__ctor_m01DC1DC5935B7807EA9D35D50BDF9F00B68E1A23_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_0 = ___validationCallback0;
__this->set_m_ValidationCallback_0(L_0);
IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var);
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_1 = ExecutionContext_Capture_m7569585FA0C4055C37E34D5C12931F68202A37C0(/*hidden argument*/NULL);
__this->set_m_Context_1(L_1);
return;
}
}
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::get_ValidationCallback()
extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ServerCertValidationCallback_get_ValidationCallback_mB8BE8EFE95E18530D479BC4E803BF3EDA308EE3D (ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * __this, const RuntimeMethod* method)
{
{
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_0 = __this->get_m_ValidationCallback_0();
return L_0;
}
}
// System.Void System.Net.ServerCertValidationCallback::Callback(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733 (ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * __this, RuntimeObject * ___state0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * V_0 = NULL;
{
RuntimeObject * L_0 = ___state0;
V_0 = ((CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 *)CastclassClass((RuntimeObject*)L_0, CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_il2cpp_TypeInfo_var));
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_1 = V_0;
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_2 = __this->get_m_ValidationCallback_0();
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_3 = V_0;
NullCheck(L_3);
RuntimeObject * L_4 = L_3->get_request_0();
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_5 = V_0;
NullCheck(L_5);
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_6 = L_5->get_certificate_1();
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_7 = V_0;
NullCheck(L_7);
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_8 = L_7->get_chain_2();
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = L_9->get_sslPolicyErrors_3();
NullCheck(L_2);
bool L_11 = RemoteCertificateValidationCallback_Invoke_mD2863E7241D3768F16B3F85589623B4397EDF86F(L_2, L_4, L_6, L_8, L_10, /*hidden argument*/NULL);
NullCheck(L_1);
L_1->set_result_4(L_11);
return;
}
}
// System.Boolean System.Net.ServerCertValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
extern "C" IL2CPP_METHOD_ATTR bool ServerCertValidationCallback_Invoke_m9A3D9984E12278ACD7DEEE5E4B039A3250D6A8D0 (ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * __this, RuntimeObject * ___request0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServerCertValidationCallback_Invoke_m9A3D9984E12278ACD7DEEE5E4B039A3250D6A8D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * V_0 = NULL;
{
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_0 = __this->get_m_Context_1();
if (L_0)
{
goto IL_0019;
}
}
{
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_1 = __this->get_m_ValidationCallback_0();
RuntimeObject * L_2 = ___request0;
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_3 = ___certificate1;
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_4 = ___chain2;
int32_t L_5 = ___sslPolicyErrors3;
NullCheck(L_1);
bool L_6 = RemoteCertificateValidationCallback_Invoke_mD2863E7241D3768F16B3F85589623B4397EDF86F(L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0019:
{
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_7 = __this->get_m_Context_1();
NullCheck(L_7);
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * L_8 = ExecutionContext_CreateCopy_mD0C2EA5AE6F140C566D3DC1B0E7896AEDBBAA6F1(L_7, /*hidden argument*/NULL);
RuntimeObject * L_9 = ___request0;
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_10 = ___certificate1;
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_11 = ___chain2;
int32_t L_12 = ___sslPolicyErrors3;
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_13 = (CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 *)il2cpp_codegen_object_new(CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_il2cpp_TypeInfo_var);
CallbackContext__ctor_m98617E58A5FC792C785185C96D2AACADB98B89CB(L_13, L_9, L_10, L_11, L_12, /*hidden argument*/NULL);
V_0 = L_13;
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * L_14 = (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 *)il2cpp_codegen_object_new(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var);
ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493(L_14, __this, (intptr_t)((intptr_t)ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733_RuntimeMethod_var), /*hidden argument*/NULL);
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_15 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var);
ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB(L_8, L_14, L_15, /*hidden argument*/NULL);
CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * L_16 = V_0;
NullCheck(L_16);
bool L_17 = L_16->get_result_4();
return L_17;
}
}
#ifdef __clang__
#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.ServerCertValidationCallback_CallbackContext::.ctor(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
extern "C" IL2CPP_METHOD_ATTR void CallbackContext__ctor_m98617E58A5FC792C785185C96D2AACADB98B89CB (CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8 * __this, RuntimeObject * ___request0, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate1, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * ___chain2, int32_t ___sslPolicyErrors3, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___request0;
__this->set_request_0(L_0);
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_1 = ___certificate1;
__this->set_certificate_1(L_1);
X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * L_2 = ___chain2;
__this->set_chain_2(L_2);
int32_t L_3 = ___sslPolicyErrors3;
__this->set_sslPolicyErrors_3(L_3);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.ServicePoint::.ctor(System.Uri,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint__ctor_m788957B0CF9F256F581975F6ACDA0DB122D2BE85 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, int32_t ___connectionLimit1, int32_t ___maxIdleTime2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint__ctor_m788957B0CF9F256F581975F6ACDA0DB122D2BE85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_sendContinue_10((bool)1);
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
__this->set_hostE_12(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri0;
__this->set_uri_0(L_1);
int32_t L_2 = ___connectionLimit1;
__this->set_connectionLimit_1(L_2);
int32_t L_3 = ___maxIdleTime2;
__this->set_maxIdleTime_2(L_3);
__this->set_currentConnections_3(0);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
__this->set_idleSince_4(L_4);
return;
}
}
// System.Uri System.Net.ServicePoint::get_Address()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ServicePoint_get_Address_m495426C74C9007D28297B146B4B6DB4BEC733FAA (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * 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_m6C7210450E5186E95E6895C08E4E3C267E186B9D (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_connectionLimit_1();
return L_0;
}
}
// System.Version System.Net.ServicePoint::get_ProtocolVersion()
extern "C" IL2CPP_METHOD_ATTR Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ServicePoint_get_ProtocolVersion_m39233EE2F9E7618A69906F3A45FB9BE36DB26CB0 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = __this->get_protocolVersion_6();
return L_0;
}
}
// System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_m9F795AEF8CCA79C80CDD27F7EA7AD01DAD92618B (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseNagleAlgorithm_m56DFD8215A0D543539F4BC78DD65EE54F9FCC5F0 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_useNagle_13();
return L_0;
}
}
// System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mA40D127E6B6DDB7FE8EBDE9A075FF0FF96CAE3FB (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_useNagle_13(L_0);
return;
}
}
// System.Boolean System.Net.ServicePoint::get_SendContinue()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_sendContinue_10();
if (!L_0)
{
goto IL_0029;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = __this->get_protocolVersion_6();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_2 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_1, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0027;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_3 = __this->get_protocolVersion_6();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_4 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_5 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_3, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_0027:
{
return (bool)1;
}
IL_0029:
{
return (bool)0;
}
}
// System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_sendContinue_10(L_0);
return;
}
}
// System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___enabled0, int32_t ___keepAliveTime1, int32_t ___keepAliveInterval2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___enabled0;
if (!L_0)
{
goto IL_002b;
}
}
{
int32_t L_1 = ___keepAliveTime1;
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_0017;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_2, _stringLiteral1617B61B99B0EA3337C75A1E07923ADE1A65BA0C, _stringLiteral89E80D6FA41681C9752B4FCD1922C59FED742593, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_RuntimeMethod_var);
}
IL_0017:
{
int32_t L_3 = ___keepAliveInterval2;
if ((((int32_t)L_3) > ((int32_t)0)))
{
goto IL_002b;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral44BE6231EF2C8429295BE21FBBC79D9B568B2467, _stringLiteral89E80D6FA41681C9752B4FCD1922C59FED742593, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_RuntimeMethod_var);
}
IL_002b:
{
bool L_5 = ___enabled0;
__this->set_tcp_keepalive_15(L_5);
int32_t L_6 = ___keepAliveTime1;
__this->set_tcp_keepalive_time_16(L_6);
int32_t L_7 = ___keepAliveInterval2;
__this->set_tcp_keepalive_interval_17(L_7);
return;
}
}
// System.Void System.Net.ServicePoint::KeepAliveSetup(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_KeepAliveSetup_mA93E274CFA648CFE9D5A64B51EAECE3C50A6AA84 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_KeepAliveSetup_mA93E274CFA648CFE9D5A64B51EAECE3C50A6AA84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B4_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_0 = NULL;
int32_t G_B5_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B5_1 = NULL;
{
bool L_0 = __this->get_tcp_keepalive_15();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
V_0 = L_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
bool L_3 = __this->get_tcp_keepalive_15();
G_B3_0 = L_2;
if (L_3)
{
G_B4_0 = L_2;
goto IL_001d;
}
}
{
G_B5_0 = 0;
G_B5_1 = G_B3_0;
goto IL_001e;
}
IL_001d:
{
G_B5_0 = 1;
G_B5_1 = G_B4_0;
}
IL_001e:
{
ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086(G_B5_1, G_B5_0, 0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
int32_t L_5 = __this->get_tcp_keepalive_time_16();
ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086(L_4, L_5, 4, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
int32_t L_7 = __this->get_tcp_keepalive_interval_17();
ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086(L_6, L_7, 8, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = ___socket0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
NullCheck(L_8);
Socket_IOControl_m17380FE0AA18380E0833F1513E360283EF106AF8(L_8, (((int64_t)((uint64_t)(((uint32_t)((uint32_t)((int32_t)-1744830460))))))), L_9, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes0, uint32_t ___v1, int32_t ___offset2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var);
bool L_0 = ((BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var))->get_IsLittleEndian_0();
if (!L_0)
{
goto IL_0042;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___bytes0;
int32_t L_2 = ___offset2;
uint32_t L_3 = ___v1;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_3&(int32_t)((int32_t)255)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___bytes0;
int32_t L_5 = ___offset2;
uint32_t L_6 = ___v1;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_6&(int32_t)((int32_t)65280)))>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___bytes0;
int32_t L_8 = ___offset2;
uint32_t L_9 = ___v1;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_9&(int32_t)((int32_t)16711680)))>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___bytes0;
int32_t L_11 = ___offset2;
uint32_t L_12 = ___v1;
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)-16777216)))>>((int32_t)24)))))));
return;
}
IL_0042:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___bytes0;
int32_t L_14 = ___offset2;
uint32_t L_15 = ___v1;
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)3))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)255)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = ___bytes0;
int32_t L_17 = ___offset2;
uint32_t L_18 = ___v1;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)2))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_18&(int32_t)((int32_t)65280)))>>8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___bytes0;
int32_t L_20 = ___offset2;
uint32_t L_21 = ___v1;
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1))), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_21&(int32_t)((int32_t)16711680)))>>((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___bytes0;
int32_t L_23 = ___offset2;
uint32_t L_24 = ___v1;
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (uint8_t)(((int32_t)((uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)-16777216)))>>((int32_t)24)))))));
return;
}
}
// System.Boolean System.Net.ServicePoint::get_UsesProxy()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_usesProxy_8();
return L_0;
}
}
// System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m81B24DCBB2CDB67877B1631AD53EA4925B2D77D2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_usesProxy_8(L_0);
return;
}
}
// System.Boolean System.Net.ServicePoint::get_UseConnect()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_useConnect_11();
return L_0;
}
}
// System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_m63B28421D36EA6064A66588382A7381C9318CAA2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_useConnect_11(L_0);
return;
}
}
// System.Net.WebConnectionGroup System.Net.ServicePoint::GetConnectionGroup(System.String)
extern "C" IL2CPP_METHOD_ATTR WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ServicePoint_GetConnectionGroup_m774B07C841B7AC60DE88440D24396170072993C1 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_GetConnectionGroup_m774B07C841B7AC60DE88440D24396170072993C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * V_0 = NULL;
{
String_t* L_0 = ___name0;
if (L_0)
{
goto IL_000a;
}
}
{
___name0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
}
IL_000a:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_1 = __this->get_groups_9();
if (!L_1)
{
goto IL_0024;
}
}
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_2 = __this->get_groups_9();
String_t* L_3 = ___name0;
NullCheck(L_2);
bool L_4 = Dictionary_2_TryGetValue_m9B6AA562B3622812E5557DD069FB0D10833B6066(L_2, L_3, (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F **)(&V_0), /*hidden argument*/Dictionary_2_TryGetValue_m9B6AA562B3622812E5557DD069FB0D10833B6066_RuntimeMethod_var);
if (!L_4)
{
goto IL_0024;
}
}
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_5 = V_0;
return L_5;
}
IL_0024:
{
String_t* L_6 = ___name0;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_7 = (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F *)il2cpp_codegen_object_new(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_il2cpp_TypeInfo_var);
WebConnectionGroup__ctor_m06D931E460ED4CA3E3BF35DD5B616F1911834312(L_7, __this, L_6, /*hidden argument*/NULL);
V_0 = L_7;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_8 = V_0;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_9 = (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)il2cpp_codegen_object_new(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var);
EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F(L_9, __this, (intptr_t)((intptr_t)ServicePoint_U3CGetConnectionGroupU3Eb__66_0_m1E1EA5B8315F684AC354D9D24A7EF8E7929D04CB_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_8);
WebConnectionGroup_add_ConnectionClosed_mF3CA85BEA0450D0A8DEC85C3A2401CBFBBB7E92D(L_8, L_9, /*hidden argument*/NULL);
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_10 = __this->get_groups_9();
if (L_10)
{
goto IL_0051;
}
}
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_11 = (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *)il2cpp_codegen_object_new(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mDCCB403A9CDD32B86D17300A66D15D30133B443F(L_11, /*hidden argument*/Dictionary_2__ctor_mDCCB403A9CDD32B86D17300A66D15D30133B443F_RuntimeMethod_var);
__this->set_groups_9(L_11);
}
IL_0051:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_12 = __this->get_groups_9();
String_t* L_13 = ___name0;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_14 = V_0;
NullCheck(L_12);
Dictionary_2_Add_m69B4CB5A81DCC3D97A573B9BF039EB9D0D4ADE37(L_12, L_13, L_14, /*hidden argument*/Dictionary_2_Add_m69B4CB5A81DCC3D97A573B9BF039EB9D0D4ADE37_RuntimeMethod_var);
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_15 = V_0;
return L_15;
}
}
// System.Void System.Net.ServicePoint::RemoveConnectionGroup(System.Net.WebConnectionGroup)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___group0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_0 = __this->get_groups_9();
if (!L_0)
{
goto IL_0015;
}
}
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_1 = __this->get_groups_9();
NullCheck(L_1);
int32_t L_2 = Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C(L_1, /*hidden argument*/Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C_RuntimeMethod_var);
if (L_2)
{
goto IL_001b;
}
}
IL_0015:
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264_RuntimeMethod_var);
}
IL_001b:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_4 = __this->get_groups_9();
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_5 = ___group0;
NullCheck(L_5);
String_t* L_6 = WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Dictionary_2_Remove_mFA20D9A3ED606A0BFC42EF9F95FE301E4D15A9B2(L_4, L_6, /*hidden argument*/Dictionary_2_Remove_mFA20D9A3ED606A0BFC42EF9F95FE301E4D15A9B2_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.ServicePoint::CheckAvailableForRecycling(System.DateTimeU26)
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CheckAvailableForRecycling_m0395D78F2AA6F58493BE5E0EFC73EA8AF65CC25C (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___outIdleSince0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_CheckAvailableForRecycling_m0395D78F2AA6F58493BE5E0EFC73EA8AF65CC25C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset(&V_0, 0, sizeof(V_0));
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * V_1 = NULL;
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * V_2 = NULL;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 V_6;
memset(&V_6, 0, sizeof(V_6));
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * V_7 = NULL;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_0 = ___outIdleSince0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_0 = L_1;
V_1 = (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *)NULL;
V_2 = (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *)NULL;
V_3 = __this;
V_4 = (bool)0;
}
IL_0014:
try
{ // begin try (depth: 1)
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_2 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_4), /*hidden argument*/NULL);
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_3 = __this->get_groups_9();
if (!L_3)
{
goto IL_0031;
}
}
IL_0024:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_4 = __this->get_groups_9();
NullCheck(L_4);
int32_t L_5 = Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C(L_4, /*hidden argument*/Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C_RuntimeMethod_var);
if (L_5)
{
goto IL_0044;
}
}
IL_0031:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
__this->set_idleSince_4(L_6);
V_5 = (bool)1;
IL2CPP_LEAVE(0x176, FINALLY_0064);
}
IL_0044:
{
int32_t L_7 = __this->get_maxIdleTime_2();
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_8 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((((double)((double)L_7))), /*hidden argument*/NULL);
V_0 = L_8;
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_9 = __this->get_groups_9();
NullCheck(L_9);
ValueCollection_t0A8ED7A35F0EF4D0AC5D2BBE4AC7E85466E6A9E0 * L_10 = Dictionary_2_get_Values_mB0E87C3AE3C1C8DD2AF0919F6F0DFACC608DEFAF(L_9, /*hidden argument*/Dictionary_2_get_Values_mB0E87C3AE3C1C8DD2AF0919F6F0DFACC608DEFAF_RuntimeMethod_var);
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_11 = (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *)il2cpp_codegen_object_new(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_il2cpp_TypeInfo_var);
List_1__ctor_m59D25644F11A7E193DDB79388D211F496A30EC3F(L_11, L_10, /*hidden argument*/List_1__ctor_m59D25644F11A7E193DDB79388D211F496A30EC3F_RuntimeMethod_var);
V_1 = L_11;
IL2CPP_LEAVE(0x6F, FINALLY_0064);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0064;
}
FINALLY_0064:
{ // begin finally (depth: 1)
{
bool L_12 = V_4;
if (!L_12)
{
goto IL_006e;
}
}
IL_0068:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
}
IL_006e:
{
IL2CPP_END_FINALLY(100)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(100)
{
IL2CPP_JUMP_TBL(0x176, IL_0176)
IL2CPP_JUMP_TBL(0x6F, IL_006f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006f:
{
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_14 = V_1;
NullCheck(L_14);
Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 L_15 = List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482(L_14, /*hidden argument*/List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482_RuntimeMethod_var);
V_6 = L_15;
}
IL_0077:
try
{ // begin try (depth: 1)
{
goto IL_009e;
}
IL_0079:
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_16 = Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03_RuntimeMethod_var);
V_7 = L_16;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_17 = V_7;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_18 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_19 = ___outIdleSince0;
NullCheck(L_17);
bool L_20 = WebConnectionGroup_TryRecycle_m3020B12F48C57C3C9FD0D0E8F9165D6B49936EEA(L_17, L_18, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_009e;
}
}
IL_008d:
{
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_21 = V_2;
if (L_21)
{
goto IL_0096;
}
}
IL_0090:
{
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_22 = (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *)il2cpp_codegen_object_new(List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_il2cpp_TypeInfo_var);
List_1__ctor_m92C26C94E7FD52FB1C7A1DBD60BF287118B303D1(L_22, /*hidden argument*/List_1__ctor_m92C26C94E7FD52FB1C7A1DBD60BF287118B303D1_RuntimeMethod_var);
V_2 = L_22;
}
IL_0096:
{
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_23 = V_2;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_24 = V_7;
NullCheck(L_23);
List_1_Add_m4560D6E3080DB1C41524273C36A8F467146CBA5D(L_23, L_24, /*hidden argument*/List_1_Add_m4560D6E3080DB1C41524273C36A8F467146CBA5D_RuntimeMethod_var);
}
IL_009e:
{
bool L_25 = Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594_RuntimeMethod_var);
if (L_25)
{
goto IL_0079;
}
}
IL_00a7:
{
IL2CPP_LEAVE(0xB7, FINALLY_00a9);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00a9;
}
FINALLY_00a9:
{ // begin finally (depth: 1)
Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75_RuntimeMethod_var);
IL2CPP_END_FINALLY(169)
} // end finally (depth: 1)
IL2CPP_CLEANUP(169)
{
IL2CPP_JUMP_TBL(0xB7, IL_00b7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b7:
{
V_3 = __this;
V_4 = (bool)0;
}
IL_00bc:
try
{ // begin try (depth: 1)
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_26 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_26, (bool*)(&V_4), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_27 = ___outIdleSince0;
__this->set_idleSince_4((*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_27));
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_28 = V_2;
if (!L_28)
{
goto IL_0123;
}
}
IL_00d3:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_29 = __this->get_groups_9();
if (!L_29)
{
goto IL_0123;
}
}
IL_00db:
{
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_30 = V_2;
NullCheck(L_30);
Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 L_31 = List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482(L_30, /*hidden argument*/List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482_RuntimeMethod_var);
V_6 = L_31;
}
IL_00e3:
try
{ // begin try (depth: 2)
{
goto IL_010a;
}
IL_00e5:
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_32 = Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03_RuntimeMethod_var);
V_8 = L_32;
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_33 = __this->get_groups_9();
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_34 = V_8;
NullCheck(L_34);
String_t* L_35 = WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
bool L_36 = Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9(L_33, L_35, /*hidden argument*/Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9_RuntimeMethod_var);
if (!L_36)
{
goto IL_010a;
}
}
IL_0102:
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_37 = V_8;
ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264(__this, L_37, /*hidden argument*/NULL);
}
IL_010a:
{
bool L_38 = Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594_RuntimeMethod_var);
if (L_38)
{
goto IL_00e5;
}
}
IL_0113:
{
IL2CPP_LEAVE(0x123, FINALLY_0115);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0115;
}
FINALLY_0115:
{ // begin finally (depth: 2)
Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75_RuntimeMethod_var);
IL2CPP_END_FINALLY(277)
} // end finally (depth: 2)
IL2CPP_CLEANUP(277)
{
IL2CPP_JUMP_TBL(0x123, IL_0123)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0123:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_39 = __this->get_groups_9();
if (!L_39)
{
goto IL_013f;
}
}
IL_012b:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_40 = __this->get_groups_9();
NullCheck(L_40);
int32_t L_41 = Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C(L_40, /*hidden argument*/Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C_RuntimeMethod_var);
if (L_41)
{
goto IL_013f;
}
}
IL_0138:
{
__this->set_groups_9((Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *)NULL);
}
IL_013f:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_42 = __this->get_groups_9();
if (L_42)
{
goto IL_0166;
}
}
IL_0147:
{
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_43 = __this->get_idleTimer_18();
if (!L_43)
{
goto IL_0161;
}
}
IL_014f:
{
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_44 = __this->get_idleTimer_18();
NullCheck(L_44);
Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_44, /*hidden argument*/NULL);
__this->set_idleTimer_18((Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)NULL);
}
IL_0161:
{
V_5 = (bool)1;
IL2CPP_LEAVE(0x176, FINALLY_016b);
}
IL_0166:
{
V_5 = (bool)0;
IL2CPP_LEAVE(0x176, FINALLY_016b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_016b;
}
FINALLY_016b:
{ // begin finally (depth: 1)
{
bool L_45 = V_4;
if (!L_45)
{
goto IL_0175;
}
}
IL_016f:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_46 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_46, /*hidden argument*/NULL);
}
IL_0175:
{
IL2CPP_END_FINALLY(363)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(363)
{
IL2CPP_JUMP_TBL(0x176, IL_0176)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0176:
{
bool L_47 = V_5;
return L_47;
}
}
// System.Void System.Net.ServicePoint::IdleTimerCallback(System.Object)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_IdleTimerCallback_mD326DD4819B6B5679D73CD63F630C0FAB093B5D3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
ServicePoint_CheckAvailableForRecycling_m0395D78F2AA6F58493BE5E0EFC73EA8AF65CC25C(__this, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.ServicePoint::get_HasTimedOut()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_HasTimedOut_mF06CE9BD4827D18D8A4F97EE9D18FD0C3B0E3A62 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_get_HasTimedOut_mF06CE9BD4827D18D8A4F97EE9D18FD0C3B0E3A62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
int32_t L_0 = ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF(/*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((((int32_t)L_1) == ((int32_t)(-1))))
{
goto IL_0027;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = __this->get_lastDnsResolve_5();
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D((((double)((double)L_3))), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282(L_2, L_4, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
bool L_7 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_5, L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0027:
{
return (bool)0;
}
}
// System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry()
extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get_hostE_12();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_uri_0();
NullCheck(L_2);
String_t* L_3 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_2, /*hidden argument*/NULL);
V_2 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = __this->get_uri_0();
NullCheck(L_4);
int32_t L_5 = Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1(L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)4)))
{
goto IL_0039;
}
}
IL_002b:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = __this->get_uri_0();
NullCheck(L_6);
int32_t L_7 = Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1(L_6, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)3))))
{
goto IL_0099;
}
}
IL_0039:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_8 = __this->get_host_7();
if (!L_8)
{
goto IL_004d;
}
}
IL_0041:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_9 = __this->get_host_7();
V_3 = L_9;
IL2CPP_LEAVE(0xE1, FINALLY_00d0);
}
IL_004d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = __this->get_uri_0();
NullCheck(L_10);
int32_t L_11 = Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1(L_10, /*hidden argument*/NULL);
if ((!(((uint32_t)L_11) == ((uint32_t)4))))
{
goto IL_006b;
}
}
IL_005b:
{
String_t* L_12 = V_2;
String_t* L_13 = V_2;
NullCheck(L_13);
int32_t L_14 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
String_t* L_15 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_12, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)2)), /*hidden argument*/NULL);
V_2 = L_15;
}
IL_006b:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_16 = (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D *)il2cpp_codegen_object_new(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var);
IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F(L_16, /*hidden argument*/NULL);
__this->set_host_7(L_16);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_17 = __this->get_host_7();
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_18 = (IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)SZArrayNew(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var, (uint32_t)1);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_19 = L_18;
String_t* L_20 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_21 = IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273(L_20, /*hidden argument*/NULL);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_21);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)L_21);
NullCheck(L_17);
IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B(L_17, L_19, /*hidden argument*/NULL);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_22 = __this->get_host_7();
V_3 = L_22;
IL2CPP_LEAVE(0xE1, FINALLY_00d0);
}
IL_0099:
{
bool L_23 = ServicePoint_get_HasTimedOut_mF06CE9BD4827D18D8A4F97EE9D18FD0C3B0E3A62(__this, /*hidden argument*/NULL);
if (L_23)
{
goto IL_00b2;
}
}
IL_00a1:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_24 = __this->get_host_7();
if (!L_24)
{
goto IL_00b2;
}
}
IL_00a9:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_25 = __this->get_host_7();
V_3 = L_25;
IL2CPP_LEAVE(0xE1, FINALLY_00d0);
}
IL_00b2:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
__this->set_lastDnsResolve_5(L_26);
}
IL_00bd:
try
{ // begin try (depth: 2)
String_t* L_27 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9_il2cpp_TypeInfo_var);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_28 = Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38(L_27, /*hidden argument*/NULL);
__this->set_host_7(L_28);
IL2CPP_LEAVE(0xDA, FINALLY_00d0);
} // 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_00cb;
throw e;
}
CATCH_00cb:
{ // begin catch(System.Object)
V_3 = (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D *)NULL;
IL2CPP_LEAVE(0xE1, FINALLY_00d0);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00d0;
}
FINALLY_00d0:
{ // begin finally (depth: 1)
{
bool L_29 = V_1;
if (!L_29)
{
goto IL_00d9;
}
}
IL_00d3:
{
RuntimeObject * L_30 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_30, /*hidden argument*/NULL);
}
IL_00d9:
{
IL2CPP_END_FINALLY(208)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(208)
{
IL2CPP_JUMP_TBL(0xE1, IL_00e1)
IL2CPP_JUMP_TBL(0xDA, IL_00da)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00da:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_31 = __this->get_host_7();
return L_31;
}
IL_00e1:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_32 = V_3;
return L_32;
}
}
// System.Void System.Net.ServicePoint::SetVersion(System.Version)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_SetVersion_mDEF772403546C56DD090DB39086E947BAD9482AD (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version0, const RuntimeMethod* method)
{
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = ___version0;
__this->set_protocolVersion_6(L_0);
return;
}
}
// System.EventHandler System.Net.ServicePoint::SendRequest(System.Net.HttpWebRequest,System.String)
extern "C" IL2CPP_METHOD_ATTR EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, String_t* ___groupName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_0 = NULL;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_1 = NULL;
bool V_2 = false;
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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_1 = __this;
V_2 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_2), /*hidden argument*/NULL);
String_t* L_1 = ___groupName1;
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_2 = ServicePoint_GetConnectionGroup_m774B07C841B7AC60DE88440D24396170072993C1(__this, L_1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = ___request0;
NullCheck(L_2);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_4 = WebConnectionGroup_GetConnection_mA6727F66910C971E07C622CB1DBC888406C1E129(L_2, L_3, (bool*)(&V_3), /*hidden argument*/NULL);
V_0 = L_4;
bool L_5 = V_3;
if (!L_5)
{
goto IL_0059;
}
}
IL_001f:
{
int32_t L_6 = __this->get_currentConnections_3();
__this->set_currentConnections_3(((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1)));
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_7 = __this->get_idleTimer_18();
if (L_7)
{
goto IL_0059;
}
}
IL_0035:
{
TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * L_8 = (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 *)il2cpp_codegen_object_new(TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var);
TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690(L_8, __this, (intptr_t)((intptr_t)ServicePoint_IdleTimerCallback_mD326DD4819B6B5679D73CD63F630C0FAB093B5D3_RuntimeMethod_var), /*hidden argument*/NULL);
int32_t L_9 = __this->get_maxIdleTime_2();
int32_t L_10 = __this->get_maxIdleTime_2();
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_11 = (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 *)il2cpp_codegen_object_new(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var);
Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1(L_11, L_8, NULL, L_9, L_10, /*hidden argument*/NULL);
__this->set_idleTimer_18(L_11);
}
IL_0059:
{
IL2CPP_LEAVE(0x65, FINALLY_005b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005b;
}
FINALLY_005b:
{ // begin finally (depth: 1)
{
bool L_12 = V_2;
if (!L_12)
{
goto IL_0064;
}
}
IL_005e:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
}
IL_0064:
{
IL2CPP_END_FINALLY(91)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(91)
{
IL2CPP_JUMP_TBL(0x65, IL_0065)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0065:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_14 = V_0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_15 = ___request0;
NullCheck(L_14);
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_16 = WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36(L_14, L_15, /*hidden argument*/NULL);
return L_16;
}
}
// System.Void System.Net.ServicePoint::UpdateServerCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_UpdateServerCertificate_m4D130D9346CC9D940FE6CB00B40FB9B976853F01 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate0, const RuntimeMethod* method)
{
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = ___certificate0;
if (!L_0)
{
goto IL_0010;
}
}
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_1 = ___certificate0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_1);
__this->set_m_ServerCertificateOrBytes_19((RuntimeObject *)L_2);
return;
}
IL_0010:
{
__this->set_m_ServerCertificateOrBytes_19(NULL);
return;
}
}
// System.Void System.Net.ServicePoint::UpdateClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_UpdateClientCertificate_m15EBBFBB175D75A4DB45BB73A691D9083A856ADE (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___certificate0, const RuntimeMethod* method)
{
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = ___certificate0;
if (!L_0)
{
goto IL_0010;
}
}
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_1 = ___certificate0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(10 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_1);
__this->set_m_ClientCertificateOrBytes_20((RuntimeObject *)L_2);
return;
}
IL_0010:
{
__this->set_m_ClientCertificateOrBytes_20(NULL);
return;
}
}
// System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint)
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___sock0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remote1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * L_0 = __this->get_endPointCallback_14();
if (L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
V_0 = 0;
}
IL_000c:
{
V_1 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)NULL;
}
IL_000e:
try
{ // begin try (depth: 1)
BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * L_1 = __this->get_endPointCallback_14();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_2 = ___remote1;
int32_t L_3 = V_0;
NullCheck(L_1);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_4 = BindIPEndPoint_Invoke_mAFDE5BDA3031EC5D2B97D8B5C9CBC446FEA79E84(L_1, __this, L_2, L_3, /*hidden argument*/NULL);
V_1 = L_4;
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_001f;
throw e;
}
CATCH_001f:
{ // begin catch(System.Object)
V_2 = (bool)0;
goto IL_003c;
} // end catch (depth: 1)
IL_0024:
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_5 = V_1;
if (L_5)
{
goto IL_0029;
}
}
{
return (bool)1;
}
IL_0029:
{
}
IL_002a:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = ___sock0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_7 = V_1;
NullCheck(L_6);
Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30(L_6, L_7, /*hidden argument*/NULL);
goto IL_003a;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0033;
throw e;
}
CATCH_0033:
{ // 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(), NULL, ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3_RuntimeMethod_var);
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
goto IL_000c;
} // end catch (depth: 1)
IL_003a:
{
return (bool)1;
}
IL_003c:
{
bool L_9 = V_2;
return L_9;
}
}
// System.Void System.Net.ServicePoint::<GetConnectionGroup>b__66_0(System.Object,System.EventArgs)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_U3CGetConnectionGroupU3Eb__66_0_m1E1EA5B8315F684AC354D9D24A7EF8E7929D04CB (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, RuntimeObject * ___s0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_currentConnections_3();
__this->set_currentConnections_3(((int32_t)il2cpp_codegen_subtract((int32_t)L_0, (int32_t)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.ServicePointManager::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ServicePointManager__cctor_m5E74472D2F21CBE2808E62160416C0F572306498 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager__cctor_m5E74472D2F21CBE2808E62160416C0F572306498_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_0 = (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 *)il2cpp_codegen_object_new(HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549_il2cpp_TypeInfo_var);
HybridDictionary__ctor_m18ABDB797A0591DF595BBDD2A03F1670DDD07AA7(L_0, /*hidden argument*/NULL);
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set_servicePoints_0(L_0);
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set_defaultConnectionLimit_2(((int32_t)10));
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set_maxServicePointIdleTime_3(((int32_t)100000));
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set_maxServicePoints_4(0);
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set_dnsRefreshTimeout_5(((int32_t)120000));
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set__checkCRL_6((bool)0);
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set__securityProtocol_7(((int32_t)4032));
((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->set_expectContinue_8((bool)1);
return;
}
}
// System.Net.ICertificatePolicy System.Net.ServicePointManager::GetLegacyCertificatePolicy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_m91F5A99F923B7085226C21F50BD30C1BC056EC98 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_GetLegacyCertificatePolicy_m91F5A99F923B7085226C21F50BD30C1BC056EC98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_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_m4FE99C818DC1588C1DEA74018DC3CB2D86B40453 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_get_CheckCertificateRevocationList_m4FE99C818DC1588C1DEA74018DC3CB2D86B40453_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
bool L_0 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get__checkCRL_6();
return L_0;
}
}
// System.Int32 System.Net.ServicePointManager::get_DnsRefreshTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
int32_t L_0 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_dnsRefreshTimeout_5();
return L_0;
}
}
// System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol()
extern "C" IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_m4A583697C87EDA716E3512FB151B3916B770C667 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_get_SecurityProtocol_m4A583697C87EDA716E3512FB151B3916B770C667_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
int32_t L_0 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get__securityProtocol_7();
return L_0;
}
}
// System.Net.ServerCertValidationCallback System.Net.ServicePointManager::get_ServerCertValidationCallback()
extern "C" IL2CPP_METHOD_ATTR ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ServicePointManager_get_ServerCertValidationCallback_mD060FAFC9DC69DA28963397C5C61BED8343C0381 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_get_ServerCertValidationCallback_mD060FAFC9DC69DA28963397C5C61BED8343C0381_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * L_0 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_server_cert_cb_10();
return L_0;
}
}
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback()
extern "C" IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ServicePointManager_get_ServerCertificateValidationCallback_m4C07359BE5DC24B1A5CF508F1ACF5CE359735A5E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_get_ServerCertificateValidationCallback_m4C07359BE5DC24B1A5CF508F1ACF5CE359735A5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * L_0 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_server_cert_cb_10();
if (L_0)
{
goto IL_0009;
}
}
{
return (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E *)NULL;
}
IL_0009:
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * L_1 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_server_cert_cb_10();
NullCheck(L_1);
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_2 = ServerCertValidationCallback_get_ValidationCallback_mB8BE8EFE95E18530D479BC4E803BF3EDA308EE3D(L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy)
extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_2 = NULL;
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * V_3 = NULL;
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * V_4 = NULL;
bool V_5 = false;
int32_t V_6 = 0;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B9_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B3_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B4_0 = NULL;
bool G_B6_0 = false;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B6_1 = NULL;
bool G_B5_0 = false;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B5_1 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B7_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B8_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B11_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B10_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B12_0 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B12_1 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___address0;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_1 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_RuntimeMethod_var);
}
IL_0014:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___address0;
NullCheck(L_3);
String_t* L_4 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_3, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___address0;
NullCheck(L_5);
String_t* L_6 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_5, /*hidden argument*/NULL);
String_t* L_7 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_4, _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC, L_6, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_8, L_7, /*hidden argument*/NULL);
V_0 = (bool)0;
V_1 = (bool)0;
RuntimeObject* L_9 = ___proxy1;
G_B3_0 = L_8;
if (!L_9)
{
G_B9_0 = L_8;
goto IL_008d;
}
}
{
RuntimeObject* L_10 = ___proxy1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = ___address0;
NullCheck(L_10);
bool L_12 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_10, L_11);
G_B4_0 = G_B3_0;
if (L_12)
{
G_B9_0 = G_B3_0;
goto IL_008d;
}
}
{
V_0 = (bool)1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___address0;
NullCheck(L_13);
String_t* L_14 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_13, /*hidden argument*/NULL);
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD, /*hidden argument*/NULL);
RuntimeObject* L_16 = ___proxy1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___address0;
NullCheck(L_16);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = InterfaceFuncInvoker1< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(0 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_16, L_17);
___address0 = L_18;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = ___address0;
NullCheck(L_19);
String_t* L_20 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_19, /*hidden argument*/NULL);
bool L_21 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_20, _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083, /*hidden argument*/NULL);
G_B5_0 = L_15;
G_B5_1 = G_B4_0;
if (!L_21)
{
G_B6_0 = L_15;
G_B6_1 = G_B4_0;
goto IL_0077;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_22 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_22, _stringLiteral78F762349C5ECBF5C54A4535D23AB651F063F5D4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_RuntimeMethod_var);
}
IL_0077:
{
G_B7_0 = G_B6_1;
if (!G_B6_0)
{
G_B9_0 = G_B6_1;
goto IL_008d;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_23 = ___address0;
NullCheck(L_23);
String_t* L_24 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_23, /*hidden argument*/NULL);
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083, /*hidden argument*/NULL);
G_B8_0 = G_B7_0;
if (!L_25)
{
G_B9_0 = G_B7_0;
goto IL_008d;
}
}
{
V_1 = (bool)1;
G_B9_0 = G_B8_0;
}
IL_008d:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = ___address0;
NullCheck(L_26);
String_t* L_27 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_26, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_28 = ___address0;
NullCheck(L_28);
String_t* L_29 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_28, /*hidden argument*/NULL);
String_t* L_30 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_27, _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC, L_29, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_31, L_30, /*hidden argument*/NULL);
___address0 = L_31;
V_2 = (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *)NULL;
bool L_32 = V_0;
G_B10_0 = G_B9_0;
if (L_32)
{
G_B11_0 = G_B9_0;
goto IL_00b2;
}
}
{
G_B12_0 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)(NULL));
G_B12_1 = G_B10_0;
goto IL_00b3;
}
IL_00b2:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = ___address0;
G_B12_0 = L_33;
G_B12_1 = G_B11_0;
}
IL_00b3:
{
bool L_34 = V_1;
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_35 = (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 *)il2cpp_codegen_object_new(SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63_il2cpp_TypeInfo_var);
SPKey__ctor_mEFB0271B87BA8145BF5ABFBFC580444AC87E8378(L_35, G_B12_1, G_B12_0, L_34, /*hidden argument*/NULL);
V_3 = L_35;
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_36 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_servicePoints_0();
V_4 = L_36;
V_5 = (bool)0;
}
IL_00c4:
try
{ // begin try (depth: 1)
{
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_37 = V_4;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_37, (bool*)(&V_5), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_38 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_servicePoints_0();
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_39 = V_3;
NullCheck(L_38);
RuntimeObject * L_40 = HybridDictionary_get_Item_mE16332A6CE6880D436633519FAC3662ED4A89E11(L_38, L_39, /*hidden argument*/NULL);
V_2 = ((ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *)IsInstClass((RuntimeObject*)L_40, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_il2cpp_TypeInfo_var));
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_41 = V_2;
if (!L_41)
{
goto IL_00e9;
}
}
IL_00e1:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_42 = V_2;
V_7 = L_42;
IL2CPP_LEAVE(0x177, FINALLY_0169);
}
IL_00e9:
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
int32_t L_43 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_maxServicePoints_4();
if ((((int32_t)L_43) <= ((int32_t)0)))
{
goto IL_010d;
}
}
IL_00f1:
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_44 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_servicePoints_0();
NullCheck(L_44);
int32_t L_45 = HybridDictionary_get_Count_m170B942CEB7FA1B42BFFB246D72B583BD1397738(L_44, /*hidden argument*/NULL);
int32_t L_46 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_maxServicePoints_4();
if ((((int32_t)L_45) < ((int32_t)L_46)))
{
goto IL_010d;
}
}
IL_0102:
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_47 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_47, _stringLiteral7D2E0E9613D18D3D342CE52081FCFD5292FFA131, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_47, NULL, ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_RuntimeMethod_var);
}
IL_010d:
{
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
int32_t L_48 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_defaultConnectionLimit_2();
V_6 = L_48;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_49 = ___address0;
int32_t L_50 = V_6;
int32_t L_51 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_maxServicePointIdleTime_3();
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_52 = (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *)il2cpp_codegen_object_new(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_il2cpp_TypeInfo_var);
ServicePoint__ctor_m788957B0CF9F256F581975F6ACDA0DB122D2BE85(L_52, L_49, L_50, L_51, /*hidden argument*/NULL);
V_2 = L_52;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_53 = V_2;
bool L_54 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_expectContinue_8();
NullCheck(L_53);
ServicePoint_set_Expect100Continue_m9F795AEF8CCA79C80CDD27F7EA7AD01DAD92618B(L_53, L_54, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_55 = V_2;
bool L_56 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_useNagle_9();
NullCheck(L_55);
ServicePoint_set_UseNagleAlgorithm_mA40D127E6B6DDB7FE8EBDE9A075FF0FF96CAE3FB(L_55, L_56, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_57 = V_2;
bool L_58 = V_0;
NullCheck(L_57);
ServicePoint_set_UsesProxy_m81B24DCBB2CDB67877B1631AD53EA4925B2D77D2(L_57, L_58, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_59 = V_2;
bool L_60 = V_1;
NullCheck(L_59);
ServicePoint_set_UseConnect_m63B28421D36EA6064A66588382A7381C9318CAA2(L_59, L_60, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_61 = V_2;
bool L_62 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_tcp_keepalive_11();
int32_t L_63 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_tcp_keepalive_time_12();
int32_t L_64 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_tcp_keepalive_interval_13();
NullCheck(L_61);
ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165(L_61, L_62, L_63, L_64, /*hidden argument*/NULL);
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_65 = ((ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var))->get_servicePoints_0();
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_66 = V_3;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_67 = V_2;
NullCheck(L_65);
HybridDictionary_Add_m8022C90B2CAE2484ED0D740734EA4E512D8B130D(L_65, L_66, L_67, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x175, FINALLY_0169);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0169;
}
FINALLY_0169:
{ // begin finally (depth: 1)
{
bool L_68 = V_5;
if (!L_68)
{
goto IL_0174;
}
}
IL_016d:
{
HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * L_69 = V_4;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_69, /*hidden argument*/NULL);
}
IL_0174:
{
IL2CPP_END_FINALLY(361)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(361)
{
IL2CPP_JUMP_TBL(0x177, IL_0177)
IL2CPP_JUMP_TBL(0x175, IL_0175)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0175:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_70 = V_2;
return L_70;
}
IL_0177:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_71 = V_7;
return L_71;
}
}
#ifdef __clang__
#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.Uri,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SPKey__ctor_mEFB0271B87BA8145BF5ABFBFC580444AC87E8378 (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___proxy1, bool ___use_connect2, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
__this->set_uri_0(L_0);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___proxy1;
__this->set_proxy_1(L_1);
bool L_2 = ___use_connect2;
__this->set_use_connect_2(L_2);
return;
}
}
// System.Boolean System.Net.ServicePointManager_SPKey::get_UsesProxy()
extern "C" IL2CPP_METHOD_ATTR bool SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_proxy_1();
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_1 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_0, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Net.ServicePointManager_SPKey::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SPKey_GetHashCode_m4686BFC3EE7C5322B912BCC739EA3C2AB33D8622 (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SPKey_GetHashCode_m4686BFC3EE7C5322B912BCC739EA3C2AB33D8622_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B5_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B6_1 = 0;
{
bool L_0 = __this->get_use_connect_2();
G_B1_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)23), (int32_t)((int32_t)31)));
if (L_0)
{
G_B2_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)23), (int32_t)((int32_t)31)));
goto IL_0010;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
goto IL_0011;
}
IL_0010:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
}
IL_0011:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_uri_0();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = __this->get_proxy_1();
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_4 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_3, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
G_B4_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)), (int32_t)((int32_t)31))), (int32_t)L_2)), (int32_t)((int32_t)31)));
if (L_4)
{
G_B5_0 = ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)G_B3_1, (int32_t)G_B3_0)), (int32_t)((int32_t)31))), (int32_t)L_2)), (int32_t)((int32_t)31)));
goto IL_0035;
}
}
{
G_B6_0 = 0;
G_B6_1 = G_B4_0;
goto IL_0040;
}
IL_0035:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_proxy_1();
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
G_B6_0 = L_6;
G_B6_1 = G_B5_0;
}
IL_0040:
{
return ((int32_t)il2cpp_codegen_add((int32_t)G_B6_1, (int32_t)G_B6_0));
}
}
// System.Boolean System.Net.ServicePointManager_SPKey::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool SPKey_Equals_mF29C836C97373F9F739EE977115DB8F521921CFB (SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SPKey_Equals_mF29C836C97373F9F739EE977115DB8F521921CFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * V_0 = NULL;
{
RuntimeObject * L_0 = ___obj0;
V_0 = ((SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 *)IsInstClass((RuntimeObject*)L_0, SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63_il2cpp_TypeInfo_var));
RuntimeObject * L_1 = ___obj0;
if (L_1)
{
goto IL_000c;
}
}
{
return (bool)0;
}
IL_000c:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_uri_0();
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_3 = V_0;
NullCheck(L_3);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = L_3->get_uri_0();
NullCheck(L_2);
bool L_5 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_4);
if (L_5)
{
goto IL_0021;
}
}
{
return (bool)0;
}
IL_0021:
{
bool L_6 = __this->get_use_connect_2();
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_7 = V_0;
NullCheck(L_7);
bool L_8 = L_7->get_use_connect_2();
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
{
goto IL_003d;
}
}
{
bool L_9 = SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE(__this, /*hidden argument*/NULL);
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_10 = V_0;
NullCheck(L_10);
bool L_11 = SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE(L_10, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)L_11)))
{
goto IL_003f;
}
}
IL_003d:
{
return (bool)0;
}
IL_003f:
{
bool L_12 = SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE(__this, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_005c;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = __this->get_proxy_1();
SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63 * L_14 = V_0;
NullCheck(L_14);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_15 = L_14->get_proxy_1();
NullCheck(L_13);
bool L_16 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_13, L_15);
if (L_16)
{
goto IL_005c;
}
}
{
return (bool)0;
}
IL_005c:
{
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.SimpleAsyncCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160 (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__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.SimpleAsyncCallback::Invoke(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___result0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___result0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___result0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___result0);
}
}
}
else
{
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(targetMethod, targetThis, ___result0);
else
GenericVirtActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(targetMethod, targetThis, ___result0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___result0);
else
VirtActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___result0);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker0::Invoke(targetMethod, ___result0);
else
GenericVirtActionInvoker0::Invoke(targetMethod, ___result0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___result0);
else
VirtActionInvoker0::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___result0);
}
}
}
else
{
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(targetMethod, targetThis, ___result0);
else
GenericVirtActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(targetMethod, targetThis, ___result0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___result0);
else
VirtActionInvoker1< SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___result0);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___result0, targetMethod);
}
}
}
}
// System.IAsyncResult System.Net.SimpleAsyncCallback::BeginInvoke(System.Net.SimpleAsyncResult,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* SimpleAsyncCallback_BeginInvoke_m4B37AB28607AC704D366168510F56A3A9E7D40FA (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___result0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Void System.Net.SimpleAsyncCallback::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback_EndInvoke_mE569506E3EBA5C420B10DB07C21CCCF08E925616 (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __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.SimpleAsyncResult::.ctor(System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult__ctor_mEB6C601B0E87F8C431B52C82079F623A41FF3EEF (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___cb0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SimpleAsyncResult__ctor_mEB6C601B0E87F8C431B52C82079F623A41FF3EEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
__this->set_locker_7(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_1 = ___cb0;
__this->set_cb_3(L_1);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::.ctor(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * V_0 = NULL;
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
__this->set_locker_7(L_0);
U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * L_1 = (U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass9_0__ctor_m0A82C8B1F7527FDBCCBAC8A38C932BB954AB8859(L_1, /*hidden argument*/NULL);
V_0 = L_1;
U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * L_2 = V_0;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_3 = ___cb0;
NullCheck(L_2);
L_2->set_cb_0(L_3);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * L_4 = V_0;
NullCheck(L_4);
L_4->set_U3CU3E4__this_1(__this);
RuntimeObject * L_5 = ___state1;
__this->set_state_4(L_5);
U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * L_6 = V_0;
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_7 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var);
SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass9_0_U3C_ctorU3Eb__0_m83B6A3D4C1EC7F7093B406C08CFEB6E39616A295_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_cb_3(L_7);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::Run(System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>,System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_0 = ___callback1;
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_1 = (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *)il2cpp_codegen_object_new(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6_il2cpp_TypeInfo_var);
SimpleAsyncResult__ctor_mEB6C601B0E87F8C431B52C82079F623A41FF3EEF(L_1, L_0, /*hidden argument*/NULL);
V_0 = L_1;
}
IL_0007:
try
{ // begin try (depth: 1)
{
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_2 = ___func0;
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_3 = V_0;
NullCheck(L_2);
bool L_4 = Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4(L_2, L_3, /*hidden argument*/Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4_RuntimeMethod_var);
if (L_4)
{
goto IL_0017;
}
}
IL_0010:
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_5 = V_0;
NullCheck(L_5);
SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B(L_5, (bool)1, /*hidden argument*/NULL);
}
IL_0017:
{
goto IL_0024;
}
} // 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_0019;
throw e;
}
CATCH_0019:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_6 = V_0;
Exception_t * L_7 = V_1;
NullCheck(L_6);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_6, (bool)1, L_7, /*hidden argument*/NULL);
goto IL_0024;
} // end catch (depth: 1)
IL_0024:
{
return;
}
}
// System.Void System.Net.SimpleAsyncResult::RunWithLock(System.Object,System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>,System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F (RuntimeObject * ___locker0, Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func1, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * V_0 = NULL;
{
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * L_0 = (U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass11_0__ctor_m067672498CEA9C4A2F49FD4F066BC64301FE6E90(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * L_1 = V_0;
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_2 = ___func1;
NullCheck(L_1);
L_1->set_func_0(L_2);
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * L_3 = V_0;
RuntimeObject * L_4 = ___locker0;
NullCheck(L_3);
L_3->set_locker_1(L_4);
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * L_5 = V_0;
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_6 = ___callback2;
NullCheck(L_5);
L_5->set_callback_2(L_6);
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * L_7 = V_0;
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_8 = (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *)il2cpp_codegen_object_new(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var);
Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6(L_8, L_7, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var);
U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * L_9 = V_0;
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_10 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var);
SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_10, L_9, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__1_mA8D188E9FD6B2ED64A516C6B037AFCEF32CDB290_RuntimeMethod_var), /*hidden argument*/NULL);
SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235(L_8, L_10, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::Reset_internal()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_Reset_internal_mC67A0649A2AA41223256E9E914AF16D00D055853 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
__this->set_callbackDone_5((bool)0);
__this->set_exc_6((Exception_t *)NULL);
RuntimeObject * L_0 = __this->get_locker_7();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0017:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
__this->set_isCompleted_2((bool)0);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = __this->get_handle_0();
if (!L_2)
{
goto IL_003a;
}
}
IL_002e:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = __this->get_handle_0();
NullCheck(L_3);
EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F(L_3, /*hidden argument*/NULL);
}
IL_003a:
{
IL2CPP_LEAVE(0x46, FINALLY_003c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003c;
}
FINALLY_003c:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0045;
}
}
IL_003f:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0045:
{
IL2CPP_END_FINALLY(60)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(60)
{
IL2CPP_JUMP_TBL(0x46, IL_0046)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0046:
{
return;
}
}
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method)
{
{
bool L_0 = ___synch0;
Exception_t * L_1 = ___e1;
SimpleAsyncResult_SetCompleted_internal_m143429C4D305268C566F88DE8FEA72073B1E371A(__this, L_0, L_1, /*hidden argument*/NULL);
SimpleAsyncResult_DoCallback_private_m13480E33C1363A5CB6836C50F7267A3A08E052CF(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method)
{
{
bool L_0 = ___synch0;
SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571(__this, L_0, /*hidden argument*/NULL);
SimpleAsyncResult_DoCallback_private_m13480E33C1363A5CB6836C50F7267A3A08E052CF(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::SetCompleted_internal(System.Boolean,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_internal_m143429C4D305268C566F88DE8FEA72073B1E371A (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = ___synch0;
__this->set_synch_1(L_0);
Exception_t * L_1 = ___e1;
__this->set_exc_6(L_1);
RuntimeObject * L_2 = __this->get_locker_7();
V_0 = L_2;
V_1 = (bool)0;
}
IL_0017:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_3 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_1), /*hidden argument*/NULL);
__this->set_isCompleted_2((bool)1);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = __this->get_handle_0();
if (!L_4)
{
goto IL_003a;
}
}
IL_002e:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = __this->get_handle_0();
NullCheck(L_5);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_5, /*hidden argument*/NULL);
}
IL_003a:
{
IL2CPP_LEAVE(0x46, FINALLY_003c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003c;
}
FINALLY_003c:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_0045;
}
}
IL_003f:
{
RuntimeObject * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_0045:
{
IL2CPP_END_FINALLY(60)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(60)
{
IL2CPP_JUMP_TBL(0x46, IL_0046)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0046:
{
return;
}
}
// System.Void System.Net.SimpleAsyncResult::SetCompleted_internal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method)
{
{
bool L_0 = ___synch0;
SimpleAsyncResult_SetCompleted_internal_m143429C4D305268C566F88DE8FEA72073B1E371A(__this, L_0, (Exception_t *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::DoCallback_private()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_DoCallback_private_m13480E33C1363A5CB6836C50F7267A3A08E052CF (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_callbackDone_5();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
__this->set_callbackDone_5((bool)1);
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_1 = __this->get_cb_3();
if (L_1)
{
goto IL_0019;
}
}
{
return;
}
IL_0019:
{
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_2 = __this->get_cb_3();
NullCheck(L_2);
SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A(L_2, __this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SimpleAsyncResult::DoCallback_internal()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_DoCallback_internal_mE5C9AB5A666F3C40F0AB69A7CFCFBF4B6B24F850 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_callbackDone_5();
if (L_0)
{
goto IL_0023;
}
}
{
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_1 = __this->get_cb_3();
if (!L_1)
{
goto IL_0023;
}
}
{
__this->set_callbackDone_5((bool)1);
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_2 = __this->get_cb_3();
NullCheck(L_2);
SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A(L_2, __this, /*hidden argument*/NULL);
}
IL_0023:
{
return;
}
}
// System.Void System.Net.SimpleAsyncResult::WaitUntilComplete()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_WaitUntilComplete_m8E1B7A644F83AB741E8F6F126FBA44ACAD458403 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688(__this, /*hidden argument*/NULL);
NullCheck(L_1);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_1);
return;
}
}
// System.Boolean System.Net.SimpleAsyncResult::WaitUntilComplete(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method)
{
{
bool L_0 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688(__this, /*hidden argument*/NULL);
int32_t L_2 = ___timeout0;
bool L_3 = ___exitContext1;
NullCheck(L_1);
bool L_4 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_1, L_2, L_3);
return L_4;
}
}
// System.Object System.Net.SimpleAsyncResult::get_AsyncState()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SimpleAsyncResult_get_AsyncState_m0255404319DCFFB038B91B94B44FC58148B5D8AF (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_state_4();
return L_0;
}
}
// System.Threading.WaitHandle System.Net.SimpleAsyncResult::get_AsyncWaitHandle()
extern "C" IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get_locker_7();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = __this->get_handle_0();
if (L_2)
{
goto IL_002a;
}
}
IL_0019:
{
bool L_3 = __this->get_isCompleted_2();
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_4 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_4, L_3, /*hidden argument*/NULL);
__this->set_handle_0(L_4);
}
IL_002a:
{
IL2CPP_LEAVE(0x36, FINALLY_002c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002c;
}
FINALLY_002c:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0035;
}
}
IL_002f:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0035:
{
IL2CPP_END_FINALLY(44)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(44)
{
IL2CPP_JUMP_TBL(0x36, IL_0036)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0036:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_7 = __this->get_handle_0();
return L_7;
}
}
// System.Boolean System.Net.SimpleAsyncResult::get_CompletedSynchronously()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_CompletedSynchronously_m35172899F0AE43335B5DAF6829700375D9A81D9B (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SimpleAsyncResult_get_CompletedSynchronously_m35172899F0AE43335B5DAF6829700375D9A81D9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * L_0 = __this->get_address_of_user_read_synch_8();
bool L_1 = Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)L_0, /*hidden argument*/Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_RuntimeMethod_var);
if (!L_1)
{
goto IL_0019;
}
}
{
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * L_2 = __this->get_address_of_user_read_synch_8();
bool L_3 = Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)L_2, /*hidden argument*/Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var);
return L_3;
}
IL_0019:
{
bool L_4 = __this->get_synch_1();
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_5;
memset(&L_5, 0, sizeof(L_5));
Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996((&L_5), L_4, /*hidden argument*/Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var);
__this->set_user_read_synch_8(L_5);
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * L_6 = __this->get_address_of_user_read_synch_8();
bool L_7 = Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A((Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *)L_6, /*hidden argument*/Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var);
return L_7;
}
}
// System.Boolean System.Net.SimpleAsyncResult::get_CompletedSynchronouslyPeek()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_synch_1();
return L_0;
}
}
// System.Boolean System.Net.SimpleAsyncResult::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject * L_0 = __this->get_locker_7();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_2 = __this->get_isCompleted_2();
V_2 = L_2;
IL2CPP_LEAVE(0x24, FINALLY_001a);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001a;
}
FINALLY_001a:
{ // begin finally (depth: 1)
{
bool L_3 = V_1;
if (!L_3)
{
goto IL_0023;
}
}
IL_001d:
{
RuntimeObject * L_4 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
}
IL_0023:
{
IL2CPP_END_FINALLY(26)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(26)
{
IL2CPP_JUMP_TBL(0x24, IL_0024)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0024:
{
bool L_5 = V_2;
return L_5;
}
}
// System.Boolean System.Net.SimpleAsyncResult::get_GotException()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_exc_6();
return (bool)((!(((RuntimeObject*)(Exception_t *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Exception System.Net.SimpleAsyncResult::get_Exception()
extern "C" IL2CPP_METHOD_ATTR Exception_t * SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_exc_6();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.SimpleAsyncResult_<>c__DisplayClass11_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m067672498CEA9C4A2F49FD4F066BC64301FE6E90 (U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.SimpleAsyncResult_<>c__DisplayClass11_0::<RunWithLock>b__0(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5 (U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool G_B2_0 = false;
bool G_B1_0 = false;
{
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_0 = __this->get_func_0();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_1 = ___inner0;
NullCheck(L_0);
bool L_2 = Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4(L_0, L_1, /*hidden argument*/Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4_RuntimeMethod_var);
bool L_3 = L_2;
G_B1_0 = L_3;
if (!L_3)
{
G_B2_0 = L_3;
goto IL_001a;
}
}
{
RuntimeObject * L_4 = __this->get_locker_1();
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
G_B2_0 = G_B1_0;
}
IL_001a:
{
return G_B2_0;
}
}
// System.Void System.Net.SimpleAsyncResult_<>c__DisplayClass11_0::<RunWithLock>b__1(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__1_mA8D188E9FD6B2ED64A516C6B037AFCEF32CDB290 (U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___inner0;
NullCheck(L_0);
bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0028;
}
}
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___inner0;
NullCheck(L_2);
bool L_3 = L_2->get_synch_1();
if (!L_3)
{
goto IL_001b;
}
}
{
RuntimeObject * L_4 = __this->get_locker_1();
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
}
IL_001b:
{
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_5 = __this->get_callback_2();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_6 = ___inner0;
NullCheck(L_5);
SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A(L_5, L_6, /*hidden argument*/NULL);
return;
}
IL_0028:
{
}
IL_0029:
try
{ // begin try (depth: 1)
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_7 = ___inner0;
NullCheck(L_7);
bool L_8 = L_7->get_synch_1();
if (L_8)
{
goto IL_003c;
}
}
IL_0031:
{
RuntimeObject * L_9 = __this->get_locker_1();
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_9, /*hidden argument*/NULL);
}
IL_003c:
{
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_10 = __this->get_callback_2();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_11 = ___inner0;
NullCheck(L_10);
SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A(L_10, L_11, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x56, FINALLY_004a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004a;
}
FINALLY_004a:
{ // begin finally (depth: 1)
RuntimeObject * L_12 = __this->get_locker_1();
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(74)
} // end finally (depth: 1)
IL2CPP_CLEANUP(74)
{
IL2CPP_JUMP_TBL(0x56, IL_0056)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0056:
{
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.SimpleAsyncResult_<>c__DisplayClass9_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m0A82C8B1F7527FDBCCBAC8A38C932BB954AB8859 (U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SimpleAsyncResult_<>c__DisplayClass9_0::<.ctor>b__0(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0_U3C_ctorU3Eb__0_m83B6A3D4C1EC7F7093B406C08CFEB6E39616A295 (U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_cb_0();
if (!L_0)
{
goto IL_0019;
}
}
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = __this->get_cb_0();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = __this->get_U3CU3E4__this_1();
NullCheck(L_1);
AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_1, L_2, /*hidden argument*/NULL);
}
IL_0019:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.AddressFamily System.Net.SocketAddress::get_Family()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_m_Buffer_1();
NullCheck(L_0);
int32_t L_1 = 0;
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_Buffer_1();
NullCheck(L_3);
int32_t L_4 = 1;
uint8_t L_5 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
return (int32_t)(((int32_t)((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_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Size_0();
return L_0;
}
}
// System.Byte System.Net.SocketAddress::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR uint8_t SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, int32_t ___offset0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___offset0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_000d;
}
}
{
int32_t L_1 = ___offset0;
int32_t L_2 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0013;
}
}
IL_000d:
{
IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * L_3 = (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF *)il2cpp_codegen_object_new(IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var);
IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442_RuntimeMethod_var);
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_Buffer_1();
int32_t L_5 = ___offset0;
NullCheck(L_4);
int32_t L_6 = L_5;
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
return L_7;
}
}
// System.Void System.Net.SocketAddress::.ctor(System.Net.Sockets.AddressFamily,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, int32_t ___family0, int32_t ___size1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_changed_2((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___size1;
if ((((int32_t)L_0) >= ((int32_t)2)))
{
goto IL_001c;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0_RuntimeMethod_var);
}
IL_001c:
{
int32_t L_2 = ___size1;
__this->set_m_Size_0(L_2);
int32_t L_3 = ___size1;
int32_t L_4 = IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929(/*hidden argument*/NULL);
int32_t L_5 = IntPtr_get_Size_m1342A61F11766A494F2F90D9B68CADAD62261929(/*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_3/(int32_t)L_4)), (int32_t)2)), (int32_t)L_5)));
__this->set_m_Buffer_1(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_m_Buffer_1();
int32_t L_8 = ___family0;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)(((int32_t)((uint8_t)L_8))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_m_Buffer_1();
int32_t L_10 = ___family0;
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_10>>(int32_t)8))))));
return;
}
}
// System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress)
extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_mBD53CC91765543655C8A685599BF9E83CBD7EDA1 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___ipAddress0, const RuntimeMethod* method)
{
int64_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
int32_t G_B2_0 = 0;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * G_B2_1 = NULL;
int32_t G_B1_0 = 0;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * G_B1_1 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * G_B3_2 = NULL;
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___ipAddress0;
NullCheck(L_0);
int32_t L_1 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_0, /*hidden argument*/NULL);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ___ipAddress0;
NullCheck(L_2);
int32_t L_3 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_2, /*hidden argument*/NULL);
G_B1_0 = L_1;
G_B1_1 = __this;
if ((((int32_t)L_3) == ((int32_t)2)))
{
G_B2_0 = L_1;
G_B2_1 = __this;
goto IL_0014;
}
}
{
G_B3_0 = ((int32_t)28);
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0016;
}
IL_0014:
{
G_B3_0 = ((int32_t)16);
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0016:
{
NullCheck(G_B3_2);
SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0(G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_Buffer_1();
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = __this->get_m_Buffer_1();
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)0);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = ___ipAddress0;
NullCheck(L_6);
int32_t L_7 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_6, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)((int32_t)23)))))
{
goto IL_00bc;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_m_Buffer_1();
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = __this->get_m_Buffer_1();
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get_m_Buffer_1();
NullCheck(L_10);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_Buffer_1();
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)0);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_12 = ___ipAddress0;
NullCheck(L_12);
int64_t L_13 = IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9(L_12, /*hidden argument*/NULL);
V_0 = L_13;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_m_Buffer_1();
int64_t L_15 = V_0;
NullCheck(L_14);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (uint8_t)(((int32_t)((uint8_t)L_15))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = __this->get_m_Buffer_1();
int64_t L_17 = V_0;
NullCheck(L_16);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_17>>(int32_t)8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = __this->get_m_Buffer_1();
int64_t L_19 = V_0;
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_19>>(int32_t)((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get_m_Buffer_1();
int64_t L_21 = V_0;
NullCheck(L_20);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_21>>(int32_t)((int32_t)24)))))));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_22 = ___ipAddress0;
NullCheck(L_22);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2(L_22, /*hidden argument*/NULL);
V_1 = L_23;
V_2 = 0;
goto IL_00b5;
}
IL_00a4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_m_Buffer_1();
int32_t L_25 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = V_1;
int32_t L_27 = V_2;
NullCheck(L_26);
int32_t L_28 = L_27;
uint8_t L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add((int32_t)8, (int32_t)L_25))), (uint8_t)L_29);
int32_t L_30 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_00b5:
{
int32_t L_31 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = V_1;
NullCheck(L_32);
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))))))
{
goto IL_00a4;
}
}
{
return;
}
IL_00bc:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_m_Buffer_1();
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_34 = ___ipAddress0;
NullCheck(L_34);
int64_t L_35 = L_34->get_m_Address_5();
NullCheck(L_33);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(4), (uint8_t)(((int32_t)((uint8_t)L_35))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = __this->get_m_Buffer_1();
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_37 = ___ipAddress0;
NullCheck(L_37);
int64_t L_38 = L_37->get_m_Address_5();
NullCheck(L_36);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(5), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_38>>(int32_t)8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = __this->get_m_Buffer_1();
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_40 = ___ipAddress0;
NullCheck(L_40);
int64_t L_41 = L_40->get_m_Address_5();
NullCheck(L_39);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(6), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_41>>(int32_t)((int32_t)16)))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = __this->get_m_Buffer_1();
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_43 = ___ipAddress0;
NullCheck(L_43);
int64_t L_44 = L_43->get_m_Address_5();
NullCheck(L_42);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(7), (uint8_t)(((int32_t)((uint8_t)((int64_t)((int64_t)L_44>>(int32_t)((int32_t)24)))))));
return;
}
}
// System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAddress__ctor_m727264D4E76104274842A01FCA0C42F424463B5B (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___ipaddress0, int32_t ___port1, const RuntimeMethod* method)
{
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___ipaddress0;
SocketAddress__ctor_mBD53CC91765543655C8A685599BF9E83CBD7EDA1(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_m_Buffer_1();
int32_t L_2 = ___port1;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(2), (uint8_t)(((int32_t)((uint8_t)((int32_t)((int32_t)L_2>>(int32_t)8))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_Buffer_1();
int32_t L_4 = ___port1;
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(3), (uint8_t)(((int32_t)((uint8_t)L_4))));
return;
}
}
// System.Net.IPAddress System.Net.SocketAddress::GetIPAddress()
extern "C" IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int64_t V_1 = 0;
int32_t V_2 = 0;
{
int32_t L_0 = SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_0066;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)16));
V_0 = L_1;
V_2 = 0;
goto IL_0027;
}
IL_0016:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = V_0;
int32_t L_3 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_Buffer_1();
int32_t L_5 = V_2;
NullCheck(L_4);
int32_t L_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)8));
uint8_t L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(L_3), (uint8_t)L_7);
int32_t L_8 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0027:
{
int32_t L_9 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))
{
goto IL_0016;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_Buffer_1();
NullCheck(L_11);
int32_t L_12 = ((int32_t)27);
uint8_t L_13 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = __this->get_m_Buffer_1();
NullCheck(L_14);
int32_t L_15 = ((int32_t)26);
uint8_t L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_m_Buffer_1();
NullCheck(L_17);
int32_t L_18 = ((int32_t)25);
uint8_t L_19 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get_m_Buffer_1();
NullCheck(L_20);
int32_t L_21 = ((int32_t)24);
uint8_t L_22 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
V_1 = (((int64_t)((int64_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)((int32_t)((int32_t)L_13<<(int32_t)((int32_t)24))), (int32_t)((int32_t)((int32_t)L_16<<(int32_t)((int32_t)16))))), (int32_t)((int32_t)((int32_t)L_19<<(int32_t)8)))), (int32_t)L_22)))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = V_0;
int64_t L_24 = V_1;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_25 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84(L_25, L_23, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_0066:
{
int32_t L_26 = SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_26) == ((uint32_t)2))))
{
goto IL_00b6;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_m_Buffer_1();
NullCheck(L_27);
int32_t L_28 = 4;
uint8_t L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_30 = __this->get_m_Buffer_1();
NullCheck(L_30);
int32_t L_31 = 5;
uint8_t L_32 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_31));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_m_Buffer_1();
NullCheck(L_33);
int32_t L_34 = 6;
uint8_t L_35 = (L_33)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = __this->get_m_Buffer_1();
NullCheck(L_36);
int32_t L_37 = 7;
uint8_t L_38 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_37));
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_39 = (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)il2cpp_codegen_object_new(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748(L_39, ((int64_t)((int64_t)(((int64_t)((int64_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)255)))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_32<<(int32_t)8))&(int32_t)((int32_t)65280)))))|(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_35<<(int32_t)((int32_t)16)))&(int32_t)((int32_t)16711680)))))|(int32_t)((int32_t)((int32_t)L_38<<(int32_t)((int32_t)24))))))))&(int64_t)(((int64_t)((uint64_t)(((uint32_t)((uint32_t)(-1))))))))), /*hidden argument*/NULL);
return L_39;
}
IL_00b6:
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_40 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_40, ((int32_t)10047), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, NULL, SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_RuntimeMethod_var);
}
}
// System.Net.IPEndPoint System.Net.SocketAddress::GetIPEndPoint()
extern "C" IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * SocketAddress_GetIPEndPoint_mDB28840AEBFA9C37CC41BEC66E67BA9EDCEC2700 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAddress_GetIPEndPoint_mDB28840AEBFA9C37CC41BEC66E67BA9EDCEC2700_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_m_Buffer_1();
NullCheck(L_1);
int32_t L_2 = 2;
uint8_t L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_m_Buffer_1();
NullCheck(L_4);
int32_t L_5 = 3;
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_3<<(int32_t)8))&(int32_t)((int32_t)65280)))|(int32_t)L_6));
int32_t L_7 = V_0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_8 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_8, L_0, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Boolean System.Net.SocketAddress::Equals(System.Object)
extern "C" IL2CPP_METHOD_ATTR bool SocketAddress_Equals_m51EE0D3DF560D78987904A2F7D449D9008B7F4E7 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAddress_Equals_m51EE0D3DF560D78987904A2F7D449D9008B7F4E7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_0 = NULL;
int32_t V_1 = 0;
{
RuntimeObject * L_0 = ___comparand0;
V_0 = ((SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 *)IsInstClass((RuntimeObject*)L_0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969_il2cpp_TypeInfo_var));
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
int32_t L_2 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)L_4)))
{
goto IL_001a;
}
}
IL_0018:
{
return (bool)0;
}
IL_001a:
{
V_1 = 0;
goto IL_0034;
}
IL_001e:
{
int32_t L_5 = V_1;
uint8_t L_6 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(__this, L_5, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_7 = V_0;
int32_t L_8 = V_1;
NullCheck(L_7);
uint8_t L_9 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(L_7, L_8, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)L_9)))
{
goto IL_0030;
}
}
{
return (bool)0;
}
IL_0030:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0034:
{
int32_t L_11 = V_1;
int32_t L_12 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)L_12)))
{
goto IL_001e;
}
}
{
return (bool)1;
}
}
// System.Int32 System.Net.SocketAddress::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketAddress_GetHashCode_mD765A06DB2C807684567958F8B82266A72A51B63 (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
bool L_0 = __this->get_m_changed_2();
if (!L_0)
{
goto IL_00ac;
}
}
{
__this->set_m_changed_2((bool)0);
__this->set_m_hash_3(0);
int32_t L_1 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
V_1 = ((int32_t)((int32_t)L_1&(int32_t)((int32_t)-4)));
V_0 = 0;
goto IL_0069;
}
IL_0027:
{
int32_t L_2 = __this->get_m_hash_3();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_m_Buffer_1();
int32_t L_4 = V_0;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get_m_Buffer_1();
int32_t L_8 = V_0;
NullCheck(L_7);
int32_t L_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
uint8_t L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = __this->get_m_Buffer_1();
int32_t L_12 = V_0;
NullCheck(L_11);
int32_t L_13 = ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)2));
uint8_t L_14 = (L_11)->GetAt(static_cast<il2cpp_array_size_t>(L_13));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = __this->get_m_Buffer_1();
int32_t L_16 = V_0;
NullCheck(L_15);
int32_t L_17 = ((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)3));
uint8_t L_18 = (L_15)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
__this->set_m_hash_3(((int32_t)((int32_t)L_2^(int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_6|(int32_t)((int32_t)((int32_t)L_10<<(int32_t)8))))|(int32_t)((int32_t)((int32_t)L_14<<(int32_t)((int32_t)16)))))|(int32_t)((int32_t)((int32_t)L_18<<(int32_t)((int32_t)24))))))));
int32_t L_19 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)4));
}
IL_0069:
{
int32_t L_20 = V_0;
int32_t L_21 = V_1;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_0027;
}
}
{
int32_t L_22 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_22&(int32_t)3)))
{
goto IL_00ac;
}
}
{
V_2 = 0;
V_3 = 0;
goto IL_0095;
}
IL_007d:
{
int32_t L_23 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = __this->get_m_Buffer_1();
int32_t L_25 = V_0;
NullCheck(L_24);
int32_t L_26 = L_25;
uint8_t L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
int32_t L_28 = V_3;
V_2 = ((int32_t)((int32_t)L_23|(int32_t)((int32_t)((int32_t)L_27<<(int32_t)((int32_t)((int32_t)L_28&(int32_t)((int32_t)31)))))));
int32_t L_29 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)8));
int32_t L_30 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_0095:
{
int32_t L_31 = V_0;
int32_t L_32 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_31) < ((int32_t)L_32)))
{
goto IL_007d;
}
}
{
int32_t L_33 = __this->get_m_hash_3();
int32_t L_34 = V_2;
__this->set_m_hash_3(((int32_t)((int32_t)L_33^(int32_t)L_34)));
}
IL_00ac:
{
int32_t L_35 = __this->get_m_hash_3();
return L_35;
}
}
// System.String System.Net.SocketAddress::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* SocketAddress_ToString_mDF5B4B0AF200471C84B09D553EB33BC4F0EE20EB (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAddress_ToString_mDF5B4B0AF200471C84B09D553EB33BC4F0EE20EB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
uint8_t V_2 = 0x0;
int32_t V_3 = 0;
int32_t V_4 = 0;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = 2;
goto IL_0039;
}
IL_000a:
{
int32_t L_1 = V_1;
if ((((int32_t)L_1) <= ((int32_t)2)))
{
goto IL_001a;
}
}
{
StringBuilder_t * L_2 = V_0;
NullCheck(L_2);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808, /*hidden argument*/NULL);
}
IL_001a:
{
StringBuilder_t * L_3 = V_0;
int32_t L_4 = V_1;
uint8_t L_5 = SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442(__this, L_4, /*hidden argument*/NULL);
V_2 = L_5;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_6 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_7 = Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7((uint8_t*)(&V_2), L_6, /*hidden argument*/NULL);
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, L_7, /*hidden argument*/NULL);
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0039:
{
int32_t L_9 = V_1;
int32_t L_10 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_000a;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
int32_t L_13 = SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D(__this, /*hidden argument*/NULL);
V_3 = L_13;
RuntimeObject * L_14 = Box(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var, (&V_3));
NullCheck(L_14);
String_t* L_15 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_14);
V_3 = *(int32_t*)UnBox(L_14);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_15);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_12;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
int32_t L_18 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB(__this, /*hidden argument*/NULL);
V_4 = L_18;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_19 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_20 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_4), L_19, /*hidden argument*/NULL);
NullCheck(L_17);
ArrayElementTypeCheck (L_17, L_20);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_20);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_17;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteralF13B2930E75FFAF02D34F6CCE6096A69FB307149);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralF13B2930E75FFAF02D34F6CCE6096A69FB307149);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_21;
StringBuilder_t * L_23 = V_0;
NullCheck(L_23);
String_t* L_24 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_23);
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_24);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_24);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_22;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A);
String_t* L_26 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(L_25, /*hidden argument*/NULL);
return L_26;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Sockets.LingerOption::.ctor(System.Boolean,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LingerOption__ctor_m3DF407AEF218AA4C7291FF92543BE0BAD40B760A (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, bool ___enable0, int32_t ___seconds1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___enable0;
LingerOption_set_Enabled_m698CECD028CDD6D6E7CC82C12D5A0B7A291A74B1(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___seconds1;
LingerOption_set_LingerTime_m366DDFE3598E938C9EA7C288E306682E64D44755(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.LingerOption::set_Enabled(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void LingerOption_set_Enabled_m698CECD028CDD6D6E7CC82C12D5A0B7A291A74B1 (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_enabled_0(L_0);
return;
}
}
// System.Void System.Net.Sockets.LingerOption::set_LingerTime(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m366DDFE3598E938C9EA7C288E306682E64D44755 (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_lingerTime_1(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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_mF392CFFC6F5768612164FBD9C3041D7269FEDF62 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_CloseTimeout_8((-1));
__this->set_m_CurrentReadTimeout_10((-1));
__this->set_m_CurrentWriteTimeout_11((-1));
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = ___socket0;
if (L_0)
{
goto IL_0029;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral897D21056A341314B60764C31B36C1FAD542E78A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62_RuntimeMethod_var);
}
IL_0029:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = ___socket0;
NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542(__this, L_2, 3, /*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_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_CloseTimeout_8((-1));
__this->set_m_CurrentReadTimeout_10((-1));
__this->set_m_CurrentWriteTimeout_11((-1));
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = ___socket0;
if (L_0)
{
goto IL_0029;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral897D21056A341314B60764C31B36C1FAD542E78A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83_RuntimeMethod_var);
}
IL_0029:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = ___socket0;
NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542(__this, L_2, 3, /*hidden argument*/NULL);
bool L_3 = ___ownsSocket1;
__this->set_m_OwnsSocket_7(L_3);
return;
}
}
// System.Boolean System.Net.Sockets.NetworkStream::get_CanRead()
extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanRead_mBF98E4498C6F7C76D911F675962F544DD6336BCF (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_Readable_5();
return L_0;
}
}
// System.Boolean System.Net.Sockets.NetworkStream::get_CanSeek()
extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanSeek_m6D65109C6D751B848B97C220FC02B75A4B833A14 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Net.Sockets.NetworkStream::get_CanWrite()
extern "C" IL2CPP_METHOD_ATTR bool NetworkStream_get_CanWrite_mDA3F37747199641E18F088E19FDE4E05BD45B4A2 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_Writeable_6();
return L_0;
}
}
// System.Int32 System.Net.Sockets.NetworkStream::get_ReadTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_get_ReadTimeout_m13391A3C843472520BC69A991C14FF7B25CA929F (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_get_ReadTimeout_m13391A3C843472520BC69A991C14FF7B25CA929F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_m_StreamSocket_4();
NullCheck(L_0);
RuntimeObject * L_1 = Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D(L_0, ((int32_t)65535), ((int32_t)4102), /*hidden argument*/NULL);
V_0 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
int32_t L_2 = V_0;
if (L_2)
{
goto IL_0020;
}
}
{
return (-1);
}
IL_0020:
{
int32_t L_3 = V_0;
return L_3;
}
}
// System.Int32 System.Net.Sockets.NetworkStream::get_WriteTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_get_WriteTimeout_mA6438C71068821D30F77F79171A833518147F9A6 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_get_WriteTimeout_mA6438C71068821D30F77F79171A833518147F9A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_m_StreamSocket_4();
NullCheck(L_0);
RuntimeObject * L_1 = Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D(L_0, ((int32_t)65535), ((int32_t)4101), /*hidden argument*/NULL);
V_0 = ((*(int32_t*)((int32_t*)UnBox(L_1, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
int32_t L_2 = V_0;
if (L_2)
{
goto IL_0020;
}
}
{
return (-1);
}
IL_0020:
{
int32_t L_3 = V_0;
return L_3;
}
}
// System.Int64 System.Net.Sockets.NetworkStream::get_Length()
extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_RuntimeMethod_var);
}
}
// System.Int64 System.Net.Sockets.NetworkStream::get_Position()
extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_RuntimeMethod_var);
}
}
// System.Void System.Net.Sockets.NetworkStream::set_Position(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_RuntimeMethod_var);
}
}
// System.Int64 System.Net.Sockets.NetworkStream::Seek(System.Int64,System.IO.SeekOrigin)
extern "C" IL2CPP_METHOD_ATTR int64_t NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_RuntimeMethod_var);
}
}
// System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, int32_t ___Access1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = ___socket0;
NullCheck(L_0);
bool L_1 = Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0018;
}
}
{
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral496395338E1FC980CBE39A21753A8E304E4C8A34, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_3 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var);
}
IL_0018:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = ___socket0;
NullCheck(L_4);
bool L_5 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0030;
}
}
{
String_t* L_6 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA141F34417FEDCAD83407AA7A40E5E7A33168843, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_7 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var);
}
IL_0030:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = ___socket0;
NullCheck(L_8);
int32_t L_9 = Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)1)))
{
goto IL_0049;
}
}
{
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral6913D1C27996441E5DFD7C5084E72B2B9520F66F, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_11 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var);
}
IL_0049:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_12 = ___socket0;
__this->set_m_StreamSocket_4(L_12);
int32_t L_13 = ___Access1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)1)))
{
case 0:
{
goto IL_0066;
}
case 1:
{
goto IL_006e;
}
case 2:
{
goto IL_0076;
}
}
}
{
goto IL_0076;
}
IL_0066:
{
__this->set_m_Readable_5((bool)1);
return;
}
IL_006e:
{
__this->set_m_Writeable_6((bool)1);
return;
}
IL_0076:
{
__this->set_m_Readable_5((bool)1);
__this->set_m_Writeable_6((bool)1);
return;
}
}
// System.Int32 System.Net.Sockets.NetworkStream::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
bool G_B2_0 = false;
bool G_B1_0 = false;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
bool L_1 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
G_B1_0 = L_0;
if (!L_1)
{
G_B2_0 = L_0;
goto IL_0021;
}
}
{
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_2);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_4 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_0021:
{
if (G_B2_0)
{
goto IL_0033;
}
}
{
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral864B3F89B8480A2EC3D40F5AAE4F9D65D3DB65B2, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_0033:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
if (L_7)
{
goto IL_0041;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_9 = ___offset1;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_004b;
}
}
{
int32_t L_10 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0;
NullCheck(L_11);
if ((((int32_t)L_10) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))
{
goto IL_0056;
}
}
IL_004b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_13 = ___size2;
if ((((int32_t)L_13) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_14 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
NullCheck(L_15);
int32_t L_16 = ___offset1;
if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16)))))
{
goto IL_006d;
}
}
IL_0062:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_17, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_006d:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = __this->get_m_StreamSocket_4();
V_0 = L_18;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = V_0;
if (L_19)
{
goto IL_009a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
String_t* L_22 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_21, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_009a:
{
}
IL_009b:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_25 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___size2;
NullCheck(L_25);
int32_t L_29 = Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759(L_25, L_26, L_27, L_28, 0, /*hidden argument*/NULL);
V_1 = L_29;
goto IL_00e3;
} // 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_00a8;
throw e;
}
CATCH_00a8:
{ // begin catch(System.Exception)
{
V_2 = ((Exception_t *)__exception_local);
Exception_t * L_30 = V_2;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_30, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_00c1;
}
}
IL_00b1:
{
Exception_t * L_31 = V_2;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_31, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_00c1;
}
}
IL_00b9:
{
Exception_t * L_32 = V_2;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_32, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_00c3;
}
}
IL_00c1:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_00c3:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_34 = L_33;
Exception_t * L_35 = V_2;
NullCheck(L_35);
String_t* L_36 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_35);
NullCheck(L_34);
ArrayElementTypeCheck (L_34, L_36);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_36);
String_t* L_37 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_34, /*hidden argument*/NULL);
Exception_t * L_38 = V_2;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_39 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_39, L_37, L_38, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, NULL, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00e3:
{
int32_t L_40 = V_1;
return L_40;
}
}
// System.Void System.Net.Sockets.NetworkStream::Write(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
bool G_B2_0 = false;
bool G_B1_0 = false;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
bool L_1 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
G_B1_0 = L_0;
if (!L_1)
{
G_B2_0 = L_0;
goto IL_0021;
}
}
{
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_2);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_4 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_0021:
{
if (G_B2_0)
{
goto IL_0033;
}
}
{
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2B7D022C4C58EBF0F70D057A8691534FC16E7ECA, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_0033:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
if (L_7)
{
goto IL_0041;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_9 = ___offset1;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_004b;
}
}
{
int32_t L_10 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0;
NullCheck(L_11);
if ((((int32_t)L_10) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))
{
goto IL_0056;
}
}
IL_004b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_13 = ___size2;
if ((((int32_t)L_13) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_14 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
NullCheck(L_15);
int32_t L_16 = ___offset1;
if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16)))))
{
goto IL_006d;
}
}
IL_0062:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_17, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_006d:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = __this->get_m_StreamSocket_4();
V_0 = L_18;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = V_0;
if (L_19)
{
goto IL_009a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
String_t* L_22 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB, L_21, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_009a:
{
}
IL_009b:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_25 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___size2;
NullCheck(L_25);
Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE(L_25, L_26, L_27, L_28, 0, /*hidden argument*/NULL);
goto IL_00e3;
} // 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_00a8;
throw e;
}
CATCH_00a8:
{ // begin catch(System.Exception)
{
V_1 = ((Exception_t *)__exception_local);
Exception_t * L_29 = V_1;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_29, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_00c1;
}
}
IL_00b1:
{
Exception_t * L_30 = V_1;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_30, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_00c1;
}
}
IL_00b9:
{
Exception_t * L_31 = V_1;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_31, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_00c3;
}
}
IL_00c1:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_00c3:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_32;
Exception_t * L_34 = V_1;
NullCheck(L_34);
String_t* L_35 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_34);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_35);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_35);
String_t* L_36 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB, L_33, /*hidden argument*/NULL);
Exception_t * L_37 = V_1;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_38 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_38, L_36, L_37, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_38, NULL, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00e3:
{
return;
}
}
// System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Dispose_mC4F2E85F8F098254D60ED053F5D3E45CF7B2B4E0 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, bool ___disposing0, const RuntimeMethod* method)
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
{
bool L_0 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
il2cpp_codegen_memory_barrier();
__this->set_m_CleanedUp_9(1);
bool L_1 = ___disposing0;
if (!((int32_t)((int32_t)((((int32_t)L_0) == ((int32_t)0))? 1 : 0)&(int32_t)L_1)))
{
goto IL_0053;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = __this->get_m_StreamSocket_4();
if (!L_2)
{
goto IL_0053;
}
}
{
__this->set_m_Readable_5((bool)0);
__this->set_m_Writeable_6((bool)0);
bool L_3 = __this->get_m_OwnsSocket_7();
if (!L_3)
{
goto IL_0053;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_m_StreamSocket_4();
V_0 = L_4;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_5 = V_0;
if (!L_5)
{
goto IL_0053;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = V_0;
NullCheck(L_6);
Socket_InternalShutdown_mE1DDB563CF7D94D792F6C2F32FECEBC8270D4E81(L_6, 2, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = V_0;
int32_t L_8 = __this->get_m_CloseTimeout_8();
NullCheck(L_7);
Socket_Close_m77322C5F6C16BCE94498430C920EC1EBCF8BC8A2(L_7, L_8, /*hidden argument*/NULL);
}
IL_0053:
{
bool L_9 = ___disposing0;
Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05(__this, L_9, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.NetworkStream::Finalize()
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Finalize_m97B1A123AB9C7EF73CB91684189632C4E86BD422 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.IAsyncResult System.Net.Sockets.NetworkStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
bool G_B2_0 = false;
bool G_B1_0 = false;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(7 /* System.Boolean System.IO.Stream::get_CanRead() */, __this);
bool L_1 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
G_B1_0 = L_0;
if (!L_1)
{
G_B2_0 = L_0;
goto IL_0021;
}
}
{
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_2);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_4 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_0021:
{
if (G_B2_0)
{
goto IL_0033;
}
}
{
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral864B3F89B8480A2EC3D40F5AAE4F9D65D3DB65B2, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_0033:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
if (L_7)
{
goto IL_0041;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_9 = ___offset1;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_004b;
}
}
{
int32_t L_10 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0;
NullCheck(L_11);
if ((((int32_t)L_10) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))
{
goto IL_0056;
}
}
IL_004b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_13 = ___size2;
if ((((int32_t)L_13) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_14 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
NullCheck(L_15);
int32_t L_16 = ___offset1;
if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16)))))
{
goto IL_006d;
}
}
IL_0062:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_17, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_006d:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = __this->get_m_StreamSocket_4();
V_0 = L_18;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = V_0;
if (L_19)
{
goto IL_009a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
String_t* L_22 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_21, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_009a:
{
}
IL_009b:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_25 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_29 = ___callback3;
RuntimeObject * L_30 = ___state4;
NullCheck(L_25);
RuntimeObject* L_31 = Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30(L_25, L_26, L_27, L_28, 0, L_29, L_30, /*hidden argument*/NULL);
V_1 = L_31;
goto IL_00e7;
} // 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_00ac;
throw e;
}
CATCH_00ac:
{ // begin catch(System.Exception)
{
V_2 = ((Exception_t *)__exception_local);
Exception_t * L_32 = V_2;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_32, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_00c5;
}
}
IL_00b5:
{
Exception_t * L_33 = V_2;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_33, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_00c5;
}
}
IL_00bd:
{
Exception_t * L_34 = V_2;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_34, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_00c7;
}
}
IL_00c5:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_00c7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = L_35;
Exception_t * L_37 = V_2;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_37);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_38);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_38);
String_t* L_39 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_36, /*hidden argument*/NULL);
Exception_t * L_40 = V_2;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_41 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_41, L_39, L_40, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, NULL, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00e7:
{
RuntimeObject* L_42 = V_1;
return L_42;
}
}
// System.Int32 System.Net.Sockets.NetworkStream::EndRead(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
if (!L_0)
{
goto IL_001b;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var);
}
IL_001b:
{
RuntimeObject* L_4 = ___asyncResult0;
if (L_4)
{
goto IL_0029;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var);
}
IL_0029:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = __this->get_m_StreamSocket_4();
V_0 = L_6;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = V_0;
if (L_7)
{
goto IL_0056;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
String_t* L_11 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_9, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_12 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var);
}
IL_0056:
{
}
IL_0057:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_13 = V_0;
RuntimeObject* L_14 = ___asyncResult0;
NullCheck(L_13);
int32_t L_15 = Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0(L_13, L_14, /*hidden argument*/NULL);
V_1 = L_15;
goto IL_009c;
} // 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_0061;
throw e;
}
CATCH_0061:
{ // begin catch(System.Exception)
{
V_2 = ((Exception_t *)__exception_local);
Exception_t * L_16 = V_2;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_16, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_007a;
}
}
IL_006a:
{
Exception_t * L_17 = V_2;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_17, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_007a;
}
}
IL_0072:
{
Exception_t * L_18 = V_2;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_18, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_007c;
}
}
IL_007a:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var);
}
IL_007c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = L_19;
Exception_t * L_21 = V_2;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_21);
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_22);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_20, /*hidden argument*/NULL);
Exception_t * L_24 = V_2;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_25 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_25, L_23, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_009c:
{
int32_t L_26 = V_1;
return L_26;
}
}
// 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_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___state4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
bool G_B2_0 = false;
bool G_B1_0 = false;
{
bool L_0 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, __this);
bool L_1 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
G_B1_0 = L_0;
if (!L_1)
{
G_B2_0 = L_0;
goto IL_0021;
}
}
{
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_2);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_4 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_0021:
{
if (G_B2_0)
{
goto IL_0033;
}
}
{
String_t* L_5 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2B7D022C4C58EBF0F70D057A8691534FC16E7ECA, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_6 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_0033:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
if (L_7)
{
goto IL_0041;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_8 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_8, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_9 = ___offset1;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_004b;
}
}
{
int32_t L_10 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0;
NullCheck(L_11);
if ((((int32_t)L_10) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))))
{
goto IL_0056;
}
}
IL_004b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_0056:
{
int32_t L_13 = ___size2;
if ((((int32_t)L_13) < ((int32_t)0)))
{
goto IL_0062;
}
}
{
int32_t L_14 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = ___buffer0;
NullCheck(L_15);
int32_t L_16 = ___offset1;
if ((((int32_t)L_14) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_15)->max_length)))), (int32_t)L_16)))))
{
goto IL_006d;
}
}
IL_0062:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_17, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_006d:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = __this->get_m_StreamSocket_4();
V_0 = L_18;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = V_0;
if (L_19)
{
goto IL_009a;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
String_t* L_22 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_22);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_22);
String_t* L_23 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB, L_21, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_24, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_009a:
{
}
IL_009b:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_25 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ___buffer0;
int32_t L_27 = ___offset1;
int32_t L_28 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_29 = ___callback3;
RuntimeObject * L_30 = ___state4;
NullCheck(L_25);
RuntimeObject* L_31 = Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E(L_25, L_26, L_27, L_28, 0, L_29, L_30, /*hidden argument*/NULL);
V_1 = L_31;
goto IL_00e7;
} // 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_00ac;
throw e;
}
CATCH_00ac:
{ // begin catch(System.Exception)
{
V_2 = ((Exception_t *)__exception_local);
Exception_t * L_32 = V_2;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_32, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_00c5;
}
}
IL_00b5:
{
Exception_t * L_33 = V_2;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_33, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_00c5;
}
}
IL_00bd:
{
Exception_t * L_34 = V_2;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_34, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_00c7;
}
}
IL_00c5:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_00c7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_36 = L_35;
Exception_t * L_37 = V_2;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_37);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_38);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_38);
String_t* L_39 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB, L_36, /*hidden argument*/NULL);
Exception_t * L_40 = V_2;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_41 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_41, L_39, L_40, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_41, NULL, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00e7:
{
RuntimeObject* L_42 = V_1;
return L_42;
}
}
// System.Void System.Net.Sockets.NetworkStream::EndWrite(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = __this->get_m_CleanedUp_9();
il2cpp_codegen_memory_barrier();
if (!L_0)
{
goto IL_001b;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
IL_001b:
{
RuntimeObject* L_4 = ___asyncResult0;
if (L_4)
{
goto IL_0029;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_5 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_5, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
IL_0029:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = __this->get_m_StreamSocket_4();
V_0 = L_6;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = V_0;
if (L_7)
{
goto IL_0056;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_8;
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_10);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_10);
String_t* L_11 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB, L_9, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_12 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
IL_0056:
{
}
IL_0057:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_13 = V_0;
RuntimeObject* L_14 = ___asyncResult0;
NullCheck(L_13);
Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC(L_13, L_14, /*hidden argument*/NULL);
goto IL_009c;
} // 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_0061;
throw e;
}
CATCH_0061:
{ // begin catch(System.Exception)
{
V_1 = ((Exception_t *)__exception_local);
Exception_t * L_15 = V_1;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_15, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_007a;
}
}
IL_006a:
{
Exception_t * L_16 = V_1;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_16, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_007a;
}
}
IL_0072:
{
Exception_t * L_17 = V_1;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_17, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_007c;
}
}
IL_007a:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
IL_007c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = L_18;
Exception_t * L_20 = V_1;
NullCheck(L_20);
String_t* L_21 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_20);
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_21);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_21);
String_t* L_22 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB, L_19, /*hidden argument*/NULL);
Exception_t * L_23 = V_1;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_24 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_24, L_22, L_23, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_24, NULL, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_009c:
{
return;
}
}
// System.Void System.Net.Sockets.NetworkStream::Flush()
extern "C" IL2CPP_METHOD_ATTR void NetworkStream_Flush_mD24343AA0BED24CC098BA9BFF2F118CC0865DB40 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.SafeSocketHandle::.ctor(System.IntPtr,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, intptr_t ___preexistingHandle0, bool ___ownsHandle1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___ownsHandle1;
SafeHandleZeroOrMinusOneIsInvalid__ctor_mC2C000FF88F5F480CBABA271C33F416047A42E95(__this, L_0, /*hidden argument*/NULL);
intptr_t L_1 = ___preexistingHandle0;
SafeHandle_SetHandle_m84A4309A0B6AFD09D5CD087B172BF37F999CA288(__this, (intptr_t)L_1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
bool L_2 = ((SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_9();
if (!L_2)
{
goto IL_0020;
}
}
{
Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * L_3 = (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *)il2cpp_codegen_object_new(Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17_il2cpp_TypeInfo_var);
Dictionary_2__ctor_mB26845E70FFA12038E11DBCD48D21D08C1E243ED(L_3, /*hidden argument*/Dictionary_2__ctor_mB26845E70FFA12038E11DBCD48D21D08C1E243ED_RuntimeMethod_var);
__this->set_threads_stacktraces_7(L_3);
}
IL_0020:
{
return;
}
}
// System.Boolean System.Net.Sockets.SafeSocketHandle::ReleaseHandle()
extern "C" IL2CPP_METHOD_ATTR bool SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
StringBuilder_t * V_4 = NULL;
Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C V_5;
memset(&V_5, 0, sizeof(V_5));
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = 0;
intptr_t L_0 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Blocking_internal_m4F1F07A40A6FD3CFECC7F7F836B52337C61833A9((intptr_t)L_0, (bool)0, (int32_t*)(&V_0), /*hidden argument*/NULL);
intptr_t L_1 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0();
Socket_Shutdown_internal_mEBB0DF91C761500931F2A3D7CE3103ECE0553060((intptr_t)L_1, 2, (int32_t*)(&V_0), /*hidden argument*/NULL);
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_2 = __this->get_blocking_threads_6();
if (!L_2)
{
goto IL_0161;
}
}
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_3 = __this->get_blocking_threads_6();
V_1 = L_3;
V_2 = (bool)0;
}
IL_0032:
try
{ // begin try (depth: 1)
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_4 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_2), /*hidden argument*/NULL);
V_3 = 0;
goto IL_0144;
}
IL_0041:
{
int32_t L_5 = V_3;
int32_t L_6 = L_5;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
if ((((int32_t)L_6) < ((int32_t)((int32_t)10))))
{
goto IL_00d8;
}
}
IL_004d:
{
IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
bool L_7 = ((SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_9();
if (!L_7)
{
goto IL_0155;
}
}
IL_0057:
{
StringBuilder_t * L_8 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_8, /*hidden argument*/NULL);
V_4 = L_8;
StringBuilder_t * L_9 = V_4;
NullCheck(L_9);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_9, _stringLiteral9EC4928E03DE929AAEC86BE3AE9B2758B9F43E3B, /*hidden argument*/NULL);
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_10 = __this->get_blocking_threads_6();
NullCheck(L_10);
Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C L_11 = List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082(L_10, /*hidden argument*/List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082_RuntimeMethod_var);
V_5 = L_11;
}
IL_0078:
try
{ // begin try (depth: 2)
{
goto IL_00aa;
}
IL_007a:
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_12 = Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E((Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *)(&V_5), /*hidden argument*/Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E_RuntimeMethod_var);
V_6 = L_12;
StringBuilder_t * L_13 = V_4;
NullCheck(L_13);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_13, _stringLiteralD95BA1EB1C985B5AC1D15A76B28428F50123D4A9, /*hidden argument*/NULL);
StringBuilder_t * L_14 = V_4;
Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * L_15 = __this->get_threads_stacktraces_7();
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_16 = V_6;
NullCheck(L_15);
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_17 = Dictionary_2_get_Item_m3E164C2055393DDC81C3B05C9BE6DD8166041AB0(L_15, L_16, /*hidden argument*/Dictionary_2_get_Item_m3E164C2055393DDC81C3B05C9BE6DD8166041AB0_RuntimeMethod_var);
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
NullCheck(L_14);
StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609(L_14, L_18, /*hidden argument*/NULL);
}
IL_00aa:
{
bool L_19 = Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE((Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE_RuntimeMethod_var);
if (L_19)
{
goto IL_007a;
}
}
IL_00b3:
{
IL2CPP_LEAVE(0xC3, FINALLY_00b5);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00b5;
}
FINALLY_00b5:
{ // begin finally (depth: 2)
Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0((Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *)(&V_5), /*hidden argument*/Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0_RuntimeMethod_var);
IL2CPP_END_FINALLY(181)
} // end finally (depth: 2)
IL2CPP_CLEANUP(181)
{
IL2CPP_JUMP_TBL(0xC3, IL_00c3)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c3:
{
StringBuilder_t * L_20 = V_4;
NullCheck(L_20);
StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9(L_20, /*hidden argument*/NULL);
StringBuilder_t * L_21 = V_4;
NullCheck(L_21);
String_t* L_22 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_21);
Exception_t * L_23 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_23, L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409_RuntimeMethod_var);
}
IL_00d8:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_24 = __this->get_blocking_threads_6();
NullCheck(L_24);
int32_t L_25 = List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF(L_24, /*hidden argument*/List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF_RuntimeMethod_var);
if ((!(((uint32_t)L_25) == ((uint32_t)1))))
{
goto IL_00fb;
}
}
IL_00e6:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_26 = __this->get_blocking_threads_6();
NullCheck(L_26);
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_27 = List_1_get_Item_m5584F887D702E20E9AF1D8EF97200115E997D9FB(L_26, 0, /*hidden argument*/List_1_get_Item_m5584F887D702E20E9AF1D8EF97200115E997D9FB_RuntimeMethod_var);
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_28 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
if ((!(((RuntimeObject*)(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_27) == ((RuntimeObject*)(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)L_28))))
{
goto IL_00fb;
}
}
IL_00f9:
{
IL2CPP_LEAVE(0x161, FINALLY_0157);
}
IL_00fb:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_29 = __this->get_blocking_threads_6();
NullCheck(L_29);
Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C L_30 = List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082(L_29, /*hidden argument*/List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082_RuntimeMethod_var);
V_5 = L_30;
}
IL_0108:
try
{ // begin try (depth: 2)
{
goto IL_0116;
}
IL_010a:
{
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_31 = Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E((Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *)(&V_5), /*hidden argument*/Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_cancel_blocking_socket_operation_m14366BBE65240C8833ED22AE8DE299E771FA3058(L_31, /*hidden argument*/NULL);
}
IL_0116:
{
bool L_32 = Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE((Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *)(&V_5), /*hidden argument*/Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE_RuntimeMethod_var);
if (L_32)
{
goto IL_010a;
}
}
IL_011f:
{
IL2CPP_LEAVE(0x12F, FINALLY_0121);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0121;
}
FINALLY_0121:
{ // begin finally (depth: 2)
Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0((Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *)(&V_5), /*hidden argument*/Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0_RuntimeMethod_var);
IL2CPP_END_FINALLY(289)
} // end finally (depth: 2)
IL2CPP_CLEANUP(289)
{
IL2CPP_JUMP_TBL(0x12F, IL_012f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_012f:
{
__this->set_in_cleanup_8((bool)1);
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_33 = __this->get_blocking_threads_6();
Monitor_Wait_m370232637E049ACF8E0322DC89D1AECD48ADE0E4(L_33, ((int32_t)100), /*hidden argument*/NULL);
}
IL_0144:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_34 = __this->get_blocking_threads_6();
NullCheck(L_34);
int32_t L_35 = List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF(L_34, /*hidden argument*/List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF_RuntimeMethod_var);
if ((((int32_t)L_35) > ((int32_t)0)))
{
goto IL_0041;
}
}
IL_0155:
{
IL2CPP_LEAVE(0x161, FINALLY_0157);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0157;
}
FINALLY_0157:
{ // begin finally (depth: 1)
{
bool L_36 = V_2;
if (!L_36)
{
goto IL_0160;
}
}
IL_015a:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_37 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_37, /*hidden argument*/NULL);
}
IL_0160:
{
IL2CPP_END_FINALLY(343)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(343)
{
IL2CPP_JUMP_TBL(0x161, IL_0161)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0161:
{
intptr_t L_38 = ((SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 *)__this)->get_handle_0();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Close_internal_mDC62C0CC0402756EC2AF208253EA987D38C1C97C((intptr_t)L_38, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_39 = V_0;
return (bool)((((int32_t)L_39) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Net.Sockets.SafeSocketHandle::RegisterForBlockingSyscall()
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_0 = __this->get_blocking_threads_6();
if (L_0)
{
goto IL_001a;
}
}
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D ** L_1 = __this->get_address_of_blocking_threads_6();
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_2 = (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *)il2cpp_codegen_object_new(List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D_il2cpp_TypeInfo_var);
List_1__ctor_m7A4FEC7537D92854E09F078941CE1B8C9C810F0F(L_2, /*hidden argument*/List_1__ctor_m7A4FEC7537D92854E09F078941CE1B8C9C810F0F_RuntimeMethod_var);
InterlockedCompareExchangeImpl<List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *>((List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D **)L_1, L_2, (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *)NULL);
}
IL_001a:
{
V_0 = (bool)0;
}
IL_001c:
try
{ // begin try (depth: 1)
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(__this, (bool*)(&V_0), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x8D, FINALLY_0026);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0026;
}
FINALLY_0026:
{ // begin finally (depth: 1)
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_3 = __this->get_blocking_threads_6();
V_1 = L_3;
V_2 = (bool)0;
}
IL_002f:
try
{ // begin try (depth: 2)
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_4 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_2), /*hidden argument*/NULL);
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_5 = __this->get_blocking_threads_6();
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_6 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
NullCheck(L_5);
List_1_Add_m1CA4BDBC8247F05F727DB5AB73D23373B86C3ADA(L_5, L_6, /*hidden argument*/List_1_Add_m1CA4BDBC8247F05F727DB5AB73D23373B86C3ADA_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
bool L_7 = ((SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_9();
if (!L_7)
{
goto IL_0064;
}
}
IL_004e:
{
Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * L_8 = __this->get_threads_stacktraces_7();
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_9 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_10 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
StackTrace__ctor_mCF16893B6C5EEC13841370A064CFF74E9F54E997(L_10, (bool)1, /*hidden argument*/NULL);
NullCheck(L_8);
Dictionary_2_Add_m13CFE4842AABF9CC0FAA906D78FEEE35FD69A3B7(L_8, L_9, L_10, /*hidden argument*/Dictionary_2_Add_m13CFE4842AABF9CC0FAA906D78FEEE35FD69A3B7_RuntimeMethod_var);
}
IL_0064:
{
IL2CPP_LEAVE(0x70, FINALLY_0066);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0066;
}
FINALLY_0066:
{ // begin finally (depth: 2)
{
bool L_11 = V_2;
if (!L_11)
{
goto IL_006f;
}
}
IL_0069:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_12 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
}
IL_006f:
{
IL2CPP_END_FINALLY(102)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(102)
{
IL2CPP_JUMP_TBL(0x70, IL_0070)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0070:
{
bool L_13 = V_0;
if (!L_13)
{
goto IL_0079;
}
}
IL_0073:
{
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(__this, /*hidden argument*/NULL);
}
IL_0079:
{
bool L_14 = SafeHandle_get_IsClosed_mDC07CBB5C7BB58A6B31641D976CE3ADC37ED8377(__this, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_008c;
}
}
IL_0081:
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_15 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_15, ((int32_t)10004), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60_RuntimeMethod_var);
}
IL_008c:
{
IL2CPP_END_FINALLY(38)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(38)
{
IL2CPP_JUMP_TBL(0x8D, IL_008d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008d:
{
return;
}
}
// System.Void System.Net.Sockets.SafeSocketHandle::UnRegisterForBlockingSyscall()
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * V_0 = NULL;
bool V_1 = false;
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_0 = __this->get_blocking_threads_6();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_2 = Thread_get_CurrentThread_mB7A83CAE2B9A74CEA053196DFD1AF1E7AB30A70E(/*hidden argument*/NULL);
V_2 = L_2;
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_3 = __this->get_blocking_threads_6();
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_4 = V_2;
NullCheck(L_3);
List_1_Remove_m6EBBB0524BECE46F3ADBD5B86E2A59C4337E4C29(L_3, L_4, /*hidden argument*/List_1_Remove_m6EBBB0524BECE46F3ADBD5B86E2A59C4337E4C29_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
bool L_5 = ((SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var))->get_THROW_ON_ABORT_RETRIES_9();
if (!L_5)
{
goto IL_0047;
}
}
IL_002b:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_6 = __this->get_blocking_threads_6();
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_7 = V_2;
NullCheck(L_6);
int32_t L_8 = List_1_IndexOf_mCF9B44A4475CB24B459992D7B0E70C8BC6F650CD(L_6, L_7, /*hidden argument*/List_1_IndexOf_mCF9B44A4475CB24B459992D7B0E70C8BC6F650CD_RuntimeMethod_var);
if ((!(((uint32_t)L_8) == ((uint32_t)(-1)))))
{
goto IL_0047;
}
}
IL_003a:
{
Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 * L_9 = __this->get_threads_stacktraces_7();
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_10 = V_2;
NullCheck(L_9);
Dictionary_2_Remove_mAF12F1645B5A60E1E2225FA65FBB378204C7CEB0(L_9, L_10, /*hidden argument*/Dictionary_2_Remove_mAF12F1645B5A60E1E2225FA65FBB378204C7CEB0_RuntimeMethod_var);
}
IL_0047:
{
bool L_11 = __this->get_in_cleanup_8();
if (!L_11)
{
goto IL_0067;
}
}
IL_004f:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_12 = __this->get_blocking_threads_6();
NullCheck(L_12);
int32_t L_13 = List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF(L_12, /*hidden argument*/List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF_RuntimeMethod_var);
if (L_13)
{
goto IL_0067;
}
}
IL_005c:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_14 = __this->get_blocking_threads_6();
Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08(L_14, /*hidden argument*/NULL);
}
IL_0067:
{
IL2CPP_LEAVE(0x73, FINALLY_0069);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0069;
}
FINALLY_0069:
{ // begin finally (depth: 1)
{
bool L_15 = V_1;
if (!L_15)
{
goto IL_0072;
}
}
IL_006c:
{
List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * L_16 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
}
IL_0072:
{
IL2CPP_END_FINALLY(105)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(105)
{
IL2CPP_JUMP_TBL(0x73, IL_0073)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0073:
{
return;
}
}
// System.Void System.Net.Sockets.SafeSocketHandle::.cctor()
extern "C" IL2CPP_METHOD_ATTR void SafeSocketHandle__cctor_m53EFD60FADB351C93A9ECAEF0F7F41A6C5D79A84 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SafeSocketHandle__cctor_m53EFD60FADB351C93A9ECAEF0F7F41A6C5D79A84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185(_stringLiteralA14C76114A4A2DC60DA564898C11F5385E4684B9, /*hidden argument*/NULL);
bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0, /*hidden argument*/NULL);
((SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_StaticFields*)il2cpp_codegen_static_fields_for(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var))->set_THROW_ON_ABORT_RETRIES_9(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.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)
extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_0 = (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 *)il2cpp_codegen_object_new(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var);
SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E(L_0, 1, 1, /*hidden argument*/NULL);
__this->set_ReadSem_15(L_0);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_1 = (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 *)il2cpp_codegen_object_new(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var);
SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E(L_1, 1, 1, /*hidden argument*/NULL);
__this->set_WriteSem_16(L_1);
__this->set_is_blocking_17((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var);
bool L_2 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_s_LoggingEnabled_5(L_2);
bool L_3 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_LoggingEnabled_5();
il2cpp_codegen_memory_barrier();
Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F(/*hidden argument*/NULL);
int32_t L_4 = ___addressFamily0;
int32_t L_5 = ___socketType1;
int32_t L_6 = ___protocolType2;
intptr_t L_7 = Socket_Socket_internal_m6EC2025D3A1C29EB966E6FD091C28ABEAB080E21(__this, L_4, L_5, L_6, (int32_t*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_8 = (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A *)il2cpp_codegen_object_new(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480(L_8, (intptr_t)L_7, (bool)1, /*hidden argument*/NULL);
__this->set_m_Handle_13(L_8);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_9 = __this->get_m_Handle_13();
NullCheck(L_9);
bool L_10 = VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsInvalid() */, L_9);
if (!L_10)
{
goto IL_006a;
}
}
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_11 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_mB16B95B2752EAD626C88A5230C1A8FEB7CF632CA(L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83_RuntimeMethod_var);
}
IL_006a:
{
int32_t L_12 = ___addressFamily0;
__this->set_addressFamily_10(L_12);
int32_t L_13 = ___socketType1;
__this->set_socketType_11(L_13);
int32_t L_14 = ___protocolType2;
__this->set_protocolType_12(L_14);
IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var);
SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * L_15 = SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9(/*hidden argument*/NULL);
NullCheck(L_15);
int32_t L_16 = L_15->get_IPProtectionLevel_2();
V_1 = L_16;
int32_t L_17 = V_1;
if ((((int32_t)L_17) == ((int32_t)(-1))))
{
goto IL_0095;
}
}
{
int32_t L_18 = V_1;
Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52(__this, L_18, /*hidden argument*/NULL);
}
IL_0095:
{
Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_19 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_LoggingEnabled_5();
il2cpp_codegen_memory_barrier();
return;
}
}
// System.Boolean System.Net.Sockets.Socket::get_SupportsIPv4()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F(/*hidden argument*/NULL);
bool L_0 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_SupportsIPv4_1();
il2cpp_codegen_memory_barrier();
return L_0;
}
}
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv4()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F(/*hidden argument*/NULL);
bool L_0 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_SupportsIPv4_1();
il2cpp_codegen_memory_barrier();
return L_0;
}
}
// System.Boolean System.Net.Sockets.Socket::get_SupportsIPv6()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F(/*hidden argument*/NULL);
bool L_0 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_SupportsIPv6_2();
il2cpp_codegen_memory_barrier();
return L_0;
}
}
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv6_m923EC612566AEA217F71397FD8BED111AC951DED (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_OSSupportsIPv6_m923EC612566AEA217F71397FD8BED111AC951DED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F(/*hidden argument*/NULL);
bool L_0 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_OSSupportsIPv6_3();
il2cpp_codegen_memory_barrier();
return L_0;
}
}
// System.IntPtr System.Net.Sockets.Socket::get_Handle()
extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_get_Handle_mA1965009F9BACF2047AB982354B00E1C0A95D4DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
NullCheck(L_0);
intptr_t L_1 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_0, /*hidden argument*/NULL);
return (intptr_t)L_1;
}
}
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_addressFamily_10();
return L_0;
}
}
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_socketType_11();
return L_0;
}
}
// System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::get_ProtocolType()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_protocolType_12();
return L_0;
}
}
// System.Void System.Net.Sockets.Socket::set_DontFragment(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B3_2 = NULL;
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B2_2 = NULL;
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
int32_t G_B4_2 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B4_3 = NULL;
{
int32_t L_0 = __this->get_addressFamily_10();
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_001a;
}
}
{
bool L_1 = ___value0;
G_B2_0 = ((int32_t)14);
G_B2_1 = 0;
G_B2_2 = __this;
if (L_1)
{
G_B3_0 = ((int32_t)14);
G_B3_1 = 0;
G_B3_2 = __this;
goto IL_0013;
}
}
{
G_B4_0 = 0;
G_B4_1 = G_B2_0;
G_B4_2 = G_B2_1;
G_B4_3 = G_B2_2;
goto IL_0014;
}
IL_0013:
{
G_B4_0 = 1;
G_B4_1 = G_B3_0;
G_B4_2 = G_B3_1;
G_B4_3 = G_B3_2;
}
IL_0014:
{
NullCheck(G_B4_3);
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(G_B4_3, G_B4_2, G_B4_1, G_B4_0, /*hidden argument*/NULL);
return;
}
IL_001a:
{
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral59C92A0031F30D87CEDB5E6206874210EFA658C3, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_3 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_RuntimeMethod_var);
}
}
// System.Boolean System.Net.Sockets.Socket::get_DualMode()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)23))))
{
goto IL_001a;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral59C92A0031F30D87CEDB5E6206874210EFA658C3, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C_RuntimeMethod_var);
}
IL_001a:
{
RuntimeObject * L_3 = Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D(__this, ((int32_t)41), ((int32_t)27), /*hidden argument*/NULL);
return (bool)((((int32_t)((*(int32_t*)((int32_t*)UnBox(L_3, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))))) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Net.Sockets.Socket::set_DualMode(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B4_0 = 0;
int32_t G_B4_1 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B4_2 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B3_2 = NULL;
int32_t G_B5_0 = 0;
int32_t G_B5_1 = 0;
int32_t G_B5_2 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B5_3 = NULL;
{
int32_t L_0 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)((int32_t)23))))
{
goto IL_001a;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral59C92A0031F30D87CEDB5E6206874210EFA658C3, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_2 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A_RuntimeMethod_var);
}
IL_001a:
{
bool L_3 = ___value0;
G_B3_0 = ((int32_t)27);
G_B3_1 = ((int32_t)41);
G_B3_2 = __this;
if (L_3)
{
G_B4_0 = ((int32_t)27);
G_B4_1 = ((int32_t)41);
G_B4_2 = __this;
goto IL_0025;
}
}
{
G_B5_0 = 1;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
goto IL_0026;
}
IL_0025:
{
G_B5_0 = 0;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
}
IL_0026:
{
NullCheck(G_B5_3);
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.Sockets.Socket::get_IsDualMode()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_IsDualMode_m5F32679545518176E4AFE66901AF86DFA6499655 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)23)))))
{
goto IL_0011;
}
}
{
bool L_1 = Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C(__this, /*hidden argument*/NULL);
return L_1;
}
IL_0011:
{
return (bool)0;
}
}
// System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
RuntimeObject* L_0 = ___buffers0;
int32_t L_1 = ___socketFlags1;
int32_t L_2 = Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE(__this, L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_3 = V_0;
G_B1_0 = L_2;
if (!L_3)
{
G_B2_0 = L_2;
goto IL_0014;
}
}
{
int32_t L_4 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_5 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638_RuntimeMethod_var);
}
IL_0014:
{
return G_B2_0;
}
}
// 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_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
int32_t L_3 = ___socketFlags3;
int32_t L_4 = Socket_Send_m4652C4C32F15F5B18A7AF28086B87C074844AEA4(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_5 = V_0;
G_B1_0 = L_4;
if (!L_5)
{
G_B2_0 = L_4;
goto IL_0017;
}
}
{
int32_t L_6 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_7 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE_RuntimeMethod_var);
}
IL_0017:
{
return G_B2_0;
}
}
// 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_mFC7C84096D49297C58D498DB0DF7496967FC9759 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
int32_t L_3 = ___socketFlags3;
int32_t L_4 = Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_5 = V_0;
G_B1_0 = L_4;
if (!L_5)
{
G_B2_0 = L_4;
goto IL_0017;
}
}
{
int32_t L_6 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_7 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759_RuntimeMethod_var);
}
IL_0017:
{
return G_B2_0;
}
}
// System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
RuntimeObject* L_0 = ___buffers0;
int32_t L_1 = ___socketFlags1;
int32_t L_2 = Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345(__this, L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_3 = V_0;
G_B1_0 = L_2;
if (!L_3)
{
G_B2_0 = L_2;
goto IL_0014;
}
}
{
int32_t L_4 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_5 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6_RuntimeMethod_var);
}
IL_0014:
{
return G_B2_0;
}
}
// System.Int32 System.Net.Sockets.Socket::IOControl(System.Net.Sockets.IOControlCode,System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_m17380FE0AA18380E0833F1513E360283EF106AF8 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int64_t ___ioControlCode0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionInValue1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionOutValue2, const RuntimeMethod* method)
{
{
int64_t L_0 = ___ioControlCode0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___optionInValue1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___optionOutValue2;
int32_t L_3 = Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97(__this, (((int32_t)((int32_t)L_0))), L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.Void System.Net.Sockets.Socket::SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel)
extern "C" IL2CPP_METHOD_ATTR void Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___level0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___level0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_0019;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralE92A0F15BC0969D610F0F99B54FC27B77792C115, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_2 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_2, L_1, _stringLiteralAD60C535FF88E85BF0254452FE3934F24E9668D5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_RuntimeMethod_var);
}
IL_0019:
{
int32_t L_3 = __this->get_addressFamily_10();
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)23)))))
{
goto IL_002f;
}
}
{
int32_t L_4 = ___level0;
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(__this, ((int32_t)41), ((int32_t)23), L_4, /*hidden argument*/NULL);
return;
}
IL_002f:
{
int32_t L_5 = __this->get_addressFamily_10();
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0043;
}
}
{
int32_t L_6 = ___level0;
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(__this, 0, ((int32_t)23), L_6, /*hidden argument*/NULL);
return;
}
IL_0043:
{
String_t* L_7 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral59C92A0031F30D87CEDB5E6206874210EFA658C3, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_8 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_RuntimeMethod_var);
}
}
// 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_m05E491600486AAC8EFAF5F4EB0C24B13210D640E (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* G_B3_0 = NULL;
RuntimeObject* G_B1_0 = NULL;
RuntimeObject* G_B2_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
int32_t L_3 = ___socketFlags3;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback4;
RuntimeObject * L_5 = ___state5;
RuntimeObject* L_6 = Socket_BeginSend_mA6C244A07735EEA6B4DA335545237F0FF42F8A7C(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), L_4, L_5, /*hidden argument*/NULL);
int32_t L_7 = V_0;
G_B1_0 = L_6;
if (!L_7)
{
G_B3_0 = L_6;
goto IL_0023;
}
}
{
int32_t L_8 = V_0;
G_B2_0 = G_B1_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)997))))
{
G_B3_0 = G_B1_0;
goto IL_0023;
}
}
{
int32_t L_9 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_10 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_RuntimeMethod_var);
}
IL_0023:
{
return G_B3_0;
}
}
// System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
RuntimeObject* L_0 = ___asyncResult0;
int32_t L_1 = Socket_EndSend_m58F48E67A449034B31B52F7EF2F46856FBCE0310(__this, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_2 = V_0;
G_B1_0 = L_1;
if (!L_2)
{
G_B2_0 = L_1;
goto IL_0013;
}
}
{
int32_t L_3 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_4 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC_RuntimeMethod_var);
}
IL_0013:
{
return G_B2_0;
}
}
// 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_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback4, RuntimeObject * ___state5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* G_B3_0 = NULL;
RuntimeObject* G_B1_0 = NULL;
RuntimeObject* G_B2_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
int32_t L_3 = ___socketFlags3;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback4;
RuntimeObject * L_5 = ___state5;
RuntimeObject* L_6 = Socket_BeginReceive_mAB09C0EF50CCA20B368771E0FB56F788A10C5C21(__this, L_0, L_1, L_2, L_3, (int32_t*)(&V_0), L_4, L_5, /*hidden argument*/NULL);
int32_t L_7 = V_0;
G_B1_0 = L_6;
if (!L_7)
{
G_B3_0 = L_6;
goto IL_0023;
}
}
{
int32_t L_8 = V_0;
G_B2_0 = G_B1_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)997))))
{
G_B3_0 = G_B1_0;
goto IL_0023;
}
}
{
int32_t L_9 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_10 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_RuntimeMethod_var);
}
IL_0023:
{
return G_B3_0;
}
}
// System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
RuntimeObject* L_0 = ___asyncResult0;
int32_t L_1 = Socket_EndReceive_m76672177BFAD926BA214D664EEE7827AFEA0693B(__this, L_0, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_2 = V_0;
G_B1_0 = L_1;
if (!L_2)
{
G_B2_0 = L_1;
goto IL_0013;
}
}
{
int32_t L_3 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_4 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_RuntimeMethod_var);
}
IL_0013:
{
return G_B2_0;
}
}
// System.Object System.Net.Sockets.Socket::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_0();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
RuntimeObject * L_2 = V_0;
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)(((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_0()), L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_0();
return L_3;
}
}
// System.Boolean System.Net.Sockets.Socket::get_CleanedUp()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_IntCleanedUp_20();
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
// System.Void System.Net.Sockets.Socket::InitializeSockets()
extern "C" IL2CPP_METHOD_ATTR void Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
bool G_B5_0 = false;
bool G_B4_0 = false;
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_0 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_Initialized_4();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_006a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_3 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_s_Initialized_4();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_005e;
}
}
IL_0022:
{
V_2 = (bool)1;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_4 = Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37(0, /*hidden argument*/NULL);
bool L_5 = Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37(1, /*hidden argument*/NULL);
V_2 = L_5;
bool L_6 = V_2;
G_B4_0 = L_4;
if (!L_6)
{
G_B5_0 = L_4;
goto IL_0047;
}
}
IL_0034:
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_s_OSSupportsIPv6_3(1);
IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var);
SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * L_7 = SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9(/*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = SettingsSectionInternal_get_Ipv6Enabled_mA9CA51E8A3512524460E9AC8C9DE920F64C33FB8(L_7, /*hidden argument*/NULL);
V_2 = L_8;
G_B5_0 = G_B4_0;
}
IL_0047:
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_s_SupportsIPv4_1(G_B5_0);
bool L_9 = V_2;
il2cpp_codegen_memory_barrier();
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_s_SupportsIPv6_2(L_9);
il2cpp_codegen_memory_barrier();
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_s_Initialized_4(1);
}
IL_005e:
{
IL2CPP_LEAVE(0x6A, FINALLY_0060);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0060;
}
FINALLY_0060:
{ // begin finally (depth: 1)
{
bool L_10 = V_1;
if (!L_10)
{
goto IL_0069;
}
}
IL_0063:
{
RuntimeObject * L_11 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
}
IL_0069:
{
IL2CPP_END_FINALLY(96)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(96)
{
IL2CPP_JUMP_TBL(0x6A, IL_006a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006a:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) */, __this, (bool)1);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::Finalize()
extern "C" IL2CPP_METHOD_ATTR void Socket_Finalize_mF2575EF924283A62F9064992816393410D7C880C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Net.Sockets.Socket::Dispose(System.Boolean) */, __this, (bool)0);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::InternalShutdown(System.Net.Sockets.SocketShutdown)
extern "C" IL2CPP_METHOD_ATTR void Socket_InternalShutdown_mE1DDB563CF7D94D792F6C2F32FECEBC8270D4E81 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___how0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_InternalShutdown_mE1DDB563CF7D94D792F6C2F32FECEBC8270D4E81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
bool L_0 = __this->get_is_connected_19();
if (!L_0)
{
goto IL_0010;
}
}
{
bool L_1 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(__this, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0011;
}
}
IL_0010:
{
return;
}
IL_0011:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_2 = __this->get_m_Handle_13();
int32_t L_3 = ___how0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Shutdown_internal_mDB5B705BAEE0962DF070CC97E4569277C1BAB3C7(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Net.Sockets.SafeSocketHandle)
extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safe_handle3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_0 = (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 *)il2cpp_codegen_object_new(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var);
SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E(L_0, 1, 1, /*hidden argument*/NULL);
__this->set_ReadSem_15(L_0);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_1 = (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 *)il2cpp_codegen_object_new(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var);
SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E(L_1, 1, 1, /*hidden argument*/NULL);
__this->set_WriteSem_16(L_1);
__this->set_is_blocking_17((bool)1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_2 = ___family0;
__this->set_addressFamily_10(L_2);
int32_t L_3 = ___type1;
__this->set_socketType_11(L_3);
int32_t L_4 = ___proto2;
__this->set_protocolType_12(L_4);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_5 = ___safe_handle3;
__this->set_m_Handle_13(L_5);
__this->set_is_connected_19((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F(/*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::SocketDefaults()
extern "C" IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
int32_t L_0 = __this->get_addressFamily_10();
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
{
goto IL_0022;
}
}
IL_0009:
{
Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136(__this, (bool)0, /*hidden argument*/NULL);
int32_t L_1 = __this->get_protocolType_12();
if ((!(((uint32_t)L_1) == ((uint32_t)6))))
{
goto IL_0033;
}
}
IL_0019:
{
Socket_set_NoDelay_mB51929BB6C13E4C051C59B62A9C5CBEA3A129D76(__this, (bool)0, /*hidden argument*/NULL);
goto IL_0033;
}
IL_0022:
{
int32_t L_2 = __this->get_addressFamily_10();
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)23)))))
{
goto IL_0033;
}
}
IL_002c:
{
Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A(__this, (bool)1, /*hidden argument*/NULL);
}
IL_0033:
{
goto IL_0038;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0035;
throw e;
}
CATCH_0035:
{ // begin catch(System.Net.Sockets.SocketException)
goto IL_0038;
} // end catch (depth: 1)
IL_0038:
{
return;
}
}
// System.IntPtr System.Net.Sockets.Socket::Socket_internal(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Socket_internal_m6EC2025D3A1C29EB966E6FD091C28ABEAB080E21 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___family0, int32_t ___type1, int32_t ___proto2, int32_t* ___error3, const RuntimeMethod* method)
{
typedef intptr_t (*Socket_Socket_internal_m6EC2025D3A1C29EB966E6FD091C28ABEAB080E21_ftn) (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *, int32_t, int32_t, int32_t, int32_t*);
using namespace il2cpp::icalls;
return ((Socket_Socket_internal_m6EC2025D3A1C29EB966E6FD091C28ABEAB080E21_ftn)System::System::Net::Sockets::Socket::Socket_internal) (__this, ___family0, ___type1, ___proto2, ___error3);
}
// System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint()
extern "C" IL2CPP_METHOD_ATTR EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_1 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_0 = __this->get_seed_endpoint_14();
if (L_0)
{
goto IL_0010;
}
}
{
return (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 *)NULL;
}
IL_0010:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = __this->get_m_Handle_13();
int32_t L_2 = __this->get_addressFamily_10();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_3 = Socket_LocalEndPoint_internal_m3042AF8FDDF9D3409FBFBCD332CAC9DC84D43319(L_1, L_2, (int32_t*)(&V_0), /*hidden argument*/NULL);
V_1 = L_3;
int32_t L_4 = V_0;
if (!L_4)
{
goto IL_002e;
}
}
{
int32_t L_5 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_6 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C_RuntimeMethod_var);
}
IL_002e:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_7 = __this->get_seed_endpoint_14();
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_8 = V_1;
NullCheck(L_7);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_9 = VirtFuncInvoker1< EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 *, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(6 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_7, L_8);
return L_9;
}
}
// System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * Socket_LocalEndPoint_internal_m3042AF8FDDF9D3409FBFBCD332CAC9DC84D43319 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_LocalEndPoint_internal_m3042AF8FDDF9D3409FBFBCD332CAC9DC84D43319_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___family1;
int32_t* L_4 = ___error2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_5 = Socket_LocalEndPoint_internal_mF6DCD0F8A684DC0ABBD07C1CF36BA9741B39410F((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
V_1 = L_5;
IL2CPP_LEAVE(0x24, FINALLY_001a);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001a;
}
FINALLY_001a:
{ // begin finally (depth: 1)
{
bool L_6 = V_0;
if (!L_6)
{
goto IL_0023;
}
}
IL_001d:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_7 = ___safeHandle0;
NullCheck(L_7);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_7, /*hidden argument*/NULL);
}
IL_0023:
{
IL2CPP_END_FINALLY(26)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(26)
{
IL2CPP_JUMP_TBL(0x24, IL_0024)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0024:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_8 = V_1;
return L_8;
}
}
// System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.IntPtr,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * Socket_LocalEndPoint_internal_mF6DCD0F8A684DC0ABBD07C1CF36BA9741B39410F (intptr_t ___socket0, int32_t ___family1, int32_t* ___error2, const RuntimeMethod* method)
{
typedef SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * (*Socket_LocalEndPoint_internal_mF6DCD0F8A684DC0ABBD07C1CF36BA9741B39410F_ftn) (intptr_t, int32_t, int32_t*);
using namespace il2cpp::icalls;
return ((Socket_LocalEndPoint_internal_mF6DCD0F8A684DC0ABBD07C1CF36BA9741B39410F_ftn)System::System::Net::Sockets::Socket::LocalEndPoint_internal) (___socket0, ___family1, ___error2);
}
// System.Boolean System.Net.Sockets.Socket::get_Blocking()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_blocking_17();
return L_0;
}
}
// System.Void System.Net.Sockets.Socket::set_Blocking(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
bool L_1 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Blocking_internal_m13B3D6C3A383411BD26F8EED6BCA4C6517E49BAD(L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_001e;
}
}
{
int32_t L_3 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_4 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC_RuntimeMethod_var);
}
IL_001e:
{
bool L_5 = ___value0;
__this->set_is_blocking_17(L_5);
return;
}
}
// System.Void System.Net.Sockets.Socket::Blocking_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m13B3D6C3A383411BD26F8EED6BCA4C6517E49BAD (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Blocking_internal_m13B3D6C3A383411BD26F8EED6BCA4C6517E49BAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
bool L_3 = ___block1;
int32_t* L_4 = ___error2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Blocking_internal_m4F1F07A40A6FD3CFECC7F7F836B52337C61833A9((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x23, 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)
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
IL_001c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = ___safeHandle0;
NullCheck(L_6);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_6, /*hidden argument*/NULL);
}
IL_0022:
{
IL2CPP_END_FINALLY(25)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(25)
{
IL2CPP_JUMP_TBL(0x23, IL_0023)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0023:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Blocking_internal(System.IntPtr,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Blocking_internal_m4F1F07A40A6FD3CFECC7F7F836B52337C61833A9 (intptr_t ___socket0, bool ___block1, int32_t* ___error2, const RuntimeMethod* method)
{
typedef void (*Socket_Blocking_internal_m4F1F07A40A6FD3CFECC7F7F836B52337C61833A9_ftn) (intptr_t, bool, int32_t*);
using namespace il2cpp::icalls;
((Socket_Blocking_internal_m4F1F07A40A6FD3CFECC7F7F836B52337C61833A9_ftn)System::System::Net::Sockets::Socket::Blocking) (___socket0, ___block1, ___error2);
}
// System.Boolean System.Net.Sockets.Socket::get_Connected()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_connected_19();
return L_0;
}
}
// System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_NoDelay_mB51929BB6C13E4C051C59B62A9C5CBEA3A129D76 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
int32_t G_B2_1 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B2_2 = NULL;
int32_t G_B1_0 = 0;
int32_t G_B1_1 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B1_2 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
int32_t G_B3_2 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B3_3 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA(__this, /*hidden argument*/NULL);
bool L_0 = ___value0;
G_B1_0 = 1;
G_B1_1 = 6;
G_B1_2 = __this;
if (L_0)
{
G_B2_0 = 1;
G_B2_1 = 6;
G_B2_2 = __this;
goto IL_0015;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 1;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_0016:
{
NullCheck(G_B3_3);
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(G_B3_3, G_B3_2, G_B3_1, G_B3_0, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode)
extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___microSeconds0, int32_t ___mode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
int32_t L_0 = ___mode1;
if (!L_0)
{
goto IL_001c;
}
}
{
int32_t L_1 = ___mode1;
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_001c;
}
}
{
int32_t L_2 = ___mode1;
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_001c;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_3 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_3, _stringLiteral94C56F225153F70D88669FF3DA9E58B1B9012AFF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_RuntimeMethod_var);
}
IL_001c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_4 = __this->get_m_Handle_13();
int32_t L_5 = ___mode1;
int32_t L_6 = ___microSeconds0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_7 = Socket_Poll_internal_m325547116F4B37F9B7016B64A19846CEA0DE5753(L_4, L_5, L_6, (int32_t*)(&V_0), /*hidden argument*/NULL);
V_1 = L_7;
int32_t L_8 = V_0;
if (!L_8)
{
goto IL_0036;
}
}
{
int32_t L_9 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_10 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_RuntimeMethod_var);
}
IL_0036:
{
int32_t L_11 = ___mode1;
bool L_12 = V_1;
if (!((int32_t)((int32_t)((((int32_t)L_11) == ((int32_t)1))? 1 : 0)&(int32_t)L_12)))
{
goto IL_0064;
}
}
{
bool L_13 = __this->get_is_connected_19();
if (L_13)
{
goto IL_0064;
}
}
{
RuntimeObject * L_14 = Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D(__this, ((int32_t)65535), ((int32_t)4103), /*hidden argument*/NULL);
if (((*(int32_t*)((int32_t*)UnBox(L_14, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))))
{
goto IL_0064;
}
}
{
__this->set_is_connected_19((bool)1);
}
IL_0064:
{
bool L_15 = V_1;
return L_15;
}
}
// System.Boolean System.Net.Sockets.Socket::Poll_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SelectMode,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m325547116F4B37F9B7016B64A19846CEA0DE5753 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Poll_internal_m325547116F4B37F9B7016B64A19846CEA0DE5753_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___mode1;
int32_t L_4 = ___timeout2;
int32_t* L_5 = ___error3;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_6 = Socket_Poll_internal_m0EB7285E1AE8CC42F200FDE13C8991EE4659D276((intptr_t)L_2, L_3, L_4, (int32_t*)L_5, /*hidden argument*/NULL);
V_1 = L_6;
IL2CPP_LEAVE(0x25, FINALLY_001b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001b;
}
FINALLY_001b:
{ // begin finally (depth: 1)
{
bool L_7 = V_0;
if (!L_7)
{
goto IL_0024;
}
}
IL_001e:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_8 = ___safeHandle0;
NullCheck(L_8);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_8, /*hidden argument*/NULL);
}
IL_0024:
{
IL2CPP_END_FINALLY(27)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(27)
{
IL2CPP_JUMP_TBL(0x25, IL_0025)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0025:
{
bool L_9 = V_1;
return L_9;
}
}
// System.Boolean System.Net.Sockets.Socket::Poll_internal(System.IntPtr,System.Net.Sockets.SelectMode,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_internal_m0EB7285E1AE8CC42F200FDE13C8991EE4659D276 (intptr_t ___socket0, int32_t ___mode1, int32_t ___timeout2, int32_t* ___error3, const RuntimeMethod* method)
{
typedef bool (*Socket_Poll_internal_m0EB7285E1AE8CC42F200FDE13C8991EE4659D276_ftn) (intptr_t, int32_t, int32_t, int32_t*);
using namespace il2cpp::icalls;
return ((Socket_Poll_internal_m0EB7285E1AE8CC42F200FDE13C8991EE4659D276_ftn)System::System::Net::Sockets::Socket::Poll) (___socket0, ___mode1, ___timeout2, ___error3);
}
// System.Net.Sockets.Socket System.Net.Sockets.Socket::Accept()
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * V_1 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
V_0 = 0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
bool L_1 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_2 = Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D(L_0, (int32_t*)(&V_0), L_1, /*hidden argument*/NULL);
V_1 = L_2;
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0034;
}
}
{
bool L_4 = __this->get_is_closed_6();
if (!L_4)
{
goto IL_002d;
}
}
{
V_0 = ((int32_t)10004);
}
IL_002d:
{
int32_t L_5 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_6 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_RuntimeMethod_var);
}
IL_0034:
{
int32_t L_7 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F(__this, /*hidden argument*/NULL);
int32_t L_8 = Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37(__this, /*hidden argument*/NULL);
int32_t L_9 = Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E(__this, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_10 = V_1;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_11 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F(L_11, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_12 = L_11;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_13 = __this->get_seed_endpoint_14();
NullCheck(L_12);
L_12->set_seed_endpoint_14(L_13);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = L_12;
bool L_15 = Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF(__this, /*hidden argument*/NULL);
NullCheck(L_14);
Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC(L_14, L_15, /*hidden argument*/NULL);
return L_14;
}
}
// System.Void System.Net.Sockets.Socket::Accept(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___acceptSocket0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * V_1 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
V_0 = 0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
bool L_1 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_2 = Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D(L_0, (int32_t*)(&V_0), L_1, /*hidden argument*/NULL);
V_1 = L_2;
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0034;
}
}
{
bool L_4 = __this->get_is_closed_6();
if (!L_4)
{
goto IL_002d;
}
}
{
V_0 = ((int32_t)10004);
}
IL_002d:
{
int32_t L_5 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_6 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_RuntimeMethod_var);
}
IL_0034:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = ___acceptSocket0;
int32_t L_8 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F(__this, /*hidden argument*/NULL);
NullCheck(L_7);
L_7->set_addressFamily_10(L_8);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_9 = ___acceptSocket0;
int32_t L_10 = Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37(__this, /*hidden argument*/NULL);
NullCheck(L_9);
L_9->set_socketType_11(L_10);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_11 = ___acceptSocket0;
int32_t L_12 = Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E(__this, /*hidden argument*/NULL);
NullCheck(L_11);
L_11->set_protocolType_12(L_12);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_13 = ___acceptSocket0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_14 = V_1;
NullCheck(L_13);
L_13->set_m_Handle_13(L_14);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_15 = ___acceptSocket0;
NullCheck(L_15);
L_15->set_is_connected_19((bool)1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_16 = ___acceptSocket0;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_17 = __this->get_seed_endpoint_14();
NullCheck(L_16);
L_16->set_seed_endpoint_14(L_17);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = ___acceptSocket0;
bool L_19 = Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF(__this, /*hidden argument*/NULL);
NullCheck(L_18);
Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC(L_18, L_19, /*hidden argument*/NULL);
return;
}
}
// System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_EndAccept_mABD175ECBE095DE93D623259610B1332911266A1 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
RuntimeObject* L_0 = ___asyncResult0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_1 = Socket_EndAccept_m005E845E347FEA71E41BDB1AFE9E5A39BC393D04(__this, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&V_1), (int32_t*)(&V_0), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Net.Sockets.Socket System.Net.Sockets.Socket::EndAccept(System.Byte[]U26,System.Int32U26,System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * Socket_EndAccept_m005E845E347FEA71E41BDB1AFE9E5A39BC393D04 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___buffer0, int32_t* ___bytesTransferred1, RuntimeObject* ___asyncResult2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndAccept_m005E845E347FEA71E41BDB1AFE9E5A39BC393D04_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___asyncResult2;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_0, _stringLiteral9D1DD7795B423EB2C8B81B4A77CBBBFCB7325CE2, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
V_0 = L_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = V_0;
NullCheck(L_2);
bool L_3 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002c;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5);
}
IL_002c:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_6, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_7 = ___buffer0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = V_0;
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = L_8->get_Buffer_9();
*((RuntimeObject **)L_7) = (RuntimeObject *)L_9;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_7, (RuntimeObject *)L_9);
int32_t* L_10 = ___bytesTransferred1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = L_11->get_Total_20();
*((int32_t*)L_10) = (int32_t)L_12;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_13 = V_0;
NullCheck(L_13);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = L_13->get_AcceptedSocket_19();
return L_14;
}
}
// System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::Accept_internal(System.Net.Sockets.SafeSocketHandle,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t* L_3 = ___error1;
bool L_4 = ___blocking2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
intptr_t L_5 = Socket_Accept_internal_m52A4190380D5DFBB0AD1F4AB6D2F0A49850FD3B9((intptr_t)L_2, (int32_t*)L_3, L_4, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A *)il2cpp_codegen_object_new(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480(L_6, (intptr_t)L_5, (bool)1, /*hidden argument*/NULL);
V_0 = L_6;
IL2CPP_LEAVE(0x23, FINALLY_001c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001c;
}
FINALLY_001c:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_7 = ___safeHandle0;
NullCheck(L_7);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_7, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(28)
} // end finally (depth: 1)
IL2CPP_CLEANUP(28)
{
IL2CPP_JUMP_TBL(0x23, IL_0023)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0023:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_8 = V_0;
return L_8;
}
}
// System.IntPtr System.Net.Sockets.Socket::Accept_internal(System.IntPtr,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR intptr_t Socket_Accept_internal_m52A4190380D5DFBB0AD1F4AB6D2F0A49850FD3B9 (intptr_t ___sock0, int32_t* ___error1, bool ___blocking2, const RuntimeMethod* method)
{
typedef intptr_t (*Socket_Accept_internal_m52A4190380D5DFBB0AD1F4AB6D2F0A49850FD3B9_ftn) (intptr_t, int32_t*, bool);
using namespace il2cpp::icalls;
return ((Socket_Accept_internal_m52A4190380D5DFBB0AD1F4AB6D2F0A49850FD3B9_ftn)System::System::Net::Sockets::Socket::Accept) (___sock0, ___error1, ___blocking2);
}
// System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint)
extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___localEP0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_0 = NULL;
int32_t V_1 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_0 = ___localEP0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral84AD7E9184320D6378CCBEA960AFC52D73A2BF20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_RuntimeMethod_var);
}
IL_0014:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_2 = ___localEP0;
V_0 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)IsInstClass((RuntimeObject*)L_2, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var));
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_3 = V_0;
if (!L_3)
{
goto IL_0027;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_4 = V_0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_5 = Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706(__this, L_4, /*hidden argument*/NULL);
___localEP0 = L_5;
}
IL_0027:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = __this->get_m_Handle_13();
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_7 = ___localEP0;
NullCheck(L_7);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_8 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_7);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Bind_internal_m3E7154040E7446689883A441D55456E7562F2E47(L_6, L_8, (int32_t*)(&V_1), /*hidden argument*/NULL);
int32_t L_9 = V_1;
if (!L_9)
{
goto IL_0044;
}
}
{
int32_t L_10 = V_1;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_11 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_RuntimeMethod_var);
}
IL_0044:
{
int32_t L_12 = V_1;
if (L_12)
{
goto IL_004e;
}
}
{
__this->set_is_bound_18((bool)1);
}
IL_004e:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_13 = ___localEP0;
__this->set_seed_endpoint_14(L_13);
return;
}
}
// System.Void System.Net.Sockets.Socket::Bind_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_m3E7154040E7446689883A441D55456E7562F2E47 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Bind_internal_m3E7154040E7446689883A441D55456E7562F2E47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_3 = ___sa1;
int32_t* L_4 = ___error2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Bind_internal_mE7C0A0306E3AEC46ED06CAE920C799B7B92AC8E9((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x23, 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)
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
IL_001c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = ___safeHandle0;
NullCheck(L_6);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_6, /*hidden argument*/NULL);
}
IL_0022:
{
IL2CPP_END_FINALLY(25)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(25)
{
IL2CPP_JUMP_TBL(0x23, IL_0023)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0023:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Bind_internal(System.IntPtr,System.Net.SocketAddress,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Bind_internal_mE7C0A0306E3AEC46ED06CAE920C799B7B92AC8E9 (intptr_t ___sock0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, const RuntimeMethod* method)
{
typedef void (*Socket_Bind_internal_mE7C0A0306E3AEC46ED06CAE920C799B7B92AC8E9_ftn) (intptr_t, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 *, int32_t*);
using namespace il2cpp::icalls;
((Socket_Bind_internal_mE7C0A0306E3AEC46ED06CAE920C799B7B92AC8E9_ftn)System::System::Net::Sockets::Socket::Bind) (___sock0, ___sa1, ___error2);
}
// System.Void System.Net.Sockets.Socket::Listen(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___backlog0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
bool L_0 = __this->get_is_bound_18();
if (L_0)
{
goto IL_0019;
}
}
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_1 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_1, ((int32_t)10022), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_RuntimeMethod_var);
}
IL_0019:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_2 = __this->get_m_Handle_13();
int32_t L_3 = ___backlog0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Listen_internal_mF351F058B339E905D497FE522C2E74080A444D10(L_2, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_4 = V_0;
if (!L_4)
{
goto IL_0031;
}
}
{
int32_t L_5 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_6 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_RuntimeMethod_var);
}
IL_0031:
{
__this->set_is_listening_7((bool)1);
return;
}
}
// System.Void System.Net.Sockets.Socket::Listen_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_mF351F058B339E905D497FE522C2E74080A444D10 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Listen_internal_mF351F058B339E905D497FE522C2E74080A444D10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___backlog1;
int32_t* L_4 = ___error2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Listen_internal_m9B7599632C30804400D22A556A758D4A0B02F145((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x23, 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)
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
IL_001c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = ___safeHandle0;
NullCheck(L_6);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_6, /*hidden argument*/NULL);
}
IL_0022:
{
IL2CPP_END_FINALLY(25)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(25)
{
IL2CPP_JUMP_TBL(0x23, IL_0023)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0023:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Listen_internal(System.IntPtr,System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Listen_internal_m9B7599632C30804400D22A556A758D4A0B02F145 (intptr_t ___sock0, int32_t ___backlog1, int32_t* ___error2, const RuntimeMethod* method)
{
typedef void (*Socket_Listen_internal_m9B7599632C30804400D22A556A758D4A0B02F145_ftn) (intptr_t, int32_t, int32_t*);
using namespace il2cpp::icalls;
((Socket_Listen_internal_m9B7599632C30804400D22A556A758D4A0B02F145_ftn)System::System::Net::Sockets::Socket::Listen) (___sock0, ___backlog1, ___error2);
}
// System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint)
extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remoteEP0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_0 = NULL;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_1 = NULL;
int32_t V_2 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B23_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B19_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B20_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B22_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B21_0 = NULL;
int32_t G_B24_0 = 0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B24_1 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_0 = ___remoteEP0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral55C35F1862B61A379ED686DEDD00524774DD8BD9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_RuntimeMethod_var);
}
IL_0014:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_2 = ___remoteEP0;
V_0 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)IsInstClass((RuntimeObject*)L_2, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var));
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_3 = V_0;
if (!L_3)
{
goto IL_0056;
}
}
{
int32_t L_4 = __this->get_socketType_11();
if ((((int32_t)L_4) == ((int32_t)2)))
{
goto IL_0056;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_5 = V_0;
NullCheck(L_5);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_5, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_7 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
NullCheck(L_6);
bool L_8 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_6, L_7);
if (L_8)
{
goto IL_004b;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_9 = V_0;
NullCheck(L_9);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_9, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_11 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Any_7();
NullCheck(L_10);
bool L_12 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_10, L_11);
if (!L_12)
{
goto IL_0056;
}
}
IL_004b:
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_13 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_13, ((int32_t)10049), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_RuntimeMethod_var);
}
IL_0056:
{
bool L_14 = __this->get_is_listening_7();
if (!L_14)
{
goto IL_0064;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_15 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_15, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_RuntimeMethod_var);
}
IL_0064:
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_16 = V_0;
if (!L_16)
{
goto IL_0070;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_17 = V_0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_18 = Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706(__this, L_17, /*hidden argument*/NULL);
___remoteEP0 = L_18;
}
IL_0070:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_19 = ___remoteEP0;
NullCheck(L_19);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_20 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_19);
V_1 = L_20;
V_2 = 0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_21 = __this->get_m_Handle_13();
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_22 = V_1;
bool L_23 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE(L_21, L_22, (int32_t*)(&V_2), L_23, /*hidden argument*/NULL);
int32_t L_24 = V_2;
if (!L_24)
{
goto IL_0098;
}
}
{
int32_t L_25 = V_2;
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)10035)))))
{
goto IL_009f;
}
}
IL_0098:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_26 = ___remoteEP0;
__this->set_seed_endpoint_14(L_26);
}
IL_009f:
{
int32_t L_27 = V_2;
if (!L_27)
{
goto IL_00b7;
}
}
{
bool L_28 = __this->get_is_closed_6();
if (!L_28)
{
goto IL_00b0;
}
}
{
V_2 = ((int32_t)10004);
}
IL_00b0:
{
int32_t L_29 = V_2;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_30 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_30, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, NULL, Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_RuntimeMethod_var);
}
IL_00b7:
{
int32_t L_31 = __this->get_socketType_11();
G_B19_0 = __this;
if ((!(((uint32_t)L_31) == ((uint32_t)2))))
{
G_B23_0 = __this;
goto IL_00ee;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_32 = V_0;
G_B20_0 = G_B19_0;
if (!L_32)
{
G_B23_0 = G_B19_0;
goto IL_00ee;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_33 = V_0;
NullCheck(L_33);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_34 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_33, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_35 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
NullCheck(L_34);
bool L_36 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_34, L_35);
G_B21_0 = G_B20_0;
if (L_36)
{
G_B22_0 = G_B20_0;
goto IL_00eb;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_37 = V_0;
NullCheck(L_37);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_38 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_37, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_39 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Any_7();
NullCheck(L_38);
bool L_40 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_38, L_39);
G_B24_0 = ((((int32_t)L_40) == ((int32_t)0))? 1 : 0);
G_B24_1 = G_B21_0;
goto IL_00ef;
}
IL_00eb:
{
G_B24_0 = 0;
G_B24_1 = G_B22_0;
goto IL_00ef;
}
IL_00ee:
{
G_B24_0 = 1;
G_B24_1 = G_B23_0;
}
IL_00ef:
{
NullCheck(G_B24_1);
G_B24_1->set_is_connected_19((bool)G_B24_0);
__this->set_is_bound_18((bool)1);
return;
}
}
// System.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Exception_t *)NULL;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_0 = ___sockares0;
NullCheck(L_0);
int32_t L_1 = L_0->get_CurrentAddress_18();
V_1 = L_1;
goto IL_0042;
}
IL_000b:
{
}
IL_000c:
try
{ // begin try (depth: 1)
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = ___sockares0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = L_2;
NullCheck(L_3);
int32_t L_4 = L_3->get_CurrentAddress_18();
NullCheck(L_3);
L_3->set_CurrentAddress_18(((int32_t)il2cpp_codegen_add((int32_t)L_4, (int32_t)1)));
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = ___sockares0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = ___sockares0;
NullCheck(L_6);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_7 = L_6->get_Addresses_14();
int32_t L_8 = V_1;
NullCheck(L_7);
int32_t L_9 = L_8;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = ___sockares0;
NullCheck(L_11);
int32_t L_12 = L_11->get_Port_15();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_13 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_13, L_10, L_12, /*hidden argument*/NULL);
NullCheck(L_5);
L_5->set_EndPoint_8(L_13);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = ___sockares0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7(L_14, /*hidden argument*/NULL);
goto IL_004f;
} // 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_003b;
throw e;
}
CATCH_003b:
{ // begin catch(System.Exception)
V_0 = ((Exception_t *)__exception_local);
goto IL_003e;
} // end catch (depth: 1)
IL_003e:
{
int32_t L_15 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_0042:
{
int32_t L_16 = V_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_17 = ___sockares0;
NullCheck(L_17);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_18 = L_17->get_Addresses_14();
NullCheck(L_18);
if ((((int32_t)L_16) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_18)->max_length)))))))
{
goto IL_000b;
}
}
{
Exception_t * L_19 = V_0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_RuntimeMethod_var);
}
IL_004f:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::BeginSConnect(System.Net.Sockets.SocketAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * V_0 = NULL;
int32_t V_1 = 0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_2 = NULL;
bool G_B10_0 = false;
bool G_B9_0 = false;
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_0 = ___sockares0;
NullCheck(L_0);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_1 = L_0->get_EndPoint_8();
V_0 = L_1;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_2 = V_0;
if (!((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)IsInstClass((RuntimeObject*)L_2, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var)))
{
goto IL_0060;
}
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_3 = V_0;
V_2 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_3, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var));
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_4 = V_2;
NullCheck(L_4);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_Any_0();
NullCheck(L_5);
bool L_7 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_5, L_6);
if (L_7)
{
goto IL_003a;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_8 = V_2;
NullCheck(L_8);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = ((IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields*)il2cpp_codegen_static_fields_for(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var))->get_IPv6Any_7();
NullCheck(L_9);
bool L_11 = VirtFuncInvoker1< bool, RuntimeObject * >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_9, L_10);
if (!L_11)
{
goto IL_004c;
}
}
IL_003a:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_12 = ___sockares0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_13 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_13, ((int32_t)10049), /*hidden argument*/NULL);
NullCheck(L_12);
SocketAsyncResult_Complete_m16E71358A4FB937FCC3DC080EBB00C4C350DA31C(L_12, L_13, (bool)1, /*hidden argument*/NULL);
return;
}
IL_004c:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = ___sockares0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_15 = ___sockares0;
NullCheck(L_15);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_16 = L_15->get_socket_5();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_17 = V_2;
NullCheck(L_16);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_18 = Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706(L_16, L_17, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_19 = L_18;
V_0 = L_19;
NullCheck(L_14);
L_14->set_EndPoint_8(L_19);
}
IL_0060:
{
V_1 = 0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_20 = ___sockares0;
NullCheck(L_20);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_21 = L_20->get_socket_5();
NullCheck(L_21);
bool L_22 = L_21->get_connect_in_progress_21();
if (!L_22)
{
goto IL_00d4;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_23 = ___sockares0;
NullCheck(L_23);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_24 = L_23->get_socket_5();
NullCheck(L_24);
L_24->set_connect_in_progress_21((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_25 = ___sockares0;
NullCheck(L_25);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_26 = L_25->get_socket_5();
NullCheck(L_26);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_27 = L_26->get_m_Handle_13();
NullCheck(L_27);
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A(L_27, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_28 = ___sockares0;
NullCheck(L_28);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_29 = L_28->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_30 = ___sockares0;
NullCheck(L_30);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_31 = L_30->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_32 = ___sockares0;
NullCheck(L_32);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_33 = L_32->get_socket_5();
NullCheck(L_33);
int32_t L_34 = L_33->get_addressFamily_10();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_35 = ___sockares0;
NullCheck(L_35);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_36 = L_35->get_socket_5();
NullCheck(L_36);
int32_t L_37 = L_36->get_socketType_11();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_38 = ___sockares0;
NullCheck(L_38);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_39 = L_38->get_socket_5();
NullCheck(L_39);
int32_t L_40 = L_39->get_protocolType_12();
NullCheck(L_31);
intptr_t L_41 = Socket_Socket_internal_m6EC2025D3A1C29EB966E6FD091C28ABEAB080E21(L_31, L_34, L_37, L_40, (int32_t*)(&V_1), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_42 = (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A *)il2cpp_codegen_object_new(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var);
SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480(L_42, (intptr_t)L_41, (bool)1, /*hidden argument*/NULL);
NullCheck(L_29);
L_29->set_m_Handle_13(L_42);
int32_t L_43 = V_1;
if (!L_43)
{
goto IL_00d4;
}
}
{
int32_t L_44 = V_1;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_45 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_45, L_44, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, NULL, Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7_RuntimeMethod_var);
}
IL_00d4:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_46 = ___sockares0;
NullCheck(L_46);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_47 = L_46->get_socket_5();
NullCheck(L_47);
bool L_48 = L_47->get_is_blocking_17();
bool L_49 = L_48;
G_B9_0 = L_49;
if (!L_49)
{
G_B10_0 = L_49;
goto IL_00ee;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_50 = ___sockares0;
NullCheck(L_50);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_51 = L_50->get_socket_5();
NullCheck(L_51);
Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC(L_51, (bool)0, /*hidden argument*/NULL);
G_B10_0 = G_B9_0;
}
IL_00ee:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_52 = ___sockares0;
NullCheck(L_52);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_53 = L_52->get_socket_5();
NullCheck(L_53);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_54 = L_53->get_m_Handle_13();
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_55 = V_0;
NullCheck(L_55);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_56 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_55);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE(L_54, L_56, (int32_t*)(&V_1), (bool)0, /*hidden argument*/NULL);
if (!G_B10_0)
{
goto IL_0115;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_57 = ___sockares0;
NullCheck(L_57);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_58 = L_57->get_socket_5();
NullCheck(L_58);
Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC(L_58, (bool)1, /*hidden argument*/NULL);
}
IL_0115:
{
int32_t L_59 = V_1;
if (L_59)
{
goto IL_0138;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_60 = ___sockares0;
NullCheck(L_60);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_61 = L_60->get_socket_5();
NullCheck(L_61);
L_61->set_is_connected_19((bool)1);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_62 = ___sockares0;
NullCheck(L_62);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_63 = L_62->get_socket_5();
NullCheck(L_63);
L_63->set_is_bound_18((bool)1);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_64 = ___sockares0;
NullCheck(L_64);
SocketAsyncResult_Complete_m7D9B9A60DFD7281D5EE7FD6EFE07BA4E9CB07CA1(L_64, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0138:
{
int32_t L_65 = V_1;
if ((((int32_t)L_65) == ((int32_t)((int32_t)10036))))
{
goto IL_016e;
}
}
{
int32_t L_66 = V_1;
if ((((int32_t)L_66) == ((int32_t)((int32_t)10035))))
{
goto IL_016e;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_67 = ___sockares0;
NullCheck(L_67);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_68 = L_67->get_socket_5();
NullCheck(L_68);
L_68->set_is_connected_19((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_69 = ___sockares0;
NullCheck(L_69);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_70 = L_69->get_socket_5();
NullCheck(L_70);
L_70->set_is_bound_18((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_71 = ___sockares0;
int32_t L_72 = V_1;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_73 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_73, L_72, /*hidden argument*/NULL);
NullCheck(L_71);
SocketAsyncResult_Complete_m16E71358A4FB937FCC3DC080EBB00C4C350DA31C(L_71, L_73, (bool)1, /*hidden argument*/NULL);
return;
}
IL_016e:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_74 = ___sockares0;
NullCheck(L_74);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_75 = L_74->get_socket_5();
NullCheck(L_75);
L_75->set_is_connected_19((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_76 = ___sockares0;
NullCheck(L_76);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_77 = L_76->get_socket_5();
NullCheck(L_77);
L_77->set_is_bound_18((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_78 = ___sockares0;
NullCheck(L_78);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_79 = L_78->get_socket_5();
NullCheck(L_79);
L_79->set_connect_in_progress_21((bool)1);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_80 = ___sockares0;
NullCheck(L_80);
intptr_t L_81 = SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB(L_80, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_82 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_BeginConnectCallback_26();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_83 = ___sockares0;
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_84 = (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 *)il2cpp_codegen_object_new(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_il2cpp_TypeInfo_var);
IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676(L_84, 2, L_82, L_83, /*hidden argument*/NULL);
IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1((intptr_t)L_81, L_84, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::EndConnect(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___asyncResult0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_0, _stringLiteralD5E93D384A9BD7674B666AF153E2450B4D8AC0F3, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
V_0 = L_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = V_0;
NullCheck(L_2);
bool L_3 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002c;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5);
}
IL_002c:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::Connect_internal(System.Net.Sockets.SafeSocketHandle,System.Net.SocketAddress,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_3 = ___sa1;
int32_t* L_4 = ___error2;
bool L_5 = ___blocking3;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Connect_internal_m0CF19A6266F179B65384D3FBB8B0D0792E055A97((intptr_t)L_2, L_3, (int32_t*)L_4, L_5, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x1D, FINALLY_0016);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0016;
}
FINALLY_0016:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = ___safeHandle0;
NullCheck(L_6);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_6, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(22)
} // end finally (depth: 1)
IL2CPP_CLEANUP(22)
{
IL2CPP_JUMP_TBL(0x1D, IL_001d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_001d:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Connect_internal(System.IntPtr,System.Net.SocketAddress,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_internal_m0CF19A6266F179B65384D3FBB8B0D0792E055A97 (intptr_t ___sock0, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___sa1, int32_t* ___error2, bool ___blocking3, const RuntimeMethod* method)
{
typedef void (*Socket_Connect_internal_m0CF19A6266F179B65384D3FBB8B0D0792E055A97_ftn) (intptr_t, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 *, int32_t*, bool);
using namespace il2cpp::icalls;
((Socket_Connect_internal_m0CF19A6266F179B65384D3FBB8B0D0792E055A97_ftn)System::System::Net::Sockets::Socket::Connect_internal) (___sock0, ___sa1, ___error2, ___blocking3);
}
// System.Void System.Net.Sockets.Socket::Disconnect(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___reuseSocket0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
V_0 = 0;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
bool L_1 = ___reuseSocket0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Disconnect_internal_m3CE5479D4ADE00354F21C2B6B40B7DE4C30F8068(L_0, L_1, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_002b;
}
}
{
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)50)))))
{
goto IL_0024;
}
}
{
PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 * L_4 = (PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 *)il2cpp_codegen_object_new(PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var);
PlatformNotSupportedException__ctor_m651139B17C9EE918551490BC675754EA8EA3E7C7(L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_RuntimeMethod_var);
}
IL_0024:
{
int32_t L_5 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_6 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_RuntimeMethod_var);
}
IL_002b:
{
__this->set_is_connected_19((bool)0);
bool L_7 = ___reuseSocket0;
return;
}
}
// System.Void System.Net.Sockets.Socket::EndDisconnect(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Socket_EndDisconnect_m3CA2C23A595DAB49DB71A18E24E98BE63ABB09B9 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndDisconnect_m3CA2C23A595DAB49DB71A18E24E98BE63ABB09B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___asyncResult0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_0, _stringLiteralF089A726C152F0D7E7AC57A8A6AD8258A927829E, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
V_0 = L_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = V_0;
NullCheck(L_2);
bool L_3 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002c;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5);
}
IL_002c:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::Disconnect_internal(System.Net.Sockets.SafeSocketHandle,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_m3CE5479D4ADE00354F21C2B6B40B7DE4C30F8068 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Disconnect_internal_m3CE5479D4ADE00354F21C2B6B40B7DE4C30F8068_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
bool L_3 = ___reuse1;
int32_t* L_4 = ___error2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Disconnect_internal_m97B2794B8CF301AE28B1151EDF0CE8F810636D0E((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x23, 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)
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
IL_001c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = ___safeHandle0;
NullCheck(L_6);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_6, /*hidden argument*/NULL);
}
IL_0022:
{
IL2CPP_END_FINALLY(25)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(25)
{
IL2CPP_JUMP_TBL(0x23, IL_0023)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0023:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Disconnect_internal(System.IntPtr,System.Boolean,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Disconnect_internal_m97B2794B8CF301AE28B1151EDF0CE8F810636D0E (intptr_t ___sock0, bool ___reuse1, int32_t* ___error2, const RuntimeMethod* method)
{
typedef void (*Socket_Disconnect_internal_m97B2794B8CF301AE28B1151EDF0CE8F810636D0E_ftn) (intptr_t, bool, int32_t*);
using namespace il2cpp::icalls;
((Socket_Disconnect_internal_m97B2794B8CF301AE28B1151EDF0CE8F810636D0E_ftn)System::System::Net::Sockets::Socket::Disconnect) (___sock0, ___reuse1, ___error2);
}
// System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
uint8_t* V_1 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t G_B8_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B7_0 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F(__this, L_1, L_2, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_4;
V_2 = L_5;
if (!L_5)
{
goto IL_0020;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_2;
NullCheck(L_6);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))
{
goto IL_0025;
}
}
IL_0020:
{
V_1 = (uint8_t*)(((uintptr_t)0));
goto IL_002e;
}
IL_0025:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_2;
NullCheck(L_7);
V_1 = (uint8_t*)(((uintptr_t)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_002e:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_8 = __this->get_m_Handle_13();
uint8_t* L_9 = V_1;
int32_t L_10 = ___offset1;
int32_t L_11 = ___size2;
int32_t L_12 = ___socketFlags3;
bool L_13 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_14 = Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59(L_8, (uint8_t*)(uint8_t*)(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_10)))), L_11, L_12, (int32_t*)(&V_0), L_13, /*hidden argument*/NULL);
V_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
int32_t* L_15 = ___errorCode4;
int32_t L_16 = V_0;
*((int32_t*)L_15) = (int32_t)L_16;
int32_t* L_17 = ___errorCode4;
int32_t L_18 = *((int32_t*)L_17);
G_B5_0 = L_14;
if (!L_18)
{
G_B8_0 = L_14;
goto IL_0076;
}
}
{
int32_t* L_19 = ___errorCode4;
int32_t L_20 = *((int32_t*)L_19);
G_B6_0 = G_B5_0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)10035))))
{
G_B8_0 = G_B5_0;
goto IL_0076;
}
}
{
int32_t* L_21 = ___errorCode4;
int32_t L_22 = *((int32_t*)L_21);
G_B7_0 = G_B6_0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)10036))))
{
G_B8_0 = G_B6_0;
goto IL_0076;
}
}
{
__this->set_is_connected_19((bool)0);
__this->set_is_bound_18((bool)0);
return G_B7_0;
}
IL_0076:
{
__this->set_is_connected_19((bool)1);
return G_B8_0;
}
}
// System.Int32 System.Net.Sockets.Socket::Receive(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* V_3 = NULL;
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * V_4 = NULL;
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* V_5 = NULL;
int32_t V_6 = 0;
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA V_7;
memset(&V_7, 0, sizeof(V_7));
int32_t V_8 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___buffers0;
if (!L_0)
{
goto IL_0011;
}
}
{
RuntimeObject* L_1 = ___buffers0;
NullCheck(L_1);
int32_t L_2 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.ArraySegment`1<System.Byte>>::get_Count() */, ICollection_1_t724E59FA32108667C271DEA01135595F51C22EEA_il2cpp_TypeInfo_var, L_1);
if (L_2)
{
goto IL_001c;
}
}
IL_0011:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteral990742F8B49D8A82AE9E774983AF03393C251CD2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_RuntimeMethod_var);
}
IL_001c:
{
RuntimeObject* L_4 = ___buffers0;
NullCheck(L_4);
int32_t L_5 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.ArraySegment`1<System.Byte>>::get_Count() */, ICollection_1_t724E59FA32108667C271DEA01135595F51C22EEA_il2cpp_TypeInfo_var, L_4);
V_0 = L_5;
int32_t L_6 = V_0;
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_7 = (GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7*)SZArrayNew(GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7_il2cpp_TypeInfo_var, (uint32_t)L_6);
V_3 = L_7;
}
IL_002a:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
int32_t L_8 = V_0;
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_9 = (WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80*)SZArrayNew(WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80_il2cpp_TypeInfo_var, (uint32_t)L_8);
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_10 = L_9;
V_5 = L_10;
if (!L_10)
{
goto IL_003b;
}
}
IL_0035:
{
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_11 = V_5;
NullCheck(L_11);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_11)->max_length)))))
{
goto IL_0041;
}
}
IL_003b:
{
V_4 = (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(((uintptr_t)0));
goto IL_004c;
}
IL_0041:
{
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_12 = V_5;
NullCheck(L_12);
V_4 = (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(((uintptr_t)((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_004c:
{
V_6 = 0;
goto IL_00f4;
}
IL_0054:
{
RuntimeObject* L_13 = ___buffers0;
int32_t L_14 = V_6;
NullCheck(L_13);
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_15 = InterfaceFuncInvoker1< ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>::get_Item(System.Int32) */, IList_1_t15A182E73791E22311F72DAC1B68F0D055C32E3A_il2cpp_TypeInfo_var, L_13, L_14);
V_7 = L_15;
int32_t L_16 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var);
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_008c;
}
}
IL_0068:
{
int32_t L_17 = ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
if ((((int32_t)L_17) < ((int32_t)0)))
{
goto IL_008c;
}
}
IL_0072:
{
int32_t L_18 = ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
NullCheck(L_19);
int32_t L_20 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var);
if ((((int32_t)L_18) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length)))), (int32_t)L_20)))))
{
goto IL_0097;
}
}
IL_008c:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_21 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_21, _stringLiteral6A80EBA8EC04EF53767DFBEB12D13C340C7A02F9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_RuntimeMethod_var);
}
IL_0097:
{
}
IL_0098:
try
{ // begin try (depth: 3)
IL2CPP_LEAVE(0xB0, FINALLY_009a);
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_009a;
}
FINALLY_009a:
{ // begin finally (depth: 3)
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_22 = V_3;
int32_t L_23 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_25 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E((RuntimeObject *)(RuntimeObject *)L_24, 3, /*hidden argument*/NULL);
NullCheck(L_22);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 )L_25);
IL2CPP_END_FINALLY(154)
} // end finally (depth: 3)
IL2CPP_CLEANUP(154)
{
IL2CPP_JUMP_TBL(0xB0, IL_00b0)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b0:
{
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_26 = V_4;
int32_t L_27 = V_6;
uint32_t L_28 = sizeof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE );
int32_t L_29 = ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
NullCheck(((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)L_28)))));
((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_26, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_27)), (int32_t)L_28))))->set_len_0(L_29);
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_30 = V_4;
int32_t L_31 = V_6;
uint32_t L_32 = sizeof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE );
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
int32_t L_34 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
intptr_t L_35 = Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962(L_33, L_34, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_RuntimeMethod_var);
NullCheck(((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)L_32)))));
((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_30, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_31)), (int32_t)L_32))))->set_buf_1((intptr_t)L_35);
int32_t L_36 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_36, (int32_t)1));
}
IL_00f4:
{
int32_t L_37 = V_6;
int32_t L_38 = V_0;
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0054;
}
}
IL_00fc:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_39 = __this->get_m_Handle_13();
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_40 = V_4;
int32_t L_41 = V_0;
int32_t L_42 = ___socketFlags1;
bool L_43 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_44 = Socket_Receive_internal_m55FA162A25E221777277E755B9A3B4D8BCB1CDB0(L_39, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)L_40, L_41, L_42, (int32_t*)(&V_1), L_43, /*hidden argument*/NULL);
V_2 = L_44;
IL2CPP_LEAVE(0x147, FINALLY_0116);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0116;
}
FINALLY_0116:
{ // begin finally (depth: 2)
V_5 = (WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80*)NULL;
IL2CPP_END_FINALLY(278)
} // end finally (depth: 2)
IL2CPP_CLEANUP(278)
{
IL2CPP_END_CLEANUP(0x147, FINALLY_011a);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_011a;
}
FINALLY_011a:
{ // begin finally (depth: 1)
{
V_8 = 0;
goto IL_0141;
}
IL_011f:
{
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_45 = V_3;
int32_t L_46 = V_8;
NullCheck(L_45);
bool L_47 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)((L_45)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_46))), /*hidden argument*/NULL);
if (!L_47)
{
goto IL_013b;
}
}
IL_012e:
{
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_48 = V_3;
int32_t L_49 = V_8;
NullCheck(L_48);
GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)((L_48)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_49))), /*hidden argument*/NULL);
}
IL_013b:
{
int32_t L_50 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1));
}
IL_0141:
{
int32_t L_51 = V_8;
int32_t L_52 = V_0;
if ((((int32_t)L_51) < ((int32_t)L_52)))
{
goto IL_011f;
}
}
IL_0146:
{
IL2CPP_END_FINALLY(282)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(282)
{
IL2CPP_JUMP_TBL(0x147, IL_0147)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0147:
{
int32_t* L_53 = ___errorCode2;
int32_t L_54 = V_1;
*((int32_t*)L_53) = (int32_t)L_54;
int32_t L_55 = V_2;
return L_55;
}
}
// System.IAsyncResult System.Net.Sockets.Socket::BeginReceive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketErrorU26,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginReceive_mAB09C0EF50CCA20B368771E0FB56F788A10C5C21 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___state6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginReceive_mAB09C0EF50CCA20B368771E0FB56F788A10C5C21_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F(__this, L_1, L_2, L_3, /*hidden argument*/NULL);
int32_t* L_4 = ___errorCode4;
*((int32_t*)L_4) = (int32_t)0;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_5 = ___callback5;
RuntimeObject * L_6 = ___state6;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)il2cpp_codegen_object_new(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var);
SocketAsyncResult__ctor_mA600493FFA7C8A3553FA39CBFF18CF8A8F890E0F(L_7, __this, L_5, L_6, 2, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = L_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___buffer0;
NullCheck(L_8);
L_8->set_Buffer_9(L_9);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_10 = L_8;
int32_t L_11 = ___offset1;
NullCheck(L_10);
L_10->set_Offset_10(L_11);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_12 = L_10;
int32_t L_13 = ___size2;
NullCheck(L_12);
L_12->set_Size_11(L_13);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = L_12;
int32_t L_15 = ___socketFlags3;
NullCheck(L_14);
L_14->set_SockFlags_12(L_15);
V_0 = L_14;
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_16 = __this->get_ReadSem_15();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_17 = V_0;
NullCheck(L_17);
intptr_t L_18 = SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB(L_17, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_19 = ((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->get_BeginReceiveCallback_30();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_20 = V_0;
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_21 = (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 *)il2cpp_codegen_object_new(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_il2cpp_TypeInfo_var);
IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676(L_21, 1, L_19, L_20, /*hidden argument*/NULL);
Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5(__this, L_16, (intptr_t)L_18, L_21, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_22 = V_0;
return L_22;
}
}
// System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceive_m76672177BFAD926BA214D664EEE7827AFEA0693B (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndReceive_m76672177BFAD926BA214D664EEE7827AFEA0693B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___asyncResult0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_0, _stringLiteralE2BFC164D6D1B334E538A317E49D0FD271F6649B, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
V_0 = L_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = V_0;
NullCheck(L_2);
bool L_3 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002c;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5);
}
IL_002c:
{
int32_t* L_6 = ___errorCode1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = SocketAsyncResult_get_ErrorCode_m0888A12E8AE75A62CDC76F139829240215E8B6DE(L_7, /*hidden argument*/NULL);
*((int32_t*)L_6) = (int32_t)L_8;
int32_t* L_9 = ___errorCode1;
int32_t L_10 = *((int32_t*)L_9);
if (!L_10)
{
goto IL_0051;
}
}
{
int32_t* L_11 = ___errorCode1;
int32_t L_12 = *((int32_t*)L_11);
if ((((int32_t)L_12) == ((int32_t)((int32_t)10035))))
{
goto IL_0051;
}
}
{
int32_t* L_13 = ___errorCode1;
int32_t L_14 = *((int32_t*)L_13);
if ((((int32_t)L_14) == ((int32_t)((int32_t)10036))))
{
goto IL_0051;
}
}
{
__this->set_is_connected_19((bool)0);
}
IL_0051:
{
int32_t* L_15 = ___errorCode1;
int32_t L_16 = *((int32_t*)L_15);
if (L_16)
{
goto IL_005b;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_17 = V_0;
NullCheck(L_17);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_17, /*hidden argument*/NULL);
}
IL_005b:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get_Total_20();
return L_19;
}
}
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket_WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m55FA162A25E221777277E755B9A3B4D8BCB1CDB0 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Receive_internal_m55FA162A25E221777277E755B9A3B4D8BCB1CDB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_3 = ___bufarray1;
int32_t L_4 = ___count2;
int32_t L_5 = ___flags3;
int32_t* L_6 = ___error4;
bool L_7 = ___blocking5;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_8 = Socket_Receive_internal_mC2987A1339F02BD493366DF0C3FD9A63BF9F0268((intptr_t)L_2, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
IL2CPP_LEAVE(0x22, FINALLY_001b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001b;
}
FINALLY_001b:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_9 = ___safeHandle0;
NullCheck(L_9);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_9, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(27)
} // end finally (depth: 1)
IL2CPP_CLEANUP(27)
{
IL2CPP_JUMP_TBL(0x22, IL_0022)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0022:
{
int32_t L_10 = V_0;
return L_10;
}
}
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Net.Sockets.Socket_WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mC2987A1339F02BD493366DF0C3FD9A63BF9F0268 (intptr_t ___sock0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
typedef int32_t (*Socket_Receive_internal_mC2987A1339F02BD493366DF0C3FD9A63BF9F0268_ftn) (intptr_t, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *, int32_t, int32_t, int32_t*, bool);
using namespace il2cpp::icalls;
return ((Socket_Receive_internal_mC2987A1339F02BD493366DF0C3FD9A63BF9F0268_ftn)System::System::Net::Sockets::Socket::ReceiveArray40) (___sock0, ___bufarray1, ___count2, ___flags3, ___error4, ___blocking5);
}
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
uint8_t* L_3 = ___buffer1;
int32_t L_4 = ___count2;
int32_t L_5 = ___flags3;
int32_t* L_6 = ___error4;
bool L_7 = ___blocking5;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_8 = Socket_Receive_internal_mED8291F42882678A0E7D65A7697E890FCCDA9A46((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
IL2CPP_LEAVE(0x22, FINALLY_001b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001b;
}
FINALLY_001b:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_9 = ___safeHandle0;
NullCheck(L_9);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_9, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(27)
} // end finally (depth: 1)
IL2CPP_CLEANUP(27)
{
IL2CPP_JUMP_TBL(0x22, IL_0022)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0022:
{
int32_t L_10 = V_0;
return L_10;
}
}
// System.Int32 System.Net.Sockets.Socket::Receive_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Receive_internal_mED8291F42882678A0E7D65A7697E890FCCDA9A46 (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
typedef int32_t (*Socket_Receive_internal_mED8291F42882678A0E7D65A7697E890FCCDA9A46_ftn) (intptr_t, uint8_t*, int32_t, int32_t, int32_t*, bool);
using namespace il2cpp::icalls;
return ((Socket_Receive_internal_mED8291F42882678A0E7D65A7697E890FCCDA9A46_ftn)System::System::Net::Sockets::Socket::Receive40) (___sock0, ___buffer1, ___count2, ___flags3, ___error4, ___blocking5);
}
// System.Int32 System.Net.Sockets.Socket::ReceiveFrom(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.EndPointU26,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_m743C33ED62910EE4B6850400AA0FE7D44337C112 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** ___remoteEP4, int32_t* ___errorCode5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ReceiveFrom_m743C33ED62910EE4B6850400AA0FE7D44337C112_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
uint8_t* V_3 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_4 = NULL;
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_0 = ___remoteEP4;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_1 = *((EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 **)L_0);
NullCheck(L_1);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_2 = VirtFuncInvoker0< SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(5 /* System.Net.SocketAddress System.Net.EndPoint::Serialize() */, L_1);
V_0 = L_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3;
V_4 = L_4;
if (!L_4)
{
goto IL_0015;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_4;
NullCheck(L_5);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length)))))
{
goto IL_001a;
}
}
IL_0015:
{
V_3 = (uint8_t*)(((uintptr_t)0));
goto IL_0024;
}
IL_001a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_4;
NullCheck(L_6);
V_3 = (uint8_t*)(((uintptr_t)((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0024:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_7 = __this->get_m_Handle_13();
uint8_t* L_8 = V_3;
int32_t L_9 = ___offset1;
int32_t L_10 = ___size2;
int32_t L_11 = ___socketFlags3;
bool L_12 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_13 = Socket_ReceiveFrom_internal_mEA5003975D91AB2F18A6CF7E6889FF0D3D139B31(L_7, (uint8_t*)(uint8_t*)(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_8, (int32_t)L_9)))), L_10, L_11, (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 **)(&V_0), (int32_t*)(&V_1), L_12, /*hidden argument*/NULL);
V_2 = L_13;
V_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
int32_t* L_14 = ___errorCode5;
int32_t L_15 = V_1;
*((int32_t*)L_14) = (int32_t)L_15;
int32_t* L_16 = ___errorCode5;
int32_t L_17 = *((int32_t*)L_16);
if (!L_17)
{
goto IL_0086;
}
}
{
int32_t* L_18 = ___errorCode5;
int32_t L_19 = *((int32_t*)L_18);
if ((((int32_t)L_19) == ((int32_t)((int32_t)10035))))
{
goto IL_006a;
}
}
{
int32_t* L_20 = ___errorCode5;
int32_t L_21 = *((int32_t*)L_20);
if ((((int32_t)L_21) == ((int32_t)((int32_t)10036))))
{
goto IL_006a;
}
}
{
__this->set_is_connected_19((bool)0);
goto IL_0084;
}
IL_006a:
{
int32_t* L_22 = ___errorCode5;
int32_t L_23 = *((int32_t*)L_22);
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)10035)))))
{
goto IL_0084;
}
}
{
bool L_24 = __this->get_is_blocking_17();
if (!L_24)
{
goto IL_0084;
}
}
{
int32_t* L_25 = ___errorCode5;
*((int32_t*)L_25) = (int32_t)((int32_t)10060);
}
IL_0084:
{
return 0;
}
IL_0086:
{
__this->set_is_connected_19((bool)1);
__this->set_is_bound_18((bool)1);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_26 = V_0;
if (!L_26)
{
goto IL_00a3;
}
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_27 = ___remoteEP4;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_28 = ___remoteEP4;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_29 = *((EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 **)L_28);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_30 = V_0;
NullCheck(L_29);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_31 = VirtFuncInvoker1< EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 *, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * >::Invoke(6 /* System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress) */, L_29, L_30);
*((RuntimeObject **)L_27) = (RuntimeObject *)L_31;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_27, (RuntimeObject *)L_31);
}
IL_00a3:
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_32 = ___remoteEP4;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_33 = *((EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 **)L_32);
__this->set_seed_endpoint_14(L_33);
int32_t L_34 = V_2;
return L_34;
}
}
// System.Int32 System.Net.Sockets.Socket::EndReceiveFrom(System.IAsyncResult,System.Net.EndPointU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** ___endPoint1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_0 = ___endPoint1;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_1 = *((EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 **)L_0);
if (L_1)
{
goto IL_0015;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteralDF85AE7F8041ADB5A29CB5AEFBCE04FD1403F67F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4_RuntimeMethod_var);
}
IL_0015:
{
RuntimeObject* L_3 = ___asyncResult0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_3, _stringLiteral8F55AB573F8FA291E4EB8FE48FC5801A2CC79468, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
V_0 = L_4;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = V_0;
NullCheck(L_5);
bool L_6 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_003b;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = V_0;
NullCheck(L_7);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_8 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_8);
}
IL_003b:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_9 = V_0;
NullCheck(L_9);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_9, /*hidden argument*/NULL);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_10 = ___endPoint1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = V_0;
NullCheck(L_11);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_12 = L_11->get_EndPoint_8();
*((RuntimeObject **)L_10) = (RuntimeObject *)L_12;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_10, (RuntimeObject *)L_12);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = L_13->get_Total_20();
return L_14;
}
}
// System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddressU26,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_mEA5003975D91AB2F18A6CF7E6889FF0D3D139B31 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ReceiveFrom_internal_mEA5003975D91AB2F18A6CF7E6889FF0D3D139B31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
uint8_t* L_3 = ___buffer1;
int32_t L_4 = ___count2;
int32_t L_5 = ___flags3;
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 ** L_6 = ___sockaddr4;
int32_t* L_7 = ___error5;
bool L_8 = ___blocking6;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_9 = Socket_ReceiveFrom_internal_m43D3E1FA721210154B38D2EF7F2135625C61A613((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 **)L_6, (int32_t*)L_7, L_8, /*hidden argument*/NULL);
V_0 = L_9;
IL2CPP_LEAVE(0x24, FINALLY_001d);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001d;
}
FINALLY_001d:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_10 = ___safeHandle0;
NullCheck(L_10);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_10, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(29)
} // end finally (depth: 1)
IL2CPP_CLEANUP(29)
{
IL2CPP_JUMP_TBL(0x24, IL_0024)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0024:
{
int32_t L_11 = V_0;
return L_11;
}
}
// System.Int32 System.Net.Sockets.Socket::ReceiveFrom_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Net.SocketAddressU26,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_ReceiveFrom_internal_m43D3E1FA721210154B38D2EF7F2135625C61A613 (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 ** ___sockaddr4, int32_t* ___error5, bool ___blocking6, const RuntimeMethod* method)
{
typedef int32_t (*Socket_ReceiveFrom_internal_m43D3E1FA721210154B38D2EF7F2135625C61A613_ftn) (intptr_t, uint8_t*, int32_t, int32_t, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 **, int32_t*, bool);
using namespace il2cpp::icalls;
return ((Socket_ReceiveFrom_internal_m43D3E1FA721210154B38D2EF7F2135625C61A613_ftn)System::System::Net::Sockets::Socket::ReceiveFrom_internal) (___sock0, ___buffer1, ___count2, ___flags3, ___sockaddr4, ___error5, ___blocking6);
}
// System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_m4652C4C32F15F5B18A7AF28086B87C074844AEA4 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Send_m4652C4C32F15F5B18A7AF28086B87C074844AEA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
uint8_t* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F(__this, L_1, L_2, L_3, /*hidden argument*/NULL);
int32_t L_4 = ___size2;
if (L_4)
{
goto IL_001f;
}
}
{
int32_t* L_5 = ___errorCode4;
*((int32_t*)L_5) = (int32_t)0;
return 0;
}
IL_001f:
{
V_1 = 0;
}
IL_0021:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = L_6;
V_3 = L_7;
if (!L_7)
{
goto IL_002b;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_3;
NullCheck(L_8);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_8)->max_length)))))
{
goto IL_0030;
}
}
IL_002b:
{
V_2 = (uint8_t*)(((uintptr_t)0));
goto IL_0039;
}
IL_0030:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_3;
NullCheck(L_9);
V_2 = (uint8_t*)(((uintptr_t)((L_9)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0039:
{
int32_t L_10 = V_1;
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_11 = __this->get_m_Handle_13();
uint8_t* L_12 = V_2;
int32_t L_13 = ___offset1;
int32_t L_14 = V_1;
int32_t L_15 = ___size2;
int32_t L_16 = V_1;
int32_t L_17 = ___socketFlags3;
bool L_18 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_19 = Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37(L_11, (uint8_t*)(uint8_t*)(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_12, (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)L_14)))))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_15, (int32_t)L_16)), L_17, (int32_t*)(&V_0), L_18, /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)L_19));
V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
int32_t* L_20 = ___errorCode4;
int32_t L_21 = V_0;
*((int32_t*)L_20) = (int32_t)L_21;
int32_t* L_22 = ___errorCode4;
int32_t L_23 = *((int32_t*)L_22);
if (!L_23)
{
goto IL_0089;
}
}
{
int32_t* L_24 = ___errorCode4;
int32_t L_25 = *((int32_t*)L_24);
if ((((int32_t)L_25) == ((int32_t)((int32_t)10035))))
{
goto IL_0089;
}
}
{
int32_t* L_26 = ___errorCode4;
int32_t L_27 = *((int32_t*)L_26);
if ((((int32_t)L_27) == ((int32_t)((int32_t)10036))))
{
goto IL_0089;
}
}
{
__this->set_is_connected_19((bool)0);
__this->set_is_bound_18((bool)0);
goto IL_0094;
}
IL_0089:
{
__this->set_is_connected_19((bool)1);
int32_t L_28 = V_1;
int32_t L_29 = ___size2;
if ((((int32_t)L_28) < ((int32_t)L_29)))
{
goto IL_0021;
}
}
IL_0094:
{
int32_t L_30 = V_1;
return L_30;
}
}
// System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___buffers0, int32_t ___socketFlags1, int32_t* ___errorCode2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* V_3 = NULL;
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * V_4 = NULL;
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* V_5 = NULL;
int32_t V_6 = 0;
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA V_7;
memset(&V_7, 0, sizeof(V_7));
int32_t V_8 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___buffers0;
if (L_0)
{
goto IL_0014;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral990742F8B49D8A82AE9E774983AF03393C251CD2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_RuntimeMethod_var);
}
IL_0014:
{
RuntimeObject* L_2 = ___buffers0;
NullCheck(L_2);
int32_t L_3 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.ArraySegment`1<System.Byte>>::get_Count() */, ICollection_1_t724E59FA32108667C271DEA01135595F51C22EEA_il2cpp_TypeInfo_var, L_2);
if (L_3)
{
goto IL_002c;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral231138D8B5A689FA49A3CAEAA7B772931CCEFF3B, _stringLiteral990742F8B49D8A82AE9E774983AF03393C251CD2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_RuntimeMethod_var);
}
IL_002c:
{
RuntimeObject* L_5 = ___buffers0;
NullCheck(L_5);
int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.ArraySegment`1<System.Byte>>::get_Count() */, ICollection_1_t724E59FA32108667C271DEA01135595F51C22EEA_il2cpp_TypeInfo_var, L_5);
V_0 = L_6;
int32_t L_7 = V_0;
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_8 = (GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7*)SZArrayNew(GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_3 = L_8;
}
IL_003a:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
int32_t L_9 = V_0;
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_10 = (WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80*)SZArrayNew(WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80_il2cpp_TypeInfo_var, (uint32_t)L_9);
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_11 = L_10;
V_5 = L_11;
if (!L_11)
{
goto IL_004b;
}
}
IL_0045:
{
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_12 = V_5;
NullCheck(L_12);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_12)->max_length)))))
{
goto IL_0051;
}
}
IL_004b:
{
V_4 = (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(((uintptr_t)0));
goto IL_005c;
}
IL_0051:
{
WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80* L_13 = V_5;
NullCheck(L_13);
V_4 = (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(((uintptr_t)((L_13)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_005c:
{
V_6 = 0;
goto IL_0104;
}
IL_0064:
{
RuntimeObject* L_14 = ___buffers0;
int32_t L_15 = V_6;
NullCheck(L_14);
ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA L_16 = InterfaceFuncInvoker1< ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA , int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>::get_Item(System.Int32) */, IList_1_t15A182E73791E22311F72DAC1B68F0D055C32E3A_il2cpp_TypeInfo_var, L_14, L_15);
V_7 = L_16;
int32_t L_17 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var);
if ((((int32_t)L_17) < ((int32_t)0)))
{
goto IL_009c;
}
}
IL_0078:
{
int32_t L_18 = ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
if ((((int32_t)L_18) < ((int32_t)0)))
{
goto IL_009c;
}
}
IL_0082:
{
int32_t L_19 = ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
NullCheck(L_20);
int32_t L_21 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var);
if ((((int32_t)L_19) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_20)->max_length)))), (int32_t)L_21)))))
{
goto IL_00a7;
}
}
IL_009c:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_22 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_22, _stringLiteral6A80EBA8EC04EF53767DFBEB12D13C340C7A02F9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_RuntimeMethod_var);
}
IL_00a7:
{
}
IL_00a8:
try
{ // begin try (depth: 3)
IL2CPP_LEAVE(0xC0, FINALLY_00aa);
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00aa;
}
FINALLY_00aa:
{ // begin finally (depth: 3)
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_23 = V_3;
int32_t L_24 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 L_26 = GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E((RuntimeObject *)(RuntimeObject *)L_25, 3, /*hidden argument*/NULL);
NullCheck(L_23);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(L_24), (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 )L_26);
IL2CPP_END_FINALLY(170)
} // end finally (depth: 3)
IL2CPP_CLEANUP(170)
{
IL2CPP_JUMP_TBL(0xC0, IL_00c0)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c0:
{
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_27 = V_4;
int32_t L_28 = V_6;
uint32_t L_29 = sizeof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE );
int32_t L_30 = ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
NullCheck(((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)L_29)))));
((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_27, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_28)), (int32_t)L_29))))->set_len_0(L_30);
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_31 = V_4;
int32_t L_32 = V_6;
uint32_t L_33 = sizeof(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE );
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
int32_t L_35 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var);
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
intptr_t L_36 = Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962(L_34, L_35, /*hidden argument*/Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_RuntimeMethod_var);
NullCheck(((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_32)), (int32_t)L_33)))));
((WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)il2cpp_codegen_add((intptr_t)L_31, (intptr_t)((intptr_t)il2cpp_codegen_multiply((intptr_t)(((intptr_t)L_32)), (int32_t)L_33))))->set_buf_1((intptr_t)L_36);
int32_t L_37 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_37, (int32_t)1));
}
IL_0104:
{
int32_t L_38 = V_6;
int32_t L_39 = V_0;
if ((((int32_t)L_38) < ((int32_t)L_39)))
{
goto IL_0064;
}
}
IL_010c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_40 = __this->get_m_Handle_13();
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_41 = V_4;
int32_t L_42 = V_0;
int32_t L_43 = ___socketFlags1;
bool L_44 = __this->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_45 = Socket_Send_internal_m23758BA709E17D55050E23A679DC8149B2944C1A(L_40, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)L_41, L_42, L_43, (int32_t*)(&V_1), L_44, /*hidden argument*/NULL);
V_2 = L_45;
IL2CPP_LEAVE(0x157, FINALLY_0126);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0126;
}
FINALLY_0126:
{ // begin finally (depth: 2)
V_5 = (WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80*)NULL;
IL2CPP_END_FINALLY(294)
} // end finally (depth: 2)
IL2CPP_CLEANUP(294)
{
IL2CPP_END_CLEANUP(0x157, FINALLY_012a);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_012a;
}
FINALLY_012a:
{ // begin finally (depth: 1)
{
V_8 = 0;
goto IL_0151;
}
IL_012f:
{
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_46 = V_3;
int32_t L_47 = V_8;
NullCheck(L_46);
bool L_48 = GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)((L_46)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_47))), /*hidden argument*/NULL);
if (!L_48)
{
goto IL_014b;
}
}
IL_013e:
{
GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7* L_49 = V_3;
int32_t L_50 = V_8;
NullCheck(L_49);
GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0((GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 *)((L_49)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_50))), /*hidden argument*/NULL);
}
IL_014b:
{
int32_t L_51 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_51, (int32_t)1));
}
IL_0151:
{
int32_t L_52 = V_8;
int32_t L_53 = V_0;
if ((((int32_t)L_52) < ((int32_t)L_53)))
{
goto IL_012f;
}
}
IL_0156:
{
IL2CPP_END_FINALLY(298)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(298)
{
IL2CPP_JUMP_TBL(0x157, IL_0157)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0157:
{
int32_t* L_54 = ___errorCode2;
int32_t L_55 = V_1;
*((int32_t*)L_54) = (int32_t)L_55;
int32_t L_56 = V_2;
return L_56;
}
}
// System.IAsyncResult System.Net.Sockets.Socket::BeginSend(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags,System.Net.Sockets.SocketErrorU26,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginSend_mA6C244A07735EEA6B4DA335545237F0FF42F8A7C (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t ___socketFlags3, int32_t* ___errorCode4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___state6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginSend_mA6C244A07735EEA6B4DA335545237F0FF42F8A7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * G_B4_0 = NULL;
int32_t G_B4_1 = 0;
intptr_t G_B4_2;
memset(&G_B4_2, 0, sizeof(G_B4_2));
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * G_B4_3 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B4_4 = NULL;
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * G_B3_0 = NULL;
int32_t G_B3_1 = 0;
intptr_t G_B3_2;
memset(&G_B3_2, 0, sizeof(G_B3_2));
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * G_B3_3 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B3_4 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F(__this, L_1, L_2, L_3, /*hidden argument*/NULL);
bool L_4 = __this->get_is_connected_19();
if (L_4)
{
goto IL_0028;
}
}
{
int32_t* L_5 = ___errorCode4;
*((int32_t*)L_5) = (int32_t)((int32_t)10057);
return (RuntimeObject*)NULL;
}
IL_0028:
{
int32_t* L_6 = ___errorCode4;
*((int32_t*)L_6) = (int32_t)0;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_7 = ___callback5;
RuntimeObject * L_8 = ___state6;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_9 = (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)il2cpp_codegen_object_new(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var);
SocketAsyncResult__ctor_mA600493FFA7C8A3553FA39CBFF18CF8A8F890E0F(L_9, __this, L_7, L_8, 4, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_10 = L_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___buffer0;
NullCheck(L_10);
L_10->set_Buffer_9(L_11);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_12 = L_10;
int32_t L_13 = ___offset1;
NullCheck(L_12);
L_12->set_Offset_10(L_13);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = L_12;
int32_t L_15 = ___size2;
NullCheck(L_14);
L_14->set_Size_11(L_15);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_16 = L_14;
int32_t L_17 = ___socketFlags3;
NullCheck(L_16);
L_16->set_SockFlags_12(L_17);
V_0 = L_16;
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_18 = __this->get_WriteSem_16();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_19 = V_0;
NullCheck(L_19);
intptr_t L_20 = SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB(L_19, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var);
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_21 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9__241_0_1();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_22 = L_21;
G_B3_0 = L_22;
G_B3_1 = 2;
G_B3_2 = L_20;
G_B3_3 = L_18;
G_B3_4 = __this;
if (L_22)
{
G_B4_0 = L_22;
G_B4_1 = 2;
G_B4_2 = L_20;
G_B4_3 = L_18;
G_B4_4 = __this;
goto IL_0082;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_23 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_24 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_24, L_23, (intptr_t)((intptr_t)U3CU3Ec_U3CBeginSendU3Eb__241_0_mED3657F5D9278E1CF28553337FDB5BB377EDFCF4_RuntimeMethod_var), /*hidden argument*/NULL);
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_25 = L_24;
((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->set_U3CU3E9__241_0_1(L_25);
G_B4_0 = L_25;
G_B4_1 = G_B3_1;
G_B4_2 = G_B3_2;
G_B4_3 = G_B3_3;
G_B4_4 = G_B3_4;
}
IL_0082:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_26 = V_0;
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_27 = (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 *)il2cpp_codegen_object_new(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_il2cpp_TypeInfo_var);
IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676(L_27, G_B4_1, G_B4_0, L_26, /*hidden argument*/NULL);
NullCheck(G_B4_4);
Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5(G_B4_4, G_B4_3, (intptr_t)G_B4_2, L_27, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_28 = V_0;
return L_28;
}
}
// System.Void System.Net.Sockets.Socket::BeginSendCallback(System.Net.Sockets.SocketAsyncResult,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, int32_t ___sent_so_far1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * V_0 = NULL;
int32_t V_1 = 0;
uint8_t* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_0 = (U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass242_0__ctor_m37038B01FD9E383353E2D3618C0E6C1CA443298F(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_1 = V_0;
int32_t L_2 = ___sent_so_far1;
NullCheck(L_1);
L_1->set_sent_so_far_0(L_2);
V_1 = 0;
}
IL_000f:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = ___sockares0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3->get_Buffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_4;
V_3 = L_5;
if (!L_5)
{
goto IL_001e;
}
}
IL_0019:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_3;
NullCheck(L_6);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))))
{
goto IL_0023;
}
}
IL_001e:
{
V_2 = (uint8_t*)(((uintptr_t)0));
goto IL_002c;
}
IL_0023:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_3;
NullCheck(L_7);
V_2 = (uint8_t*)(((uintptr_t)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_002c:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = ___sockares0;
NullCheck(L_8);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_9 = L_8->get_socket_5();
NullCheck(L_9);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_10 = L_9->get_m_Handle_13();
uint8_t* L_11 = V_2;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_12 = ___sockares0;
NullCheck(L_12);
int32_t L_13 = L_12->get_Offset_10();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = ___sockares0;
NullCheck(L_14);
int32_t L_15 = L_14->get_Size_11();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_16 = ___sockares0;
NullCheck(L_16);
int32_t L_17 = L_16->get_SockFlags_12();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_18 = ___sockares0;
NullCheck(L_18);
int32_t* L_19 = L_18->get_address_of_error_21();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_20 = Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37(L_10, (uint8_t*)(uint8_t*)(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_11, (int32_t)L_13)))), L_15, L_17, (int32_t*)L_19, (bool)0, /*hidden argument*/NULL);
V_1 = L_20;
IL2CPP_LEAVE(0x5E, FINALLY_005b);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005b;
}
FINALLY_005b:
{ // begin finally (depth: 2)
V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
IL2CPP_END_FINALLY(91)
} // end finally (depth: 2)
IL2CPP_CLEANUP(91)
{
IL2CPP_JUMP_TBL(0x5E, IL_005e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005e:
{
goto IL_006f;
}
} // 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_4 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_21 = ___sockares0;
Exception_t * L_22 = V_4;
NullCheck(L_21);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_21, L_22, /*hidden argument*/NULL);
goto IL_00fb;
} // end catch (depth: 1)
IL_006f:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_23 = ___sockares0;
NullCheck(L_23);
int32_t L_24 = L_23->get_error_21();
if (L_24)
{
goto IL_00ef;
}
}
{
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_25 = V_0;
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_26 = V_0;
NullCheck(L_26);
int32_t L_27 = L_26->get_sent_so_far_0();
int32_t L_28 = V_1;
NullCheck(L_25);
L_25->set_sent_so_far_0(((int32_t)il2cpp_codegen_add((int32_t)L_27, (int32_t)L_28)));
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_29 = ___sockares0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_30 = L_29;
NullCheck(L_30);
int32_t L_31 = L_30->get_Offset_10();
int32_t L_32 = V_1;
NullCheck(L_30);
L_30->set_Offset_10(((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32)));
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_33 = ___sockares0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_34 = L_33;
NullCheck(L_34);
int32_t L_35 = L_34->get_Size_11();
int32_t L_36 = V_1;
NullCheck(L_34);
L_34->set_Size_11(((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)L_36)));
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_37 = ___sockares0;
NullCheck(L_37);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_38 = L_37->get_socket_5();
NullCheck(L_38);
bool L_39 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(L_38, /*hidden argument*/NULL);
if (!L_39)
{
goto IL_00bb;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_40 = ___sockares0;
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_41 = V_0;
NullCheck(L_41);
int32_t L_42 = L_41->get_sent_so_far_0();
NullCheck(L_40);
SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776(L_40, L_42, /*hidden argument*/NULL);
return;
}
IL_00bb:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_43 = ___sockares0;
NullCheck(L_43);
int32_t L_44 = L_43->get_Size_11();
if ((((int32_t)L_44) <= ((int32_t)0)))
{
goto IL_00e3;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_45 = ___sockares0;
NullCheck(L_45);
intptr_t L_46 = SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB(L_45, /*hidden argument*/NULL);
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_47 = V_0;
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_48 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_48, L_47, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass242_0_U3CBeginSendCallbackU3Eb__0_m2D1B9158103E534CC52214422CE5B043F4CEE08E_RuntimeMethod_var), /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_49 = ___sockares0;
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_50 = (IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 *)il2cpp_codegen_object_new(IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_il2cpp_TypeInfo_var);
IOSelectorJob__ctor_m2E68791B3E12177FE5236874FA9BDBE1CA97C676(L_50, 2, L_48, L_49, /*hidden argument*/NULL);
IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1((intptr_t)L_46, L_50, /*hidden argument*/NULL);
return;
}
IL_00e3:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_51 = ___sockares0;
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_52 = V_0;
NullCheck(L_52);
int32_t L_53 = L_52->get_sent_so_far_0();
NullCheck(L_51);
L_51->set_Total_20(L_53);
}
IL_00ef:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_54 = ___sockares0;
U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * L_55 = V_0;
NullCheck(L_55);
int32_t L_56 = L_55->get_sent_so_far_0();
NullCheck(L_54);
SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776(L_54, L_56, /*hidden argument*/NULL);
}
IL_00fb:
{
return;
}
}
// System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult,System.Net.Sockets.SocketErrorU26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSend_m58F48E67A449034B31B52F7EF2F46856FBCE0310 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, int32_t* ___errorCode1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndSend_m58F48E67A449034B31B52F7EF2F46856FBCE0310_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___asyncResult0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_0, _stringLiteral1C82D4163A5D7B793D16931C94D97213790D6A09, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
V_0 = L_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = V_0;
NullCheck(L_2);
bool L_3 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002c;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5);
}
IL_002c:
{
int32_t* L_6 = ___errorCode1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = SocketAsyncResult_get_ErrorCode_m0888A12E8AE75A62CDC76F139829240215E8B6DE(L_7, /*hidden argument*/NULL);
*((int32_t*)L_6) = (int32_t)L_8;
int32_t* L_9 = ___errorCode1;
int32_t L_10 = *((int32_t*)L_9);
if (!L_10)
{
goto IL_0051;
}
}
{
int32_t* L_11 = ___errorCode1;
int32_t L_12 = *((int32_t*)L_11);
if ((((int32_t)L_12) == ((int32_t)((int32_t)10035))))
{
goto IL_0051;
}
}
{
int32_t* L_13 = ___errorCode1;
int32_t L_14 = *((int32_t*)L_13);
if ((((int32_t)L_14) == ((int32_t)((int32_t)10036))))
{
goto IL_0051;
}
}
{
__this->set_is_connected_19((bool)0);
}
IL_0051:
{
int32_t* L_15 = ___errorCode1;
int32_t L_16 = *((int32_t*)L_15);
if (L_16)
{
goto IL_005b;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_17 = V_0;
NullCheck(L_17);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_17, /*hidden argument*/NULL);
}
IL_005b:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get_Total_20();
return L_19;
}
}
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.Socket_WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m23758BA709E17D55050E23A679DC8149B2944C1A (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Send_internal_m23758BA709E17D55050E23A679DC8149B2944C1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * L_3 = ___bufarray1;
int32_t L_4 = ___count2;
int32_t L_5 = ___flags3;
int32_t* L_6 = ___error4;
bool L_7 = ___blocking5;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_8 = Socket_Send_internal_mF991C3643BB5E358474652659680232787B12927((intptr_t)L_2, (WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)(WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
IL2CPP_LEAVE(0x22, FINALLY_001b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001b;
}
FINALLY_001b:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_9 = ___safeHandle0;
NullCheck(L_9);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_9, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(27)
} // end finally (depth: 1)
IL2CPP_CLEANUP(27)
{
IL2CPP_JUMP_TBL(0x22, IL_0022)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0022:
{
int32_t L_10 = V_0;
return L_10;
}
}
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Net.Sockets.Socket_WSABUF*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_mF991C3643BB5E358474652659680232787B12927 (intptr_t ___sock0, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE * ___bufarray1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
typedef int32_t (*Socket_Send_internal_mF991C3643BB5E358474652659680232787B12927_ftn) (intptr_t, WSABUF_tFC99449E36506806B55A93B6293AC7D2D10D3CEE *, int32_t, int32_t, int32_t*, bool);
using namespace il2cpp::icalls;
return ((Socket_Send_internal_mF991C3643BB5E358474652659680232787B12927_ftn)System::System::Net::Sockets::Socket::SendArray40) (___sock0, ___bufarray1, ___count2, ___flags3, ___error4, ___blocking5);
}
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.Net.Sockets.SafeSocketHandle,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60(L_0, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
uint8_t* L_3 = ___buffer1;
int32_t L_4 = ___count2;
int32_t L_5 = ___flags3;
int32_t* L_6 = ___error4;
bool L_7 = ___blocking5;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_8 = Socket_Send_internal_mC7309CA15FA175E000DCF98711950B46D1250D8C((intptr_t)L_2, (uint8_t*)(uint8_t*)L_3, L_4, L_5, (int32_t*)L_6, L_7, /*hidden argument*/NULL);
V_0 = L_8;
IL2CPP_LEAVE(0x22, FINALLY_001b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001b;
}
FINALLY_001b:
{ // begin finally (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_9 = ___safeHandle0;
NullCheck(L_9);
SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB(L_9, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(27)
} // end finally (depth: 1)
IL2CPP_CLEANUP(27)
{
IL2CPP_JUMP_TBL(0x22, IL_0022)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0022:
{
int32_t L_10 = V_0;
return L_10;
}
}
// System.Int32 System.Net.Sockets.Socket::Send_internal(System.IntPtr,System.Byte*,System.Int32,System.Net.Sockets.SocketFlags,System.Int32U26,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_Send_internal_mC7309CA15FA175E000DCF98711950B46D1250D8C (intptr_t ___sock0, uint8_t* ___buffer1, int32_t ___count2, int32_t ___flags3, int32_t* ___error4, bool ___blocking5, const RuntimeMethod* method)
{
typedef int32_t (*Socket_Send_internal_mC7309CA15FA175E000DCF98711950B46D1250D8C_ftn) (intptr_t, uint8_t*, int32_t, int32_t, int32_t*, bool);
using namespace il2cpp::icalls;
return ((Socket_Send_internal_mC7309CA15FA175E000DCF98711950B46D1250D8C_ftn)System::System::Net::Sockets::Socket::Send40) (___sock0, ___buffer1, ___count2, ___flags3, ___error4, ___blocking5);
}
// System.Int32 System.Net.Sockets.Socket::EndSendTo(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_EndSendTo_m8A51FA7E8F6D65435DA47F1DD7D74C9695884CF1 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_EndSendTo_m8A51FA7E8F6D65435DA47F1DD7D74C9695884CF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___asyncResult0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A(__this, L_0, _stringLiteral980CA287E333AC3B9E291D60131727A63429A4BC, _stringLiteral37A5301A88DA334DC5AFC5B63979DAA0F3F45E68, /*hidden argument*/NULL);
V_0 = L_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_2 = V_0;
NullCheck(L_2);
bool L_3 = IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_002c;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_5);
}
IL_002c:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD(L_6, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = L_7->get_Total_20();
return L_8;
}
}
// System.Object System.Net.Sockets.Socket::GetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject * V_1 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
int32_t L_1 = ___optionLevel0;
int32_t L_2 = ___optionName1;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_GetSocketOption_obj_internal_mB80B47214B569FD08FD3D83DC4AD23F30EF0E1F5(L_0, L_1, L_2, (RuntimeObject **)(&V_1), (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_0021;
}
}
{
int32_t L_4 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_5 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D_RuntimeMethod_var);
}
IL_0021:
{
int32_t L_6 = ___optionName1;
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)128)))))
{
goto IL_0030;
}
}
{
RuntimeObject * L_7 = V_1;
return ((LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 *)CastclassClass((RuntimeObject*)L_7, LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7_il2cpp_TypeInfo_var));
}
IL_0030:
{
int32_t L_8 = ___optionName1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)12))))
{
goto IL_003a;
}
}
{
int32_t L_9 = ___optionName1;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)13)))))
{
goto IL_0041;
}
}
IL_003a:
{
RuntimeObject * L_10 = V_1;
return ((MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 *)CastclassClass((RuntimeObject*)L_10, MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_il2cpp_TypeInfo_var));
}
IL_0041:
{
RuntimeObject * L_11 = V_1;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_11, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var)))
{
goto IL_0055;
}
}
{
RuntimeObject * L_12 = V_1;
int32_t L_13 = ((*(int32_t*)((int32_t*)UnBox(L_12, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
RuntimeObject * L_14 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_13);
return L_14;
}
IL_0055:
{
RuntimeObject * L_15 = V_1;
return L_15;
}
}
// System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.ObjectU26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_mB80B47214B569FD08FD3D83DC4AD23F30EF0E1F5 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_GetSocketOption_obj_internal_mB80B47214B569FD08FD3D83DC4AD23F30EF0E1F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___level1;
int32_t L_4 = ___name2;
RuntimeObject ** L_5 = ___obj_val3;
int32_t* L_6 = ___error4;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_GetSocketOption_obj_internal_m7C531C9B7D40C1730EBEDF12EA12559B3AC6A95D((intptr_t)L_2, L_3, L_4, (RuntimeObject **)L_5, (int32_t*)L_6, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x26, FINALLY_001c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001c;
}
FINALLY_001c:
{ // begin finally (depth: 1)
{
bool L_7 = V_0;
if (!L_7)
{
goto IL_0025;
}
}
IL_001f:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_8 = ___safeHandle0;
NullCheck(L_8);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_8, /*hidden argument*/NULL);
}
IL_0025:
{
IL2CPP_END_FINALLY(28)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(28)
{
IL2CPP_JUMP_TBL(0x26, IL_0026)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0026:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::GetSocketOption_obj_internal(System.IntPtr,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.ObjectU26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_GetSocketOption_obj_internal_m7C531C9B7D40C1730EBEDF12EA12559B3AC6A95D (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject ** ___obj_val3, int32_t* ___error4, const RuntimeMethod* method)
{
typedef void (*Socket_GetSocketOption_obj_internal_m7C531C9B7D40C1730EBEDF12EA12559B3AC6A95D_ftn) (intptr_t, int32_t, int32_t, RuntimeObject **, int32_t*);
using namespace il2cpp::icalls;
((Socket_GetSocketOption_obj_internal_m7C531C9B7D40C1730EBEDF12EA12559B3AC6A95D_ftn)System::System::Net::Sockets::Socket::GetSocketOptionObj) (___socket0, ___level1, ___name2, ___obj_val3, ___error4);
}
// 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_mDD4791B69C63D5156C5F733593D5888EDF7A7C93 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __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_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
int32_t L_1 = ___optionLevel0;
int32_t L_2 = ___optionName1;
int32_t L_3 = ___optionValue2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A(L_0, L_1, L_2, NULL, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, L_3, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_4 = V_0;
if (!L_4)
{
goto IL_0030;
}
}
{
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)10022)))))
{
goto IL_0029;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5(L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_RuntimeMethod_var);
}
IL_0029:
{
int32_t L_7 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_8 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_RuntimeMethod_var);
}
IL_0030:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::SetSocketOption_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Object,System.Byte[],System.Int32,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___level1;
int32_t L_4 = ___name2;
RuntimeObject * L_5 = ___obj_val3;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___byte_val4;
int32_t L_7 = ___int_val5;
int32_t* L_8 = ___error6;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_SetSocketOption_internal_m79AFC3FAB34B01E7749886DF7D3DFF10223953AF((intptr_t)L_2, L_3, L_4, L_5, L_6, L_7, (int32_t*)L_8, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x2A, FINALLY_0020);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0020;
}
FINALLY_0020:
{ // begin finally (depth: 1)
{
bool L_9 = V_0;
if (!L_9)
{
goto IL_0029;
}
}
IL_0023:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_10 = ___safeHandle0;
NullCheck(L_10);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_10, /*hidden argument*/NULL);
}
IL_0029:
{
IL2CPP_END_FINALLY(32)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(32)
{
IL2CPP_JUMP_TBL(0x2A, IL_002a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002a:
{
return;
}
}
// 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.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_SetSocketOption_internal_m79AFC3FAB34B01E7749886DF7D3DFF10223953AF (intptr_t ___socket0, int32_t ___level1, int32_t ___name2, RuntimeObject * ___obj_val3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byte_val4, int32_t ___int_val5, int32_t* ___error6, const RuntimeMethod* method)
{
typedef void (*Socket_SetSocketOption_internal_m79AFC3FAB34B01E7749886DF7D3DFF10223953AF_ftn) (intptr_t, int32_t, int32_t, RuntimeObject *, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t*);
using namespace il2cpp::icalls;
((Socket_SetSocketOption_internal_m79AFC3FAB34B01E7749886DF7D3DFF10223953AF_ftn)System::System::Net::Sockets::Socket::SetSocketOption) (___socket0, ___level1, ___name2, ___obj_val3, ___byte_val4, ___int_val5, ___error6);
}
// System.Int32 System.Net.Sockets.Socket::IOControl(System.Int32,System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___ioControlCode0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionInValue1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___optionOutValue2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B4_0 = 0;
int32_t G_B3_0 = 0;
int32_t G_B6_0 = 0;
int32_t G_B5_0 = 0;
{
bool L_0 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0019;
}
}
{
Type_t * L_1 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_3 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_RuntimeMethod_var);
}
IL_0019:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_4 = __this->get_m_Handle_13();
int32_t L_5 = ___ioControlCode0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___optionInValue1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___optionOutValue2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_8 = Socket_IOControl_internal_mA2E0983B4939E0392FBBEA9BDCC976111349A546(L_4, L_5, L_6, L_7, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_9 = V_0;
G_B3_0 = L_8;
if (!L_9)
{
G_B4_0 = L_8;
goto IL_0033;
}
}
{
int32_t L_10 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_11 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_RuntimeMethod_var);
}
IL_0033:
{
int32_t L_12 = G_B4_0;
G_B5_0 = L_12;
if ((!(((uint32_t)L_12) == ((uint32_t)(-1)))))
{
G_B6_0 = L_12;
goto IL_0042;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_13 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_13, _stringLiteral1582AD9C735B1934C26C6018D167229CE428C803, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_RuntimeMethod_var);
}
IL_0042:
{
return G_B6_0;
}
}
// System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Byte[],System.Byte[],System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_mA2E0983B4939E0392FBBEA9BDCC976111349A546 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___ioctl_code1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output3, int32_t* ___error4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_IOControl_internal_mA2E0983B4939E0392FBBEA9BDCC976111349A546_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___ioctl_code1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___input2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___output3;
int32_t* L_6 = ___error4;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_7 = Socket_IOControl_internal_mF63E50AF5DF58AFCAFB751C71FCCF44BCE1B4805((intptr_t)L_2, L_3, L_4, L_5, (int32_t*)L_6, /*hidden argument*/NULL);
V_1 = L_7;
IL2CPP_LEAVE(0x27, FINALLY_001d);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001d;
}
FINALLY_001d:
{ // begin finally (depth: 1)
{
bool L_8 = V_0;
if (!L_8)
{
goto IL_0026;
}
}
IL_0020:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_9 = ___safeHandle0;
NullCheck(L_9);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_9, /*hidden argument*/NULL);
}
IL_0026:
{
IL2CPP_END_FINALLY(29)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(29)
{
IL2CPP_JUMP_TBL(0x27, IL_0027)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0027:
{
int32_t L_10 = V_1;
return L_10;
}
}
// System.Int32 System.Net.Sockets.Socket::IOControl_internal(System.IntPtr,System.Int32,System.Byte[],System.Byte[],System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_IOControl_internal_mF63E50AF5DF58AFCAFB751C71FCCF44BCE1B4805 (intptr_t ___sock0, int32_t ___ioctl_code1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___input2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___output3, int32_t* ___error4, const RuntimeMethod* method)
{
typedef int32_t (*Socket_IOControl_internal_mF63E50AF5DF58AFCAFB751C71FCCF44BCE1B4805_ftn) (intptr_t, int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t*);
using namespace il2cpp::icalls;
return ((Socket_IOControl_internal_mF63E50AF5DF58AFCAFB751C71FCCF44BCE1B4805_ftn)System::System::Net::Sockets::Socket::IOControl_internal) (___sock0, ___ioctl_code1, ___input2, ___output3, ___error4);
}
// System.Void System.Net.Sockets.Socket::Close()
extern "C" IL2CPP_METHOD_ATTR void Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
__this->set_linger_timeout_9(0);
Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::Close(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_Close_m77322C5F6C16BCE94498430C920EC1EBCF8BC8A2 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___timeout0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___timeout0;
__this->set_linger_timeout_9(L_0);
Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Close_internal_mDC62C0CC0402756EC2AF208253EA987D38C1C97C (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method)
{
typedef void (*Socket_Close_internal_mDC62C0CC0402756EC2AF208253EA987D38C1C97C_ftn) (intptr_t, int32_t*);
using namespace il2cpp::icalls;
((Socket_Close_internal_mDC62C0CC0402756EC2AF208253EA987D38C1C97C_ftn)System::System::Net::Sockets::Socket::Close) (___socket0, ___error1);
}
// System.Void System.Net.Sockets.Socket::Shutdown_internal(System.Net.Sockets.SafeSocketHandle,System.Net.Sockets.SocketShutdown,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_mDB5B705BAEE0962DF070CC97E4569277C1BAB3C7 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Shutdown_internal_mDB5B705BAEE0962DF070CC97E4569277C1BAB3C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)0;
}
IL_0002:
try
{ // begin try (depth: 1)
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = ___safeHandle0;
NullCheck(L_0);
SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085(L_0, (bool*)(&V_0), /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_1 = ___safeHandle0;
NullCheck(L_1);
intptr_t L_2 = SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368(L_1, /*hidden argument*/NULL);
int32_t L_3 = ___how1;
int32_t* L_4 = ___error2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Shutdown_internal_mEBB0DF91C761500931F2A3D7CE3103ECE0553060((intptr_t)L_2, L_3, (int32_t*)L_4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x23, 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)
{
bool L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
IL_001c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = ___safeHandle0;
NullCheck(L_6);
SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01(L_6, /*hidden argument*/NULL);
}
IL_0022:
{
IL2CPP_END_FINALLY(25)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(25)
{
IL2CPP_JUMP_TBL(0x23, IL_0023)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0023:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Shutdown_internal(System.IntPtr,System.Net.Sockets.SocketShutdown,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR void Socket_Shutdown_internal_mEBB0DF91C761500931F2A3D7CE3103ECE0553060 (intptr_t ___socket0, int32_t ___how1, int32_t* ___error2, const RuntimeMethod* method)
{
typedef void (*Socket_Shutdown_internal_mEBB0DF91C761500931F2A3D7CE3103ECE0553060_ftn) (intptr_t, int32_t, int32_t*);
using namespace il2cpp::icalls;
((Socket_Shutdown_internal_mEBB0DF91C761500931F2A3D7CE3103ECE0553060_ftn)System::System::Net::Sockets::Socket::Shutdown) (___socket0, ___how1, ___error2);
}
// System.Void System.Net.Sockets.Socket::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_Dispose_m24CC84D16DA94C78C460A3E2EC7068273E40B710 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___disposing0, const RuntimeMethod* method)
{
bool V_0 = false;
intptr_t V_1;
memset(&V_1, 0, sizeof(V_1));
{
bool L_0 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
__this->set_m_IntCleanedUp_20(1);
bool L_1 = __this->get_is_connected_19();
V_0 = L_1;
__this->set_is_connected_19((bool)0);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_2 = __this->get_m_Handle_13();
if (!L_2)
{
goto IL_0049;
}
}
{
__this->set_is_closed_6((bool)1);
intptr_t L_3 = Socket_get_Handle_mA1965009F9BACF2047AB982354B00E1C0A95D4DE(__this, /*hidden argument*/NULL);
V_1 = (intptr_t)L_3;
bool L_4 = V_0;
if (!L_4)
{
goto IL_003e;
}
}
{
intptr_t L_5 = V_1;
Socket_Linger_m8BC490F462914AEE570BB8C5883DF5B70967D823(__this, (intptr_t)L_5, /*hidden argument*/NULL);
}
IL_003e:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_6 = __this->get_m_Handle_13();
NullCheck(L_6);
SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A(L_6, /*hidden argument*/NULL);
}
IL_0049:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::Linger(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Socket_Linger_m8BC490F462914AEE570BB8C5883DF5B70967D823 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, intptr_t ___handle0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Linger_m8BC490F462914AEE570BB8C5883DF5B70967D823_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
int32_t V_2 = 0;
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * V_3 = NULL;
{
bool L_0 = __this->get_is_connected_19();
if (!L_0)
{
goto IL_0011;
}
}
{
int32_t L_1 = __this->get_linger_timeout_9();
if ((((int32_t)L_1) > ((int32_t)0)))
{
goto IL_0012;
}
}
IL_0011:
{
return;
}
IL_0012:
{
intptr_t L_2 = ___handle0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Shutdown_internal_mEBB0DF91C761500931F2A3D7CE3103ECE0553060((intptr_t)L_2, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_3 = V_0;
if (!L_3)
{
goto IL_001f;
}
}
{
return;
}
IL_001f:
{
int32_t L_4 = __this->get_linger_timeout_9();
V_1 = ((int32_t)((int32_t)L_4/(int32_t)((int32_t)1000)));
int32_t L_5 = __this->get_linger_timeout_9();
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_0052;
}
}
{
intptr_t L_7 = ___handle0;
int32_t L_8 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_Poll_internal_m0EB7285E1AE8CC42F200FDE13C8991EE4659D276((intptr_t)L_7, 0, ((int32_t)il2cpp_codegen_multiply((int32_t)L_8, (int32_t)((int32_t)1000))), (int32_t*)(&V_0), /*hidden argument*/NULL);
int32_t L_9 = V_0;
if (!L_9)
{
goto IL_0052;
}
}
{
return;
}
IL_0052:
{
int32_t L_10 = V_1;
if ((((int32_t)L_10) <= ((int32_t)0)))
{
goto IL_0073;
}
}
{
int32_t L_11 = V_1;
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_12 = (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 *)il2cpp_codegen_object_new(LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7_il2cpp_TypeInfo_var);
LingerOption__ctor_m3DF407AEF218AA4C7291FF92543BE0BAD40B760A(L_12, (bool)1, L_11, /*hidden argument*/NULL);
V_3 = L_12;
intptr_t L_13 = ___handle0;
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_14 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_SetSocketOption_internal_m79AFC3FAB34B01E7749886DF7D3DFF10223953AF((intptr_t)L_13, ((int32_t)65535), ((int32_t)128), L_14, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
}
IL_0073:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfDisposedAndClosed()
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0021;
}
}
{
bool L_1 = __this->get_is_closed_6();
if (!L_1)
{
goto IL_0021;
}
}
{
Type_t * L_2 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(__this, /*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_4 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_RuntimeMethod_var);
}
IL_0021:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfBufferNull(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_RuntimeMethod_var);
}
IL_000e:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfBufferOutOfRange(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___offset1;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_0014;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteral0D440FA686F6739A92FCE376F2417EF704391782, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___buffer0;
NullCheck(L_3);
if ((((int32_t)L_2) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))))))
{
goto IL_002a;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_4, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, _stringLiteral09E1FDDE7E40C37E174EAB2B9EC36E13AB8C6D20, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var);
}
IL_002a:
{
int32_t L_5 = ___size2;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_003e;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_6 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_6, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, _stringLiteralB9075EFC8996995C523E4D8999B2C48EFA0D42DA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var);
}
IL_003e:
{
int32_t L_7 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* 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_0056;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_10 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_10, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, _stringLiteralCD0A39880063E1F38F7A86145EBD97DCB2978D0E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var);
}
IL_0056:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfUdp()
extern "C" IL2CPP_METHOD_ATTR void Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_protocolType_12();
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)17)))))
{
goto IL_0015;
}
}
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_1 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_1, ((int32_t)10042), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_RuntimeMethod_var);
}
IL_0015:
{
return;
}
}
// System.Net.Sockets.SocketAsyncResult System.Net.Sockets.Socket::ValidateEndIAsyncResult(System.IAsyncResult,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___ares0, String_t* ___methodName1, String_t* ___argName2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * G_B4_0 = NULL;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * G_B3_0 = NULL;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * G_B6_0 = NULL;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * G_B5_0 = NULL;
{
RuntimeObject* L_0 = ___ares0;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ___argName2;
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_RuntimeMethod_var);
}
IL_000a:
{
RuntimeObject* L_3 = ___ares0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_4 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)IsInstSealed((RuntimeObject*)L_3, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
G_B3_0 = L_4;
if (L_4)
{
G_B4_0 = L_4;
goto IL_001f;
}
}
{
String_t* L_5 = ___argName2;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_RuntimeMethod_var);
}
IL_001f:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = G_B4_0;
NullCheck(L_7);
int32_t* L_8 = L_7->get_address_of_EndCalled_22();
int32_t L_9 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_8, 1, 0, /*hidden argument*/NULL);
G_B5_0 = L_7;
if ((!(((uint32_t)L_9) == ((uint32_t)1))))
{
G_B6_0 = L_7;
goto IL_0040;
}
}
{
String_t* L_10 = ___methodName1;
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_10, _stringLiteral090391312FE772D8811DA5F68BC370D60D58FCDE, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_12 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_RuntimeMethod_var);
}
IL_0040:
{
return G_B6_0;
}
}
// System.Void System.Net.Sockets.Socket::QueueIOSelectorJob(System.Threading.SemaphoreSlim,System.IntPtr,System.IOSelectorJob)
extern "C" IL2CPP_METHOD_ATTR void Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___sem0, intptr_t ___handle1, IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * ___job2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * V_0 = NULL;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * V_1 = NULL;
{
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_0 = (U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass298_0__ctor_m24532A068CEE2B919D0FD16BC70121982187EB94(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_1 = V_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_0(__this);
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_2 = V_0;
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_3 = ___job2;
NullCheck(L_2);
L_2->set_job_1(L_3);
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_4 = V_0;
intptr_t L_5 = ___handle1;
NullCheck(L_4);
L_4->set_handle_2((intptr_t)L_5);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_6 = ___sem0;
NullCheck(L_6);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_7 = SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6(L_6, /*hidden argument*/NULL);
V_1 = L_7;
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_8 = V_1;
NullCheck(L_8);
bool L_9 = Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0050;
}
}
{
bool L_10 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(__this, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_003e;
}
}
{
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_11 = V_0;
NullCheck(L_11);
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_12 = L_11->get_job_1();
NullCheck(L_12);
IOSelectorJob_MarkDisposed_m2B168E38A597550A3605ABF0032F67967CD43077(L_12, /*hidden argument*/NULL);
return;
}
IL_003e:
{
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_13 = V_0;
NullCheck(L_13);
intptr_t L_14 = L_13->get_handle_2();
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_15 = V_0;
NullCheck(L_15);
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_16 = L_15->get_job_1();
IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1((intptr_t)L_14, L_16, /*hidden argument*/NULL);
return;
}
IL_0050:
{
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_17 = V_1;
U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * L_18 = V_0;
Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * L_19 = (Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 *)il2cpp_codegen_object_new(Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_il2cpp_TypeInfo_var);
Action_1__ctor_m3AF45EAC5B0AF32D9B7FC9BE552FEE1CC72A226D(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass298_0_U3CQueueIOSelectorJobU3Eb__0_mF53A22B944AA6C92B918DF06ABFAF923D53824F9_RuntimeMethod_var), /*hidden argument*/Action_1__ctor_m3AF45EAC5B0AF32D9B7FC9BE552FEE1CC72A226D_RuntimeMethod_var);
NullCheck(L_17);
Task_ContinueWith_mC71D3CE9DF20879884F2D08D363BA6E47EF87638(L_17, L_19, /*hidden argument*/NULL);
return;
}
}
// System.Net.IPEndPoint System.Net.Sockets.Socket::RemapIPEndPoint(System.Net.IPEndPoint)
extern "C" IL2CPP_METHOD_ATTR IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Socket_get_IsDualMode_m5F32679545518176E4AFE66901AF86DFA6499655(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0028;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_1 = ___input0;
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_1);
if ((!(((uint32_t)L_2) == ((uint32_t)2))))
{
goto IL_0028;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_3 = ___input0;
NullCheck(L_3);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_4 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B(L_4, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_6 = ___input0;
NullCheck(L_6);
int32_t L_7 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9(L_6, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_8 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_8, L_5, L_7, /*hidden argument*/NULL);
return L_8;
}
IL_0028:
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_9 = ___input0;
return L_9;
}
}
// System.Void System.Net.Sockets.Socket::cancel_blocking_socket_operation(System.Threading.Thread)
extern "C" IL2CPP_METHOD_ATTR void Socket_cancel_blocking_socket_operation_m14366BBE65240C8833ED22AE8DE299E771FA3058 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * ___thread0, const RuntimeMethod* method)
{
typedef void (*Socket_cancel_blocking_socket_operation_m14366BBE65240C8833ED22AE8DE299E771FA3058_ftn) (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *);
using namespace il2cpp::icalls;
((Socket_cancel_blocking_socket_operation_m14366BBE65240C8833ED22AE8DE299E771FA3058_ftn)System::System::Net::Sockets::Socket::cancel_blocking_socket_operation) (___thread0);
}
// System.Int32 System.Net.Sockets.Socket::get_FamilyHint()
extern "C" IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B6_0 = 0;
{
V_0 = 0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_0 = Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_000b;
}
}
{
V_0 = 1;
}
IL_000b:
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_1 = Socket_get_OSSupportsIPv6_m923EC612566AEA217F71397FD8BED111AC951DED(/*hidden argument*/NULL);
if (!L_1)
{
goto IL_001a;
}
}
{
int32_t L_2 = V_0;
if (!L_2)
{
goto IL_0018;
}
}
{
G_B6_0 = 0;
goto IL_0019;
}
IL_0018:
{
G_B6_0 = 2;
}
IL_0019:
{
V_0 = G_B6_0;
}
IL_001a:
{
int32_t L_3 = V_0;
return L_3;
}
}
// System.Boolean System.Net.Sockets.Socket::IsProtocolSupported_internal(System.Net.NetworkInformation.NetworkInterfaceComponent)
extern "C" IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_internal_m5C586C81E1F7B545669E57AE413AF07A6400B907 (int32_t ___networkInterface0, const RuntimeMethod* method)
{
typedef bool (*Socket_IsProtocolSupported_internal_m5C586C81E1F7B545669E57AE413AF07A6400B907_ftn) (int32_t);
using namespace il2cpp::icalls;
return ((Socket_IsProtocolSupported_internal_m5C586C81E1F7B545669E57AE413AF07A6400B907_ftn)System::System::Net::Sockets::Socket::IsProtocolSupported_internal) (___networkInterface0);
}
// System.Boolean System.Net.Sockets.Socket::IsProtocolSupported(System.Net.NetworkInformation.NetworkInterfaceComponent)
extern "C" IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37 (int32_t ___networkInterface0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___networkInterface0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_1 = Socket_IsProtocolSupported_internal_m5C586C81E1F7B545669E57AE413AF07A6400B907(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Net.Sockets.Socket::.cctor()
extern "C" IL2CPP_METHOD_ATTR void Socket__cctor_mC1130CB5B4FF386DBF641F72A301C65142EF6AD2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket__cctor_mC1130CB5B4FF386DBF641F72A301C65142EF6AD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_0 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_1, L_0, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_AcceptAsyncCallback_22(L_1);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_2 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_3 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_3, L_2, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_1_mFE31CFBA6F2BE4A47926572EE46D8368D4BB6D3D_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginAcceptCallback_23(L_3);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_4 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_5 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_5, L_4, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_2_mEEA9AFDA35A729986A198CCC9785205946F10425_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginAcceptReceiveCallback_24(L_5);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_6 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_7 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_7, L_6, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_ConnectAsyncCallback_25(L_7);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_8 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_9 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_9, L_8, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_4_m8D8DA2E8BC6EAD867C7FB95D126E3C0B8CBC2630_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginConnectCallback_26(L_9);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_10 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_11 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_11, L_10, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_DisconnectAsyncCallback_27(L_11);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_12 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_13 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_6_mC8539B0D721812B995C06217EC22C578EF76E01A_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginDisconnectCallback_28(L_13);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_14 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_15 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_15, L_14, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_ReceiveAsyncCallback_29(L_15);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_16 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_17 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_17, L_16, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_8_mA9F0B14FEA60E5CA4D29CDF2F8BBABE4CEDEDB5F_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginReceiveCallback_30(L_17);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_18 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_19 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_19, L_18, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_9_mBA3DCDDE64656E216E23EC585A364C692370765E_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginReceiveGenericCallback_31(L_19);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_20 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_21 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_21, L_20, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_ReceiveFromAsyncCallback_32(L_21);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_22 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_23 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_23, L_22, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_11_m54D0A1A002B2CA233DAA2E13818D0B514C750156_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginReceiveFromCallback_33(L_23);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_24 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_25 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_25, L_24, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_SendAsyncCallback_34(L_25);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_26 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * L_27 = (IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 *)il2cpp_codegen_object_new(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var);
IOAsyncCallback__ctor_m1010BF5234B0ECC2FEB54105BA15B313633C1985(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_13_m557F5E3E30E4AAF3D185278BAB5EEC27AA33C657_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_BeginSendGenericCallback_35(L_27);
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_28 = ((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_29 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_29, L_28, (intptr_t)((intptr_t)U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932_RuntimeMethod_var), /*hidden argument*/NULL);
((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields*)il2cpp_codegen_static_fields_for(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var))->set_SendToAsyncCallback_36(L_29);
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.Sockets.Socket_<>c::.cctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m189E5660A587DF9A7CA7B87434E92DB20CFE6DD5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m189E5660A587DF9A7CA7B87434E92DB20CFE6DD5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * L_0 = (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E *)il2cpp_codegen_object_new(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m421B31AEC17C6130D0F77B8823F05048643B8A2C(L_0, /*hidden argument*/NULL);
((U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m421B31AEC17C6130D0F77B8823F05048643B8A2C (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<BeginSend>b__241_0(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3CBeginSendU3Eb__241_0_mED3657F5D9278E1CF28553337FDB5BB377EDFCF4 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3CBeginSendU3Eb__241_0_mED3657F5D9278E1CF28553337FDB5BB377EDFCF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___s0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), 0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_0(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_7 = V_0;
NullCheck(L_7);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = L_7->get_current_socket_4();
RuntimeObject* L_9 = ___ares0;
NullCheck(L_8);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_10 = Socket_EndAccept_mABD175ECBE095DE93D623259610B1332911266A1(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_6);
SocketAsyncEventArgs_set_AcceptSocket_m7EEFF83859DD66A54E98A34FB7000DD670F1B1C1(L_6, L_10, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x99, FINALLY_005d);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004f;
throw e;
}
CATCH_0040:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_11 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_11, L_13, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x99, FINALLY_005d);
} // end catch (depth: 2)
CATCH_004f:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_14 = V_0;
NullCheck(L_14);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_14, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x99, FINALLY_005d);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005d;
}
FINALLY_005d:
{ // begin finally (depth: 1)
{
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_15 = V_0;
NullCheck(L_15);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_16 = SocketAsyncEventArgs_get_AcceptSocket_m3BD8876BC4B1859E1E7956AD9B3E0227B9E77F75(L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_0092;
}
}
IL_0065:
{
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_17 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_18 = V_0;
NullCheck(L_18);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = L_18->get_current_socket_4();
NullCheck(L_19);
int32_t L_20 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F(L_19, /*hidden argument*/NULL);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_21 = V_0;
NullCheck(L_21);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_22 = L_21->get_current_socket_4();
NullCheck(L_22);
int32_t L_23 = Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37(L_22, /*hidden argument*/NULL);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_24 = V_0;
NullCheck(L_24);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_25 = L_24->get_current_socket_4();
NullCheck(L_25);
int32_t L_26 = Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E(L_25, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_27 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F(L_27, L_20, L_23, L_26, (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A *)NULL, /*hidden argument*/NULL);
NullCheck(L_17);
SocketAsyncEventArgs_set_AcceptSocket_m7EEFF83859DD66A54E98A34FB7000DD670F1B1C1(L_17, L_27, /*hidden argument*/NULL);
}
IL_0092:
{
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_28 = V_0;
NullCheck(L_28);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_28, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(93)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(93)
{
IL2CPP_JUMP_TBL(0x99, IL_0099)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0099:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_1(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_1_mFE31CFBA6F2BE4A47926572EE46D8368D4BB6D3D (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_1_mFE31CFBA6F2BE4A47926572EE46D8368D4BB6D3D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_1 = NULL;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL;
}
IL_0009:
try
{ // begin try (depth: 1)
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = L_1->get_AcceptSocket_13();
if (L_2)
{
goto IL_001f;
}
}
IL_0011:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
NullCheck(L_3);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = L_3->get_socket_5();
NullCheck(L_4);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_5 = Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7(L_4, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_0032;
}
IL_001f:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = L_6->get_AcceptSocket_13();
V_1 = L_7;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = V_0;
NullCheck(L_8);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_9 = L_8->get_socket_5();
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_10 = V_1;
NullCheck(L_9);
Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC(L_9, L_10, /*hidden argument*/NULL);
}
IL_0032:
{
goto IL_003e;
}
} // 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_0034;
throw e;
}
CATCH_0034:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = V_0;
Exception_t * L_12 = V_2;
NullCheck(L_11);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_11, L_12, /*hidden argument*/NULL);
goto IL_0045;
} // end catch (depth: 1)
IL_003e:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_13 = V_0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = V_1;
NullCheck(L_13);
SocketAsyncResult_Complete_m2644D553368DA3CF95D49473AEA8B656E73463DF(L_13, L_14, /*hidden argument*/NULL);
}
IL_0045:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_2(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_2_mEEA9AFDA35A729986A198CCC9785205946F10425 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_2_mEEA9AFDA35A729986A198CCC9785205946F10425_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
int32_t V_4 = 0;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL;
}
IL_0009:
try
{ // begin try (depth: 1)
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = L_1->get_AcceptSocket_13();
if (L_2)
{
goto IL_001f;
}
}
IL_0011:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
NullCheck(L_3);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = L_3->get_socket_5();
NullCheck(L_4);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_5 = Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7(L_4, /*hidden argument*/NULL);
V_1 = L_5;
goto IL_0032;
}
IL_001f:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = L_6->get_AcceptSocket_13();
V_1 = L_7;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = V_0;
NullCheck(L_8);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_9 = L_8->get_socket_5();
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_10 = V_1;
NullCheck(L_9);
Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC(L_9, L_10, /*hidden argument*/NULL);
}
IL_0032:
{
goto IL_003e;
}
} // 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_0034;
throw e;
}
CATCH_0034:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = V_0;
Exception_t * L_12 = V_3;
NullCheck(L_11);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_11, L_12, /*hidden argument*/NULL);
goto IL_0093;
} // end catch (depth: 1)
IL_003e:
{
V_2 = 0;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = L_13->get_Size_11();
if ((((int32_t)L_14) <= ((int32_t)0)))
{
goto IL_008b;
}
}
IL_0049:
try
{ // begin try (depth: 1)
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_15 = V_1;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_16 = V_0;
NullCheck(L_16);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = L_16->get_Buffer_9();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get_Offset_10();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_20 = V_0;
NullCheck(L_20);
int32_t L_21 = L_20->get_Size_11();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_22 = V_0;
NullCheck(L_22);
int32_t L_23 = L_22->get_SockFlags_12();
NullCheck(L_15);
int32_t L_24 = Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3(L_15, L_17, L_19, L_21, L_23, (int32_t*)(&V_4), /*hidden argument*/NULL);
V_2 = L_24;
int32_t L_25 = V_4;
if (!L_25)
{
goto IL_007d;
}
}
IL_006e:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_26 = V_0;
int32_t L_27 = V_4;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_28 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_28, L_27, /*hidden argument*/NULL);
NullCheck(L_26);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_26, L_28, /*hidden argument*/NULL);
goto IL_0093;
}
IL_007d:
{
goto IL_008b;
}
} // 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_007f;
throw e;
}
CATCH_007f:
{ // begin catch(System.Exception)
V_5 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_29 = V_0;
Exception_t * L_30 = V_5;
NullCheck(L_29);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_29, L_30, /*hidden argument*/NULL);
goto IL_0093;
} // end catch (depth: 1)
IL_008b:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_31 = V_0;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_32 = V_1;
int32_t L_33 = V_2;
NullCheck(L_31);
SocketAsyncResult_Complete_mC7A67AFEC2C33BD0D7E191EB6AA0658C1A53907A(L_31, L_32, L_33, /*hidden argument*/NULL);
}
IL_0093:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_3(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
NullCheck(L_6);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = L_6->get_current_socket_4();
RuntimeObject* L_8 = ___ares0;
NullCheck(L_7);
Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F(L_7, L_8, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x5E, FINALLY_0057);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003a;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0049;
throw e;
}
CATCH_003a:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_9 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_9, L_11, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x5E, FINALLY_0057);
} // end catch (depth: 2)
CATCH_0049:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_12 = V_0;
NullCheck(L_12);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_12, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x5E, FINALLY_0057);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0057;
}
FINALLY_0057:
{ // begin finally (depth: 1)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_13 = V_0;
NullCheck(L_13);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_13, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(87)
} // end finally (depth: 1)
IL2CPP_CLEANUP(87)
{
IL2CPP_JUMP_TBL(0x5E, IL_005e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005e:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_4(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_4_m8D8DA2E8BC6EAD867C7FB95D126E3C0B8CBC2630 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_4_m8D8DA2E8BC6EAD867C7FB95D126E3C0B8CBC2630_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_2 = L_1->get_EndPoint_8();
if (L_2)
{
goto IL_0020;
}
}
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_4 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_4, ((int32_t)10049), /*hidden argument*/NULL);
NullCheck(L_3);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_3, L_4, /*hidden argument*/NULL);
return;
}
IL_0020:
{
}
IL_0021:
try
{ // begin try (depth: 1)
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = V_0;
NullCheck(L_5);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = L_5->get_socket_5();
NullCheck(L_6);
RuntimeObject * L_7 = Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D(L_6, ((int32_t)65535), ((int32_t)4103), /*hidden argument*/NULL);
V_1 = ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
int32_t L_8 = V_1;
if (L_8)
{
goto IL_0083;
}
}
IL_003f:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_9 = V_0;
NullCheck(L_9);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_10 = L_9->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = V_0;
NullCheck(L_11);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_12 = L_11->get_EndPoint_8();
NullCheck(L_10);
L_10->set_seed_endpoint_14(L_12);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_13 = V_0;
NullCheck(L_13);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = L_13->get_socket_5();
NullCheck(L_14);
L_14->set_is_connected_19((bool)1);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_15 = V_0;
NullCheck(L_15);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_16 = L_15->get_socket_5();
NullCheck(L_16);
L_16->set_is_bound_18((bool)1);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_17 = V_0;
NullCheck(L_17);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = L_17->get_socket_5();
NullCheck(L_18);
L_18->set_connect_in_progress_21((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_19 = V_0;
NullCheck(L_19);
L_19->set_error_21(0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_20 = V_0;
NullCheck(L_20);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(L_20, /*hidden argument*/NULL);
goto IL_00e1;
}
IL_0083:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_21 = V_0;
NullCheck(L_21);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_22 = L_21->get_Addresses_14();
if (L_22)
{
goto IL_00a5;
}
}
IL_008b:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_23 = V_0;
NullCheck(L_23);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_24 = L_23->get_socket_5();
NullCheck(L_24);
L_24->set_connect_in_progress_21((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_25 = V_0;
int32_t L_26 = V_1;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_27 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_27, L_26, /*hidden argument*/NULL);
NullCheck(L_25);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_25, L_27, /*hidden argument*/NULL);
goto IL_00e1;
}
IL_00a5:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_28 = V_0;
NullCheck(L_28);
int32_t L_29 = L_28->get_CurrentAddress_18();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_30 = V_0;
NullCheck(L_30);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_31 = L_30->get_Addresses_14();
NullCheck(L_31);
if ((((int32_t)L_29) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))))))
{
goto IL_00c3;
}
}
IL_00b5:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_32 = V_0;
int32_t L_33 = V_1;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_34 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_34, L_33, /*hidden argument*/NULL);
NullCheck(L_32);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_32, L_34, /*hidden argument*/NULL);
goto IL_00e1;
}
IL_00c3:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_35 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4(L_35, /*hidden argument*/NULL);
goto IL_00e1;
}
} // 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_00cb;
throw e;
}
CATCH_00cb:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_36 = V_0;
NullCheck(L_36);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_37 = L_36->get_socket_5();
NullCheck(L_37);
L_37->set_connect_in_progress_21((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_38 = V_0;
Exception_t * L_39 = V_2;
NullCheck(L_38);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_38, L_39, /*hidden argument*/NULL);
goto IL_00e1;
} // end catch (depth: 1)
IL_00e1:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_5(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
NullCheck(L_6);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = L_6->get_current_socket_4();
RuntimeObject* L_8 = ___ares0;
NullCheck(L_7);
Socket_EndDisconnect_m3CA2C23A595DAB49DB71A18E24E98BE63ABB09B9(L_7, L_8, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x5E, FINALLY_0057);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_003a;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0049;
throw e;
}
CATCH_003a:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_9 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_9, L_11, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x5E, FINALLY_0057);
} // end catch (depth: 2)
CATCH_0049:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_12 = V_0;
NullCheck(L_12);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_12, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x5E, FINALLY_0057);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0057;
}
FINALLY_0057:
{ // begin finally (depth: 1)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_13 = V_0;
NullCheck(L_13);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_13, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(87)
} // end finally (depth: 1)
IL2CPP_CLEANUP(87)
{
IL2CPP_JUMP_TBL(0x5E, IL_005e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005e:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_6(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_6_mC8539B0D721812B995C06217EC22C578EF76E01A (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_6_mC8539B0D721812B995C06217EC22C578EF76E01A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
}
IL_0007:
try
{ // begin try (depth: 1)
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = L_1->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
NullCheck(L_3);
bool L_4 = L_3->get_ReuseSocket_17();
NullCheck(L_2);
Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619(L_2, L_4, /*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 (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001a;
throw e;
}
CATCH_001a:
{ // begin catch(System.Exception)
V_1 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = V_0;
Exception_t * L_6 = V_1;
NullCheck(L_5);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_5, L_6, /*hidden argument*/NULL);
goto IL_002a;
} // end catch (depth: 1)
IL_0024:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = V_0;
NullCheck(L_7);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(L_7, /*hidden argument*/NULL);
}
IL_002a:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_7(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_7 = V_0;
NullCheck(L_7);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = L_7->get_current_socket_4();
RuntimeObject* L_9 = ___ares0;
NullCheck(L_8);
int32_t L_10 = Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_6);
SocketAsyncEventArgs_set_BytesTransferred_mFEA9222385B83E3CAD5546E53F1C3F81C5EEA4AE(L_6, L_10, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004f;
throw e;
}
CATCH_0040:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_11 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_11, L_13, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end catch (depth: 2)
CATCH_004f:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_14 = V_0;
NullCheck(L_14);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_14, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005d;
}
FINALLY_005d:
{ // begin finally (depth: 1)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_15 = V_0;
NullCheck(L_15);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_15, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(93)
} // end finally (depth: 1)
IL2CPP_CLEANUP(93)
{
IL2CPP_JUMP_TBL(0x64, IL_0064)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0064:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_8(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_8_mA9F0B14FEA60E5CA4D29CDF2F8BBABE4CEDEDB5F (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_8_mA9F0B14FEA60E5CA4D29CDF2F8BBABE4CEDEDB5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
int32_t V_1 = 0;
uint8_t* V_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_3 = NULL;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
V_1 = 0;
}
IL_0009:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1->get_Buffer_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = L_2;
V_3 = L_3;
if (!L_3)
{
goto IL_0018;
}
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_3;
NullCheck(L_4);
if ((((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))))
{
goto IL_001d;
}
}
IL_0018:
{
V_2 = (uint8_t*)(((uintptr_t)0));
goto IL_0026;
}
IL_001d:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_3;
NullCheck(L_5);
V_2 = (uint8_t*)(((uintptr_t)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(0)))));
}
IL_0026:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = V_0;
NullCheck(L_6);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = L_6->get_socket_5();
NullCheck(L_7);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_8 = L_7->get_m_Handle_13();
uint8_t* L_9 = V_2;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = L_10->get_Offset_10();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_12 = V_0;
NullCheck(L_12);
int32_t L_13 = L_12->get_Size_11();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = V_0;
NullCheck(L_14);
int32_t L_15 = L_14->get_SockFlags_12();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_16 = V_0;
NullCheck(L_16);
int32_t* L_17 = L_16->get_address_of_error_21();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_18 = V_0;
NullCheck(L_18);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = L_18->get_socket_5();
NullCheck(L_19);
bool L_20 = L_19->get_is_blocking_17();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_21 = Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59(L_8, (uint8_t*)(uint8_t*)(((uintptr_t)((uint8_t*)il2cpp_codegen_add((intptr_t)L_9, (int32_t)L_11)))), L_13, L_15, (int32_t*)L_17, L_20, /*hidden argument*/NULL);
V_1 = L_21;
IL2CPP_LEAVE(0x62, FINALLY_005f);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005f;
}
FINALLY_005f:
{ // begin finally (depth: 2)
V_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
IL2CPP_END_FINALLY(95)
} // end finally (depth: 2)
IL2CPP_CLEANUP(95)
{
IL2CPP_JUMP_TBL(0x62, IL_0062)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0062:
{
goto IL_0070;
}
} // 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_4 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_22 = V_0;
Exception_t * L_23 = V_4;
NullCheck(L_22);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_22, L_23, /*hidden argument*/NULL);
goto IL_0077;
} // end catch (depth: 1)
IL_0070:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_24 = V_0;
int32_t L_25 = V_1;
NullCheck(L_24);
SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776(L_24, L_25, /*hidden argument*/NULL);
}
IL_0077:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_9(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_9_mBA3DCDDE64656E216E23EC585A364C692370765E (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_9_mBA3DCDDE64656E216E23EC585A364C692370765E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
V_1 = 0;
}
IL_0009:
try
{ // begin try (depth: 1)
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = L_1->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
NullCheck(L_3);
RuntimeObject* L_4 = L_3->get_Buffers_16();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_SockFlags_12();
NullCheck(L_2);
int32_t L_7 = Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6(L_2, L_4, L_6, /*hidden argument*/NULL);
V_1 = L_7;
goto IL_002d;
} // 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_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = V_0;
Exception_t * L_9 = V_2;
NullCheck(L_8);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_8, L_9, /*hidden argument*/NULL);
goto IL_0034;
} // end catch (depth: 1)
IL_002d:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_10 = V_0;
int32_t L_11 = V_1;
NullCheck(L_10);
SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776(L_10, L_11, /*hidden argument*/NULL);
}
IL_0034:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_10(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_7 = V_0;
NullCheck(L_7);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = L_7->get_current_socket_4();
RuntimeObject* L_9 = ___ares0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_10 = V_0;
NullCheck(L_10);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_11 = L_10->get_address_of_remote_ep_3();
NullCheck(L_8);
int32_t L_12 = Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4(L_8, L_9, (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 **)L_11, /*hidden argument*/NULL);
NullCheck(L_6);
SocketAsyncEventArgs_set_BytesTransferred_mFEA9222385B83E3CAD5546E53F1C3F81C5EEA4AE(L_6, L_12, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x6A, FINALLY_0063);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0046;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0055;
throw e;
}
CATCH_0046:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_13 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_14 = V_1;
NullCheck(L_14);
int32_t L_15 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_13, L_15, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x6A, FINALLY_0063);
} // end catch (depth: 2)
CATCH_0055:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_16 = V_0;
NullCheck(L_16);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_16, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x6A, FINALLY_0063);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0063;
}
FINALLY_0063:
{ // begin finally (depth: 1)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_17 = V_0;
NullCheck(L_17);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_17, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(99)
} // end finally (depth: 1)
IL2CPP_CLEANUP(99)
{
IL2CPP_JUMP_TBL(0x6A, IL_006a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006a:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_11(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_11_m54D0A1A002B2CA233DAA2E13818D0B514C750156 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_11_m54D0A1A002B2CA233DAA2E13818D0B514C750156_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
V_1 = 0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = L_1->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3->get_Buffer_9();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_Offset_10();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = L_7->get_Size_11();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_9 = V_0;
NullCheck(L_9);
int32_t L_10 = L_9->get_SockFlags_12();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_11 = V_0;
NullCheck(L_11);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** L_12 = L_11->get_address_of_EndPoint_8();
NullCheck(L_2);
int32_t L_13 = Socket_ReceiveFrom_m743C33ED62910EE4B6850400AA0FE7D44337C112(L_2, L_4, L_6, L_8, L_10, (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 **)L_12, (int32_t*)(&V_2), /*hidden argument*/NULL);
V_1 = L_13;
int32_t L_14 = V_2;
if (!L_14)
{
goto IL_0046;
}
}
IL_0038:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_15 = V_0;
int32_t L_16 = V_2;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_17 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A(L_17, L_16, /*hidden argument*/NULL);
NullCheck(L_15);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_15, L_17, /*hidden argument*/NULL);
goto IL_0059;
}
IL_0046:
{
goto IL_0052;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0048;
throw e;
}
CATCH_0048:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_18 = V_0;
Exception_t * L_19 = V_3;
NullCheck(L_18);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_18, L_19, /*hidden argument*/NULL);
goto IL_0059;
} // end catch (depth: 1)
IL_0052:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_20 = V_0;
int32_t L_21 = V_1;
NullCheck(L_20);
SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776(L_20, L_21, /*hidden argument*/NULL);
}
IL_0059:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_12(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_7 = V_0;
NullCheck(L_7);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = L_7->get_current_socket_4();
RuntimeObject* L_9 = ___ares0;
NullCheck(L_8);
int32_t L_10 = Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_6);
SocketAsyncEventArgs_set_BytesTransferred_mFEA9222385B83E3CAD5546E53F1C3F81C5EEA4AE(L_6, L_10, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004f;
throw e;
}
CATCH_0040:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_11 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_11, L_13, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end catch (depth: 2)
CATCH_004f:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_14 = V_0;
NullCheck(L_14);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_14, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005d;
}
FINALLY_005d:
{ // begin finally (depth: 1)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_15 = V_0;
NullCheck(L_15);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_15, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(93)
} // end finally (depth: 1)
IL2CPP_CLEANUP(93)
{
IL2CPP_JUMP_TBL(0x64, IL_0064)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0064:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_13(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_13_m557F5E3E30E4AAF3D185278BAB5EEC27AA33C657 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_13_m557F5E3E30E4AAF3D185278BAB5EEC27AA33C657_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * 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 = -1;
NO_UNUSED_WARNING (__leave_target);
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___ares0;
V_0 = ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var));
V_1 = 0;
}
IL_0009:
try
{ // begin try (depth: 1)
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_1 = V_0;
NullCheck(L_1);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = L_1->get_socket_5();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_3 = V_0;
NullCheck(L_3);
RuntimeObject* L_4 = L_3->get_Buffers_16();
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = L_5->get_SockFlags_12();
NullCheck(L_2);
int32_t L_7 = Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638(L_2, L_4, L_6, /*hidden argument*/NULL);
V_1 = L_7;
goto IL_002d;
} // 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_0023;
throw e;
}
CATCH_0023:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_8 = V_0;
Exception_t * L_9 = V_2;
NullCheck(L_8);
SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6(L_8, L_9, /*hidden argument*/NULL);
goto IL_0034;
} // end catch (depth: 1)
IL_002d:
{
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_10 = V_0;
int32_t L_11 = V_1;
NullCheck(L_10);
SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776(L_10, L_11, /*hidden argument*/NULL);
}
IL_0034:
{
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c::<.cctor>b__309_14(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932 (U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E * __this, RuntimeObject* ___ares0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * V_0 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___ares0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
RuntimeObject * L_1 = IOAsyncResult_get_AsyncState_m9D507541D18B17FFF72F90D8DBB3F301213EA4A7(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_0 = ((SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 *)CastclassClass((RuntimeObject*)L_1, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7_il2cpp_TypeInfo_var));
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_2 = V_0;
NullCheck(L_2);
int32_t* L_3 = L_2->get_address_of_in_progress_2();
il2cpp_codegen_memory_barrier();
int32_t L_4 = Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)L_3, 0, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralF70B725E7A9B6C6549E358133E2DBE2B02020C68, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932_RuntimeMethod_var);
}
IL_002b:
{
}
IL_002c:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_6 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_7 = V_0;
NullCheck(L_7);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = L_7->get_current_socket_4();
RuntimeObject* L_9 = ___ares0;
NullCheck(L_8);
int32_t L_10 = Socket_EndSendTo_m8A51FA7E8F6D65435DA47F1DD7D74C9695884CF1(L_8, L_9, /*hidden argument*/NULL);
NullCheck(L_6);
SocketAsyncEventArgs_set_BytesTransferred_mFEA9222385B83E3CAD5546E53F1C3F81C5EEA4AE(L_6, L_10, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0040;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_004f;
throw e;
}
CATCH_0040:
{ // begin catch(System.Net.Sockets.SocketException)
V_1 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_11 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_12 = V_1;
NullCheck(L_12);
int32_t L_13 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_11, L_13, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end catch (depth: 2)
CATCH_004f:
{ // begin catch(System.ObjectDisposedException)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_14 = V_0;
NullCheck(L_14);
SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499(L_14, ((int32_t)995), /*hidden argument*/NULL);
IL2CPP_LEAVE(0x64, FINALLY_005d);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005d;
}
FINALLY_005d:
{ // begin finally (depth: 1)
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_15 = V_0;
NullCheck(L_15);
SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A(L_15, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(93)
} // end finally (depth: 1)
IL2CPP_CLEANUP(93)
{
IL2CPP_JUMP_TBL(0x64, IL_0064)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0064:
{
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.Sockets.Socket_<>c__DisplayClass242_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass242_0__ctor_m37038B01FD9E383353E2D3618C0E6C1CA443298F (U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c__DisplayClass242_0::<BeginSendCallback>b__0(System.IOAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass242_0_U3CBeginSendCallbackU3Eb__0_m2D1B9158103E534CC52214422CE5B043F4CEE08E (U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997 * __this, IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * ___s0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass242_0_U3CBeginSendCallbackU3Eb__0_m2D1B9158103E534CC52214422CE5B043F4CEE08E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * L_0 = ___s0;
int32_t L_1 = __this->get_sent_so_far_0();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), 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.Sockets.Socket_<>c__DisplayClass298_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass298_0__ctor_m24532A068CEE2B919D0FD16BC70121982187EB94 (U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket_<>c__DisplayClass298_0::<QueueIOSelectorJob>b__0(System.Threading.Tasks.Task)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass298_0_U3CQueueIOSelectorJobU3Eb__0_mF53A22B944AA6C92B918DF06ABFAF923D53824F9 (U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7 * __this, Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ___t0, const RuntimeMethod* method)
{
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_U3CU3E4__this_0();
NullCheck(L_0);
bool L_1 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_2 = __this->get_job_1();
NullCheck(L_2);
IOSelectorJob_MarkDisposed_m2B168E38A597550A3605ABF0032F67967CD43077(L_2, /*hidden argument*/NULL);
return;
}
IL_0019:
{
intptr_t L_3 = __this->get_handle_2();
IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99 * L_4 = __this->get_job_1();
IOSelector_Add_m43E2807BB2C9AE5ACB3ECDBC4E7BA2FA967504D1((intptr_t)L_3, L_4, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket System.Net.Sockets.SocketAsyncEventArgs::get_AcceptSocket()
extern "C" IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * SocketAsyncEventArgs_get_AcceptSocket_m3BD8876BC4B1859E1E7956AD9B3E0227B9E77F75 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method)
{
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_U3CAcceptSocketU3Ek__BackingField_5();
return L_0;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::set_AcceptSocket(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_AcceptSocket_m7EEFF83859DD66A54E98A34FB7000DD670F1B1C1 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___value0, const RuntimeMethod* method)
{
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = ___value0;
__this->set_U3CAcceptSocketU3Ek__BackingField_5(L_0);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::set_BytesTransferred(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_BytesTransferred_mFEA9222385B83E3CAD5546E53F1C3F81C5EEA4AE (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CBytesTransferredU3Ek__BackingField_6(L_0);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::set_SocketError(System.Net.Sockets.SocketError)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_set_SocketError_mFCDAA84BC41D0B28B2517AFD1DCBADCFAAE29499 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CSocketErrorU3Ek__BackingField_7(L_0);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::Finalize()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Finalize_mEC1508C00D7079F51376E9C574D2678722B1402C (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
SocketAsyncEventArgs_Dispose_m1CD7F7378013D412BAEAAE4E96CC7DBEB54A7168(__this, (bool)0, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x10, FINALLY_0009);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0009;
}
FINALLY_0009:
{ // begin finally (depth: 1)
Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380(__this, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(9)
} // end finally (depth: 1)
IL2CPP_CLEANUP(9)
{
IL2CPP_JUMP_TBL(0x10, IL_0010)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0010:
{
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Dispose_m1CD7F7378013D412BAEAAE4E96CC7DBEB54A7168 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
__this->set_disposed_1((bool)1);
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0014;
}
}
{
int32_t L_1 = __this->get_in_progress_2();
il2cpp_codegen_memory_barrier();
return;
}
IL_0014:
{
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::Dispose()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Dispose_m2E653A7ACE155AA1533C72CF1C07EDD2258DB39E (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAsyncEventArgs_Dispose_m2E653A7ACE155AA1533C72CF1C07EDD2258DB39E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SocketAsyncEventArgs_Dispose_m1CD7F7378013D412BAEAAE4E96CC7DBEB54A7168(__this, (bool)1, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var);
GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::Complete()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_Complete_mA77F4405B5C9CF2AEE3CA78A8E4BDECE9F6B972A (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, const RuntimeMethod* method)
{
{
VirtActionInvoker1< SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * >::Invoke(5 /* System.Void System.Net.Sockets.SocketAsyncEventArgs::OnCompleted(System.Net.Sockets.SocketAsyncEventArgs) */, __this, __this);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncEventArgs::OnCompleted(System.Net.Sockets.SocketAsyncEventArgs)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncEventArgs_OnCompleted_m330F7F5F140260C0AFCAC74F160C2EF9BA23AAC8 (SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * __this, SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * ___e0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAsyncEventArgs_OnCompleted_m330F7F5F140260C0AFCAC74F160C2EF9BA23AAC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * V_0 = NULL;
{
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_0 = ___e0;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_1 = ___e0;
NullCheck(L_1);
EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * L_2 = L_1->get_Completed_8();
V_0 = L_2;
EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * L_3 = V_0;
if (!L_3)
{
goto IL_001b;
}
}
{
EventHandler_1_tFBF7D1676A66F950822630E5E6DA5D6FFEAF7A34 * L_4 = V_0;
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_5 = ___e0;
NullCheck(L_5);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_6 = L_5->get_current_socket_4();
SocketAsyncEventArgs_t5E05ABA36B4740D22D5E746DC4E7763AA448CAA7 * L_7 = ___e0;
NullCheck(L_4);
EventHandler_1_Invoke_m7C4EC3BCD7679CAB938D34570A90432757484582(L_4, L_6, L_7, /*hidden argument*/EventHandler_1_Invoke_m7C4EC3BCD7679CAB938D34570A90432757484582_RuntimeMethod_var);
}
IL_001b:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Conversion methods for marshalling of: System.Net.Sockets.SocketAsyncResult
extern "C" void SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshal_pinvoke(const SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C& unmarshaled, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_pinvoke& marshaled)
{
Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL, NULL);
}
extern "C" void SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshal_pinvoke_back(const SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_pinvoke& marshaled, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C& unmarshaled)
{
Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Net.Sockets.SocketAsyncResult
extern "C" void SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshal_pinvoke_cleanup(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Net.Sockets.SocketAsyncResult
extern "C" void SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshal_com(const SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C& unmarshaled, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_com& marshaled)
{
Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL, NULL);
}
extern "C" void SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshal_com_back(const SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_com& marshaled, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C& unmarshaled)
{
Exception_t* ___socket_5Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'socket' of type 'SocketAsyncResult': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___socket_5Exception, NULL, NULL);
}
// Conversion method for clean up from marshalling of: System.Net.Sockets.SocketAsyncResult
extern "C" void SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshal_com_cleanup(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_marshaled_com& marshaled)
{
}
// System.IntPtr System.Net.Sockets.SocketAsyncResult::get_Handle()
extern "C" IL2CPP_METHOD_ATTR intptr_t SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAsyncResult_get_Handle_mA1FCAC625E2265493F931EF8C717E50BE7921ABB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_socket_5();
if (L_0)
{
goto IL_000e;
}
}
{
return (intptr_t)(0);
}
IL_000e:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_1 = __this->get_socket_5();
NullCheck(L_1);
intptr_t L_2 = Socket_get_Handle_mA1965009F9BACF2047AB982354B00E1C0A95D4DE(L_1, /*hidden argument*/NULL);
return (intptr_t)L_2;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.AsyncCallback,System.Object,System.Net.Sockets.SocketOperation)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult__ctor_mA600493FFA7C8A3553FA39CBFF18CF8A8F890E0F (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___state2, int32_t ___operation3, const RuntimeMethod* method)
{
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = ___callback1;
RuntimeObject * L_1 = ___state2;
IOAsyncResult__ctor_m95A3D285F38AF74293A4956A6232F6B11DB8CFB9(__this, L_0, L_1, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = ___socket0;
__this->set_socket_5(L_2);
int32_t L_3 = ___operation3;
__this->set_operation_6(L_3);
return;
}
}
// System.Net.Sockets.SocketError System.Net.Sockets.SocketAsyncResult::get_ErrorCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketAsyncResult_get_ErrorCode_m0888A12E8AE75A62CDC76F139829240215E8B6DE (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAsyncResult_get_ErrorCode_m0888A12E8AE75A62CDC76F139829240215E8B6DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * V_0 = NULL;
{
Exception_t * L_0 = __this->get_DelayedException_7();
V_0 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)IsInstClass((RuntimeObject*)L_0, SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var));
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_1 = V_0;
if (!L_1)
{
goto IL_0016;
}
}
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_2, /*hidden argument*/NULL);
return L_3;
}
IL_0016:
{
int32_t L_4 = __this->get_error_21();
if (!L_4)
{
goto IL_0025;
}
}
{
int32_t L_5 = __this->get_error_21();
return (int32_t)(L_5);
}
IL_0025:
{
return (int32_t)(0);
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::CheckIfThrowDelayedException()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = __this->get_DelayedException_7();
if (!L_0)
{
goto IL_001b;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_1 = __this->get_socket_5();
NullCheck(L_1);
L_1->set_is_connected_19((bool)0);
Exception_t * L_2 = __this->get_DelayedException_7();
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD_RuntimeMethod_var);
}
IL_001b:
{
int32_t L_3 = __this->get_error_21();
if (!L_3)
{
goto IL_003b;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_socket_5();
NullCheck(L_4);
L_4->set_is_connected_19((bool)0);
int32_t L_5 = __this->get_error_21();
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_6 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_6, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD_RuntimeMethod_var);
}
IL_003b:
{
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::CompleteDisposed()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_CompleteDisposed_m7D814AACBE449F4F68500B3594EB71E755FCDBE9 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method)
{
{
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete()
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
int32_t V_1 = 0;
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * G_B6_0 = NULL;
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * G_B5_0 = NULL;
{
int32_t L_0 = __this->get_operation_6();
if ((((int32_t)L_0) == ((int32_t)2)))
{
goto IL_0031;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_1 = __this->get_socket_5();
NullCheck(L_1);
bool L_2 = Socket_get_CleanedUp_mFEF17F0AD881817F7A8A0B584E0077E968373684(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0031;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_3 = __this->get_socket_5();
NullCheck(L_3);
Type_t * L_4 = Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_4);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_6 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_6, L_5, /*hidden argument*/NULL);
__this->set_DelayedException_7(L_6);
}
IL_0031:
{
IOAsyncResult_set_IsCompleted_mEC1108082A9F409122195D340A5EC901D67F013E(__this, (bool)1, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = __this->get_socket_5();
V_0 = L_7;
int32_t L_8 = __this->get_operation_6();
V_1 = L_8;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_9 = IOAsyncResult_get_AsyncCallback_m1D3A0A3BCC3432B64968E7DC4D3A2ECAA6ABDB60(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0074;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var);
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_10 = ((U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var))->get_U3CU3E9__27_0_1();
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_11 = L_10;
G_B5_0 = L_11;
if (L_11)
{
G_B6_0 = L_11;
goto IL_006d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var);
U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * L_12 = ((U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var))->get_U3CU3E9_0();
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_13 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var);
WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_13, L_12, (intptr_t)((intptr_t)U3CU3Ec_U3CCompleteU3Eb__27_0_mBC254448542DAB8EBC47160EB33A36700D1A32E9_RuntimeMethod_var), /*hidden argument*/NULL);
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_14 = L_13;
((U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var))->set_U3CU3E9__27_0_1(L_14);
G_B6_0 = L_14;
}
IL_006d:
{
ThreadPool_UnsafeQueueUserWorkItem_mA410427123962A9362AB7314149396196928ECC7(G_B6_0, __this, /*hidden argument*/NULL);
}
IL_0074:
{
int32_t L_15 = V_1;
switch (L_15)
{
case 0:
{
goto IL_00ab;
}
case 1:
{
goto IL_00c4;
}
case 2:
{
goto IL_00ab;
}
case 3:
{
goto IL_00ab;
}
case 4:
{
goto IL_00b8;
}
case 5:
{
goto IL_00b8;
}
case 6:
{
goto IL_00c4;
}
case 7:
{
goto IL_00c4;
}
case 8:
{
goto IL_00c4;
}
case 9:
{
goto IL_00c4;
}
case 10:
{
goto IL_00ab;
}
case 11:
{
goto IL_00b8;
}
}
}
{
return;
}
IL_00ab:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_16 = V_0;
NullCheck(L_16);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_17 = L_16->get_ReadSem_15();
NullCheck(L_17);
SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169(L_17, /*hidden argument*/NULL);
return;
}
IL_00b8:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = V_0;
NullCheck(L_18);
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * L_19 = L_18->get_WriteSem_16();
NullCheck(L_19);
SemaphoreSlim_Release_m963242914A622613DD41C740400F7D40C85BD169(L_19, /*hidden argument*/NULL);
}
IL_00c4:
{
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m7D9B9A60DFD7281D5EE7FD6EFE07BA4E9CB07CA1 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, bool ___synch0, const RuntimeMethod* method)
{
{
bool L_0 = ___synch0;
IOAsyncResult_set_CompletedSynchronously_mF2CA3BB7E351A84EEC942B66816756361616EA75(__this, L_0, /*hidden argument*/NULL);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mDEB3A49AC0BAC2FAF31ABA8523371C5B1B813776 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, int32_t ___total0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___total0;
__this->set_Total_20(L_0);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m16E71358A4FB937FCC3DC080EBB00C4C350DA31C (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Exception_t * ___e0, bool ___synch1, const RuntimeMethod* method)
{
{
Exception_t * L_0 = ___e0;
__this->set_DelayedException_7(L_0);
bool L_1 = ___synch1;
IOAsyncResult_set_CompletedSynchronously_mF2CA3BB7E351A84EEC942B66816756361616EA75(__this, L_1, /*hidden argument*/NULL);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2319BDC7E4BBE78746850481BBD1711916949DF6 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Exception_t * ___e0, const RuntimeMethod* method)
{
{
Exception_t * L_0 = ___e0;
__this->set_DelayedException_7(L_0);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_m2644D553368DA3CF95D49473AEA8B656E73463DF (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___s0, const RuntimeMethod* method)
{
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = ___s0;
__this->set_AcceptedSocket_19(L_0);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Net.Sockets.Socket,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketAsyncResult_Complete_mC7A67AFEC2C33BD0D7E191EB6AA0658C1A53907A (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___s0, int32_t ___total1, const RuntimeMethod* method)
{
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = ___s0;
__this->set_AcceptedSocket_19(L_0);
int32_t L_1 = ___total1;
__this->set_Total_20(L_1);
SocketAsyncResult_Complete_m956632BDCB195816D5BD8F57B6493329C10DCD32(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Sockets.SocketAsyncResult_<>c::.cctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m0096D8732373ECAFCCC3553EDDE54F1CB40D6EA2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__cctor_m0096D8732373ECAFCCC3553EDDE54F1CB40D6EA2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * L_0 = (U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC *)il2cpp_codegen_object_new(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var);
U3CU3Ec__ctor_m6E4EE081CCEE6E72C143685C5612BA492B00F1BA(L_0, /*hidden argument*/NULL);
((U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC_il2cpp_TypeInfo_var))->set_U3CU3E9_0(L_0);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult_<>c::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m6E4EE081CCEE6E72C143685C5612BA492B00F1BA (U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketAsyncResult_<>c::<Complete>b__27_0(System.Object)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec_U3CCompleteU3Eb__27_0_mBC254448542DAB8EBC47160EB33A36700D1A32E9 (U3CU3Ec_tDC6DACE4FF21DC643EA6C91369A052690CF187DC * __this, RuntimeObject * ___state0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec_U3CCompleteU3Eb__27_0_mBC254448542DAB8EBC47160EB33A36700D1A32E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject * L_0 = ___state0;
NullCheck(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)));
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = IOAsyncResult_get_AsyncCallback_m1D3A0A3BCC3432B64968E7DC4D3A2ECAA6ABDB60(((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_0, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
RuntimeObject * L_2 = ___state0;
NullCheck(L_1);
AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_1, ((SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)CastclassSealed((RuntimeObject*)L_2, SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var)), /*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.Int32 System.Net.Sockets.SocketException::WSAGetLastError_internal()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_WSAGetLastError_internal_m18F05CF8D9CE2435225A4215ED757D8D98716FC3 (const RuntimeMethod* method)
{
typedef int32_t (*SocketException_WSAGetLastError_internal_m18F05CF8D9CE2435225A4215ED757D8D98716FC3_ftn) ();
using namespace il2cpp::icalls;
return ((SocketException_WSAGetLastError_internal_m18F05CF8D9CE2435225A4215ED757D8D98716FC3_ftn)System::System::Net::Sockets::SocketException::WSAGetLastError) ();
}
// System.Void System.Net.Sockets.SocketException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_mB16B95B2752EAD626C88A5230C1A8FEB7CF632CA (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketException__ctor_mB16B95B2752EAD626C88A5230C1A8FEB7CF632CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = SocketException_WSAGetLastError_internal_m18F05CF8D9CE2435225A4215ED757D8D98716FC3(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___error0, String_t* ___message1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___error0;
String_t* L_1 = ___message1;
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_m94A043EE26097BBFE0ED22FD4EBEA357F142EFE6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketException::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___errorCode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___errorCode0;
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketException::.ctor(System.Net.Sockets.SocketError)
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___socketError0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketException__ctor_m2687C4EFA4D012280C5D19B89D8D01F97B6A2F1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___socketError0;
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_m2BEA755F6AA536ADDDF07D83BD8297F02584F714(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.SocketException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SocketException__ctor_m4C36461DF98089890FBF01908A4AAD301CABE071 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketException__ctor_m4C36461DF98089890FBF01908A4AAD301CABE071_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
IL2CPP_RUNTIME_CLASS_INIT(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var);
Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.String System.Net.Sockets.SocketException::get_Message()
extern "C" IL2CPP_METHOD_ATTR String_t* SocketException_get_Message_m50B9DF4BB6F3B20F650E2F965B3DD654C8970378 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketException_get_Message_m50B9DF4BB6F3B20F650E2F965B3DD654C8970378_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_0 = __this->get_m_EndPoint_20();
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
return L_1;
}
IL_000f:
{
String_t* L_2 = Exception_get_Message_m4315B19A04019652708F20C1B855805157F23CFD(__this, /*hidden argument*/NULL);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_3 = __this->get_m_EndPoint_20();
NullCheck(L_3);
String_t* L_4 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_3);
String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857(__this, /*hidden argument*/NULL);
return (int32_t)(L_0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#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.SystemNetworkCredential::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SystemNetworkCredential__ctor_m51111F468A7CFB7B990C2C618A99EDC7FA7B307A (SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemNetworkCredential__ctor_m51111F468A7CFB7B990C2C618A99EDC7FA7B307A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NetworkCredential__ctor_mFAFA0E2205D5A144C0EAB9420F7FBBE71ED677D4(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.SystemNetworkCredential::.cctor()
extern "C" IL2CPP_METHOD_ATTR void SystemNetworkCredential__cctor_m42F0FC8A6A428F7764FC5A86B38469FC032D3340 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SystemNetworkCredential__cctor_m42F0FC8A6A428F7764FC5A86B38469FC032D3340_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * L_0 = (SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F *)il2cpp_codegen_object_new(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var);
SystemNetworkCredential__ctor_m51111F468A7CFB7B990C2C618A99EDC7FA7B307A(L_0, /*hidden argument*/NULL);
((SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var))->set_defaultCredential_3(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.TimerThread::.cctor()
extern "C" IL2CPP_METHOD_ATTR void TimerThread__cctor_m92260B88BACC7706E288A0AD202FA71CD0696199 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TimerThread__cctor_m92260B88BACC7706E288A0AD202FA71CD0696199_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * L_0 = (LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 *)il2cpp_codegen_object_new(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25_il2cpp_TypeInfo_var);
LinkedList_1__ctor_mD868740C6CEED023008AD5BE409D193CAD7C0D96(L_0, /*hidden argument*/LinkedList_1__ctor_mD868740C6CEED023008AD5BE409D193CAD7C0D96_RuntimeMethod_var);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_Queues_0(L_0);
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * L_1 = (LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 *)il2cpp_codegen_object_new(LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25_il2cpp_TypeInfo_var);
LinkedList_1__ctor_mD868740C6CEED023008AD5BE409D193CAD7C0D96(L_1, /*hidden argument*/LinkedList_1__ctor_mD868740C6CEED023008AD5BE409D193CAD7C0D96_RuntimeMethod_var);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_NewQueues_1(L_1);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_ThreadState_2(0);
AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * L_2 = (AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 *)il2cpp_codegen_object_new(AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7_il2cpp_TypeInfo_var);
AutoResetEvent__ctor_m2A6F4D44E005E07021957D5134037747AE9890BE(L_2, (bool)0, /*hidden argument*/NULL);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_ThreadReadyEvent_3(L_2);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_3, (bool)0, /*hidden argument*/NULL);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_ThreadShutdownEvent_4(L_3);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_4, /*hidden argument*/NULL);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_QueuesCache_6(L_4);
WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_5 = (WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC*)SZArrayNew(WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC_il2cpp_TypeInfo_var, (uint32_t)2);
WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_6 = L_5;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_7 = ((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->get_s_ThreadShutdownEvent_4();
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)L_7);
WaitHandleU5BU5D_t79FF2E6AC099CC1FDD2B24F21A72D36BA31298CC* L_8 = L_6;
AutoResetEvent_t2A1182CEEE4E184587D4DEAA4F382B810B21D3B7 * L_9 = ((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->get_s_ThreadReadyEvent_3();
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 *)L_9);
((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->set_s_ThreadEvents_5(L_8);
AppDomain_t1B59572328F60585904DF52A59FE47CF5B5FFFF8 * L_10 = AppDomain_get_CurrentDomain_m3D3D52C9382D6853E49551DA6182DBC5F1118BF0(/*hidden argument*/NULL);
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_11 = (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)il2cpp_codegen_object_new(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var);
EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F(L_11, NULL, (intptr_t)((intptr_t)TimerThread_OnDomainUnload_m3CA503B871CEE33D278B6995FBF8ED5B92001E1D_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_10);
AppDomain_add_DomainUnload_mF24D35CA25C3C808EC78600D0C603B396EC8765F(L_10, L_11, /*hidden argument*/NULL);
return;
}
}
// System.Net.TimerThread_Queue System.Net.TimerThread::CreateQueue(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82 (int32_t ___durationMilliseconds0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C * V_0 = NULL;
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * V_1 = NULL;
bool V_2 = false;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
int32_t L_0 = ___durationMilliseconds0;
if ((!(((uint32_t)L_0) == ((uint32_t)(-1)))))
{
goto IL_000a;
}
}
{
InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51 * L_1 = (InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51 *)il2cpp_codegen_object_new(InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51_il2cpp_TypeInfo_var);
InfiniteTimerQueue__ctor_m9399FB8D3AF6FCE71EB29A97665E871E9D13C5E7(L_1, /*hidden argument*/NULL);
return L_1;
}
IL_000a:
{
int32_t L_2 = ___durationMilliseconds0;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_0019;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteral78D557A4491193EE5FFDA70447A0845C638BE213, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82_RuntimeMethod_var);
}
IL_0019:
{
IL2CPP_RUNTIME_CLASS_INIT(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var);
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * L_4 = ((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->get_s_NewQueues_1();
V_1 = L_4;
V_2 = (bool)0;
}
IL_0021:
try
{ // begin try (depth: 1)
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * L_5 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_5, (bool*)(&V_2), /*hidden argument*/NULL);
int32_t L_6 = ___durationMilliseconds0;
TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C * L_7 = (TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C *)il2cpp_codegen_object_new(TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C_il2cpp_TypeInfo_var);
TimerQueue__ctor_m0AE128C18B38F02F946242A6D18C788B83CF4A0F(L_7, L_6, /*hidden argument*/NULL);
V_0 = L_7;
TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C * L_8 = V_0;
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_9 = (WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D *)il2cpp_codegen_object_new(WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D_il2cpp_TypeInfo_var);
WeakReference__ctor_m12F7412E9F228AA2276BBB37441CFBCD21A0ABBB(L_9, L_8, /*hidden argument*/NULL);
V_3 = L_9;
IL2CPP_RUNTIME_CLASS_INIT(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var);
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * L_10 = ((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->get_s_NewQueues_1();
WeakReference_t0495CC81CD6403E662B7700B802443F6F730E39D * L_11 = V_3;
NullCheck(L_10);
LinkedList_1_AddLast_mAE1A5AD324D19BCABB7850740EE503B270546EE7(L_10, L_11, /*hidden argument*/LinkedList_1_AddLast_mAE1A5AD324D19BCABB7850740EE503B270546EE7_RuntimeMethod_var);
IL2CPP_LEAVE(0x4F, 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)
{
bool L_12 = V_2;
if (!L_12)
{
goto IL_004e;
}
}
IL_0048:
{
LinkedList_1_t4BA9E2BFC78453D2CB909F7665EBFC5366C2EE25 * L_13 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_13, /*hidden argument*/NULL);
}
IL_004e:
{
IL2CPP_END_FINALLY(69)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(69)
{
IL2CPP_JUMP_TBL(0x4F, IL_004f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004f:
{
TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C * L_14 = V_0;
return L_14;
}
}
// System.Void System.Net.TimerThread::StopTimerThread()
extern "C" IL2CPP_METHOD_ATTR void TimerThread_StopTimerThread_m5D33E7D7EAAB667AEE1ABC6E0F832DA361BA83CB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TimerThread_StopTimerThread_m5D33E7D7EAAB667AEE1ABC6E0F832DA361BA83CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var);
Interlocked_Exchange_mD5CC61AF0F002355912FAAF84F26BE93639B5FD5((int32_t*)(((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->get_address_of_s_ThreadState_2()), 2, /*hidden argument*/NULL);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_0 = ((TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_StaticFields*)il2cpp_codegen_static_fields_for(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var))->get_s_ThreadShutdownEvent_4();
NullCheck(L_0);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.TimerThread::OnDomainUnload(System.Object,System.EventArgs)
extern "C" IL2CPP_METHOD_ATTR void TimerThread_OnDomainUnload_m3CA503B871CEE33D278B6995FBF8ED5B92001E1D (RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TimerThread_OnDomainUnload_m3CA503B871CEE33D278B6995FBF8ED5B92001E1D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
IL2CPP_RUNTIME_CLASS_INIT(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var);
TimerThread_StopTimerThread_m5D33E7D7EAAB667AEE1ABC6E0F832DA361BA83CB(/*hidden argument*/NULL);
goto IL_000a;
} // 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_0007;
throw e;
}
CATCH_0007:
{ // begin catch(System.Object)
goto IL_000a;
} // end catch (depth: 1)
IL_000a:
{
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.TimerThread_Callback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Callback__ctor_m4E3A7A3D8252FA436373FF975A78C11BFE218BEF (Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * __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.TimerThread_Callback::Invoke(System.Net.TimerThread_Timer,System.Int32,System.Object)
extern "C" IL2CPP_METHOD_ATTR void Callback_Invoke_m429C63F5BE16B526F6875846B107639638CF2F75 (Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * __this, Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F * ___timer0, int32_t ___timeNoticed1, RuntimeObject * ___context2, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegatesToInvoke = __this->get_delegates_11();
if (delegatesToInvoke != NULL)
{
il2cpp_array_size_t length = delegatesToInvoke->max_length;
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = (delegatesToInvoke)->GetAtUnchecked(static_cast<il2cpp_array_size_t>(i));
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef void (*FunctionPointerType) (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___timer0, ___timeNoticed1, ___context2, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___timer0, ___timeNoticed1, ___context2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, ___timer0, ___timeNoticed1, ___context2);
else
GenericVirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, ___timer0, ___timeNoticed1, ___context2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___timer0, ___timeNoticed1, ___context2);
else
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___timer0, ___timeNoticed1, ___context2);
}
}
}
else
{
typedef void (*FunctionPointerType) (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___timer0, ___timeNoticed1, ___context2, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___timer0, ___timeNoticed1, ___context2, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___timer0, ___timeNoticed1, ___context2);
else
GenericVirtActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___timer0, ___timeNoticed1, ___context2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___timer0, ___timeNoticed1, ___context2);
else
VirtActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___timer0, ___timeNoticed1, ___context2);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___timer0, ___timeNoticed1, ___context2, targetMethod);
}
}
}
}
else
{
Il2CppMethodPointer targetMethodPointer = __this->get_method_ptr_0();
RuntimeMethod* targetMethod = (RuntimeMethod*)(__this->get_method_3());
RuntimeObject* targetThis = __this->get_m_target_2();
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 3)
{
// open
typedef void (*FunctionPointerType) (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___timer0, ___timeNoticed1, ___context2, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___timer0, ___timeNoticed1, ___context2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, ___timer0, ___timeNoticed1, ___context2);
else
GenericVirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(targetMethod, ___timer0, ___timeNoticed1, ___context2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___timer0, ___timeNoticed1, ___context2);
else
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___timer0, ___timeNoticed1, ___context2);
}
}
}
else
{
typedef void (*FunctionPointerType) (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___timer0, ___timeNoticed1, ___context2, targetMethod);
}
}
else
{
// closed
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___timer0, ___timeNoticed1, ___context2, targetMethod);
}
else if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___timer0, ___timeNoticed1, ___context2);
else
GenericVirtActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(targetMethod, targetThis, ___timer0, ___timeNoticed1, ___context2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___timer0, ___timeNoticed1, ___context2);
else
VirtActionInvoker3< Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___timer0, ___timeNoticed1, ___context2);
}
}
}
else
{
typedef void (*FunctionPointerType) (void*, Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F *, int32_t, RuntimeObject *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___timer0, ___timeNoticed1, ___context2, targetMethod);
}
}
}
}
// System.IAsyncResult System.Net.TimerThread_Callback::BeginInvoke(System.Net.TimerThread_Timer,System.Int32,System.Object,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* Callback_BeginInvoke_m41DDA2A728FAF5D8FC7BDD6BAF1E5A5FAA44067A (Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * __this, Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F * ___timer0, int32_t ___timeNoticed1, RuntimeObject * ___context2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Callback_BeginInvoke_m41DDA2A728FAF5D8FC7BDD6BAF1E5A5FAA44067A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___timer0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___timeNoticed1);
__d_args[2] = ___context2;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Void System.Net.TimerThread_Callback::EndInvoke(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void Callback_EndInvoke_mCA87962B7FC7ACCD1BD62977C8A1DF1F2ECC8D1F (Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 * __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.TimerThread_InfiniteTimerQueue::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InfiniteTimerQueue__ctor_m9399FB8D3AF6FCE71EB29A97665E871E9D13C5E7 (InfiniteTimerQueue_t141BA98635EDB34E2BAAFE8BA5C91795E7CCAB51 * __this, const RuntimeMethod* method)
{
{
Queue__ctor_mED7AD466F7A2AD32777D05229BE4E7A6BC358C06(__this, (-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.TimerThread_Queue::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mED7AD466F7A2AD32777D05229BE4E7A6BC358C06 (Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___durationMilliseconds0;
__this->set_m_DurationMilliseconds_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.TimerThread_Timer::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Timer__ctor_mF6B46FBB94C7B044423D0931A24646947612D40E (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___durationMilliseconds0;
__this->set_m_DurationMilliseconds_1(L_0);
int32_t L_1 = Environment_get_TickCount_m0A119BE4354EA90C82CC48E559588C987A79FE0C(/*hidden argument*/NULL);
__this->set_m_StartTimeMilliseconds_0(L_1);
return;
}
}
// System.Void System.Net.TimerThread_Timer::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Timer_Dispose_mCB85185EBA6CE836BDAA5CB5B5D98326E0279F0D (Timer_t3B21B1013E27B5DC9FED14EC0921A5F51230D46F * __this, const RuntimeMethod* method)
{
{
VirtFuncInvoker0< bool >::Invoke(5 /* System.Boolean System.Net.TimerThread/Timer::Cancel() */, __this);
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.TimerThread_TimerNode::.ctor()
extern "C" IL2CPP_METHOD_ATTR void TimerNode__ctor_m18DCD26BDC1FE8F661FE7C056F59785CB48F09E7 (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method)
{
{
Timer__ctor_mF6B46FBB94C7B044423D0931A24646947612D40E(__this, 0, /*hidden argument*/NULL);
__this->set_m_TimerState_2(3);
return;
}
}
// System.Net.TimerThread_TimerNode System.Net.TimerThread_TimerNode::get_Next()
extern "C" IL2CPP_METHOD_ATTR TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * TimerNode_get_Next_m91904310F38E6EF8D94261890F86387942EA81DE (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method)
{
{
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_0 = __this->get_next_6();
return L_0;
}
}
// System.Void System.Net.TimerThread_TimerNode::set_Next(System.Net.TimerThread_TimerNode)
extern "C" IL2CPP_METHOD_ATTR void TimerNode_set_Next_m6A6F1ACDE24E867EA3D88F2C889C677AE7AAC3BD (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___value0, const RuntimeMethod* method)
{
{
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_0 = ___value0;
__this->set_next_6(L_0);
return;
}
}
// System.Net.TimerThread_TimerNode System.Net.TimerThread_TimerNode::get_Prev()
extern "C" IL2CPP_METHOD_ATTR TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * TimerNode_get_Prev_m694B4D7BD49FE9A47B961DE0E12FF036B940CEE5 (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method)
{
{
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_0 = __this->get_prev_7();
return L_0;
}
}
// System.Void System.Net.TimerThread_TimerNode::set_Prev(System.Net.TimerThread_TimerNode)
extern "C" IL2CPP_METHOD_ATTR void TimerNode_set_Prev_m6AE80A4996048AADCBD43D8CFEB5DDB8CAAC1B8E (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * ___value0, const RuntimeMethod* method)
{
{
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_0 = ___value0;
__this->set_prev_7(L_0);
return;
}
}
// System.Boolean System.Net.TimerThread_TimerNode::Cancel()
extern "C" IL2CPP_METHOD_ATTR bool TimerNode_Cancel_m691597518E9CAF2719C10B63577E24DC65A4B974 (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
int32_t L_0 = __this->get_m_TimerState_2();
if (L_0)
{
goto IL_0076;
}
}
{
RuntimeObject * L_1 = __this->get_m_QueueLock_5();
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
int32_t L_3 = __this->get_m_TimerState_2();
if (L_3)
{
goto IL_006a;
}
}
IL_0021:
{
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_4 = TimerNode_get_Next_m91904310F38E6EF8D94261890F86387942EA81DE(__this, /*hidden argument*/NULL);
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_5 = TimerNode_get_Prev_m694B4D7BD49FE9A47B961DE0E12FF036B940CEE5(__this, /*hidden argument*/NULL);
NullCheck(L_4);
TimerNode_set_Prev_m6AE80A4996048AADCBD43D8CFEB5DDB8CAAC1B8E(L_4, L_5, /*hidden argument*/NULL);
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_6 = TimerNode_get_Prev_m694B4D7BD49FE9A47B961DE0E12FF036B940CEE5(__this, /*hidden argument*/NULL);
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_7 = TimerNode_get_Next_m91904310F38E6EF8D94261890F86387942EA81DE(__this, /*hidden argument*/NULL);
NullCheck(L_6);
TimerNode_set_Next_m6A6F1ACDE24E867EA3D88F2C889C677AE7AAC3BD(L_6, L_7, /*hidden argument*/NULL);
TimerNode_set_Next_m6A6F1ACDE24E867EA3D88F2C889C677AE7AAC3BD(__this, (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B *)NULL, /*hidden argument*/NULL);
TimerNode_set_Prev_m6AE80A4996048AADCBD43D8CFEB5DDB8CAAC1B8E(__this, (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B *)NULL, /*hidden argument*/NULL);
__this->set_m_Callback_3((Callback_t8DF3FD84AB632709C486978BE28ED721EB3A40E3 *)NULL);
__this->set_m_Context_4(NULL);
__this->set_m_TimerState_2(2);
V_2 = (bool)1;
IL2CPP_LEAVE(0x78, FINALLY_006c);
}
IL_006a:
{
IL2CPP_LEAVE(0x76, FINALLY_006c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006c;
}
FINALLY_006c:
{ // begin finally (depth: 1)
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_0075;
}
}
IL_006f:
{
RuntimeObject * L_9 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
}
IL_0075:
{
IL2CPP_END_FINALLY(108)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(108)
{
IL2CPP_JUMP_TBL(0x78, IL_0078)
IL2CPP_JUMP_TBL(0x76, IL_0076)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0076:
{
return (bool)0;
}
IL_0078:
{
bool L_10 = V_2;
return L_10;
}
}
#ifdef __clang__
#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.TimerThread_TimerQueue::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void TimerQueue__ctor_m0AE128C18B38F02F946242A6D18C788B83CF4A0F (TimerQueue_t8C40E5540B8DCC1AF23C12BC62F6D1D8061F754C * __this, int32_t ___durationMilliseconds0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (TimerQueue__ctor_m0AE128C18B38F02F946242A6D18C788B83CF4A0F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___durationMilliseconds0;
Queue__ctor_mED7AD466F7A2AD32777D05229BE4E7A6BC358C06(__this, L_0, /*hidden argument*/NULL);
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_1 = (TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B *)il2cpp_codegen_object_new(TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B_il2cpp_TypeInfo_var);
TimerNode__ctor_m18DCD26BDC1FE8F661FE7C056F59785CB48F09E7(L_1, /*hidden argument*/NULL);
__this->set_m_Timers_1(L_1);
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_2 = __this->get_m_Timers_1();
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_3 = __this->get_m_Timers_1();
NullCheck(L_2);
TimerNode_set_Next_m6A6F1ACDE24E867EA3D88F2C889C677AE7AAC3BD(L_2, L_3, /*hidden argument*/NULL);
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_4 = __this->get_m_Timers_1();
TimerNode_t5596C0BAF3E85D0C2444ECA74917630FDEF5087B * L_5 = __this->get_m_Timers_1();
NullCheck(L_4);
TimerNode_set_Prev_m6AE80A4996048AADCBD43D8CFEB5DDB8CAAC1B8E(L_4, L_5, /*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.UnsafeNclNativeMethods_HttpApi::.cctor()
extern "C" IL2CPP_METHOD_ATTR void HttpApi__cctor_mC83D9A859B85D52D1A8328824572DC1E140E571A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpApi__cctor_mC83D9A859B85D52D1A8328824572DC1E140E571A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralE9C45563358E813F157BA81B33143542165BA84E);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteralE9C45563358E813F157BA81B33143542165BA84E);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (String_t*)_stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = L_17;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (String_t*)_stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (String_t*)_stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (String_t*)_stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_20;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (String_t*)_stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_21;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, _stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (String_t*)_stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (String_t*)_stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (String_t*)_stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_24;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (String_t*)_stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25;
NullCheck(L_26);
ArrayElementTypeCheck (L_26, _stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (String_t*)_stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = L_26;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (String_t*)_stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27;
NullCheck(L_28);
ArrayElementTypeCheck (L_28, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (String_t*)_stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = L_28;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (String_t*)_stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_29;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (String_t*)_stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0);
((HttpApi_tDD21E6C468ACB472A3D1CE51865417E65113B12F_StaticFields*)il2cpp_codegen_static_fields_for(HttpApi_tDD21E6C468ACB472A3D1CE51865417E65113B12F_il2cpp_TypeInfo_var))->set_m_Strings_0(L_30);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.UnsafeNclNativeMethods_HttpApi_HTTP_REQUEST_HEADER_ID::ToString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* HTTP_REQUEST_HEADER_ID_ToString_m26FCFC96F9A3BA5FB9ADFDB26F5FAF5BBA5212D4 (int32_t ___position0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HTTP_REQUEST_HEADER_ID_ToString_m26FCFC96F9A3BA5FB9ADFDB26F5FAF5BBA5212D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ((HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_il2cpp_TypeInfo_var))->get_m_Strings_0();
int32_t L_1 = ___position0;
NullCheck(L_0);
int32_t L_2 = L_1;
String_t* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
return L_3;
}
}
// System.Void System.Net.UnsafeNclNativeMethods_HttpApi_HTTP_REQUEST_HEADER_ID::.cctor()
extern "C" IL2CPP_METHOD_ATTR void HTTP_REQUEST_HEADER_ID__cctor_m4336E06A33B3A9939D61E89706DE09458D9C8D59 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HTTP_REQUEST_HEADER_ID__cctor_m4336E06A33B3A9939D61E89706DE09458D9C8D59_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)41));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralE9C45563358E813F157BA81B33143542165BA84E);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteralE9C45563358E813F157BA81B33143542165BA84E);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (String_t*)_stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = L_17;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (String_t*)_stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (String_t*)_stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (String_t*)_stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = L_20;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (String_t*)_stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = L_21;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, _stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (String_t*)_stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = L_22;
NullCheck(L_23);
ArrayElementTypeCheck (L_23, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (String_t*)_stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, _stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (String_t*)_stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_24;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (String_t*)_stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = L_25;
NullCheck(L_26);
ArrayElementTypeCheck (L_26, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (String_t*)_stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = L_26;
NullCheck(L_27);
ArrayElementTypeCheck (L_27, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (String_t*)_stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = L_27;
NullCheck(L_28);
ArrayElementTypeCheck (L_28, _stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (String_t*)_stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = L_28;
NullCheck(L_29);
ArrayElementTypeCheck (L_29, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517);
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (String_t*)_stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = L_29;
NullCheck(L_30);
ArrayElementTypeCheck (L_30, _stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (String_t*)_stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = L_30;
NullCheck(L_31);
ArrayElementTypeCheck (L_31, _stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464);
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (String_t*)_stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = L_31;
NullCheck(L_32);
ArrayElementTypeCheck (L_32, _stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (String_t*)_stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_32;
NullCheck(L_33);
ArrayElementTypeCheck (L_33, _stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (String_t*)_stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = L_33;
NullCheck(L_34);
ArrayElementTypeCheck (L_34, _stringLiteralF07EA20E44175D8597A0629B88839DC18660C130);
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (String_t*)_stringLiteralF07EA20E44175D8597A0629B88839DC18660C130);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = L_34;
NullCheck(L_35);
ArrayElementTypeCheck (L_35, _stringLiteralAEE370B0F123573C06763F70D30C8890721694C4);
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (String_t*)_stringLiteralAEE370B0F123573C06763F70D30C8890721694C4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = L_35;
NullCheck(L_36);
ArrayElementTypeCheck (L_36, _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (String_t*)_stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (String_t*)_stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = L_37;
NullCheck(L_38);
ArrayElementTypeCheck (L_38, _stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD);
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (String_t*)_stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = L_38;
NullCheck(L_39);
ArrayElementTypeCheck (L_39, _stringLiteral1B1BE06F5BFB451C3199AEB9E8E337905DD0CECB);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (String_t*)_stringLiteral1B1BE06F5BFB451C3199AEB9E8E337905DD0CECB);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = L_39;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, _stringLiteral2BE17AA181D8226BFAD83CE993E838FA79DCCE4D);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (String_t*)_stringLiteral2BE17AA181D8226BFAD83CE993E838FA79DCCE4D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (String_t*)_stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6);
((HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_StaticFields*)il2cpp_codegen_static_fields_for(HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_il2cpp_TypeInfo_var))->set_m_Strings_0(L_41);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif