yunque9/web_xcode/Classes/Native/System6.cpp

46332 lines
2.3 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 "codegen/il2cpp-codegen.h"
#include "icalls/System/System.Net.Sockets/Socket.h"
#include "il2cpp-object-internals.h"
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>
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 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 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 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, 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 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 R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct VirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
template <typename R>
struct GenericVirtFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericVirtFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)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 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);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct GenericVirtFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
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 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);
}
};
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, 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>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct 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>
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, 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 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 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, 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>
struct GenericInterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1>
struct GenericInterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)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 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);
}
};
template <typename R, typename T1, typename T2, typename T3, typename T4, typename T5>
struct GenericInterfaceFuncInvoker5
{
typedef R (*Func)(void*, T1, T2, T3, T4, T5, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4, T5 p5)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, p5, invokeData.method);
}
};
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);
}
};
// 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.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1;
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD;
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA;
// 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.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.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>
struct LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F;
// 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.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/KeyList
struct KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388;
// 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.Collections.Specialized.StringCollection
struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB;
// 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.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.Compression.DeflateStream
struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE;
// System.IO.Compression.DeflateStreamNative
struct DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB;
// System.IO.Compression.GZipStream
struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C;
// 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.AutoWebProxyScriptEngine
struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455;
// 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.EmptyWebProxy
struct EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D;
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980;
// System.Net.HeaderInfo
struct HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8;
// System.Net.HeaderInfoTable
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF;
// System.Net.HeaderParser
struct HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E;
// System.Net.HeaderVariantInfo[]
struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012;
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC;
// System.Net.HttpRequestCreator
struct HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D;
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0;
// System.Net.HttpWebRequest/<>c__DisplayClass238_0
struct U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B;
// 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.UnixNoLibCIPGlobalProperties
struct UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611;
// 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.LocalCertificateSelectionCallback
struct LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032;
// 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__DisplayClass242_0
struct U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997;
// System.Net.Sockets.Socket/<>c__DisplayClass298_0
struct U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7;
// System.Net.Sockets.SocketAsyncResult
struct SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C;
// System.Net.Sockets.SocketException
struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5;
// System.Net.TimerThread/Queue
struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643;
// 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.WebProxy
struct WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417;
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8;
// System.Net.WebRequest/DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3;
// System.Net.WebRequest/WebProxyWrapper
struct WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B;
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// 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.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.RegularExpressions.Regex[]
struct RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
// System.Threading.CancellationTokenSource
struct CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE;
// 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.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// 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.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt16[]
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
// 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;
IL2CPP_EXTERN_C RuntimeClass* Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* BitConverter_tD5DF1CB5C5A5CB087D90BD881C8E75A332E546EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CallbackContext_t1125F91F146CD802F05C4B2BDD323CBEAE4D4DF8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Chunk_tB367D5D805924164D239F587BC848162536B8AB7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAuthenticationModule_t1E0AD2E546CB748B20358E5CAA041AF3443CDA30_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t724E59FA32108667C271DEA01135595F51C22EEA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IList_1_t15A182E73791E22311F72DAC1B68F0D055C32E3A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOSelectorJob_t2B03604D19B81660C4C1C06590C76BC8630DDE99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NclUtilities_t1E11D9E65C8178A3ED5BB72747DF0C57B1283183_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Path_t0B99A4B924A6FDF08814FFA8DD4CD121ED1A0752_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SPKey_t11DD7899D8DCC8D651D31028474C6CD456FD4D63_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SslPolicyErrors_tD39D8AA1FDBFBC6745122C5A899F10A1C9258671_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass242_0_tA32CA02257AF703718D32CE05809EB89C1614997_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass298_0_tCCC599BC4750E6215E11C91C2037B4694B3E23E7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t25DDEAF3ECC3E1ECBECC88BCA00EE02098BC3F7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Win32NetworkInterface_t487FF10999655B26E03634B0C8D36B7F0B88D837_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral01FE2F4F4453F3A2AC035B6B08CD67A1C7432C41;
IL2CPP_EXTERN_C String_t* _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261;
IL2CPP_EXTERN_C String_t* _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463;
IL2CPP_EXTERN_C String_t* _stringLiteral05457DB2EFBDC6E2FF96BA5A97208381A8343AB2;
IL2CPP_EXTERN_C String_t* _stringLiteral058E795E5144E2167AFBB625540D6015D3188222;
IL2CPP_EXTERN_C String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
IL2CPP_EXTERN_C String_t* _stringLiteral062D8A9DEC0FA507D19F3B3481B4980CA139455F;
IL2CPP_EXTERN_C String_t* _stringLiteral07C5AD38C8CFC7005758933A7C13263AE159879E;
IL2CPP_EXTERN_C String_t* _stringLiteral090391312FE772D8811DA5F68BC370D60D58FCDE;
IL2CPP_EXTERN_C String_t* _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95;
IL2CPP_EXTERN_C String_t* _stringLiteral09ADA258F21C22CA0C13C832EA81C49FA1B0DF2F;
IL2CPP_EXTERN_C String_t* _stringLiteral09E1FDDE7E40C37E174EAB2B9EC36E13AB8C6D20;
IL2CPP_EXTERN_C String_t* _stringLiteral0C2B7FD3A73109EFBA59BF07C02BAFF5946A5356;
IL2CPP_EXTERN_C String_t* _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187;
IL2CPP_EXTERN_C String_t* _stringLiteral0D440FA686F6739A92FCE376F2417EF704391782;
IL2CPP_EXTERN_C String_t* _stringLiteral1102B412CA0FD4A8FA762E06EB1DF72D9C6FAF4F;
IL2CPP_EXTERN_C String_t* _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274;
IL2CPP_EXTERN_C String_t* _stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9;
IL2CPP_EXTERN_C String_t* _stringLiteral1582AD9C735B1934C26C6018D167229CE428C803;
IL2CPP_EXTERN_C String_t* _stringLiteral1617B61B99B0EA3337C75A1E07923ADE1A65BA0C;
IL2CPP_EXTERN_C String_t* _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6;
IL2CPP_EXTERN_C String_t* _stringLiteral1750329340DC35FB03FD7023FDC0E5DBA128856C;
IL2CPP_EXTERN_C String_t* _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C;
IL2CPP_EXTERN_C String_t* _stringLiteral17D5230C5C3EFBFD8F88364E50BF1DD1C710460D;
IL2CPP_EXTERN_C String_t* _stringLiteral18DD8801A35B0257A69F3A02C98022892DC5BA50;
IL2CPP_EXTERN_C String_t* _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7;
IL2CPP_EXTERN_C String_t* _stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A;
IL2CPP_EXTERN_C String_t* _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B;
IL2CPP_EXTERN_C String_t* _stringLiteral1C32F34E0876E026AB90CFA65C2314284833749B;
IL2CPP_EXTERN_C String_t* _stringLiteral1C82D4163A5D7B793D16931C94D97213790D6A09;
IL2CPP_EXTERN_C String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F;
IL2CPP_EXTERN_C String_t* _stringLiteral231138D8B5A689FA49A3CAEAA7B772931CCEFF3B;
IL2CPP_EXTERN_C String_t* _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701;
IL2CPP_EXTERN_C String_t* _stringLiteral2AA236C6BF7006B4297BC727B7C5738B68FC5483;
IL2CPP_EXTERN_C String_t* _stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB;
IL2CPP_EXTERN_C String_t* _stringLiteral2B7D022C4C58EBF0F70D057A8691534FC16E7ECA;
IL2CPP_EXTERN_C String_t* _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56;
IL2CPP_EXTERN_C String_t* _stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3;
IL2CPP_EXTERN_C String_t* _stringLiteral328EDDD1778E639466776BD1D766598F33A484B1;
IL2CPP_EXTERN_C String_t* _stringLiteral34D4A72DD7DE78D6E7B1B50BC5B3DD29058AEB25;
IL2CPP_EXTERN_C String_t* _stringLiteral37A5301A88DA334DC5AFC5B63979DAA0F3F45E68;
IL2CPP_EXTERN_C String_t* _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D;
IL2CPP_EXTERN_C String_t* _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517;
IL2CPP_EXTERN_C String_t* _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617;
IL2CPP_EXTERN_C String_t* _stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787;
IL2CPP_EXTERN_C String_t* _stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE;
IL2CPP_EXTERN_C String_t* _stringLiteral4397CEF5A30768E16EDAB23DBE0963BA7D88EE58;
IL2CPP_EXTERN_C String_t* _stringLiteral43EEFECD2A15737CD5277146A057231728487D1F;
IL2CPP_EXTERN_C String_t* _stringLiteral44BE6231EF2C8429295BE21FBBC79D9B568B2467;
IL2CPP_EXTERN_C String_t* _stringLiteral487D14DC969DB2BB669DFBC5BCE012FB70344029;
IL2CPP_EXTERN_C String_t* _stringLiteral496395338E1FC980CBE39A21753A8E304E4C8A34;
IL2CPP_EXTERN_C String_t* _stringLiteral4C14F0CE65A8E2864021F3C1503E883ABA44D331;
IL2CPP_EXTERN_C String_t* _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5;
IL2CPP_EXTERN_C String_t* _stringLiteral4DAEA178309DB4B2F0E29E02ED7B12EF4DE3D878;
IL2CPP_EXTERN_C String_t* _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC;
IL2CPP_EXTERN_C String_t* _stringLiteral4FF447B8EF42CA51FA6FB287BED8D40F49BE58F1;
IL2CPP_EXTERN_C String_t* _stringLiteral536ADFEBF9C2D846A36B8FD0B0EE3AF1CC0290DC;
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
IL2CPP_EXTERN_C String_t* _stringLiteral55C35F1862B61A379ED686DEDD00524774DD8BD9;
IL2CPP_EXTERN_C String_t* _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982;
IL2CPP_EXTERN_C String_t* _stringLiteral5730C2986790DB24F5C4F5FD712D2406D6EB9F7C;
IL2CPP_EXTERN_C String_t* _stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE;
IL2CPP_EXTERN_C String_t* _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9;
IL2CPP_EXTERN_C String_t* _stringLiteral5970456D33DCA7842E39AD997DC035FF656FDFCD;
IL2CPP_EXTERN_C String_t* _stringLiteral59C92A0031F30D87CEDB5E6206874210EFA658C3;
IL2CPP_EXTERN_C String_t* _stringLiteral5A182CDB13B889060C3107C56B399CC3DCEEECBB;
IL2CPP_EXTERN_C String_t* _stringLiteral5B141D3FA6D79F9F10251736ED4F001420AECB1D;
IL2CPP_EXTERN_C String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F;
IL2CPP_EXTERN_C String_t* _stringLiteral5C10B5B2CD673A0616D529AA5234B12EE7153808;
IL2CPP_EXTERN_C String_t* _stringLiteral5D306CBFC6FB9C5CA9BF4D1AD7EF5156C248AE51;
IL2CPP_EXTERN_C String_t* _stringLiteral5D32739B74C2C8C358D43995BB46D820B7EA072C;
IL2CPP_EXTERN_C String_t* _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616;
IL2CPP_EXTERN_C String_t* _stringLiteral5E84454F4425EC5737C5B31A5A69FC0ACD8BC45D;
IL2CPP_EXTERN_C String_t* _stringLiteral5FA471782F4133BA189C880EBFB01DB02362FC80;
IL2CPP_EXTERN_C String_t* _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854;
IL2CPP_EXTERN_C String_t* _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
IL2CPP_EXTERN_C String_t* _stringLiteral656AD8063863CA32DAFB418C13AFB9968BAB86C5;
IL2CPP_EXTERN_C String_t* _stringLiteral66EB4A6DCDA9B5BB4C4EDC5A91334CA3E4F35521;
IL2CPP_EXTERN_C String_t* _stringLiteral6913D1C27996441E5DFD7C5084E72B2B9520F66F;
IL2CPP_EXTERN_C String_t* _stringLiteral6949190F4D016636E330A059F2A09CB768ADD546;
IL2CPP_EXTERN_C String_t* _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1;
IL2CPP_EXTERN_C String_t* _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5;
IL2CPP_EXTERN_C String_t* _stringLiteral6A80EBA8EC04EF53767DFBEB12D13C340C7A02F9;
IL2CPP_EXTERN_C String_t* _stringLiteral6AB57F0FBEF5DAD262A88773B17356F50BE78D20;
IL2CPP_EXTERN_C String_t* _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8;
IL2CPP_EXTERN_C String_t* _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA;
IL2CPP_EXTERN_C String_t* _stringLiteral6BAE5ADC9B322D10A5BA2A0BC2025758CE8A6CE9;
IL2CPP_EXTERN_C String_t* _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA;
IL2CPP_EXTERN_C String_t* _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829;
IL2CPP_EXTERN_C String_t* _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9;
IL2CPP_EXTERN_C String_t* _stringLiteral747DC42F38ADD69E051D22DC3A4B6FFAD11A54A9;
IL2CPP_EXTERN_C String_t* _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083;
IL2CPP_EXTERN_C String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255;
IL2CPP_EXTERN_C String_t* _stringLiteral78F762349C5ECBF5C54A4535D23AB651F063F5D4;
IL2CPP_EXTERN_C String_t* _stringLiteral7AD057508A17C295337903C1D3924176D055D2AC;
IL2CPP_EXTERN_C String_t* _stringLiteral7D2E0E9613D18D3D342CE52081FCFD5292FFA131;
IL2CPP_EXTERN_C String_t* _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93;
IL2CPP_EXTERN_C String_t* _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3;
IL2CPP_EXTERN_C String_t* _stringLiteral7EB3C8617E11B5E78DE5586797A8CEBF19D3BBB1;
IL2CPP_EXTERN_C String_t* _stringLiteral7EF95F14AF3E24B8942C944144D6749C5ACA09D7;
IL2CPP_EXTERN_C String_t* _stringLiteral80C9082227F32C4FD69A2342EA23D22723847813;
IL2CPP_EXTERN_C String_t* _stringLiteral813209D3853C3588A2E58F8394C4BC003CEFF167;
IL2CPP_EXTERN_C String_t* _stringLiteral834BEAF936D39D77FBE0D4F67B9DA251BBD23184;
IL2CPP_EXTERN_C String_t* _stringLiteral84AD7E9184320D6378CCBEA960AFC52D73A2BF20;
IL2CPP_EXTERN_C String_t* _stringLiteral8517EC1BFBA349CCEB4DF5548D1C799EB5D141C8;
IL2CPP_EXTERN_C String_t* _stringLiteral864B3F89B8480A2EC3D40F5AAE4F9D65D3DB65B2;
IL2CPP_EXTERN_C String_t* _stringLiteral86C64130B13FE10E71DAE385B08CA1C3BDFCC4FA;
IL2CPP_EXTERN_C String_t* _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA;
IL2CPP_EXTERN_C String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
IL2CPP_EXTERN_C String_t* _stringLiteral897D21056A341314B60764C31B36C1FAD542E78A;
IL2CPP_EXTERN_C String_t* _stringLiteral89E80D6FA41681C9752B4FCD1922C59FED742593;
IL2CPP_EXTERN_C String_t* _stringLiteral8DB707CCCC3BC3FE1760A43A4D948E0ABAAB0BDB;
IL2CPP_EXTERN_C String_t* _stringLiteral8F55AB573F8FA291E4EB8FE48FC5801A2CC79468;
IL2CPP_EXTERN_C String_t* _stringLiteral9019BC0814334E3302CD7D3C04AC2A9DF5F453FD;
IL2CPP_EXTERN_C String_t* _stringLiteral9055D999C5453CB78FF3435EB6CB814B1FEC3A75;
IL2CPP_EXTERN_C String_t* _stringLiteral909AE6E2E78BBE40E5F4CB0728891FDB2324155D;
IL2CPP_EXTERN_C String_t* _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0;
IL2CPP_EXTERN_C String_t* _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0;
IL2CPP_EXTERN_C String_t* _stringLiteral932F97C5FB6E5740E93908D8B2A60AF4EA7B1BD9;
IL2CPP_EXTERN_C String_t* _stringLiteral94C56F225153F70D88669FF3DA9E58B1B9012AFF;
IL2CPP_EXTERN_C String_t* _stringLiteral980CA287E333AC3B9E291D60131727A63429A4BC;
IL2CPP_EXTERN_C String_t* _stringLiteral990742F8B49D8A82AE9E774983AF03393C251CD2;
IL2CPP_EXTERN_C String_t* _stringLiteral994092DAE437AA1CD16FF3A3AD7AC98737DCD96A;
IL2CPP_EXTERN_C String_t* _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6;
IL2CPP_EXTERN_C String_t* _stringLiteral9D1DD7795B423EB2C8B81B4A77CBBBFCB7325CE2;
IL2CPP_EXTERN_C String_t* _stringLiteral9DDB47DD68B2E0185B36CD1FA06034612843D2BF;
IL2CPP_EXTERN_C String_t* _stringLiteral9EC4928E03DE929AAEC86BE3AE9B2758B9F43E3B;
IL2CPP_EXTERN_C String_t* _stringLiteral9EEDF37BF78E18EE9CDBBA6B3F6D2E164C4D6AB0;
IL2CPP_EXTERN_C String_t* _stringLiteralA00D9C70E43CB04A0929B71DA92C6117979D4F3B;
IL2CPP_EXTERN_C String_t* _stringLiteralA0BFC876D68FE7AEA700DA5EA8925ABAC6F2F794;
IL2CPP_EXTERN_C String_t* _stringLiteralA141F34417FEDCAD83407AA7A40E5E7A33168843;
IL2CPP_EXTERN_C String_t* _stringLiteralA14C76114A4A2DC60DA564898C11F5385E4684B9;
IL2CPP_EXTERN_C String_t* _stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD;
IL2CPP_EXTERN_C String_t* _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365;
IL2CPP_EXTERN_C String_t* _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127;
IL2CPP_EXTERN_C String_t* _stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46;
IL2CPP_EXTERN_C String_t* _stringLiteralAD60C535FF88E85BF0254452FE3934F24E9668D5;
IL2CPP_EXTERN_C String_t* _stringLiteralAEE370B0F123573C06763F70D30C8890721694C4;
IL2CPP_EXTERN_C String_t* _stringLiteralAF60BB13CAE4FB7DF464BEF84985F785909AE5A5;
IL2CPP_EXTERN_C String_t* _stringLiteralB12710F707F5B0BD7D806E7154E2A0C315984F9B;
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
IL2CPP_EXTERN_C String_t* _stringLiteralB9075EFC8996995C523E4D8999B2C48EFA0D42DA;
IL2CPP_EXTERN_C String_t* _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3;
IL2CPP_EXTERN_C String_t* _stringLiteralBC4513F45FF582BF2B472198C16B29B61F8100EB;
IL2CPP_EXTERN_C String_t* _stringLiteralBE325701619D15D9B91F900D60E3081AD6F43117;
IL2CPP_EXTERN_C String_t* _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9;
IL2CPP_EXTERN_C String_t* _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0;
IL2CPP_EXTERN_C String_t* _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47;
IL2CPP_EXTERN_C String_t* _stringLiteralC1EE90CE47627FE6D2B1C3915C005F896AEE4639;
IL2CPP_EXTERN_C String_t* _stringLiteralC26F2E56BBAF085FDF3C1762D8CC47AC302F26C0;
IL2CPP_EXTERN_C String_t* _stringLiteralC2B7DF6201FDD3362399091F0A29550DF3505B6A;
IL2CPP_EXTERN_C String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
IL2CPP_EXTERN_C String_t* _stringLiteralC48A9F5244FF2D1E0EF6E226066E693E57942434;
IL2CPP_EXTERN_C String_t* _stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93;
IL2CPP_EXTERN_C String_t* _stringLiteralC5E3651083142A3684BB7C93CA6E4C9314CA8007;
IL2CPP_EXTERN_C String_t* _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA;
IL2CPP_EXTERN_C String_t* _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97;
IL2CPP_EXTERN_C String_t* _stringLiteralC7B3F95BF9308565981380C557FCB0BC1E12659E;
IL2CPP_EXTERN_C String_t* _stringLiteralC8CCC6FA96FA714CF5A4C33E0D18CDCDF978C13C;
IL2CPP_EXTERN_C String_t* _stringLiteralCA07EC6EFF36E9B9AE8489080A044C88782377E1;
IL2CPP_EXTERN_C String_t* _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84;
IL2CPP_EXTERN_C String_t* _stringLiteralCA7EE01243735E42F6DA460F6D4363F15926ABB1;
IL2CPP_EXTERN_C String_t* _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197;
IL2CPP_EXTERN_C String_t* _stringLiteralCC56342E3EF0C771657853A04CEAECF9B701AD84;
IL2CPP_EXTERN_C String_t* _stringLiteralCD0A39880063E1F38F7A86145EBD97DCB2978D0E;
IL2CPP_EXTERN_C String_t* _stringLiteralCFC73C61BB6914B5D84902A7DEA88BAE20AE9205;
IL2CPP_EXTERN_C String_t* _stringLiteralD1CEA344353E26BA6F1565ED661D94F610CE9E4F;
IL2CPP_EXTERN_C String_t* _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE;
IL2CPP_EXTERN_C String_t* _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176;
IL2CPP_EXTERN_C String_t* _stringLiteralD5E93D384A9BD7674B666AF153E2450B4D8AC0F3;
IL2CPP_EXTERN_C String_t* _stringLiteralD6F5636098CD458CE9D22939F8E3E8DEAB0E9BD0;
IL2CPP_EXTERN_C String_t* _stringLiteralD77FC2299A80AEAA8C4911FFCEB9AE214E35748B;
IL2CPP_EXTERN_C String_t* _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B;
IL2CPP_EXTERN_C String_t* _stringLiteralD8884A98B05D902F579ADC14A00F11EE881C7658;
IL2CPP_EXTERN_C String_t* _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34;
IL2CPP_EXTERN_C String_t* _stringLiteralD95BA1EB1C985B5AC1D15A76B28428F50123D4A9;
IL2CPP_EXTERN_C String_t* _stringLiteralD98400098EFAA9A7E3BC75C46052D9535AC57C73;
IL2CPP_EXTERN_C String_t* _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C;
IL2CPP_EXTERN_C String_t* _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDA92D2A3A62C3F3412D4F9569C5C7479B7D128DC;
IL2CPP_EXTERN_C String_t* _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4;
IL2CPP_EXTERN_C String_t* _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F;
IL2CPP_EXTERN_C String_t* _stringLiteralDDB2E1F8117F0FEE60A6A70634647D6FEFBF57BB;
IL2CPP_EXTERN_C String_t* _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588;
IL2CPP_EXTERN_C String_t* _stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464;
IL2CPP_EXTERN_C String_t* _stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B;
IL2CPP_EXTERN_C String_t* _stringLiteralDF85AE7F8041ADB5A29CB5AEFBCE04FD1403F67F;
IL2CPP_EXTERN_C String_t* _stringLiteralDFCD1C1FEA09B8D4C26E8B5B70623F96B2221EED;
IL2CPP_EXTERN_C String_t* _stringLiteralE134CA0BF97313DD354F55E40BBFB4377825436E;
IL2CPP_EXTERN_C String_t* _stringLiteralE2BFC164D6D1B334E538A317E49D0FD271F6649B;
IL2CPP_EXTERN_C String_t* _stringLiteralE3E4A1E2564389BEF68E1C96E30642A12A539D7E;
IL2CPP_EXTERN_C String_t* _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F;
IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
IL2CPP_EXTERN_C String_t* _stringLiteralE714C40A9EEBC682896190073BFFBB5DA849DEBB;
IL2CPP_EXTERN_C String_t* _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D;
IL2CPP_EXTERN_C String_t* _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD;
IL2CPP_EXTERN_C String_t* _stringLiteralE85293208A555629936EA25D2F5B5F0B66F9F902;
IL2CPP_EXTERN_C String_t* _stringLiteralE92A0F15BC0969D610F0F99B54FC27B77792C115;
IL2CPP_EXTERN_C String_t* _stringLiteralE9C45563358E813F157BA81B33143542165BA84E;
IL2CPP_EXTERN_C String_t* _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C;
IL2CPP_EXTERN_C String_t* _stringLiteralE9F72A91C5EF36CE6C8DB42790F2911D29EC1AC6;
IL2CPP_EXTERN_C String_t* _stringLiteralEA010666BC01FDA42BF57AEE92CCC57ACA65B11D;
IL2CPP_EXTERN_C String_t* _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D;
IL2CPP_EXTERN_C String_t* _stringLiteralEE132F63FDEC7F371AFBE620A095EFDE85746504;
IL2CPP_EXTERN_C String_t* _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
IL2CPP_EXTERN_C String_t* _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1;
IL2CPP_EXTERN_C String_t* _stringLiteralF07EA20E44175D8597A0629B88839DC18660C130;
IL2CPP_EXTERN_C String_t* _stringLiteralF089A726C152F0D7E7AC57A8A6AD8258A927829E;
IL2CPP_EXTERN_C String_t* _stringLiteralF0CA4D65ED1C33DDFB85A263A727A6947C10A12F;
IL2CPP_EXTERN_C String_t* _stringLiteralF13B2930E75FFAF02D34F6CCE6096A69FB307149;
IL2CPP_EXTERN_C String_t* _stringLiteralF1E14133ADAED8A21362D9DB7EEC1C6B36A081AF;
IL2CPP_EXTERN_C String_t* _stringLiteralF23AC29B7714FAE0B8802E237FA9A07E58287AA3;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF37309F7945570661F77E09CA3151FDF959BBDA4;
IL2CPP_EXTERN_C String_t* _stringLiteralF62E0EA6EDBC4288FF84C8DA24F410ECF986229D;
IL2CPP_EXTERN_C String_t* _stringLiteralF67236BF5AB91F14FA8C71F76D17D5D6741E3D7B;
IL2CPP_EXTERN_C String_t* _stringLiteralF74F09AA942E1648BB192DAFB49F91766DA68406;
IL2CPP_EXTERN_C String_t* _stringLiteralF974F88936DD7E057700691BFB1C4ECB052E2784;
IL2CPP_EXTERN_C String_t* _stringLiteralFB360F9C09AC8C5EDB2F18BE5DE4E80EA4C430D0;
IL2CPP_EXTERN_C String_t* _stringLiteralFDB0DA7F5931B89BB37CE027D977F3CBDE6E4077;
IL2CPP_EXTERN_C String_t* _stringLiteralFE8D4F9C9603142E757AEB549769E232E1DE3989;
IL2CPP_EXTERN_C String_t* _stringLiteralFF29395A7A1A8881F7149A9507B91A51D420AC0A;
IL2CPP_EXTERN_C String_t* _stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Action_1__ctor_m3AF45EAC5B0AF32D9B7FC9BE552FEE1CC72A226D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m13CFE4842AABF9CC0FAA906D78FEEE35FD69A3B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_m69B4CB5A81DCC3D97A573B9BF039EB9D0D4ADE37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mAF12F1645B5A60E1E2225FA65FBB378204C7CEB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_mFA20D9A3ED606A0BFC42EF9F95FE301E4D15A9B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m9B6AA562B3622812E5557DD069FB0D10833B6066_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mB26845E70FFA12038E11DBCD48D21D08C1E243ED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mDCCB403A9CDD32B86D17300A66D15D30133B443F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m3E164C2055393DDC81C3B05C9BE6DD8166041AB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Values_mB0E87C3AE3C1C8DD2AF0919F6F0DFACC608DEFAF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m215AE9BBB9156FFEE5B12CC727B1D9897C57DF75_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m568CABF735952058F73ABF25CC2AE4D57CEFA7A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m9836C5E3EC0C9593E29A45643DFC593CA3A3AF94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCCC66C30D89016AD0E686F18558A5EF25A5A2D0B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m0337A4311EBAFC26388CF0BF407E8D14937237D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mB7F463924496183C48221AC9D2A0861687E787AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mFA777BE67E36AE712834E1630F4E7B19111947CE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m94B8CC4707639E52FBADD53EB8741554E58ECD5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCC7009F88E7C6FF51C48F9F9A4BD1706EB5A9A30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mF8081A0D783356CF526FD0E3DABF707391773E83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_2_Invoke_mCCC13E35956B139EFA152EA3365C9AF0988AAED4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_CheckIfForceWrite_mBF53A01F9A3E8C5D4B9E2A9DFB199735A6C779A8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_U3CSetWriteStreamInnerU3Eb__259_0_m3B0D4BBE9BB1F4D71011BBB91DD7A818BCF5093D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_U3CSetWriteStreamU3Eb__258_1_m847FB17EF2DCDDA745EC1643F6865D45461FEEAF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_set_Connection_m9944F5EE91C57B9AD2461691C56E834754E4B799_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_set_ContentLength_m2EF764A4796651E064FA5F12B0262BFB80016E48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_set_Expect_m4EAE03AEFAE4DA87A34B912300B406E165B0E8CA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_set_Host_m4BE0E8959B8CAE9DD5E8CF0575854EEC610BED4F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* LazyAsyncResult_WorkerThreadComplete_m9144EAFE34F64C805224410D61F45300D854A6BD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m1CA4BDBC8247F05F727DB5AB73D23373B86C3ADA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m24312FA149184478D86050F9312C3E3B34559A2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m4560D6E3080DB1C41524273C36A8F467146CBA5D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mAB830B074CF4E84286F34FF8C042ACD847FECB99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m05753BCE2C89FB542CBC0B1ADF1FD28549810082_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m6723F49E8C82D6C521BB43B550D2135CAE8996E3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_mD93C1CF32035C0FF5909F47C4D67259ADD05DB01_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_IndexOf_mCF9B44A4475CB24B459992D7B0E70C8BC6F650CD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Remove_m6EBBB0524BECE46F3ADBD5B86E2A59C4337E4C29_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m31D94A7D22DB2807B07AEDED182E5AAD7BE9ABCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m3569FEF3EF436F9577B74946708EDF77C665ED58_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m59D25644F11A7E193DDB79388D211F496A30EC3F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m7A4FEC7537D92854E09F078941CE1B8C9C810F0F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m92C26C94E7FD52FB1C7A1DBD60BF287118B303D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m5584F887D702E20E9AF1D8EF97200115E997D9FB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_SetLength_mA3CA693C34E7EF187E55731B089D4A38319F2CB0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_DataAvailable_mBC5E8560FC3F90BA17C15F9C697B9FD9D71962A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1_get_Value_m7C9CFCE6186F3CD55B4D63BB50E6D3D48A78583A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_IdleTimerCallback_mD326DD4819B6B5679D73CD63F630C0FAB093B5D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_U3CGetConnectionGroupU3Eb__66_0_m1E1EA5B8315F684AC354D9D24A7EF8E7929D04CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CBeginSendU3Eb__241_0_mED3657F5D9278E1CF28553337FDB5BB377EDFCF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_0_mA1E4E9EBD8C59F3452F3C291A116338BD04123B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_10_m7AB7D356C3FD8B2B8BF0C280B14675A3D597501F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_11_m54D0A1A002B2CA233DAA2E13818D0B514C750156_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_12_m6A2545287216688A2636B385C1E550CA4C6E12F7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_13_m557F5E3E30E4AAF3D185278BAB5EEC27AA33C657_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_14_m2E7D16D51C6DFA7706CFBC0A906A81BA94CA2932_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_1_mFE31CFBA6F2BE4A47926572EE46D8368D4BB6D3D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_2_mEEA9AFDA35A729986A198CCC9785205946F10425_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_3_m6DC581C3C4C027974F71C41B8E3AD0E9C64405BA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_4_m8D8DA2E8BC6EAD867C7FB95D126E3C0B8CBC2630_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_5_m124EFFED3D1E44E4C1A5F5A1E586AFBEC6EB42D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_6_mC8539B0D721812B995C06217EC22C578EF76E01A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_7_mB19175AFC1F2BB2A749184A61DD84BBB76135E45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_8_mA9F0B14FEA60E5CA4D29CDF2F8BBABE4CEDEDB5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3C_cctorU3Eb__309_9_mBA3DCDDE64656E216E23EC585A364C692370765E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__1_mA8D188E9FD6B2ED64A516C6B037AFCEF32CDB290_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass242_0_U3CBeginSendCallbackU3Eb__0_m2D1B9158103E534CC52214422CE5B043F4CEE08E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass298_0_U3CQueueIOSelectorJobU3Eb__0_mF53A22B944AA6C92B918DF06ABFAF923D53824F9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec__DisplayClass9_0_U3C_ctorU3Eb__0_m83B6A3D4C1EC7F7093B406C08CFEB6E39616A295_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CommonUnixIPGlobalProperties_get_DomainName_m8F359828BAB5DC5F338C2384908E2D34799BAE86_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DelegatePInvokeWrapper_HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HeaderInfoTable__cctor_mE96A69FD8B8F938623442DCD661EA5FB8E608B16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpContinueDelegate_BeginInvoke_mF1CB048D9AA5D611AF3EE3E34CF997F7DBA88756_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpVersion__cctor_m19EB2E84E83F160B93594A35BB6C96C5B50D6856_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_Abort_mA4AB694069860078313AE2CE0A0D3C53246729E4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_CheckValidHost_m74A97470623C461ECDF3223969B86E812F442194_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_GetObjectData_mF600B207AECA50F8B6ACB8D4C29366A6ABE36C45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_GetResponse_m454DDC78C1CF4903EB136C62912BE7045CB9842E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetSpecialHeaders_mE1E07E7DE10DC49AEAD0B25905915E1372D7C381_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest__cctor_mA59FB9F51019C563A3B276B79A1131CFDBE0035D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest__ctor_m85CA8AA15E849598BC5ED6217805CBDF8D5BAA0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_get_ClientCertificates_m239FFF990299759F455517EA50A50C1B13EC8369_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Accept_mBE796904B6F295641F25E8BAA0F12D4E1FF987F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Connection_m9944F5EE91C57B9AD2461691C56E834754E4B799_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_ContentLength_m2EF764A4796651E064FA5F12B0262BFB80016E48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_ContentType_m3C1B748A28004A843DF1C3FFDA47287379F44A96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Expect_m4EAE03AEFAE4DA87A34B912300B406E165B0E8CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Headers_m5F2856A2B14D153505E906BD7E167146F8F0052B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Host_m4BE0E8959B8CAE9DD5E8CF0575854EEC610BED4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_Referer_m225D907BDBB9A2F08D7CE34FA72251196B0E2098_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequest_set_UserAgent_mD7DED7D38EC13B379A9ACE5ED89CAA3ACB0B94D5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse_GetObjectData_m5D679A30BC506D7C6B83205AD4ABA033C7C90464_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse_GetResponseStream_mD8A0A4AD18EFA0B2E4EF5D32D7D0142333D1A6D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse__ctor_mD2B0C901BE236627237148B60DA663994BDE3E14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_Equals_mADA54686760DE75E2C31B8651224FFEB019316D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_GetHashCode_m36CE850AFAAD382A29B7D72844989A3105565D7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress__cctor_m4DF372012DF900E7BB489931296D0BFE4EBD4AEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress__ctor_m373D3930BEEA00EC628E98C5A13AE9BE2B2CEC84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress__ctor_m7A866EC7E9B1A8F89158C0EA1AC0A966CFE819ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress__ctor_mCC321EEDA0750DA97447EB60529BCBCB4EA0249D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress__ctor_mFD0AF2F6A282D1158DF3C34EF2E63B73814E7748_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPAddress_get_ScopeId_m941461DEBDECCD858F8D3165F3CA366A318064D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPEndPoint_Equals_mBD402EE46BB0C0922C25E2DEFB64412E4666EC6D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPEndPoint_Serialize_mE4201DDF2EB6D872A31A2620D20C718DC1F28962_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPEndPoint_ToString_mB132354BB333FA5FD9CA5B6B86F751AAA87AFEC2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPEndPoint__cctor_mD88387D86BAE58328D7BA158704E91B0415F9B81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPGlobalProperties_get_PlatformNeedsLibCWorkaround_mB5BC19873B5F06D8F8EE23856B7736ECB9C7722B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_com_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_pinvoke_FromNativeMethodDefinition_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_Complete_m1149B1B2741B4B2D22775A68D74B955BC3EA4A64_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_LazilyCreateEvent_mF9E9DD58D0E8F133AAACED261A3A418CD419AEC4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_ProtectedInvokeCallback_mE4BFC9A8F54A60F45DC23A775D75E7F9B3BE61AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_get_AsyncWaitHandle_m8A50650849E178F08034928A33D3E73B39F5ABD7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MibIPGlobalProperties__cctor_m874A8D290A3B1DBFD14A091E479BE2924DFA547D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_GetChunkSize_m2C862194032B260C7AD357B7CE2295A6ED488FEE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_ReadBody_mDDD46697977E46299A9ED189BDF61C5AC53A8002_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_ReadCRLF_m3D8A642EDF489046BDCD5A0515D74628F1222E18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_ReadFromChunks_mC95825D03391872071791EA8FB8D4A0B6CFA26A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_ReadTrailer_mAB5F0EAFABB2F3FCB6748ECED41E840872B40AF9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream__ctor_m0ADB25AFE1F9EE78C3304F9B7133F6F2F21013E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MonoChunkStream_get_DataAvailable_m567F5B4EB8419551740D58B7AACF19CCA2E0AA1F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkCredential__ctor_m6FAE0A13FFBFC74F1E810399223B5297DF9B4C76_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkCredential_set_Domain_m5046BA97B0F1D839ABB6F928C1DF2FA2387DBA9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkCredential_set_UserName_m17D8E6ABE7EDA733A8E01967698669293FCF2E22_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkInformationException__ctor_mBA60EDC47C5B8373C69C2BB998014CB1B99319FB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkInformationException__ctor_mFF36F090C8A2438A1C8B75BA60B47933B13DD876_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_FlushAsync_m4E4DE1531B963961E9FAED684DC08375EA0FE2DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_SetLength_mA3CA693C34E7EF187E55731B089D4A38319F2CB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_get_DataAvailable_mBC5E8560FC3F90BA17C15F9C697B9FD9D71962A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_get_ReadTimeout_m13391A3C843472520BC69A991C14FF7B25CA929F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_get_WriteTimeout_mA6438C71068821D30F77F79171A833518147F9A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NtlmClient_Authenticate_mCDC8AA52BA2D724024B81A39A4D96C4B4AF3CBB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NtlmClient__ctor_m0D21FEAFC5E5E03B0796EEE3DCCF690B2A8FC8C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NtlmClient_get_AuthenticationType_m666845B43C7EA43E5F5125B1A0245E559C2F94EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PathListComparer_System_Collections_IComparer_Compare_m6A4AE80131E0A665B12F57146CC7729860430A18_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PathListComparer__cctor_m403AB12957778A956355C83A9BC644C3CC75235E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RemoteCertificateValidationCallback_BeginInvoke_m21A4B4335CCCDF893A38C75DD1171A31B466A687_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SPKey_Equals_mF29C836C97373F9F739EE977115DB8F521921CFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SPKey_GetHashCode_m4686BFC3EE7C5322B912BCC739EA3C2AB33D8622_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SPKey_get_UsesProxy_m43005CE469081EA1C0EBCDCEF7047817882A13EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSocketHandle_RegisterForBlockingSyscall_m648E07077BFE30CFD66FEAAFD0AE595F8BD67E60_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSocketHandle_ReleaseHandle_m2DF10268C0814FED4266C031FD32D58B31CA5409_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSocketHandle_UnRegisterForBlockingSyscall_m2F2BD3A6CFE6CEF5587ED4D8EAE441CBC0E945AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSocketHandle__cctor_m53EFD60FADB351C93A9ECAEF0F7F41A6C5D79A84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SafeSocketHandle__ctor_m7A417F105464C193628218AF4E93B797E8888480_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServerCertValidationCallback_Callback_m2F51ACBBF63B010C39B4C415ECD209BFB4243733_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServerCertValidationCallback_Invoke_m9A3D9984E12278ACD7DEEE5E4B039A3250D6A8D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServerCertValidationCallback__ctor_m01DC1DC5935B7807EA9D35D50BDF9F00B68E1A23_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_GetLegacyCertificatePolicy_m91F5A99F923B7085226C21F50BD30C1BC056EC98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager__cctor_m5E74472D2F21CBE2808E62160416C0F572306498_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_get_CheckCertificateRevocationList_m4FE99C818DC1588C1DEA74018DC3CB2D86B40453_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEFSystem6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_get_SecurityProtocol_m4A583697C87EDA716E3512FB151B3916B770C667_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManager_get_ServerCertValidationCallback_mD060FAFC9DC69DA28963397C5C61BED8343C0381_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_CheckAvailableForRecycling_m0395D78F2AA6F58493BE5E0EFC73EA8AF65CC25C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_GetConnectionGroup_m774B07C841B7AC60DE88440D24396170072993C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_KeepAliveSetup_mA93E274CFA648CFE9D5A64B51EAECE3C50A6AA84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_PutBytes_m280E89A8437B016F30CE0624232AB81923286086_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_SetTcpKeepAlive_mBA9E8F9615C7BAA38E396F21B73549BE72AFB165_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint__ctor_m788957B0CF9F256F581975F6ACDA0DB122D2BE85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_get_HasTimedOut_mF06CE9BD4827D18D8A4F97EE9D18FD0C3B0E3A62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9System6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SimpleAsyncResult__ctor_mEB6C601B0E87F8C431B52C82079F623A41FF3EEF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SimpleAsyncResult_get_AsyncWaitHandle_m18EF2F5438F73B33D3C85B90352F136D7DCC6688_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SimpleAsyncResult_get_CompletedSynchronously_m35172899F0AE43335B5DAF6829700375D9A81D9B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketAddress_Equals_m51EE0D3DF560D78987904A2F7D449D9008B7F4E7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketAddress_GetIPEndPoint_mDB28840AEBFA9C37CC41BEC66E67BA9EDCEC2700_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketAddress_ToString_mDF5B4B0AF200471C84B09D553EB33BC4F0EE20EB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketAddress__ctor_m8ACFF855B4B34E64D63221D8964F67393AC5C2C0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketAddress_get_Item_m9B0A7BADAFEC83332452472EFB0F2B2A8AF7C442_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Accept_internal_mE1FADFF816972DDE8AD35519E92D69B4F9D9109D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Available_internal_m7CCE17E3D9D431AC1F4E95CAEF113F99724CB677_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginReceive_mAB09C0EF50CCA20B368771E0FB56F788A10C5C21_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginSendCallback_m2E4DF0CAEE665252159EE10E8EFA46463980F5CF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_BeginSend_mA6C244A07735EEA6B4DA335545237F0FF42F8A7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Bind_internal_m3E7154040E7446689883A441D55456E7562F2E47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Blocking_internal_m13B3D6C3A383411BD26F8EED6BCA4C6517E49BAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Connect_internal_m907A5990A8F440BA59CE041CF7881FF9C2D7E8AE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Disconnect_internal_m3CE5479D4ADE00354F21C2B6B40B7DE4C30F8068_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Disconnect_mBE602342DA1C63767110C02BEFF1C45E45037619_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndAccept_m005E845E347FEA71E41BDB1AFE9E5A39BC393D04_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndConnect_m0CFDCA9629EAF8E764A7EB9D61C9DDA83988209F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndDisconnect_m3CA2C23A595DAB49DB71A18E24E98BE63ABB09B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndReceiveFrom_m534A60EABD1A1FCE593901355FC7E840C94B1AA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndReceive_m76672177BFAD926BA214D664EEE7827AFEA0693B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndSendTo_m8A51FA7E8F6D65435DA47F1DD7D74C9695884CF1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndSend_m58F48E67A449034B31B52F7EF2F46856FBCE0310_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_GetSocketOption_obj_internal_mB80B47214B569FD08FD3D83DC4AD23F30EF0E1F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_IOControl_internal_mA2E0983B4939E0392FBBEA9BDCC976111349A546_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_IOControl_mD5033694820922EEEBAAD0BFD1DDABA288A61F97_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_InitializeSockets_mB1CBCEFBB0AC0E6848D38A0EEA33EACDF6A9EC7F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_InternalShutdown_mE1DDB563CF7D94D792F6C2F32FECEBC8270D4E81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Linger_m8BC490F462914AEE570BB8C5883DF5B70967D823_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Listen_internal_mF351F058B339E905D497FE522C2E74080A444D10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_LocalEndPoint_internal_m3042AF8FDDF9D3409FBFBCD332CAC9DC84D43319_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Poll_internal_m325547116F4B37F9B7016B64A19846CEA0DE5753_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_QueueIOSelectorJob_m5BF661B575E897D2F8A03CB1A189674EA977EFB5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ReceiveFrom_internal_mEA5003975D91AB2F18A6CF7E6889FF0D3D139B31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ReceiveFrom_m743C33ED62910EE4B6850400AA0FE7D44337C112_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Receive_internal_m0DBCB62396D083723FA9E43B847278DE07591E59_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Receive_internal_m55FA162A25E221777277E755B9A3B4D8BCB1CDB0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Receive_m69B3F392972DFA666F0C869F2349F8486DE472D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Receive_mA822C50F868C16CA33ED8BEAC5AE2F7D0018F345_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Receive_mC87CCEF55EF312730B08629F4EA24F4D4311FFC3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Receive_mFC7C84096D49297C58D498DB0DF7496967FC9759_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_RemapIPEndPoint_m3EF595CE2E7BCDF1CBFEA02E101908877FF90706_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Send_internal_m1D6B90528CD689D0E857CAE776E573E178362D37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Send_internal_m23758BA709E17D55050E23A679DC8149B2944C1A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Send_m1ED8F737070D66D68B93B64E09ED9C726AA75638_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Send_m4652C4C32F15F5B18A7AF28086B87C074844AEA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Send_mFBF7C653CB5BC6BA91F4415378F34F13897259DE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_SetIPProtectionLevel_m01CE85FD88045EA923BB9F8506C467883B5C7F52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_Shutdown_internal_mDB5B705BAEE0962DF070CC97E4569277C1BAB3C7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_ValidateEndIAsyncResult_m509940324A570251B33301A59DC3C01B5DAB944A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket__cctor_mC1130CB5B4FF386DBF641F72A301C65142EF6AD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket__ctor_m6F08E0C60ECB2DC6DDD921D729D7BD7AEB6A633F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_DualMode_m6FB7069091397FB35DE520DADBC6F28A45E6B68C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_OSSupportsIPv6_m923EC612566AEA217F71397FD8BED111AC951DED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_set_Blocking_mB447A573F44452B55F5D6B6105FD1C55865E0EDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Socket_set_DualMode_mDC9084953B95EBF0B75B69D0E37F7E8B43612C9A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_AuthenticateAsClient_mA05DB2C8245FB47D1A8258BD68536D498A1BEE08_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_BeginRead_m4D96895D1B0C302EF4D52681FEDA82D1E53E7C3F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_BeginWrite_mB8CC50460AFEF640D3C36C68938EE921F3E11844_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_CreateMonoSslStream_m2DA6B0A589490351B37010F5BCF2DA3D734FF266_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_Dispose_mFDB97E2E26CD194DBCBE47710EE5402B2298B919_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_EndRead_m918E3DCEB2DE563A21B042D7FF530E96EBA8EF51_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_EndWrite_m796ACEAE821536F59642EDC2748B2A5F232953AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_Read_m4FE23134855CE89200771C5A8851DDDDDF182FF3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_SetLength_m76EF6CF39E831CF1C3E0DD70598938B46441504C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_Write_m262369AF62D8AA0CCC4EAC5BF3274693AA27B1BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_CanRead_m49799854D297DCF71A497F8858B64DDD1C10BF00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_CanWrite_m25569C1704B5F54A27234D1B9B69647D5018CCEF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_IsAuthenticated_m273C64C4DF6FFD4E9772EF714EFA982D4C0A9D83_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_Length_m1A4DBA93F0D140FA33892E0193DDE8C6E4175763_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_Position_mDCFD4EFB697DAFF90BA366ED8519487027E21671_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_ReadTimeout_m27911D96B7B0171B5429C2D58E6F4F5C7DD76671_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_get_WriteTimeout_m8BECC2147DB2A615EBA19CBC9257CB32B69967B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFCSystem6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass11_0_U3CRunWithLockU3Eb__0_mE514DF4E30E46DAA0549F2B4FF38E7B2F03E22B5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t UnixNoLibCIPGlobalProperties_get_DomainName_m472CDAA87DD800EE30A6C2F3154F836CD067538E_MetadataUsageId;
IL2CPP_EXTERN_C 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_marshaled_com;
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 HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2;
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
struct WSABUFU5BU5D_t4B8BBCF555CCE5338B6EA731D4126DA68ECE9C80;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct GCHandleU5BU5D_tA6EC6308F1B33AD5233BD26DE6FB431B6CEF1DB7;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
IL2CPP_EXTERN_C_BEGIN
IL2CPP_EXTERN_C_END
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
// 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((void**)(&___cache_0), (void*)value);
}
};
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 : public RuntimeObject
{
public:
public:
};
struct Il2CppArrayBounds;
// System.Array
// 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;
}
};
// 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((void**)(&____items_0), (void*)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((void**)(&____syncRoot_3), (void*)value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_4;
public:
inline static int32_t get_offset_of_emptyArray_4() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_4() const { return ___emptyArray_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_4() { return &___emptyArray_4; }
inline void set_emptyArray_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_4), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)value);
}
};
// 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((void**)(&___dictionary_0), (void*)value);
}
};
// 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value);
}
};
// 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((void**)(&___buckets_0), (void*)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((void**)(&___entries_1), (void*)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((void**)(&___comparer_6), (void*)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((void**)(&___keys_7), (void*)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((void**)(&___values_8), (void*)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((void**)(&____syncRoot_9), (void*)value);
}
};
// 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value);
}
};
// 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value);
}
};
// 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value);
}
};
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____items_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_1() const { return ____items_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____items_1), (void*)value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____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_t05CC3C859AB5E6024394EF9A42E3E696628CA02D, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_4), (void*)value);
}
};
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D_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((void**)(&____emptyArray_5), (void*)value);
}
};
// 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((void**)(&____items_1), (void*)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((void**)(&____syncRoot_4), (void*)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((void**)(&____emptyArray_5), (void*)value);
}
};
// 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_KeyList System.Collections.SortedList::keyList
KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 * ___keyList_5;
// System.Collections.SortedList_ValueList System.Collections.SortedList::valueList
ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * ___valueList_6;
// System.Object System.Collections.SortedList::_syncRoot
RuntimeObject * ____syncRoot_7;
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((void**)(&___keys_0), (void*)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((void**)(&___values_1), (void*)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((void**)(&___comparer_4), (void*)value);
}
inline static int32_t get_offset_of_keyList_5() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___keyList_5)); }
inline KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 * get_keyList_5() const { return ___keyList_5; }
inline KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 ** get_address_of_keyList_5() { return &___keyList_5; }
inline void set_keyList_5(KeyList_t3FD2386C1305D84BFBBD5BE5583CB239B98BA388 * value)
{
___keyList_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keyList_5), (void*)value);
}
inline static int32_t get_offset_of_valueList_6() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ___valueList_6)); }
inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * get_valueList_6() const { return ___valueList_6; }
inline ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE ** get_address_of_valueList_6() { return &___valueList_6; }
inline void set_valueList_6(ValueList_t1BBC0BAD9C26EB4899C4AB1509C3890E805D2EFE * value)
{
___valueList_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___valueList_6), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_7() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E, ____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((void**)(&____syncRoot_7), (void*)value);
}
};
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields
{
public:
// System.Object[] System.Collections.SortedList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_8;
public:
inline static int32_t get_offset_of_emptyArray_8() { return static_cast<int32_t>(offsetof(SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E_StaticFields, ___emptyArray_8)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_8() const { return ___emptyArray_8; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_8() { return &___emptyArray_8; }
inline void set_emptyArray_8(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___emptyArray_8), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)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((void**)(&___hashtable_1), (void*)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;
}
};
// 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((void**)(&____entriesArray_1), (void*)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((void**)(&____keyComparer_2), (void*)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((void**)(&____entriesTable_3), (void*)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((void**)(&____nullKeyEntry_4), (void*)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((void**)(&____serializationInfo_5), (void*)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((void**)(&____syncRoot_7), (void*)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((void**)(&___defaultComparer_8), (void*)value);
}
};
// System.Collections.Specialized.StringCollection
struct StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.Specialized.StringCollection::data
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___data_0;
public:
inline static int32_t get_offset_of_data_0() { return static_cast<int32_t>(offsetof(StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB, ___data_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_data_0() const { return ___data_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_data_0() { return &___data_0; }
inline void set_data_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___data_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___data_0), (void*)value);
}
};
// 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((void**)(&___Value_0), (void*)value);
}
};
// 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((void**)(&___frames_1), (void*)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((void**)(&___captured_traces_2), (void*)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((void**)(&___aotid_5), (void*)value);
}
};
// 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((void**)(&___Empty_0), (void*)value);
}
};
// 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((void**)(&___numInfo_10), (void*)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((void**)(&___dateTimeInfo_11), (void*)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((void**)(&___textInfo_12), (void*)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((void**)(&___m_name_13), (void*)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((void**)(&___englishname_14), (void*)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((void**)(&___nativename_15), (void*)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((void**)(&___iso3lang_16), (void*)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((void**)(&___iso2lang_17), (void*)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((void**)(&___win3lang_18), (void*)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((void**)(&___territory_19), (void*)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((void**)(&___native_calendar_names_20), (void*)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((void**)(&___compareInfo_21), (void*)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((void**)(&___calendar_24), (void*)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((void**)(&___parent_culture_25), (void*)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((void**)(&___cached_serialized_form_27), (void*)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((void**)(&___m_cultureData_28), (void*)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((void**)(&___invariant_culture_info_0), (void*)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((void**)(&___shared_table_lock_1), (void*)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((void**)(&___default_current_culture_2), (void*)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((void**)(&___s_DefaultThreadCurrentUICulture_33), (void*)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((void**)(&___s_DefaultThreadCurrentCulture_34), (void*)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((void**)(&___shared_by_number_35), (void*)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((void**)(&___shared_by_name_36), (void*)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;
}
};
// 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;
Il2CppSafeArray/*NONE*/* ___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;
Il2CppSafeArray/*NONE*/* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// 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((void**)(&___async_callback_0), (void*)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((void**)(&___async_state_1), (void*)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((void**)(&___wait_handle_2), (void*)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;
}
};
// 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;
};
// 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((void**)(&____identity_0), (void*)value);
}
};
// 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;
};
// 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((void**)(&___m_Message_0), (void*)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((void**)(&___ModuleAuthenticationType_2), (void*)value);
}
};
// System.Net.CaseInsensitiveAscii
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B : public RuntimeObject
{
public:
public:
};
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields
{
public:
// System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * ___StaticInstance_0;
// System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___AsciiToLower_1;
public:
inline static int32_t get_offset_of_StaticInstance_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___StaticInstance_0)); }
inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * get_StaticInstance_0() const { return ___StaticInstance_0; }
inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; }
inline void set_StaticInstance_0(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * value)
{
___StaticInstance_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StaticInstance_0), (void*)value);
}
inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast<int32_t>(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___AsciiToLower_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_AsciiToLower_1() const { return ___AsciiToLower_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; }
inline void set_AsciiToLower_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___AsciiToLower_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AsciiToLower_1), (void*)value);
}
};
// System.Net.CookieContainer
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 : public RuntimeObject
{
public:
// System.Collections.Hashtable System.Net.CookieContainer::m_domainTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___m_domainTable_1;
// System.Int32 System.Net.CookieContainer::m_maxCookieSize
int32_t ___m_maxCookieSize_2;
// System.Int32 System.Net.CookieContainer::m_maxCookies
int32_t ___m_maxCookies_3;
// System.Int32 System.Net.CookieContainer::m_maxCookiesPerDomain
int32_t ___m_maxCookiesPerDomain_4;
// System.Int32 System.Net.CookieContainer::m_count
int32_t ___m_count_5;
// System.String System.Net.CookieContainer::m_fqdnMyDomain
String_t* ___m_fqdnMyDomain_6;
public:
inline static int32_t get_offset_of_m_domainTable_1() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_domainTable_1)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_m_domainTable_1() const { return ___m_domainTable_1; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_m_domainTable_1() { return &___m_domainTable_1; }
inline void set_m_domainTable_1(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___m_domainTable_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_domainTable_1), (void*)value);
}
inline static int32_t get_offset_of_m_maxCookieSize_2() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_maxCookieSize_2)); }
inline int32_t get_m_maxCookieSize_2() const { return ___m_maxCookieSize_2; }
inline int32_t* get_address_of_m_maxCookieSize_2() { return &___m_maxCookieSize_2; }
inline void set_m_maxCookieSize_2(int32_t value)
{
___m_maxCookieSize_2 = value;
}
inline static int32_t get_offset_of_m_maxCookies_3() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_maxCookies_3)); }
inline int32_t get_m_maxCookies_3() const { return ___m_maxCookies_3; }
inline int32_t* get_address_of_m_maxCookies_3() { return &___m_maxCookies_3; }
inline void set_m_maxCookies_3(int32_t value)
{
___m_maxCookies_3 = value;
}
inline static int32_t get_offset_of_m_maxCookiesPerDomain_4() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_maxCookiesPerDomain_4)); }
inline int32_t get_m_maxCookiesPerDomain_4() const { return ___m_maxCookiesPerDomain_4; }
inline int32_t* get_address_of_m_maxCookiesPerDomain_4() { return &___m_maxCookiesPerDomain_4; }
inline void set_m_maxCookiesPerDomain_4(int32_t value)
{
___m_maxCookiesPerDomain_4 = value;
}
inline static int32_t get_offset_of_m_count_5() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_count_5)); }
inline int32_t get_m_count_5() const { return ___m_count_5; }
inline int32_t* get_address_of_m_count_5() { return &___m_count_5; }
inline void set_m_count_5(int32_t value)
{
___m_count_5 = value;
}
inline static int32_t get_offset_of_m_fqdnMyDomain_6() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73, ___m_fqdnMyDomain_6)); }
inline String_t* get_m_fqdnMyDomain_6() const { return ___m_fqdnMyDomain_6; }
inline String_t** get_address_of_m_fqdnMyDomain_6() { return &___m_fqdnMyDomain_6; }
inline void set_m_fqdnMyDomain_6(String_t* value)
{
___m_fqdnMyDomain_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fqdnMyDomain_6), (void*)value);
}
};
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields
{
public:
// System.Net.HeaderVariantInfo[] System.Net.CookieContainer::HeaderInfo
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* ___HeaderInfo_0;
public:
inline static int32_t get_offset_of_HeaderInfo_0() { return static_cast<int32_t>(offsetof(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields, ___HeaderInfo_0)); }
inline HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* get_HeaderInfo_0() const { return ___HeaderInfo_0; }
inline HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012** get_address_of_HeaderInfo_0() { return &___HeaderInfo_0; }
inline void set_HeaderInfo_0(HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* value)
{
___HeaderInfo_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HeaderInfo_0), (void*)value);
}
};
// System.Net.EmptyWebProxy
struct EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D : public RuntimeObject
{
public:
// System.Net.ICredentials System.Net.EmptyWebProxy::m_credentials
RuntimeObject* ___m_credentials_0;
public:
inline static int32_t get_offset_of_m_credentials_0() { return static_cast<int32_t>(offsetof(EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D, ___m_credentials_0)); }
inline RuntimeObject* get_m_credentials_0() const { return ___m_credentials_0; }
inline RuntimeObject** get_address_of_m_credentials_0() { return &___m_credentials_0; }
inline void set_m_credentials_0(RuntimeObject* value)
{
___m_credentials_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_credentials_0), (void*)value);
}
};
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject
{
public:
public:
};
// System.Net.GlobalProxySelection
struct GlobalProxySelection_t86396D399ECF560B700387026E2491C588E786E1 : public RuntimeObject
{
public:
public:
};
// System.Net.HeaderInfo
struct HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 : public RuntimeObject
{
public:
// System.Boolean System.Net.HeaderInfo::IsRequestRestricted
bool ___IsRequestRestricted_0;
// System.Boolean System.Net.HeaderInfo::IsResponseRestricted
bool ___IsResponseRestricted_1;
// System.Net.HeaderParser System.Net.HeaderInfo::Parser
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___Parser_2;
// System.String System.Net.HeaderInfo::HeaderName
String_t* ___HeaderName_3;
// System.Boolean System.Net.HeaderInfo::AllowMultiValues
bool ___AllowMultiValues_4;
public:
inline static int32_t get_offset_of_IsRequestRestricted_0() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___IsRequestRestricted_0)); }
inline bool get_IsRequestRestricted_0() const { return ___IsRequestRestricted_0; }
inline bool* get_address_of_IsRequestRestricted_0() { return &___IsRequestRestricted_0; }
inline void set_IsRequestRestricted_0(bool value)
{
___IsRequestRestricted_0 = value;
}
inline static int32_t get_offset_of_IsResponseRestricted_1() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___IsResponseRestricted_1)); }
inline bool get_IsResponseRestricted_1() const { return ___IsResponseRestricted_1; }
inline bool* get_address_of_IsResponseRestricted_1() { return &___IsResponseRestricted_1; }
inline void set_IsResponseRestricted_1(bool value)
{
___IsResponseRestricted_1 = value;
}
inline static int32_t get_offset_of_Parser_2() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___Parser_2)); }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_Parser_2() const { return ___Parser_2; }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_Parser_2() { return &___Parser_2; }
inline void set_Parser_2(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value)
{
___Parser_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Parser_2), (void*)value);
}
inline static int32_t get_offset_of_HeaderName_3() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___HeaderName_3)); }
inline String_t* get_HeaderName_3() const { return ___HeaderName_3; }
inline String_t** get_address_of_HeaderName_3() { return &___HeaderName_3; }
inline void set_HeaderName_3(String_t* value)
{
___HeaderName_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HeaderName_3), (void*)value);
}
inline static int32_t get_offset_of_AllowMultiValues_4() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___AllowMultiValues_4)); }
inline bool get_AllowMultiValues_4() const { return ___AllowMultiValues_4; }
inline bool* get_address_of_AllowMultiValues_4() { return &___AllowMultiValues_4; }
inline void set_AllowMultiValues_4(bool value)
{
___AllowMultiValues_4 = value;
}
};
// System.Net.HeaderInfoTable
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF : public RuntimeObject
{
public:
public:
};
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields
{
public:
// System.Collections.Hashtable System.Net.HeaderInfoTable::HeaderHashTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___HeaderHashTable_0;
// System.Net.HeaderInfo System.Net.HeaderInfoTable::UnknownHeaderInfo
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * ___UnknownHeaderInfo_1;
// System.Net.HeaderParser System.Net.HeaderInfoTable::SingleParser
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___SingleParser_2;
// System.Net.HeaderParser System.Net.HeaderInfoTable::MultiParser
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___MultiParser_3;
public:
inline static int32_t get_offset_of_HeaderHashTable_0() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___HeaderHashTable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_HeaderHashTable_0() const { return ___HeaderHashTable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_HeaderHashTable_0() { return &___HeaderHashTable_0; }
inline void set_HeaderHashTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___HeaderHashTable_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HeaderHashTable_0), (void*)value);
}
inline static int32_t get_offset_of_UnknownHeaderInfo_1() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___UnknownHeaderInfo_1)); }
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * get_UnknownHeaderInfo_1() const { return ___UnknownHeaderInfo_1; }
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** get_address_of_UnknownHeaderInfo_1() { return &___UnknownHeaderInfo_1; }
inline void set_UnknownHeaderInfo_1(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value)
{
___UnknownHeaderInfo_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UnknownHeaderInfo_1), (void*)value);
}
inline static int32_t get_offset_of_SingleParser_2() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___SingleParser_2)); }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_SingleParser_2() const { return ___SingleParser_2; }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_SingleParser_2() { return &___SingleParser_2; }
inline void set_SingleParser_2(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value)
{
___SingleParser_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___SingleParser_2), (void*)value);
}
inline static int32_t get_offset_of_MultiParser_3() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___MultiParser_3)); }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_MultiParser_3() const { return ___MultiParser_3; }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_MultiParser_3() { return &___MultiParser_3; }
inline void set_MultiParser_3(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value)
{
___MultiParser_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___MultiParser_3), (void*)value);
}
};
// System.Net.HttpRequestCreator
struct HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___Version10_0), (void*)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((void**)(&___Version11_1), (void*)value);
}
};
// System.Net.HttpWebRequest_<>c__DisplayClass238_0
struct U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B : public RuntimeObject
{
public:
// System.Net.WebAsyncResult System.Net.HttpWebRequest_<>c__DisplayClass238_0::aread
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___aread_0;
// System.Net.HttpWebRequest System.Net.HttpWebRequest_<>c__DisplayClass238_0::<>4__this
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___U3CU3E4__this_1;
public:
inline static int32_t get_offset_of_aread_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B, ___aread_0)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_aread_0() const { return ___aread_0; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_aread_0() { return &___aread_0; }
inline void set_aread_0(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___aread_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___aread_0), (void*)value);
}
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B, ___U3CU3E4__this_1)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
inline void set_U3CU3E4__this_1(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___U3CU3E4__this_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___U3CU3E4__this_1), (void*)value);
}
};
// 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((void**)(&___hostName_0), (void*)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((void**)(&___aliases_1), (void*)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((void**)(&___addressList_2), (void*)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;
}
};
// 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((void**)(&___m_AsyncObject_1), (void*)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((void**)(&___m_AsyncState_2), (void*)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((void**)(&___m_AsyncCallback_3), (void*)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((void**)(&___m_Result_4), (void*)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((void**)(&___m_Event_7), (void*)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((void**)(&___t_ThreadContext_0), (void*)value);
}
};
// 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;
}
};
// 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;
}
};
// 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((void**)(&___Bytes_0), (void*)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;
}
};
// 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((void**)(&____LocalAddresses_0), (void*)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((void**)(&____LocalAddressesLock_1), (void*)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((void**)(&____LocalDomainName_2), (void*)value);
}
};
// System.Net.NetRes
struct NetRes_tB18DF1FAF98D8D7505D72FA149E57F0D31E2653B : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___m_domain_0), (void*)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((void**)(&___m_userName_1), (void*)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((void**)(&___m_password_2), (void*)value);
}
};
// System.Net.NetworkInformation.IPGlobalProperties
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C : public RuntimeObject
{
public:
public:
};
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C_StaticFields
{
public:
// System.Boolean System.Net.NetworkInformation.IPGlobalProperties::<PlatformNeedsLibCWorkaround>k__BackingField
bool ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0;
public:
inline static int32_t get_offset_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C_StaticFields, ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0)); }
inline bool get_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() const { return ___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; }
inline bool* get_address_of_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0() { return &___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0; }
inline void set_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0(bool value)
{
___U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0 = value;
}
};
// System.Net.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((void**)(&___authObject_0), (void*)value);
}
};
// 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((void**)(&___m_list_0), (void*)value);
}
};
// 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((void**)(&___StaticInstance_0), (void*)value);
}
};
// 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((void**)(&___m_ValidationCallback_0), (void*)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((void**)(&___m_Context_1), (void*)value);
}
};
// 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((void**)(&___uri_0), (void*)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((void**)(&___proxy_1), (void*)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;
}
};
// 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((void**)(&___func_0), (void*)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((void**)(&___locker_1), (void*)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((void**)(&___callback_2), (void*)value);
}
};
// 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((void**)(&___cb_0), (void*)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((void**)(&___U3CU3E4__this_1), (void*)value);
}
};
// 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((void**)(&___m_Buffer_1), (void*)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;
}
};
// System.Net.Sockets.IPv6MulticastOption
struct IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770 : public RuntimeObject
{
public:
public:
};
// 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;
}
};
// System.Net.Sockets.MulticastOption
struct MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 : public RuntimeObject
{
public:
public:
};
// 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((void**)(&___U3CU3E9_0), (void*)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((void**)(&___U3CU3E9__241_0_1), (void*)value);
}
};
// 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;
}
};
// 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((void**)(&___sPoint_0), (void*)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((void**)(&___name_1), (void*)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((void**)(&___connections_2), (void*)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((void**)(&___queue_3), (void*)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((void**)(&___ConnectionClosed_5), (void*)value);
}
};
// System.Net.WebProxy
struct WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 : public RuntimeObject
{
public:
// System.Boolean System.Net.WebProxy::_UseRegistry
bool ____UseRegistry_0;
// System.Boolean System.Net.WebProxy::_BypassOnLocal
bool ____BypassOnLocal_1;
// System.Boolean System.Net.WebProxy::m_EnableAutoproxy
bool ___m_EnableAutoproxy_2;
// System.Uri System.Net.WebProxy::_ProxyAddress
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____ProxyAddress_3;
// System.Collections.ArrayList System.Net.WebProxy::_BypassList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____BypassList_4;
// System.Net.ICredentials System.Net.WebProxy::_Credentials
RuntimeObject* ____Credentials_5;
// System.Text.RegularExpressions.Regex[] System.Net.WebProxy::_RegExBypassList
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* ____RegExBypassList_6;
// System.Collections.Hashtable System.Net.WebProxy::_ProxyHostAddresses
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____ProxyHostAddresses_7;
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::m_ScriptEngine
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * ___m_ScriptEngine_8;
public:
inline static int32_t get_offset_of__UseRegistry_0() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____UseRegistry_0)); }
inline bool get__UseRegistry_0() const { return ____UseRegistry_0; }
inline bool* get_address_of__UseRegistry_0() { return &____UseRegistry_0; }
inline void set__UseRegistry_0(bool value)
{
____UseRegistry_0 = value;
}
inline static int32_t get_offset_of__BypassOnLocal_1() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____BypassOnLocal_1)); }
inline bool get__BypassOnLocal_1() const { return ____BypassOnLocal_1; }
inline bool* get_address_of__BypassOnLocal_1() { return &____BypassOnLocal_1; }
inline void set__BypassOnLocal_1(bool value)
{
____BypassOnLocal_1 = value;
}
inline static int32_t get_offset_of_m_EnableAutoproxy_2() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ___m_EnableAutoproxy_2)); }
inline bool get_m_EnableAutoproxy_2() const { return ___m_EnableAutoproxy_2; }
inline bool* get_address_of_m_EnableAutoproxy_2() { return &___m_EnableAutoproxy_2; }
inline void set_m_EnableAutoproxy_2(bool value)
{
___m_EnableAutoproxy_2 = value;
}
inline static int32_t get_offset_of__ProxyAddress_3() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____ProxyAddress_3)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__ProxyAddress_3() const { return ____ProxyAddress_3; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__ProxyAddress_3() { return &____ProxyAddress_3; }
inline void set__ProxyAddress_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
____ProxyAddress_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ProxyAddress_3), (void*)value);
}
inline static int32_t get_offset_of__BypassList_4() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____BypassList_4)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__BypassList_4() const { return ____BypassList_4; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__BypassList_4() { return &____BypassList_4; }
inline void set__BypassList_4(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____BypassList_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____BypassList_4), (void*)value);
}
inline static int32_t get_offset_of__Credentials_5() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____Credentials_5)); }
inline RuntimeObject* get__Credentials_5() const { return ____Credentials_5; }
inline RuntimeObject** get_address_of__Credentials_5() { return &____Credentials_5; }
inline void set__Credentials_5(RuntimeObject* value)
{
____Credentials_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____Credentials_5), (void*)value);
}
inline static int32_t get_offset_of__RegExBypassList_6() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____RegExBypassList_6)); }
inline RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* get__RegExBypassList_6() const { return ____RegExBypassList_6; }
inline RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53** get_address_of__RegExBypassList_6() { return &____RegExBypassList_6; }
inline void set__RegExBypassList_6(RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* value)
{
____RegExBypassList_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____RegExBypassList_6), (void*)value);
}
inline static int32_t get_offset_of__ProxyHostAddresses_7() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____ProxyHostAddresses_7)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__ProxyHostAddresses_7() const { return ____ProxyHostAddresses_7; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__ProxyHostAddresses_7() { return &____ProxyHostAddresses_7; }
inline void set__ProxyHostAddresses_7(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____ProxyHostAddresses_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____ProxyHostAddresses_7), (void*)value);
}
inline static int32_t get_offset_of_m_ScriptEngine_8() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ___m_ScriptEngine_8)); }
inline AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * get_m_ScriptEngine_8() const { return ___m_ScriptEngine_8; }
inline AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 ** get_address_of_m_ScriptEngine_8() { return &___m_ScriptEngine_8; }
inline void set_m_ScriptEngine_8(AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * value)
{
___m_ScriptEngine_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ScriptEngine_8), (void*)value);
}
};
// System.Net.WebRequest_WebProxyWrapperOpaque
struct WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 : public RuntimeObject
{
public:
// System.Net.WebProxy System.Net.WebRequest_WebProxyWrapperOpaque::webProxy
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * ___webProxy_0;
public:
inline static int32_t get_offset_of_webProxy_0() { return static_cast<int32_t>(offsetof(WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62, ___webProxy_0)); }
inline WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * get_webProxy_0() const { return ___webProxy_0; }
inline WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 ** get_address_of_webProxy_0() { return &___webProxy_0; }
inline void set_webProxy_0(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * value)
{
___webProxy_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___webProxy_0), (void*)value);
}
};
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
struct CriticalFinalizerObject_t8B006E1DEE084E781F5C0F3283E9226E28894DD9 : public RuntimeObject
{
public:
public:
};
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_3;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_4;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_5;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_6;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_7;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_8;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_9;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_10;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_11;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_12;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_13;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_14;
public:
inline static int32_t get_offset_of_m_members_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_3() const { return ___m_members_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_3() { return &___m_members_3; }
inline void set_m_members_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_members_3), (void*)value);
}
inline static int32_t get_offset_of_m_data_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_4)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_4() const { return ___m_data_4; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_4() { return &___m_data_4; }
inline void set_m_data_4(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_data_4), (void*)value);
}
inline static int32_t get_offset_of_m_types_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_5() const { return ___m_types_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_5() { return &___m_types_5; }
inline void set_m_types_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_types_5), (void*)value);
}
inline static int32_t get_offset_of_m_nameToIndex_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_6)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_6() const { return ___m_nameToIndex_6; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_6() { return &___m_nameToIndex_6; }
inline void set_m_nameToIndex_6(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_nameToIndex_6), (void*)value);
}
inline static int32_t get_offset_of_m_currMember_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_7)); }
inline int32_t get_m_currMember_7() const { return ___m_currMember_7; }
inline int32_t* get_address_of_m_currMember_7() { return &___m_currMember_7; }
inline void set_m_currMember_7(int32_t value)
{
___m_currMember_7 = value;
}
inline static int32_t get_offset_of_m_converter_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_8)); }
inline RuntimeObject* get_m_converter_8() const { return ___m_converter_8; }
inline RuntimeObject** get_address_of_m_converter_8() { return &___m_converter_8; }
inline void set_m_converter_8(RuntimeObject* value)
{
___m_converter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_converter_8), (void*)value);
}
inline static int32_t get_offset_of_m_fullTypeName_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_9)); }
inline String_t* get_m_fullTypeName_9() const { return ___m_fullTypeName_9; }
inline String_t** get_address_of_m_fullTypeName_9() { return &___m_fullTypeName_9; }
inline void set_m_fullTypeName_9(String_t* value)
{
___m_fullTypeName_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_fullTypeName_9), (void*)value);
}
inline static int32_t get_offset_of_m_assemName_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_10)); }
inline String_t* get_m_assemName_10() const { return ___m_assemName_10; }
inline String_t** get_address_of_m_assemName_10() { return &___m_assemName_10; }
inline void set_m_assemName_10(String_t* value)
{
___m_assemName_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_assemName_10), (void*)value);
}
inline static int32_t get_offset_of_objectType_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_11)); }
inline Type_t * get_objectType_11() const { return ___objectType_11; }
inline Type_t ** get_address_of_objectType_11() { return &___objectType_11; }
inline void set_objectType_11(Type_t * value)
{
___objectType_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___objectType_11), (void*)value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_12() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_12)); }
inline bool get_isFullTypeNameSetExplicit_12() const { return ___isFullTypeNameSetExplicit_12; }
inline bool* get_address_of_isFullTypeNameSetExplicit_12() { return &___isFullTypeNameSetExplicit_12; }
inline void set_isFullTypeNameSetExplicit_12(bool value)
{
___isFullTypeNameSetExplicit_12 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_13() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_13)); }
inline bool get_isAssemblyNameSetExplicit_13() const { return ___isAssemblyNameSetExplicit_13; }
inline bool* get_address_of_isAssemblyNameSetExplicit_13() { return &___isAssemblyNameSetExplicit_13; }
inline void set_isAssemblyNameSetExplicit_13(bool value)
{
___isAssemblyNameSetExplicit_13 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_14() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_14)); }
inline bool get_requireSameTokenInPartialTrust_14() const { return ___requireSameTokenInPartialTrust_14; }
inline bool* get_address_of_requireSameTokenInPartialTrust_14() { return &___requireSameTokenInPartialTrust_14; }
inline void set_requireSameTokenInPartialTrust_14(bool value)
{
___requireSameTokenInPartialTrust_14 = value;
}
};
// System.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((void**)(&___impl_0), (void*)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((void**)(&___issuer_name_2), (void*)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((void**)(&___subject_name_3), (void*)value);
}
};
// 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((void**)(&___impl_0), (void*)value);
}
};
// 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((void**)(&___data_2), (void*)value);
}
};
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<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((void**)(&___Empty_5), (void*)value);
}
};
// 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((void**)(&____invariantCulture_0), (void*)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((void**)(&____invariantCultureIgnoreCase_1), (void*)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((void**)(&____ordinal_2), (void*)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((void**)(&____ordinalIgnoreCase_3), (void*)value);
}
};
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_55;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_56;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_57;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_58;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_59;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_60;
public:
inline static int32_t get_offset_of_m_codePage_55() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_55)); }
inline int32_t get_m_codePage_55() const { return ___m_codePage_55; }
inline int32_t* get_address_of_m_codePage_55() { return &___m_codePage_55; }
inline void set_m_codePage_55(int32_t value)
{
___m_codePage_55 = value;
}
inline static int32_t get_offset_of_dataItem_56() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_56)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_56() const { return ___dataItem_56; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_56() { return &___dataItem_56; }
inline void set_dataItem_56(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_56 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataItem_56), (void*)value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_57() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_57)); }
inline bool get_m_deserializedFromEverett_57() const { return ___m_deserializedFromEverett_57; }
inline bool* get_address_of_m_deserializedFromEverett_57() { return &___m_deserializedFromEverett_57; }
inline void set_m_deserializedFromEverett_57(bool value)
{
___m_deserializedFromEverett_57 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_58() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_58)); }
inline bool get_m_isReadOnly_58() const { return ___m_isReadOnly_58; }
inline bool* get_address_of_m_isReadOnly_58() { return &___m_isReadOnly_58; }
inline void set_m_isReadOnly_58(bool value)
{
___m_isReadOnly_58 = value;
}
inline static int32_t get_offset_of_encoderFallback_59() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_59)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_59() const { return ___encoderFallback_59; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_59() { return &___encoderFallback_59; }
inline void set_encoderFallback_59(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_59 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoderFallback_59), (void*)value);
}
inline static int32_t get_offset_of_decoderFallback_60() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_60)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_60() const { return ___decoderFallback_60; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_60() { return &___decoderFallback_60; }
inline void set_decoderFallback_60(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_60 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoderFallback_60), (void*)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_61;
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((void**)(&___defaultEncoding_0), (void*)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((void**)(&___unicodeEncoding_1), (void*)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((void**)(&___bigEndianUnicode_2), (void*)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((void**)(&___utf7Encoding_3), (void*)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((void**)(&___utf8Encoding_4), (void*)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((void**)(&___utf32Encoding_5), (void*)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((void**)(&___asciiEncoding_6), (void*)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((void**)(&___latin1Encoding_7), (void*)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((void**)(&___encodings_8), (void*)value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_61() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_61)); }
inline RuntimeObject * get_s_InternalSyncObject_61() const { return ___s_InternalSyncObject_61; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_61() { return &___s_InternalSyncObject_61; }
inline void set_s_InternalSyncObject_61(RuntimeObject * value)
{
___s_InternalSyncObject_61 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_InternalSyncObject_61), (void*)value);
}
};
// 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((void**)(&___m_ChunkChars_0), (void*)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((void**)(&___m_ChunkPrevious_1), (void*)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;
}
};
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
// 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
{
};
// 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((void**)(&___SeparatorsArray_4), (void*)value);
}
};
// 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((void**)(&____array_0), (void*)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;
}
};
// 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((void**)(&___TrueString_5), (void*)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((void**)(&___FalseString_6), (void*)value);
}
};
// 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;
}
};
// 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((void**)(&___categoryForLatin1_3), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)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((void**)(&___current_3), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)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((void**)(&___current_3), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)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((void**)(&___current_3), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)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((void**)(&___current_3), (void*)value);
}
};
// 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((void**)(&___list_0), (void*)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((void**)(&___current_3), (void*)value);
}
};
// 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((void**)(&____all_9), (void*)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((void**)(&____allKeys_10), (void*)value);
}
};
// 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((void**)(&___DaysToMonth365_29), (void*)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((void**)(&___DaysToMonth366_30), (void*)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;
}
};
// 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;
}
};
// 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((void**)(&___enumSeperatorCharArray_0), (void*)value);
}
};
// 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
{
};
// 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((void**)(&____activeReadWriteTask_2), (void*)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((void**)(&____asyncActiveSemaphore_3), (void*)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((void**)(&___Null_1), (void*)value);
}
};
// 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((void**)(&____ReadLineDelegate_1), (void*)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((void**)(&____ReadDelegate_2), (void*)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((void**)(&___Null_3), (void*)value);
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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((void**)(&___m_Address_0), (void*)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((void**)(&___Any_2), (void*)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((void**)(&___IPv6Any_3), (void*)value);
}
};
// 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((void**)(&___address_0), (void*)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;
}
};
// Native definition for P/Invoke marshalling of System.Net.IPv6AddressFormatter
struct IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_pinvoke
{
Il2CppSafeArray/*NONE*/* ___address_0;
int64_t ___scopeId_1;
};
// Native definition for COM marshalling of System.Net.IPv6AddressFormatter
struct IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_com
{
Il2CppSafeArray/*NONE*/* ___address_0;
int64_t ___scopeId_1;
};
// System.Net.NetworkInformation.CommonUnixIPGlobalProperties
struct CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7 : public IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C
{
public:
public:
};
// System.Net.NetworkInformation.Win32IPGlobalProperties
struct Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C : public IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C
{
public:
public:
};
// System.Net.WebRequest_WebProxyWrapper
struct WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B : public WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62
{
public:
public:
};
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
// 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;
}
};
// 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;
}
};
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
// System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB
{
public:
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::m_source
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
public:
inline static int32_t get_offset_of_m_source_0() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB, ___m_source_0)); }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * get_m_source_0() const { return ___m_source_0; }
inline CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE ** get_address_of_m_source_0() { return &___m_source_0; }
inline void set_m_source_0(CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * value)
{
___m_source_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_source_0), (void*)value);
}
};
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields
{
public:
// System.Action`1<System.Object> System.Threading.CancellationToken::s_ActionToActionObjShunt
Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * ___s_ActionToActionObjShunt_1;
public:
inline static int32_t get_offset_of_s_ActionToActionObjShunt_1() { return static_cast<int32_t>(offsetof(CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_StaticFields, ___s_ActionToActionObjShunt_1)); }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * get_s_ActionToActionObjShunt_1() const { return ___s_ActionToActionObjShunt_1; }
inline Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 ** get_address_of_s_ActionToActionObjShunt_1() { return &___s_ActionToActionObjShunt_1; }
inline void set_s_ActionToActionObjShunt_1(Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * value)
{
___s_ActionToActionObjShunt_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_ActionToActionObjShunt_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_pinvoke
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// Native definition for COM marshalling of System.Threading.CancellationToken
struct CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB_marshaled_com
{
CancellationTokenSource_tF480B7E74A032667AFBD31F0530D619FB43AD3FE * ___m_source_0;
};
// 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((void**)(&___internal_thread_6), (void*)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((void**)(&___m_ThreadStartArg_7), (void*)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((void**)(&___pending_exception_8), (void*)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((void**)(&___principal_9), (void*)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((void**)(&___m_Delegate_12), (void*)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((void**)(&___m_ExecutionContext_13), (void*)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((void**)(&___s_LocalDataStoreMgr_0), (void*)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((void**)(&___s_asyncLocalCurrentCulture_4), (void*)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((void**)(&___s_asyncLocalCurrentUICulture_5), (void*)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((void**)(&___s_LocalDataStore_1), (void*)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((void**)(&___m_CurrentCulture_2), (void*)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((void**)(&___m_CurrentUICulture_3), (void*)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((void**)(&___current_thread_11), (void*)value);
}
};
// 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((void**)(&___callback_2), (void*)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((void**)(&___state_3), (void*)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((void**)(&___scheduler_1), (void*)value);
}
};
// 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;
}
};
// 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;
}
};
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
// Mono.Security.Interface.MonoSslPolicyErrors
struct MonoSslPolicyErrors_t5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7
{
public:
// System.Int32 Mono.Security.Interface.MonoSslPolicyErrors::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(MonoSslPolicyErrors_t5F32A4E793EAB8B8A8128A6A3E7690D2E1F666C7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// Mono.Security.Interface.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;
}
};
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_10;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_11;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_12;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_13;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_14;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_15;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_16;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_17;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_18;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_19;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_20;
public:
inline static int32_t get_offset_of_buckets_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_10)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_10() const { return ___buckets_10; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_10() { return &___buckets_10; }
inline void set_buckets_10(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buckets_10), (void*)value);
}
inline static int32_t get_offset_of_count_11() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_11)); }
inline int32_t get_count_11() const { return ___count_11; }
inline int32_t* get_address_of_count_11() { return &___count_11; }
inline void set_count_11(int32_t value)
{
___count_11 = value;
}
inline static int32_t get_offset_of_occupancy_12() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_12)); }
inline int32_t get_occupancy_12() const { return ___occupancy_12; }
inline int32_t* get_address_of_occupancy_12() { return &___occupancy_12; }
inline void set_occupancy_12(int32_t value)
{
___occupancy_12 = value;
}
inline static int32_t get_offset_of_loadsize_13() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_13)); }
inline int32_t get_loadsize_13() const { return ___loadsize_13; }
inline int32_t* get_address_of_loadsize_13() { return &___loadsize_13; }
inline void set_loadsize_13(int32_t value)
{
___loadsize_13 = value;
}
inline static int32_t get_offset_of_loadFactor_14() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_14)); }
inline float get_loadFactor_14() const { return ___loadFactor_14; }
inline float* get_address_of_loadFactor_14() { return &___loadFactor_14; }
inline void set_loadFactor_14(float value)
{
___loadFactor_14 = value;
}
inline static int32_t get_offset_of_version_15() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_15)); }
inline int32_t get_version_15() const { return ___version_15; }
inline int32_t* get_address_of_version_15() { return &___version_15; }
inline void set_version_15(int32_t value)
{
___version_15 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_16() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_16)); }
inline bool get_isWriterInProgress_16() const { return ___isWriterInProgress_16; }
inline bool* get_address_of_isWriterInProgress_16() { return &___isWriterInProgress_16; }
inline void set_isWriterInProgress_16(bool value)
{
___isWriterInProgress_16 = value;
}
inline static int32_t get_offset_of_keys_17() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_17)); }
inline RuntimeObject* get_keys_17() const { return ___keys_17; }
inline RuntimeObject** get_address_of_keys_17() { return &___keys_17; }
inline void set_keys_17(RuntimeObject* value)
{
___keys_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keys_17), (void*)value);
}
inline static int32_t get_offset_of_values_18() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_18)); }
inline RuntimeObject* get_values_18() const { return ___values_18; }
inline RuntimeObject** get_address_of_values_18() { return &___values_18; }
inline void set_values_18(RuntimeObject* value)
{
___values_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_18), (void*)value);
}
inline static int32_t get_offset_of__keycomparer_19() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_19)); }
inline RuntimeObject* get__keycomparer_19() const { return ____keycomparer_19; }
inline RuntimeObject** get_address_of__keycomparer_19() { return &____keycomparer_19; }
inline void set__keycomparer_19(RuntimeObject* value)
{
____keycomparer_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&____keycomparer_19), (void*)value);
}
inline static int32_t get_offset_of__syncRoot_20() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_20)); }
inline RuntimeObject * get__syncRoot_20() const { return ____syncRoot_20; }
inline RuntimeObject ** get_address_of__syncRoot_20() { return &____syncRoot_20; }
inline void set__syncRoot_20(RuntimeObject * value)
{
____syncRoot_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____syncRoot_20), (void*)value);
}
};
// System.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((void**)(&___m_target_2), (void*)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((void**)(&___method_info_7), (void*)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((void**)(&___original_method_info_8), (void*)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((void**)(&___data_9), (void*)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;
}
};
// 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;
};
// 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((void**)(&____className_1), (void*)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((void**)(&____message_2), (void*)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((void**)(&____data_3), (void*)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((void**)(&____innerException_4), (void*)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((void**)(&____helpURL_5), (void*)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((void**)(&____stackTrace_6), (void*)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((void**)(&____stackTraceString_7), (void*)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((void**)(&____remoteStackTraceString_8), (void*)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((void**)(&____dynamicMethods_10), (void*)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((void**)(&____source_12), (void*)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((void**)(&____safeSerializationManager_13), (void*)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((void**)(&___captured_traces_14), (void*)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((void**)(&___native_trace_ips_15), (void*)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((void**)(&___s_EDILock_0), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
};
// 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;
}
};
// System.IO.Compression.CompressionMode
struct CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C
{
public:
// System.Int32 System.IO.Compression.CompressionMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CompressionMode_tA81E7327FA16C35AE7E4DF2C914F7FA17BD5CA5C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.IO.Compression.GZipStream
struct GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::_deflateStream
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * ____deflateStream_4;
public:
inline static int32_t get_offset_of__deflateStream_4() { return static_cast<int32_t>(offsetof(GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588, ____deflateStream_4)); }
inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * get__deflateStream_4() const { return ____deflateStream_4; }
inline DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE ** get_address_of__deflateStream_4() { return &____deflateStream_4; }
inline void set__deflateStream_4(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * value)
{
____deflateStream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____deflateStream_4), (void*)value);
}
};
// 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;
}
};
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.MemoryStream::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int32 System.IO.MemoryStream::_origin
int32_t ____origin_5;
// System.Int32 System.IO.MemoryStream::_position
int32_t ____position_6;
// System.Int32 System.IO.MemoryStream::_length
int32_t ____length_7;
// System.Int32 System.IO.MemoryStream::_capacity
int32_t ____capacity_8;
// System.Boolean System.IO.MemoryStream::_expandable
bool ____expandable_9;
// System.Boolean System.IO.MemoryStream::_writable
bool ____writable_10;
// System.Boolean System.IO.MemoryStream::_exposable
bool ____exposable_11;
// System.Boolean System.IO.MemoryStream::_isOpen
bool ____isOpen_12;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____buffer_4), (void*)value);
}
inline static int32_t get_offset_of__origin_5() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); }
inline int32_t get__origin_5() const { return ____origin_5; }
inline int32_t* get_address_of__origin_5() { return &____origin_5; }
inline void set__origin_5(int32_t value)
{
____origin_5 = value;
}
inline static int32_t get_offset_of__position_6() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); }
inline int32_t get__position_6() const { return ____position_6; }
inline int32_t* get_address_of__position_6() { return &____position_6; }
inline void set__position_6(int32_t value)
{
____position_6 = value;
}
inline static int32_t get_offset_of__length_7() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); }
inline int32_t get__length_7() const { return ____length_7; }
inline int32_t* get_address_of__length_7() { return &____length_7; }
inline void set__length_7(int32_t value)
{
____length_7 = value;
}
inline static int32_t get_offset_of__capacity_8() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); }
inline int32_t get__capacity_8() const { return ____capacity_8; }
inline int32_t* get_address_of__capacity_8() { return &____capacity_8; }
inline void set__capacity_8(int32_t value)
{
____capacity_8 = value;
}
inline static int32_t get_offset_of__expandable_9() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); }
inline bool get__expandable_9() const { return ____expandable_9; }
inline bool* get_address_of__expandable_9() { return &____expandable_9; }
inline void set__expandable_9(bool value)
{
____expandable_9 = value;
}
inline static int32_t get_offset_of__writable_10() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); }
inline bool get__writable_10() const { return ____writable_10; }
inline bool* get_address_of__writable_10() { return &____writable_10; }
inline void set__writable_10(bool value)
{
____writable_10 = value;
}
inline static int32_t get_offset_of__exposable_11() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); }
inline bool get__exposable_11() const { return ____exposable_11; }
inline bool* get_address_of__exposable_11() { return &____exposable_11; }
inline void set__exposable_11(bool value)
{
____exposable_11 = value;
}
inline static int32_t get_offset_of__isOpen_12() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); }
inline bool get__isOpen_12() const { return ____isOpen_12; }
inline bool* get_address_of__isOpen_12() { return &____isOpen_12; }
inline void set__isOpen_12(bool value)
{
____isOpen_12 = value;
}
inline static int32_t get_offset_of__lastReadTask_13() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; }
inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
____lastReadTask_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&____lastReadTask_13), (void*)value);
}
};
// 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;
}
};
// 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((void**)(&____s_4), (void*)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;
}
};
// 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;
}
};
// 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((void**)(&___m_list_1), (void*)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;
}
};
// System.Net.CookieVariant
struct CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC
{
public:
// System.Int32 System.Net.CookieVariant::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieVariant_t896D38AC6FBE01ADFB532B04C5E0E19842256CFC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Net.DecompressionMethods
struct DecompressionMethods_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;
}
};
// System.Net.HttpRequestHeader
struct HttpRequestHeader_t796D2FA1B84E45F31604A0BE5DE90CAE66712654
{
public:
// System.Int32 System.Net.HttpRequestHeader::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HttpRequestHeader_t796D2FA1B84E45F31604A0BE5DE90CAE66712654, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Net.HttpStatusCode
struct HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C
{
public:
// System.Int32 System.Net.HttpStatusCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Net.HttpWebRequest_NtlmAuthState
struct NtlmAuthState_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;
}
};
// System.Net.Mail.SmtpDeliveryFormat
struct SmtpDeliveryFormat_t100736159C2DA0B86D1CC40D5B0FEA85250ECDB6
{
public:
// System.Int32 System.Net.Mail.SmtpDeliveryFormat::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SmtpDeliveryFormat_t100736159C2DA0B86D1CC40D5B0FEA85250ECDB6, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Net.Mail.SmtpDeliveryMethod
struct SmtpDeliveryMethod_t5BEC6DACB33CA745F948B250D0E1E0028D2BBC41
{
public:
// System.Int32 System.Net.Mail.SmtpDeliveryMethod::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SmtpDeliveryMethod_t5BEC6DACB33CA745F948B250D0E1E0028D2BBC41, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Net.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;
}
};
// 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;
}
};
// 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;
}
};
// System.Net.NetworkInformation.UnixIPGlobalProperties
struct UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 : public CommonUnixIPGlobalProperties_t4B4AB0ED66A999A38F78E29F99C1094FB0609FD7
{
public:
public:
};
// 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((void**)(&___IpAddress_1), (void*)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((void**)(&___IpMask_2), (void*)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;
}
};
// 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;
};
// 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;
}
};
// 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((void**)(&____InnerStream_4), (void*)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;
}
};
// 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;
}
};
// System.Net.Security.EncryptionPolicy
struct EncryptionPolicy_t70A16CF79F2A5DC5349D68BA747658E4E3507C18
{
public:
// System.Int32 System.Net.Security.EncryptionPolicy::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(EncryptionPolicy_t70A16CF79F2A5DC5349D68BA747658E4E3507C18, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Net.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;
}
};
// 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;
}
};
// 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((void**)(&___uri_0), (void*)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((void**)(&___protocolVersion_6), (void*)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((void**)(&___host_7), (void*)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((void**)(&___groups_9), (void*)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((void**)(&___hostE_12), (void*)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((void**)(&___endPointCallback_14), (void*)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((void**)(&___idleTimer_18), (void*)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((void**)(&___m_ServerCertificateOrBytes_19), (void*)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((void**)(&___m_ClientCertificateOrBytes_20), (void*)value);
}
};
// 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((void**)(&___handle_0), (void*)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((void**)(&___cb_3), (void*)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((void**)(&___state_4), (void*)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((void**)(&___exc_6), (void*)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((void**)(&___locker_7), (void*)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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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((void**)(&___m_StreamSocket_4), (void*)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;
}
};
// 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;
}
};
// 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;
}
};
// 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((void**)(&___U3CU3E4__this_0), (void*)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((void**)(&___job_1), (void*)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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// System.Net.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Boolean System.Net.WebConnectionStream::isRead
bool ___isRead_5;
// System.Net.WebConnection System.Net.WebConnectionStream::cnc
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc_6;
// System.Net.HttpWebRequest System.Net.WebConnectionStream::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_7;
// System.Byte[] System.Net.WebConnectionStream::readBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___readBuffer_8;
// System.Int32 System.Net.WebConnectionStream::readBufferOffset
int32_t ___readBufferOffset_9;
// System.Int32 System.Net.WebConnectionStream::readBufferSize
int32_t ___readBufferSize_10;
// System.Int32 System.Net.WebConnectionStream::stream_length
int32_t ___stream_length_11;
// System.Int64 System.Net.WebConnectionStream::contentLength
int64_t ___contentLength_12;
// System.Int64 System.Net.WebConnectionStream::totalRead
int64_t ___totalRead_13;
// System.Int64 System.Net.WebConnectionStream::totalWritten
int64_t ___totalWritten_14;
// System.Boolean System.Net.WebConnectionStream::nextReadCalled
bool ___nextReadCalled_15;
// System.Int32 System.Net.WebConnectionStream::pendingReads
int32_t ___pendingReads_16;
// System.Int32 System.Net.WebConnectionStream::pendingWrites
int32_t ___pendingWrites_17;
// System.Threading.ManualResetEvent System.Net.WebConnectionStream::pending
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___pending_18;
// System.Boolean System.Net.WebConnectionStream::allowBuffering
bool ___allowBuffering_19;
// System.Boolean System.Net.WebConnectionStream::sendChunked
bool ___sendChunked_20;
// System.IO.MemoryStream System.Net.WebConnectionStream::writeBuffer
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___writeBuffer_21;
// System.Boolean System.Net.WebConnectionStream::requestWritten
bool ___requestWritten_22;
// System.Byte[] System.Net.WebConnectionStream::headers
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___headers_23;
// System.Boolean System.Net.WebConnectionStream::disposed
bool ___disposed_24;
// System.Boolean System.Net.WebConnectionStream::headersSent
bool ___headersSent_25;
// System.Object System.Net.WebConnectionStream::locker
RuntimeObject * ___locker_26;
// System.Boolean System.Net.WebConnectionStream::initRead
bool ___initRead_27;
// System.Boolean System.Net.WebConnectionStream::read_eof
bool ___read_eof_28;
// System.Boolean System.Net.WebConnectionStream::complete_request_written
bool ___complete_request_written_29;
// System.Int32 System.Net.WebConnectionStream::read_timeout
int32_t ___read_timeout_30;
// System.Int32 System.Net.WebConnectionStream::write_timeout
int32_t ___write_timeout_31;
// System.AsyncCallback System.Net.WebConnectionStream::cb_wrapper
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb_wrapper_32;
// System.Boolean System.Net.WebConnectionStream::IgnoreIOErrors
bool ___IgnoreIOErrors_33;
// System.Boolean System.Net.WebConnectionStream::<GetResponseOnClose>k__BackingField
bool ___U3CGetResponseOnCloseU3Ek__BackingField_34;
public:
inline static int32_t get_offset_of_isRead_5() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___isRead_5)); }
inline bool get_isRead_5() const { return ___isRead_5; }
inline bool* get_address_of_isRead_5() { return &___isRead_5; }
inline void set_isRead_5(bool value)
{
___isRead_5 = value;
}
inline static int32_t get_offset_of_cnc_6() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___cnc_6)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_cnc_6() const { return ___cnc_6; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_cnc_6() { return &___cnc_6; }
inline void set_cnc_6(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___cnc_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cnc_6), (void*)value);
}
inline static int32_t get_offset_of_request_7() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___request_7)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_7() const { return ___request_7; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_7() { return &___request_7; }
inline void set_request_7(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___request_7), (void*)value);
}
inline static int32_t get_offset_of_readBuffer_8() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_readBuffer_8() const { return ___readBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_readBuffer_8() { return &___readBuffer_8; }
inline void set_readBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___readBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___readBuffer_8), (void*)value);
}
inline static int32_t get_offset_of_readBufferOffset_9() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBufferOffset_9)); }
inline int32_t get_readBufferOffset_9() const { return ___readBufferOffset_9; }
inline int32_t* get_address_of_readBufferOffset_9() { return &___readBufferOffset_9; }
inline void set_readBufferOffset_9(int32_t value)
{
___readBufferOffset_9 = value;
}
inline static int32_t get_offset_of_readBufferSize_10() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBufferSize_10)); }
inline int32_t get_readBufferSize_10() const { return ___readBufferSize_10; }
inline int32_t* get_address_of_readBufferSize_10() { return &___readBufferSize_10; }
inline void set_readBufferSize_10(int32_t value)
{
___readBufferSize_10 = value;
}
inline static int32_t get_offset_of_stream_length_11() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___stream_length_11)); }
inline int32_t get_stream_length_11() const { return ___stream_length_11; }
inline int32_t* get_address_of_stream_length_11() { return &___stream_length_11; }
inline void set_stream_length_11(int32_t value)
{
___stream_length_11 = value;
}
inline static int32_t get_offset_of_contentLength_12() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___contentLength_12)); }
inline int64_t get_contentLength_12() const { return ___contentLength_12; }
inline int64_t* get_address_of_contentLength_12() { return &___contentLength_12; }
inline void set_contentLength_12(int64_t value)
{
___contentLength_12 = value;
}
inline static int32_t get_offset_of_totalRead_13() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___totalRead_13)); }
inline int64_t get_totalRead_13() const { return ___totalRead_13; }
inline int64_t* get_address_of_totalRead_13() { return &___totalRead_13; }
inline void set_totalRead_13(int64_t value)
{
___totalRead_13 = value;
}
inline static int32_t get_offset_of_totalWritten_14() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___totalWritten_14)); }
inline int64_t get_totalWritten_14() const { return ___totalWritten_14; }
inline int64_t* get_address_of_totalWritten_14() { return &___totalWritten_14; }
inline void set_totalWritten_14(int64_t value)
{
___totalWritten_14 = value;
}
inline static int32_t get_offset_of_nextReadCalled_15() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___nextReadCalled_15)); }
inline bool get_nextReadCalled_15() const { return ___nextReadCalled_15; }
inline bool* get_address_of_nextReadCalled_15() { return &___nextReadCalled_15; }
inline void set_nextReadCalled_15(bool value)
{
___nextReadCalled_15 = value;
}
inline static int32_t get_offset_of_pendingReads_16() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pendingReads_16)); }
inline int32_t get_pendingReads_16() const { return ___pendingReads_16; }
inline int32_t* get_address_of_pendingReads_16() { return &___pendingReads_16; }
inline void set_pendingReads_16(int32_t value)
{
___pendingReads_16 = value;
}
inline static int32_t get_offset_of_pendingWrites_17() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pendingWrites_17)); }
inline int32_t get_pendingWrites_17() const { return ___pendingWrites_17; }
inline int32_t* get_address_of_pendingWrites_17() { return &___pendingWrites_17; }
inline void set_pendingWrites_17(int32_t value)
{
___pendingWrites_17 = value;
}
inline static int32_t get_offset_of_pending_18() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pending_18)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_pending_18() const { return ___pending_18; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_pending_18() { return &___pending_18; }
inline void set_pending_18(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___pending_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___pending_18), (void*)value);
}
inline static int32_t get_offset_of_allowBuffering_19() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___allowBuffering_19)); }
inline bool get_allowBuffering_19() const { return ___allowBuffering_19; }
inline bool* get_address_of_allowBuffering_19() { return &___allowBuffering_19; }
inline void set_allowBuffering_19(bool value)
{
___allowBuffering_19 = value;
}
inline static int32_t get_offset_of_sendChunked_20() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___sendChunked_20)); }
inline bool get_sendChunked_20() const { return ___sendChunked_20; }
inline bool* get_address_of_sendChunked_20() { return &___sendChunked_20; }
inline void set_sendChunked_20(bool value)
{
___sendChunked_20 = value;
}
inline static int32_t get_offset_of_writeBuffer_21() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___writeBuffer_21)); }
inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_writeBuffer_21() const { return ___writeBuffer_21; }
inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_writeBuffer_21() { return &___writeBuffer_21; }
inline void set_writeBuffer_21(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value)
{
___writeBuffer_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writeBuffer_21), (void*)value);
}
inline static int32_t get_offset_of_requestWritten_22() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___requestWritten_22)); }
inline bool get_requestWritten_22() const { return ___requestWritten_22; }
inline bool* get_address_of_requestWritten_22() { return &___requestWritten_22; }
inline void set_requestWritten_22(bool value)
{
___requestWritten_22 = value;
}
inline static int32_t get_offset_of_headers_23() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___headers_23)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_headers_23() const { return ___headers_23; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_headers_23() { return &___headers_23; }
inline void set_headers_23(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___headers_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___headers_23), (void*)value);
}
inline static int32_t get_offset_of_disposed_24() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___disposed_24)); }
inline bool get_disposed_24() const { return ___disposed_24; }
inline bool* get_address_of_disposed_24() { return &___disposed_24; }
inline void set_disposed_24(bool value)
{
___disposed_24 = value;
}
inline static int32_t get_offset_of_headersSent_25() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___headersSent_25)); }
inline bool get_headersSent_25() const { return ___headersSent_25; }
inline bool* get_address_of_headersSent_25() { return &___headersSent_25; }
inline void set_headersSent_25(bool value)
{
___headersSent_25 = value;
}
inline static int32_t get_offset_of_locker_26() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___locker_26)); }
inline RuntimeObject * get_locker_26() const { return ___locker_26; }
inline RuntimeObject ** get_address_of_locker_26() { return &___locker_26; }
inline void set_locker_26(RuntimeObject * value)
{
___locker_26 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locker_26), (void*)value);
}
inline static int32_t get_offset_of_initRead_27() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___initRead_27)); }
inline bool get_initRead_27() const { return ___initRead_27; }
inline bool* get_address_of_initRead_27() { return &___initRead_27; }
inline void set_initRead_27(bool value)
{
___initRead_27 = value;
}
inline static int32_t get_offset_of_read_eof_28() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___read_eof_28)); }
inline bool get_read_eof_28() const { return ___read_eof_28; }
inline bool* get_address_of_read_eof_28() { return &___read_eof_28; }
inline void set_read_eof_28(bool value)
{
___read_eof_28 = value;
}
inline static int32_t get_offset_of_complete_request_written_29() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___complete_request_written_29)); }
inline bool get_complete_request_written_29() const { return ___complete_request_written_29; }
inline bool* get_address_of_complete_request_written_29() { return &___complete_request_written_29; }
inline void set_complete_request_written_29(bool value)
{
___complete_request_written_29 = value;
}
inline static int32_t get_offset_of_read_timeout_30() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___read_timeout_30)); }
inline int32_t get_read_timeout_30() const { return ___read_timeout_30; }
inline int32_t* get_address_of_read_timeout_30() { return &___read_timeout_30; }
inline void set_read_timeout_30(int32_t value)
{
___read_timeout_30 = value;
}
inline static int32_t get_offset_of_write_timeout_31() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___write_timeout_31)); }
inline int32_t get_write_timeout_31() const { return ___write_timeout_31; }
inline int32_t* get_address_of_write_timeout_31() { return &___write_timeout_31; }
inline void set_write_timeout_31(int32_t value)
{
___write_timeout_31 = value;
}
inline static int32_t get_offset_of_cb_wrapper_32() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___cb_wrapper_32)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_cb_wrapper_32() const { return ___cb_wrapper_32; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_cb_wrapper_32() { return &___cb_wrapper_32; }
inline void set_cb_wrapper_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___cb_wrapper_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cb_wrapper_32), (void*)value);
}
inline static int32_t get_offset_of_IgnoreIOErrors_33() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___IgnoreIOErrors_33)); }
inline bool get_IgnoreIOErrors_33() const { return ___IgnoreIOErrors_33; }
inline bool* get_address_of_IgnoreIOErrors_33() { return &___IgnoreIOErrors_33; }
inline void set_IgnoreIOErrors_33(bool value)
{
___IgnoreIOErrors_33 = value;
}
inline static int32_t get_offset_of_U3CGetResponseOnCloseU3Ek__BackingField_34() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___U3CGetResponseOnCloseU3Ek__BackingField_34)); }
inline bool get_U3CGetResponseOnCloseU3Ek__BackingField_34() const { return ___U3CGetResponseOnCloseU3Ek__BackingField_34; }
inline bool* get_address_of_U3CGetResponseOnCloseU3Ek__BackingField_34() { return &___U3CGetResponseOnCloseU3Ek__BackingField_34; }
inline void set_U3CGetResponseOnCloseU3Ek__BackingField_34(bool value)
{
___U3CGetResponseOnCloseU3Ek__BackingField_34 = value;
}
};
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields
{
public:
// System.Byte[] System.Net.WebConnectionStream::crlf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___crlf_4;
public:
inline static int32_t get_offset_of_crlf_4() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields, ___crlf_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_crlf_4() const { return ___crlf_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_crlf_4() { return &___crlf_4; }
inline void set_crlf_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___crlf_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___crlf_4), (void*)value);
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// 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;
}
};
// System.StringComparison
struct StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0
{
public:
// System.Int32 System.StringComparison::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StringComparison_t02BAA95468CE9E91115C604577611FDF58FEDCF0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.Threading.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;
}
};
// 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((void**)(&___m_lockObj_3), (void*)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((void**)(&___m_waitHandle_4), (void*)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((void**)(&___m_asyncHead_5), (void*)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((void**)(&___m_asyncTail_6), (void*)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((void**)(&___s_trueTask_7), (void*)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((void**)(&___s_cancellationTokenCanceledEventHandler_8), (void*)value);
}
};
// 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((void**)(&___m_action_5), (void*)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((void**)(&___m_stateObject_6), (void*)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((void**)(&___m_taskScheduler_7), (void*)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((void**)(&___m_parent_8), (void*)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((void**)(&___m_continuationObject_10), (void*)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((void**)(&___m_contingentProperties_15), (void*)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((void**)(&___s_factory_3), (void*)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((void**)(&___s_taskCompletionSentinel_11), (void*)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((void**)(&___s_currentActiveTasks_13), (void*)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((void**)(&___s_activeTasksLock_14), (void*)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((void**)(&___s_taskCancelCallback_16), (void*)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((void**)(&___s_createContingentProperties_17), (void*)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((void**)(&___s_completedTask_18), (void*)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((void**)(&___s_IsExceptionObservedByParentPredicate_19), (void*)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((void**)(&___s_ecCallback_20), (void*)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((void**)(&___s_IsTaskContinuationNullPredicate_21), (void*)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((void**)(&___t_currentTask_0), (void*)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((void**)(&___t_stackGuard_1), (void*)value);
}
};
// 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((void**)(&___safeWaitHandle_4), (void*)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;
}
};
// 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;
};
// 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;
}
};
// 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;
}
};
// System.UriFormat
struct UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992
{
public:
// System.Int32 System.UriFormat::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriFormat_t4355763D39FF6F0FAA2B43E3A209BA8500730992, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
// System.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;
}
};
// 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;
}
};
// System.UriKind
struct UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08
{
public:
// System.Int32 System.UriKind::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriKind_t26D0760DDF148ADC939FECD934C0B9FF5C71EA08, ___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;
}
};
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
struct SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E : public SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383
{
public:
public:
};
// 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((void**)(&___numberGroupSizes_1), (void*)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((void**)(&___currencyGroupSizes_2), (void*)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((void**)(&___percentGroupSizes_3), (void*)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((void**)(&___positiveSign_4), (void*)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((void**)(&___negativeSign_5), (void*)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((void**)(&___numberDecimalSeparator_6), (void*)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((void**)(&___numberGroupSeparator_7), (void*)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((void**)(&___currencyGroupSeparator_8), (void*)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((void**)(&___currencyDecimalSeparator_9), (void*)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((void**)(&___currencySymbol_10), (void*)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((void**)(&___ansiCurrencySymbol_11), (void*)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((void**)(&___nanSymbol_12), (void*)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((void**)(&___positiveInfinitySymbol_13), (void*)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((void**)(&___negativeInfinitySymbol_14), (void*)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((void**)(&___percentDecimalSeparator_15), (void*)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((void**)(&___percentGroupSeparator_16), (void*)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((void**)(&___percentSymbol_17), (void*)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((void**)(&___perMilleSymbol_18), (void*)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((void**)(&___nativeDigits_19), (void*)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((void**)(&___invariantInfo_0), (void*)value);
}
};
// System.IO.Compression.DeflateStream
struct DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.IO.Stream System.IO.Compression.DeflateStream::base_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___base_stream_4;
// System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode
int32_t ___mode_5;
// System.Boolean System.IO.Compression.DeflateStream::leaveOpen
bool ___leaveOpen_6;
// System.Boolean System.IO.Compression.DeflateStream::disposed
bool ___disposed_7;
// System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native
DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * ___native_8;
public:
inline static int32_t get_offset_of_base_stream_4() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___base_stream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_base_stream_4() const { return ___base_stream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_base_stream_4() { return &___base_stream_4; }
inline void set_base_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___base_stream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___base_stream_4), (void*)value);
}
inline static int32_t get_offset_of_mode_5() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___mode_5)); }
inline int32_t get_mode_5() const { return ___mode_5; }
inline int32_t* get_address_of_mode_5() { return &___mode_5; }
inline void set_mode_5(int32_t value)
{
___mode_5 = value;
}
inline static int32_t get_offset_of_leaveOpen_6() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___leaveOpen_6)); }
inline bool get_leaveOpen_6() const { return ___leaveOpen_6; }
inline bool* get_address_of_leaveOpen_6() { return &___leaveOpen_6; }
inline void set_leaveOpen_6(bool value)
{
___leaveOpen_6 = value;
}
inline static int32_t get_offset_of_disposed_7() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___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;
}
inline static int32_t get_offset_of_native_8() { return static_cast<int32_t>(offsetof(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE, ___native_8)); }
inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * get_native_8() const { return ___native_8; }
inline DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB ** get_address_of_native_8() { return &___native_8; }
inline void set_native_8(DeflateStreamNative_t7370A3BA77DBD70CCF3355B3862D101135D0F1DB * value)
{
___native_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___native_8), (void*)value);
}
};
// 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((void**)(&___callback_1), (void*)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((void**)(&___state_2), (void*)value);
}
};
// 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;
};
// 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((void**)(&___delegates_11), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
// System.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;
// System.Boolean System.Net.Configuration.SettingsSectionInternal::<UseNagleAlgorithm>k__BackingField
bool ___U3CUseNagleAlgorithmU3Ek__BackingField_3;
// System.Boolean System.Net.Configuration.SettingsSectionInternal::<Expect100Continue>k__BackingField
bool ___U3CExpect100ContinueU3Ek__BackingField_4;
// System.Boolean System.Net.Configuration.SettingsSectionInternal::<CheckCertificateName>k__BackingField
bool ___U3CCheckCertificateNameU3Ek__BackingField_5;
// System.Int32 System.Net.Configuration.SettingsSectionInternal::<DnsRefreshTimeout>k__BackingField
int32_t ___U3CDnsRefreshTimeoutU3Ek__BackingField_6;
// System.Boolean System.Net.Configuration.SettingsSectionInternal::<EnableDnsRoundRobin>k__BackingField
bool ___U3CEnableDnsRoundRobinU3Ek__BackingField_7;
// System.Boolean System.Net.Configuration.SettingsSectionInternal::<CheckCertificateRevocationList>k__BackingField
bool ___U3CCheckCertificateRevocationListU3Ek__BackingField_8;
// System.Net.Security.EncryptionPolicy System.Net.Configuration.SettingsSectionInternal::<EncryptionPolicy>k__BackingField
int32_t ___U3CEncryptionPolicyU3Ek__BackingField_9;
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;
}
inline static int32_t get_offset_of_U3CUseNagleAlgorithmU3Ek__BackingField_3() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CUseNagleAlgorithmU3Ek__BackingField_3)); }
inline bool get_U3CUseNagleAlgorithmU3Ek__BackingField_3() const { return ___U3CUseNagleAlgorithmU3Ek__BackingField_3; }
inline bool* get_address_of_U3CUseNagleAlgorithmU3Ek__BackingField_3() { return &___U3CUseNagleAlgorithmU3Ek__BackingField_3; }
inline void set_U3CUseNagleAlgorithmU3Ek__BackingField_3(bool value)
{
___U3CUseNagleAlgorithmU3Ek__BackingField_3 = value;
}
inline static int32_t get_offset_of_U3CExpect100ContinueU3Ek__BackingField_4() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CExpect100ContinueU3Ek__BackingField_4)); }
inline bool get_U3CExpect100ContinueU3Ek__BackingField_4() const { return ___U3CExpect100ContinueU3Ek__BackingField_4; }
inline bool* get_address_of_U3CExpect100ContinueU3Ek__BackingField_4() { return &___U3CExpect100ContinueU3Ek__BackingField_4; }
inline void set_U3CExpect100ContinueU3Ek__BackingField_4(bool value)
{
___U3CExpect100ContinueU3Ek__BackingField_4 = value;
}
inline static int32_t get_offset_of_U3CCheckCertificateNameU3Ek__BackingField_5() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CCheckCertificateNameU3Ek__BackingField_5)); }
inline bool get_U3CCheckCertificateNameU3Ek__BackingField_5() const { return ___U3CCheckCertificateNameU3Ek__BackingField_5; }
inline bool* get_address_of_U3CCheckCertificateNameU3Ek__BackingField_5() { return &___U3CCheckCertificateNameU3Ek__BackingField_5; }
inline void set_U3CCheckCertificateNameU3Ek__BackingField_5(bool value)
{
___U3CCheckCertificateNameU3Ek__BackingField_5 = value;
}
inline static int32_t get_offset_of_U3CDnsRefreshTimeoutU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CDnsRefreshTimeoutU3Ek__BackingField_6)); }
inline int32_t get_U3CDnsRefreshTimeoutU3Ek__BackingField_6() const { return ___U3CDnsRefreshTimeoutU3Ek__BackingField_6; }
inline int32_t* get_address_of_U3CDnsRefreshTimeoutU3Ek__BackingField_6() { return &___U3CDnsRefreshTimeoutU3Ek__BackingField_6; }
inline void set_U3CDnsRefreshTimeoutU3Ek__BackingField_6(int32_t value)
{
___U3CDnsRefreshTimeoutU3Ek__BackingField_6 = value;
}
inline static int32_t get_offset_of_U3CEnableDnsRoundRobinU3Ek__BackingField_7() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CEnableDnsRoundRobinU3Ek__BackingField_7)); }
inline bool get_U3CEnableDnsRoundRobinU3Ek__BackingField_7() const { return ___U3CEnableDnsRoundRobinU3Ek__BackingField_7; }
inline bool* get_address_of_U3CEnableDnsRoundRobinU3Ek__BackingField_7() { return &___U3CEnableDnsRoundRobinU3Ek__BackingField_7; }
inline void set_U3CEnableDnsRoundRobinU3Ek__BackingField_7(bool value)
{
___U3CEnableDnsRoundRobinU3Ek__BackingField_7 = value;
}
inline static int32_t get_offset_of_U3CCheckCertificateRevocationListU3Ek__BackingField_8() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CCheckCertificateRevocationListU3Ek__BackingField_8)); }
inline bool get_U3CCheckCertificateRevocationListU3Ek__BackingField_8() const { return ___U3CCheckCertificateRevocationListU3Ek__BackingField_8; }
inline bool* get_address_of_U3CCheckCertificateRevocationListU3Ek__BackingField_8() { return &___U3CCheckCertificateRevocationListU3Ek__BackingField_8; }
inline void set_U3CCheckCertificateRevocationListU3Ek__BackingField_8(bool value)
{
___U3CCheckCertificateRevocationListU3Ek__BackingField_8 = value;
}
inline static int32_t get_offset_of_U3CEncryptionPolicyU3Ek__BackingField_9() { return static_cast<int32_t>(offsetof(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821, ___U3CEncryptionPolicyU3Ek__BackingField_9)); }
inline int32_t get_U3CEncryptionPolicyU3Ek__BackingField_9() const { return ___U3CEncryptionPolicyU3Ek__BackingField_9; }
inline int32_t* get_address_of_U3CEncryptionPolicyU3Ek__BackingField_9() { return &___U3CEncryptionPolicyU3Ek__BackingField_9; }
inline void set_U3CEncryptionPolicyU3Ek__BackingField_9(int32_t value)
{
___U3CEncryptionPolicyU3Ek__BackingField_9 = 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((void**)(&___instance_0), (void*)value);
}
};
// System.Net.HeaderVariantInfo
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64
{
public:
// System.String System.Net.HeaderVariantInfo::m_name
String_t* ___m_name_0;
// System.Net.CookieVariant System.Net.HeaderVariantInfo::m_variant
int32_t ___m_variant_1;
public:
inline static int32_t get_offset_of_m_name_0() { return static_cast<int32_t>(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_name_0)); }
inline String_t* get_m_name_0() const { return ___m_name_0; }
inline String_t** get_address_of_m_name_0() { return &___m_name_0; }
inline void set_m_name_0(String_t* value)
{
___m_name_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_0), (void*)value);
}
inline static int32_t get_offset_of_m_variant_1() { return static_cast<int32_t>(offsetof(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64, ___m_variant_1)); }
inline int32_t get_m_variant_1() const { return ___m_variant_1; }
inline int32_t* get_address_of_m_variant_1() { return &___m_variant_1; }
inline void set_m_variant_1(int32_t value)
{
___m_variant_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Net.HeaderVariantInfo
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke
{
char* ___m_name_0;
int32_t ___m_variant_1;
};
// Native definition for COM marshalling of System.Net.HeaderVariantInfo
struct HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com
{
Il2CppChar* ___m_name_0;
int32_t ___m_variant_1;
};
// 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((void**)(&___request_0), (void*)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;
}
};
// 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;
};
// System.Net.HttpWebResponse
struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD
{
public:
// System.Uri System.Net.HttpWebResponse::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_1;
// System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_2;
// System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookieCollection_3;
// System.String System.Net.HttpWebResponse::method
String_t* ___method_4;
// System.Version System.Net.HttpWebResponse::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_5;
// System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode
int32_t ___statusCode_6;
// System.String System.Net.HttpWebResponse::statusDescription
String_t* ___statusDescription_7;
// System.Int64 System.Net.HttpWebResponse::contentLength
int64_t ___contentLength_8;
// System.String System.Net.HttpWebResponse::contentType
String_t* ___contentType_9;
// System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookie_container_10;
// System.Boolean System.Net.HttpWebResponse::disposed
bool ___disposed_11;
// System.IO.Stream System.Net.HttpWebResponse::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
public:
inline static int32_t get_offset_of_uri_1() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___uri_1)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_1() const { return ___uri_1; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_1() { return &___uri_1; }
inline void set_uri_1(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uri_1), (void*)value);
}
inline static int32_t get_offset_of_webHeaders_2() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___webHeaders_2)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_2() const { return ___webHeaders_2; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_2() { return &___webHeaders_2; }
inline void set_webHeaders_2(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___webHeaders_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___webHeaders_2), (void*)value);
}
inline static int32_t get_offset_of_cookieCollection_3() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___cookieCollection_3)); }
inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * get_cookieCollection_3() const { return ___cookieCollection_3; }
inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; }
inline void set_cookieCollection_3(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * value)
{
___cookieCollection_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cookieCollection_3), (void*)value);
}
inline static int32_t get_offset_of_method_4() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___method_4)); }
inline String_t* get_method_4() const { return ___method_4; }
inline String_t** get_address_of_method_4() { return &___method_4; }
inline void set_method_4(String_t* value)
{
___method_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_4), (void*)value);
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___version_5)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_5() const { return ___version_5; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_5() { return &___version_5; }
inline void set_version_5(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___version_5), (void*)value);
}
inline static int32_t get_offset_of_statusCode_6() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___statusCode_6)); }
inline int32_t get_statusCode_6() const { return ___statusCode_6; }
inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; }
inline void set_statusCode_6(int32_t value)
{
___statusCode_6 = value;
}
inline static int32_t get_offset_of_statusDescription_7() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___statusDescription_7)); }
inline String_t* get_statusDescription_7() const { return ___statusDescription_7; }
inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; }
inline void set_statusDescription_7(String_t* value)
{
___statusDescription_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___statusDescription_7), (void*)value);
}
inline static int32_t get_offset_of_contentLength_8() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___contentLength_8)); }
inline int64_t get_contentLength_8() const { return ___contentLength_8; }
inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; }
inline void set_contentLength_8(int64_t value)
{
___contentLength_8 = value;
}
inline static int32_t get_offset_of_contentType_9() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___contentType_9)); }
inline String_t* get_contentType_9() const { return ___contentType_9; }
inline String_t** get_address_of_contentType_9() { return &___contentType_9; }
inline void set_contentType_9(String_t* value)
{
___contentType_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___contentType_9), (void*)value);
}
inline static int32_t get_offset_of_cookie_container_10() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___cookie_container_10)); }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookie_container_10() const { return ___cookie_container_10; }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookie_container_10() { return &___cookie_container_10; }
inline void set_cookie_container_10(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value)
{
___cookie_container_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cookie_container_10), (void*)value);
}
inline static int32_t get_offset_of_disposed_11() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___disposed_11)); }
inline bool get_disposed_11() const { return ___disposed_11; }
inline bool* get_address_of_disposed_11() { return &___disposed_11; }
inline void set_disposed_11(bool value)
{
___disposed_11 = value;
}
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_12), (void*)value);
}
};
// 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((void**)(&___m_ToString_6), (void*)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((void**)(&___m_Numbers_11), (void*)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((void**)(&___Any_0), (void*)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((void**)(&___Loopback_1), (void*)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((void**)(&___Broadcast_2), (void*)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((void**)(&___None_3), (void*)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((void**)(&___IPv6Any_7), (void*)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((void**)(&___IPv6Loopback_8), (void*)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((void**)(&___IPv6None_9), (void*)value);
}
};
// 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((void**)(&___headers_0), (void*)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((void**)(&___saved_5), (void*)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((void**)(&___chunks_9), (void*)value);
}
};
// System.Net.NetworkInformation.MibIPGlobalProperties
struct MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 : public UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6
{
public:
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFile
String_t* ___StatisticsFile_1;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::StatisticsFileIPv6
String_t* ___StatisticsFileIPv6_2;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::TcpFile
String_t* ___TcpFile_3;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::Tcp6File
String_t* ___Tcp6File_4;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::UdpFile
String_t* ___UdpFile_5;
// System.String System.Net.NetworkInformation.MibIPGlobalProperties::Udp6File
String_t* ___Udp6File_6;
public:
inline static int32_t get_offset_of_StatisticsFile_1() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___StatisticsFile_1)); }
inline String_t* get_StatisticsFile_1() const { return ___StatisticsFile_1; }
inline String_t** get_address_of_StatisticsFile_1() { return &___StatisticsFile_1; }
inline void set_StatisticsFile_1(String_t* value)
{
___StatisticsFile_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StatisticsFile_1), (void*)value);
}
inline static int32_t get_offset_of_StatisticsFileIPv6_2() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___StatisticsFileIPv6_2)); }
inline String_t* get_StatisticsFileIPv6_2() const { return ___StatisticsFileIPv6_2; }
inline String_t** get_address_of_StatisticsFileIPv6_2() { return &___StatisticsFileIPv6_2; }
inline void set_StatisticsFileIPv6_2(String_t* value)
{
___StatisticsFileIPv6_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StatisticsFileIPv6_2), (void*)value);
}
inline static int32_t get_offset_of_TcpFile_3() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___TcpFile_3)); }
inline String_t* get_TcpFile_3() const { return ___TcpFile_3; }
inline String_t** get_address_of_TcpFile_3() { return &___TcpFile_3; }
inline void set_TcpFile_3(String_t* value)
{
___TcpFile_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___TcpFile_3), (void*)value);
}
inline static int32_t get_offset_of_Tcp6File_4() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___Tcp6File_4)); }
inline String_t* get_Tcp6File_4() const { return ___Tcp6File_4; }
inline String_t** get_address_of_Tcp6File_4() { return &___Tcp6File_4; }
inline void set_Tcp6File_4(String_t* value)
{
___Tcp6File_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Tcp6File_4), (void*)value);
}
inline static int32_t get_offset_of_UdpFile_5() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___UdpFile_5)); }
inline String_t* get_UdpFile_5() const { return ___UdpFile_5; }
inline String_t** get_address_of_UdpFile_5() { return &___UdpFile_5; }
inline void set_UdpFile_5(String_t* value)
{
___UdpFile_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___UdpFile_5), (void*)value);
}
inline static int32_t get_offset_of_Udp6File_6() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676, ___Udp6File_6)); }
inline String_t* get_Udp6File_6() const { return ___Udp6File_6; }
inline String_t** get_address_of_Udp6File_6() { return &___Udp6File_6; }
inline void set_Udp6File_6(String_t* value)
{
___Udp6File_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Udp6File_6), (void*)value);
}
};
struct MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_StaticFields
{
public:
// System.Char[] System.Net.NetworkInformation.MibIPGlobalProperties::wsChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___wsChars_7;
public:
inline static int32_t get_offset_of_wsChars_7() { return static_cast<int32_t>(offsetof(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_StaticFields, ___wsChars_7)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_wsChars_7() const { return ___wsChars_7; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_wsChars_7() { return &___wsChars_7; }
inline void set_wsChars_7(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___wsChars_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___wsChars_7), (void*)value);
}
};
// System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties
struct UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611 : public UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6
{
public:
public:
};
// 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((void**)(&___HostName_0), (void*)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((void**)(&___DomainName_1), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpAddress_1), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___DnsServerList_3))->___IpMask_2), (void*)NULL);
#endif
}
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((void**)(&___ScopeId_5), (void*)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;
}
};
// 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;
};
// 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((void**)(&___provider_6), (void*)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((void**)(&___impl_7), (void*)value);
}
};
// 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((void**)(&___request_0), (void*)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((void**)(&___certificate_1), (void*)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((void**)(&___chain_2), (void*)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;
}
};
// 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((void**)(&___servicePoints_0), (void*)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((void**)(&___policy_1), (void*)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((void**)(&___server_cert_cb_10), (void*)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;
}
};
// 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((void**)(&___m_Handle_13), (void*)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((void**)(&___seed_endpoint_14), (void*)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((void**)(&___ReadSem_15), (void*)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((void**)(&___WriteSem_16), (void*)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((void**)(&___s_InternalSyncObject_0), (void*)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((void**)(&___AcceptAsyncCallback_22), (void*)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((void**)(&___BeginAcceptCallback_23), (void*)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((void**)(&___BeginAcceptReceiveCallback_24), (void*)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((void**)(&___ConnectAsyncCallback_25), (void*)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((void**)(&___BeginConnectCallback_26), (void*)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((void**)(&___DisconnectAsyncCallback_27), (void*)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((void**)(&___BeginDisconnectCallback_28), (void*)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((void**)(&___ReceiveAsyncCallback_29), (void*)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((void**)(&___BeginReceiveCallback_30), (void*)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((void**)(&___BeginReceiveGenericCallback_31), (void*)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((void**)(&___ReceiveFromAsyncCallback_32), (void*)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((void**)(&___BeginReceiveFromCallback_33), (void*)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((void**)(&___SendAsyncCallback_34), (void*)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((void**)(&___BeginSendGenericCallback_35), (void*)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((void**)(&___SendToAsyncCallback_36), (void*)value);
}
};
// 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((void**)(&___socket_5), (void*)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((void**)(&___DelayedException_7), (void*)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((void**)(&___EndPoint_8), (void*)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((void**)(&___Buffer_9), (void*)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((void**)(&___AcceptSocket_13), (void*)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((void**)(&___Addresses_14), (void*)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((void**)(&___Buffers_16), (void*)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((void**)(&___AcceptedSocket_19), (void*)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;
}
};
// 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;
Il2CppSafeArray/*NONE*/* ___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;
Il2CppSafeArray/*NONE*/* ___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;
};
// System.Net.WebAsyncResult
struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE : public SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6
{
public:
// System.Int32 System.Net.WebAsyncResult::nbytes
int32_t ___nbytes_9;
// System.IAsyncResult System.Net.WebAsyncResult::innerAsyncResult
RuntimeObject* ___innerAsyncResult_10;
// System.Net.HttpWebResponse System.Net.WebAsyncResult::response
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___response_11;
// System.IO.Stream System.Net.WebAsyncResult::writeStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___writeStream_12;
// System.Byte[] System.Net.WebAsyncResult::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_13;
// System.Int32 System.Net.WebAsyncResult::offset
int32_t ___offset_14;
// System.Int32 System.Net.WebAsyncResult::size
int32_t ___size_15;
// System.Boolean System.Net.WebAsyncResult::EndCalled
bool ___EndCalled_16;
// System.Boolean System.Net.WebAsyncResult::AsyncWriteAll
bool ___AsyncWriteAll_17;
// System.Net.HttpWebRequest System.Net.WebAsyncResult::AsyncObject
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___AsyncObject_18;
public:
inline static int32_t get_offset_of_nbytes_9() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___nbytes_9)); }
inline int32_t get_nbytes_9() const { return ___nbytes_9; }
inline int32_t* get_address_of_nbytes_9() { return &___nbytes_9; }
inline void set_nbytes_9(int32_t value)
{
___nbytes_9 = value;
}
inline static int32_t get_offset_of_innerAsyncResult_10() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___innerAsyncResult_10)); }
inline RuntimeObject* get_innerAsyncResult_10() const { return ___innerAsyncResult_10; }
inline RuntimeObject** get_address_of_innerAsyncResult_10() { return &___innerAsyncResult_10; }
inline void set_innerAsyncResult_10(RuntimeObject* value)
{
___innerAsyncResult_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___innerAsyncResult_10), (void*)value);
}
inline static int32_t get_offset_of_response_11() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___response_11)); }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_response_11() const { return ___response_11; }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_response_11() { return &___response_11; }
inline void set_response_11(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value)
{
___response_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___response_11), (void*)value);
}
inline static int32_t get_offset_of_writeStream_12() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___writeStream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_writeStream_12() const { return ___writeStream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_writeStream_12() { return &___writeStream_12; }
inline void set_writeStream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___writeStream_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___writeStream_12), (void*)value);
}
inline static int32_t get_offset_of_buffer_13() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___buffer_13)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_13() const { return ___buffer_13; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_13() { return &___buffer_13; }
inline void set_buffer_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buffer_13), (void*)value);
}
inline static int32_t get_offset_of_offset_14() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___offset_14)); }
inline int32_t get_offset_14() const { return ___offset_14; }
inline int32_t* get_address_of_offset_14() { return &___offset_14; }
inline void set_offset_14(int32_t value)
{
___offset_14 = value;
}
inline static int32_t get_offset_of_size_15() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___size_15)); }
inline int32_t get_size_15() const { return ___size_15; }
inline int32_t* get_address_of_size_15() { return &___size_15; }
inline void set_size_15(int32_t value)
{
___size_15 = value;
}
inline static int32_t get_offset_of_EndCalled_16() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___EndCalled_16)); }
inline bool get_EndCalled_16() const { return ___EndCalled_16; }
inline bool* get_address_of_EndCalled_16() { return &___EndCalled_16; }
inline void set_EndCalled_16(bool value)
{
___EndCalled_16 = value;
}
inline static int32_t get_offset_of_AsyncWriteAll_17() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___AsyncWriteAll_17)); }
inline bool get_AsyncWriteAll_17() const { return ___AsyncWriteAll_17; }
inline bool* get_address_of_AsyncWriteAll_17() { return &___AsyncWriteAll_17; }
inline void set_AsyncWriteAll_17(bool value)
{
___AsyncWriteAll_17 = value;
}
inline static int32_t get_offset_of_AsyncObject_18() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___AsyncObject_18)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_AsyncObject_18() const { return ___AsyncObject_18; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_AsyncObject_18() { return &___AsyncObject_18; }
inline void set_AsyncObject_18(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___AsyncObject_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___AsyncObject_18), (void*)value);
}
};
// 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((void**)(&___sPoint_0), (void*)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((void**)(&___nstream_1), (void*)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((void**)(&___socket_2), (void*)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((void**)(&___socketLock_3), (void*)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((void**)(&___state_4), (void*)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((void**)(&___buffer_7), (void*)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((void**)(&___abortHandler_8), (void*)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((void**)(&___abortHelper_9), (void*)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((void**)(&___Data_10), (void*)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((void**)(&___chunkStream_12), (void*)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((void**)(&___queue_13), (void*)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((void**)(&___priority_request_16), (void*)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((void**)(&___ntlm_credentials_17), (void*)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((void**)(&___connect_request_21), (void*)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((void**)(&___connect_exception_22), (void*)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((void**)(&___tlsStream_23), (void*)value);
}
};
// System.Net.WebConnectionData
struct WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC : public RuntimeObject
{
public:
// System.Net.HttpWebRequest System.Net.WebConnectionData::_request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ____request_0;
// System.Int32 System.Net.WebConnectionData::StatusCode
int32_t ___StatusCode_1;
// System.String System.Net.WebConnectionData::StatusDescription
String_t* ___StatusDescription_2;
// System.Net.WebHeaderCollection System.Net.WebConnectionData::Headers
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___Headers_3;
// System.Version System.Net.WebConnectionData::Version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version_4;
// System.Version System.Net.WebConnectionData::ProxyVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___ProxyVersion_5;
// System.IO.Stream System.Net.WebConnectionData::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_6;
// System.String[] System.Net.WebConnectionData::Challenge
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___Challenge_7;
// System.Net.ReadState System.Net.WebConnectionData::_readState
int32_t ____readState_8;
public:
inline static int32_t get_offset_of__request_0() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ____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((void**)(&____request_0), (void*)value);
}
inline static int32_t get_offset_of_StatusCode_1() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___StatusCode_1)); }
inline int32_t get_StatusCode_1() const { return ___StatusCode_1; }
inline int32_t* get_address_of_StatusCode_1() { return &___StatusCode_1; }
inline void set_StatusCode_1(int32_t value)
{
___StatusCode_1 = value;
}
inline static int32_t get_offset_of_StatusDescription_2() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___StatusDescription_2)); }
inline String_t* get_StatusDescription_2() const { return ___StatusDescription_2; }
inline String_t** get_address_of_StatusDescription_2() { return &___StatusDescription_2; }
inline void set_StatusDescription_2(String_t* value)
{
___StatusDescription_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___StatusDescription_2), (void*)value);
}
inline static int32_t get_offset_of_Headers_3() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Headers_3)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_Headers_3() const { return ___Headers_3; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_Headers_3() { return &___Headers_3; }
inline void set_Headers_3(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___Headers_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Headers_3), (void*)value);
}
inline static int32_t get_offset_of_Version_4() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Version_4)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version_4() const { return ___Version_4; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version_4() { return &___Version_4; }
inline void set_Version_4(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___Version_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Version_4), (void*)value);
}
inline static int32_t get_offset_of_ProxyVersion_5() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___ProxyVersion_5)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_ProxyVersion_5() const { return ___ProxyVersion_5; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_ProxyVersion_5() { return &___ProxyVersion_5; }
inline void set_ProxyVersion_5(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___ProxyVersion_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ProxyVersion_5), (void*)value);
}
inline static int32_t get_offset_of_stream_6() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___stream_6)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_6() const { return ___stream_6; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_6() { return &___stream_6; }
inline void set_stream_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_6), (void*)value);
}
inline static int32_t get_offset_of_Challenge_7() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Challenge_7)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_Challenge_7() const { return ___Challenge_7; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_Challenge_7() { return &___Challenge_7; }
inline void set_Challenge_7(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___Challenge_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Challenge_7), (void*)value);
}
inline static int32_t get_offset_of__readState_8() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ____readState_8)); }
inline int32_t get__readState_8() const { return ____readState_8; }
inline int32_t* get_address_of__readState_8() { return &____readState_8; }
inline void set__readState_8(int32_t value)
{
____readState_8 = value;
}
};
// 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((void**)(&___m_CommonHeaders_12), (void*)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((void**)(&___m_InnerCollection_16), (void*)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((void**)(&___HInfo_11), (void*)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((void**)(&___s_CommonHeaderNames_14), (void*)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((void**)(&___s_CommonHeaderHints_15), (void*)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((void**)(&___HttpTrimCharacters_18), (void*)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((void**)(&___RfcCharMap_19), (void*)value);
}
};
// 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((void**)(&___m_CachePolicy_6), (void*)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((void**)(&___m_CacheProtocol_7), (void*)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((void**)(&___m_CacheBinding_8), (void*)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((void**)(&___s_PrefixList_1), (void*)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((void**)(&___s_InternalSyncObject_2), (void*)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((void**)(&___s_DefaultTimerQueue_3), (void*)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((void**)(&___webRequestCreate_9), (void*)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((void**)(&___s_DefaultWebProxy_10), (void*)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;
}
};
// 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;
}
};
// 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((void**)(&____version_1), (void*)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((void**)(&____servicePack_2), (void*)value);
}
};
// 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((void**)(&___m_additionalContext_0), (void*)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;
}
};
// 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;
};
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6
{
public:
public:
};
// 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((void**)(&____syncContext_0), (void*)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((void**)(&____syncContextNoFlow_1), (void*)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((void**)(&____logicalCallContext_2), (void*)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((void**)(&____illogicalCallContext_3), (void*)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((void**)(&____localValues_5), (void*)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((void**)(&____localChangeNotifications_6), (void*)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((void**)(&___s_dummyDefaultEC_7), (void*)value);
}
};
// 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((void**)(&___FilterAttribute_0), (void*)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((void**)(&___FilterName_1), (void*)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((void**)(&___FilterNameIgnoreCase_2), (void*)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((void**)(&___Missing_3), (void*)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((void**)(&___EmptyTypes_5), (void*)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((void**)(&___defaultBinder_6), (void*)value);
}
};
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public:
// System.String System.Uri::m_String
String_t* ___m_String_16;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_17;
// System.UriParser System.Uri::m_Syntax
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_18;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_19;
// System.Uri_Flags System.Uri::m_Flags
uint64_t ___m_Flags_20;
// System.Uri_UriInfo System.Uri::m_Info
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_21;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_22;
public:
inline static int32_t get_offset_of_m_String_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_16)); }
inline String_t* get_m_String_16() const { return ___m_String_16; }
inline String_t** get_address_of_m_String_16() { return &___m_String_16; }
inline void set_m_String_16(String_t* value)
{
___m_String_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_String_16), (void*)value);
}
inline static int32_t get_offset_of_m_originalUnicodeString_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_17)); }
inline String_t* get_m_originalUnicodeString_17() const { return ___m_originalUnicodeString_17; }
inline String_t** get_address_of_m_originalUnicodeString_17() { return &___m_originalUnicodeString_17; }
inline void set_m_originalUnicodeString_17(String_t* value)
{
___m_originalUnicodeString_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_originalUnicodeString_17), (void*)value);
}
inline static int32_t get_offset_of_m_Syntax_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_18)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_18() const { return ___m_Syntax_18; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_18() { return &___m_Syntax_18; }
inline void set_m_Syntax_18(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___m_Syntax_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Syntax_18), (void*)value);
}
inline static int32_t get_offset_of_m_DnsSafeHost_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_19)); }
inline String_t* get_m_DnsSafeHost_19() const { return ___m_DnsSafeHost_19; }
inline String_t** get_address_of_m_DnsSafeHost_19() { return &___m_DnsSafeHost_19; }
inline void set_m_DnsSafeHost_19(String_t* value)
{
___m_DnsSafeHost_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_DnsSafeHost_19), (void*)value);
}
inline static int32_t get_offset_of_m_Flags_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_20)); }
inline uint64_t get_m_Flags_20() const { return ___m_Flags_20; }
inline uint64_t* get_address_of_m_Flags_20() { return &___m_Flags_20; }
inline void set_m_Flags_20(uint64_t value)
{
___m_Flags_20 = value;
}
inline static int32_t get_offset_of_m_Info_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_21)); }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_21() const { return ___m_Info_21; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_21() { return &___m_Info_21; }
inline void set_m_Info_21(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
{
___m_Info_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_Info_21), (void*)value);
}
inline static int32_t get_offset_of_m_iriParsing_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_22)); }
inline bool get_m_iriParsing_22() const { return ___m_iriParsing_22; }
inline bool* get_address_of_m_iriParsing_22() { return &___m_iriParsing_22; }
inline void set_m_iriParsing_22(bool value)
{
___m_iriParsing_22 = 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_23;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_24;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_25;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_26;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_27;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_29;
// System.Object System.Uri::s_initLock
RuntimeObject * ___s_initLock_30;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_34;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_35;
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((void**)(&___UriSchemeFile_0), (void*)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((void**)(&___UriSchemeFtp_1), (void*)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((void**)(&___UriSchemeGopher_2), (void*)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((void**)(&___UriSchemeHttp_3), (void*)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((void**)(&___UriSchemeHttps_4), (void*)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((void**)(&___UriSchemeWs_5), (void*)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((void**)(&___UriSchemeWss_6), (void*)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((void**)(&___UriSchemeMailto_7), (void*)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((void**)(&___UriSchemeNews_8), (void*)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((void**)(&___UriSchemeNntp_9), (void*)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((void**)(&___UriSchemeNetTcp_10), (void*)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((void**)(&___UriSchemeNetPipe_11), (void*)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((void**)(&___SchemeDelimiter_12), (void*)value);
}
inline static int32_t get_offset_of_s_ConfigInitialized_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_23)); }
inline bool get_s_ConfigInitialized_23() const { return ___s_ConfigInitialized_23; }
inline bool* get_address_of_s_ConfigInitialized_23() { return &___s_ConfigInitialized_23; }
inline void set_s_ConfigInitialized_23(bool value)
{
___s_ConfigInitialized_23 = value;
}
inline static int32_t get_offset_of_s_ConfigInitializing_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_24)); }
inline bool get_s_ConfigInitializing_24() const { return ___s_ConfigInitializing_24; }
inline bool* get_address_of_s_ConfigInitializing_24() { return &___s_ConfigInitializing_24; }
inline void set_s_ConfigInitializing_24(bool value)
{
___s_ConfigInitializing_24 = value;
}
inline static int32_t get_offset_of_s_IdnScope_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_25)); }
inline int32_t get_s_IdnScope_25() const { return ___s_IdnScope_25; }
inline int32_t* get_address_of_s_IdnScope_25() { return &___s_IdnScope_25; }
inline void set_s_IdnScope_25(int32_t value)
{
___s_IdnScope_25 = value;
}
inline static int32_t get_offset_of_s_IriParsing_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_26)); }
inline bool get_s_IriParsing_26() const { return ___s_IriParsing_26; }
inline bool* get_address_of_s_IriParsing_26() { return &___s_IriParsing_26; }
inline void set_s_IriParsing_26(bool value)
{
___s_IriParsing_26 = value;
}
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_27)); }
inline bool get_useDotNetRelativeOrAbsolute_27() const { return ___useDotNetRelativeOrAbsolute_27; }
inline bool* get_address_of_useDotNetRelativeOrAbsolute_27() { return &___useDotNetRelativeOrAbsolute_27; }
inline void set_useDotNetRelativeOrAbsolute_27(bool value)
{
___useDotNetRelativeOrAbsolute_27 = value;
}
inline static int32_t get_offset_of_IsWindowsFileSystem_29() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_29)); }
inline bool get_IsWindowsFileSystem_29() const { return ___IsWindowsFileSystem_29; }
inline bool* get_address_of_IsWindowsFileSystem_29() { return &___IsWindowsFileSystem_29; }
inline void set_IsWindowsFileSystem_29(bool value)
{
___IsWindowsFileSystem_29 = value;
}
inline static int32_t get_offset_of_s_initLock_30() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_30)); }
inline RuntimeObject * get_s_initLock_30() const { return ___s_initLock_30; }
inline RuntimeObject ** get_address_of_s_initLock_30() { return &___s_initLock_30; }
inline void set_s_initLock_30(RuntimeObject * value)
{
___s_initLock_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_initLock_30), (void*)value);
}
inline static int32_t get_offset_of_HexLowerChars_34() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_34)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_34() const { return ___HexLowerChars_34; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_34() { return &___HexLowerChars_34; }
inline void set_HexLowerChars_34(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HexLowerChars_34 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HexLowerChars_34), (void*)value);
}
inline static int32_t get_offset_of__WSchars_35() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_35)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_35() const { return ____WSchars_35; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_35() { return &____WSchars_35; }
inline void set__WSchars_35(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____WSchars_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&____WSchars_35), (void*)value);
}
};
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback
struct MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A : public MulticastDelegate_t
{
public:
public:
};
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback
struct MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0), (void*)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((void**)(&___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1), (void*)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((void**)(&___U3CTrustAnchorsU3Ek__BackingField_3), (void*)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((void**)(&___U3CUserSettingsU3Ek__BackingField_4), (void*)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((void**)(&___U3CCertificateSearchPathsU3Ek__BackingField_5), (void*)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((void**)(&___U3CEnabledCiphersU3Ek__BackingField_8), (void*)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((void**)(&___certificateValidator_15), (void*)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((void**)(&___defaultSettings_16), (void*)value);
}
};
// System.Action`1<System.IO.Stream>
struct Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 : public MulticastDelegate_t
{
public:
public:
};
// System.Action`1<System.Threading.Tasks.Task>
struct Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&___m_paramName_17), (void*)value);
}
};
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t
{
public:
public:
};
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>
struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&____maybeFullPath_17), (void*)value);
}
};
// System.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 : public MulticastDelegate_t
{
public:
public:
};
// System.IndexOutOfRangeException
struct IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 : public MulticastDelegate_t
{
public:
public:
};
// System.Net.HeaderParser
struct HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E : public MulticastDelegate_t
{
public:
public:
};
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&___requestUri_12), (void*)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((void**)(&___actualUri_13), (void*)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((void**)(&___certificates_17), (void*)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((void**)(&___connectionGroup_18), (void*)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((void**)(&___continueDelegate_21), (void*)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((void**)(&___cookieContainer_22), (void*)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((void**)(&___credentials_23), (void*)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((void**)(&___webHeaders_27), (void*)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((void**)(&___mediaType_30), (void*)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((void**)(&___method_31), (void*)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((void**)(&___initialMethod_32), (void*)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((void**)(&___version_36), (void*)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((void**)(&___actualVersion_38), (void*)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((void**)(&___proxy_39), (void*)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((void**)(&___servicePoint_41), (void*)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((void**)(&___writeStream_43), (void*)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((void**)(&___webResponse_44), (void*)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((void**)(&___asyncWrite_45), (void*)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((void**)(&___asyncRead_46), (void*)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((void**)(&___abortHandler_47), (void*)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((void**)(&___bodyBuffer_52), (void*)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((void**)(&___saved_exc_55), (void*)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((void**)(&___locker_56), (void*)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((void**)(&___WebConnection_58), (void*)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((void**)(&___tlsProvider_62), (void*)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((void**)(&___tlsSettings_63), (void*)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((void**)(&___certValidationCallback_64), (void*)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;
Il2CppCodeGenWriteBarrier((void**)&(((&___auth_state_65))->___request_0), (void*)NULL);
}
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;
Il2CppCodeGenWriteBarrier((void**)&(((&___proxy_auth_state_66))->___request_0), (void*)NULL);
}
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((void**)(&___host_67), (void*)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((void**)(&___ResendContentFactory_68), (void*)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((void**)(&___StoredConnection_72), (void*)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;
}
};
// System.Net.InternalException
struct InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// 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;
Il2CppCodeGenWriteBarrier((void**)&(((&___fixedInfo_0))->___HostName_0), (void*)NULL);
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___fixedInfo_0))->___DomainName_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___fixedInfo_0))->___DnsServerList_3))->___IpAddress_1), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&((&(((&___fixedInfo_0))->___DnsServerList_3))->___IpMask_2), (void*)NULL);
#endif
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
Il2CppCodeGenWriteBarrier((void**)&(((&___fixedInfo_0))->___ScopeId_5), (void*)NULL);
#endif
}
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;
}
};
// System.Net.Security.LocalCertSelectionCallback
struct LocalCertSelectionCallback_tD6114DFF113D64892D65456E53A3F61DCE4874F2 : public MulticastDelegate_t
{
public:
public:
};
// System.Net.Security.LocalCertificateSelectionCallback
struct LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 : public MulticastDelegate_t
{
public:
public:
};
// System.Net.Security.RemoteCertificateValidationCallback
struct RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E : public MulticastDelegate_t
{
public:
public:
};
// System.Net.SimpleAsyncCallback
struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&___blocking_threads_6), (void*)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((void**)(&___threads_stacktraces_7), (void*)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;
}
};
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.OutOfMemoryException
struct OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Runtime.InteropServices.ExternalException
struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.StackOverflowException
struct StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Threading.ContextCallback
struct ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 : public MulticastDelegate_t
{
public:
public:
};
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public:
public:
};
// System.Threading.ThreadAbortException
struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Threading.TimerCallback
struct TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 : public MulticastDelegate_t
{
public:
public:
};
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t
{
public:
public:
};
// 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((void**)(&___ClassName_17), (void*)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((void**)(&___AssemblyName_18), (void*)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((void**)(&___MessageArg_19), (void*)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;
}
};
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
// 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((void**)(&___m_actualValue_19), (void*)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((void**)(&____rangeMessage_18), (void*)value);
}
};
// 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((void**)(&___s_ErrorMessage_19), (void*)value);
}
};
// System.EntryPointNotFoundException
struct EntryPointNotFoundException_tCF689617164B79AD85A41DADB38D27BD1E10B279 : public TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1
{
public:
public:
};
// System.Net.ProtocolViolationException
struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
public:
};
// 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((void**)(&___m_Response_18), (void*)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;
}
};
// 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((void**)(&___objectName_17), (void*)value);
}
};
// System.PlatformNotSupportedException
struct PlatformNotSupportedException_t14FE109377F8FA8B3B2F9A0C4FE3BF10662C73B5 : public NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010
{
public:
public:
};
// System.Net.NetworkInformation.NetworkInformationException
struct NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 : public Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668
{
public:
public:
};
// 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((void**)(&___m_EndPoint_20), (void*)value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// 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((void**)m_Items + index, (void*)value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.Net.HeaderInfo[]
struct HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2 : public RuntimeArray
{
public:
ALIGN_FIELD (8) HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * m_Items[1];
public:
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** 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, HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)value);
}
inline Delegate_t * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Delegate_t ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// 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((void**)m_Items + index, (void*)value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
}
};
// System.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.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((void**)m_Items + index, (void*)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((void**)m_Items + index, (void*)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;
}
};
IL2CPP_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);
IL2CPP_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);
IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_pinvoke_cleanup(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_pinvoke& marshaled);
IL2CPP_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);
IL2CPP_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);
IL2CPP_EXTERN_C void Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshal_com_cleanup(Win32_IP_ADDR_STRING_tDA9F56F72EA92CA09591BA7A512706A1A3BCC16F_marshaled_com& marshaled);
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Object>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.Byte>(!!0[],!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, uint8_t ___value1, const RuntimeMethod* method);
// !!0 System.Runtime.InteropServices.Marshal::PtrToStructure<System.Net.NetworkInformation.Win32_FIXED_INFO>(System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_gshared (intptr_t ___ptr0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::TryGetValue(!0,!1&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject ** ___value1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.Dictionary`2<System.Object,System.Object>::.ctor()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Count()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// System.Collections.Generic.Dictionary`2/ValueCollection<!0,!1> System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Values()
IL2CPP_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>)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject* ___collection0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.Dictionary`2<System.Object,System.Object>::ContainsKey(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// !1 System.Func`2<System.Object,System.Boolean>::Invoke(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Func_2_Invoke_mE25788DCE25515291EAA06F55BEF30F9F27FBBA9_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * ___arg0, const RuntimeMethod* method);
// System.Boolean System.Nullable`1<System.Boolean>::get_HasValue()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method);
// !0 System.Nullable`1<System.Boolean>::get_Value()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, bool ___value0, const RuntimeMethod* method);
// !1 System.Collections.Generic.Dictionary`2<System.Object,System.Object>::get_Item(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared (Dictionary_2_t32F25F093828AA9F93CB11C2A2B4648FD62A09BA * __this, RuntimeObject * ___key0, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1<System.Object>::Remove(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::IndexOf(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * ___item0, const RuntimeMethod* method);
// System.Int32 System.ArraySegment`1<System.Byte>::get_Offset()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_gshared_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method);
// System.Int32 System.ArraySegment`1<System.Byte>::get_Count()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_gshared_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method);
// !0[] System.ArraySegment`1<System.Byte>::get_Array()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_gshared_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.Marshal::UnsafeAddrOfPinnedArrayElement<System.Byte>(!!0[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_gshared (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___arr0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Action`1<System.Object>::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared (Action_1_t551A279CEADCF6EEAE8FA2B1E1E757D0D15290D0 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.WebRequest::get_DefaultWebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A (const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.GlobalProxySelection::GetEmptyWebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD (const RuntimeMethod* method);
// System.Net.WebProxy System.Net.WebRequest/WebProxyWrapper::get_WebProxy()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * WebProxyWrapper_get_WebProxy_m64892D5D4C1D1C4A11188F1549D2762AF50A5EE8_inline (WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * __this, const RuntimeMethod* method);
// System.Void System.Net.EmptyWebProxy::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyWebProxy__ctor_m1087116F8816BF3AD6D7ADE134F1579659AA00A5 (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.StringCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t ___index0, const RuntimeMethod* method);
// System.String System.String::CreateString(System.Char[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___val0, int32_t ___startIndex1, int32_t ___length2, const RuntimeMethod* method);
// System.String System.String::Trim()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.StringCollection::Add(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Collections.Specialized.StringCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringCollection_get_Count_m4307EBE5F76A894AE550321977CE58DDDFCB85BF (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.StringCollection::CopyTo(System.String[],System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringCollection_CopyTo_m22FDAD087DBC9ACAC1C2BD3614AD448C173F8893 (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Net.HeaderInfo::.ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Net.HeaderParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119 (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * __this, String_t* ___name0, bool ___requestRestricted1, bool ___responseRestricted2, bool ___multi3, HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___p4, const RuntimeMethod* method);
// System.Void System.Net.HeaderParser::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor(System.Int32,System.Collections.IEqualityComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method);
// System.Void System.Net.HeaderVariantInfo::.ctor(System.String,System.Net.CookieVariant)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method);
// System.String System.Net.HeaderVariantInfo::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF_inline (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method);
// System.Net.CookieVariant System.Net.HeaderVariantInfo::get_Variant()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31_inline (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
// System.Void System.Version::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Version__ctor_mC2880C190E158700B0C114D4CC921C0D240DAA9C (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, int32_t ___major0, int32_t ___minor1, const RuntimeMethod* method);
// System.Void System.Net.WebRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.WebRequest::get_InternalDefaultWebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 (const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::.ctor(System.Net.WebHeaderCollectionType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, uint16_t ___type0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_ThrowOnError(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::ResetAuthorization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, Type_t * ___type1, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest/AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___isProxy1, const RuntimeMethod* method);
// System.String System.Net.WebHeaderCollection::CheckBadChars(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523 (String_t* ___name0, bool ___isHeaderValue1, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::RemoveInternal(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::AddInternal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::CheckRequestStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetSpecialHeaders(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetSpecialHeaders_mE1E07E7DE10DC49AEAD0B25905915E1372D7C381 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___HeaderName0, String_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_MethodWithBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m3CEEDA1CDA93234E6E78DFB6563738B050AFF6CA (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::ToLowerInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.String::Contains(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* ___str00, String_t* ___str11, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::CheckUpdate(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_CheckUpdate_mD96B54829D540AD2C75631F01E1DE7A25918EE09 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, String_t* ___message1, const RuntimeMethod* method);
// System.String System.String::ToLower()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* ___a0, String_t* ___b1, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* ___message0, String_t* ___paramName1, const RuntimeMethod* method);
// System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.Uri::get_Authority()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.String System.Uri::get_Scheme()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::CheckValidHost(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckValidHost_m74A97470623C461ECDF3223969B86E812F442194 (String_t* ___scheme0, String_t* ___val1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA (String_t* ___ipString0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** ___address1, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* ___str00, String_t* ___str11, String_t* ___str22, String_t* ___str33, const RuntimeMethod* method);
// System.Boolean System.Uri::IsWellFormedUriString(System.String,System.UriKind)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_IsWellFormedUriString_m5731DF3A30779B3E4A491CE7CB11F2AAAA89AD3E (String_t* ___uriString0, int32_t ___uriKind1, const RuntimeMethod* method);
// System.String System.String::ToUpperInvariant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338 (String_t* __this, const RuntimeMethod* method);
// System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_UsesProxy()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_UseConnect()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * ___obj0, bool* ___lockTaken1, const RuntimeMethod* method);
// System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___address0, RuntimeObject* ___proxy1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::get_RequestWritten()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.WebConnectionStream::get_WriteBufferLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::WriteRequestAsync(System.Net.SimpleAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest/<>c__DisplayClass238_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass238_0__ctor_mD79C17473C69332138DD6687ACFBB34293B3380D (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_Aborted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method);
// System.Void System.Net.ProtocolViolationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String System.Net.HttpWebRequest::get_TransferEncoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::.ctor(System.Net.HttpWebRequest,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m6EA6C98BA6787E27A7CA2D3734A532203CFCF9BC (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb1, RuntimeObject * ___state2, 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 * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared)(__this, ___object0, ___method1, method);
}
// System.Void System.Net.SimpleAsyncCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_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::RunWithLock(System.Object,System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>,System.Net.SimpleAsyncCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F (RuntimeObject * ___locker0, Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func1, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback2, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::WaitUntilComplete(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_GotException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Exception System.Net.SimpleAsyncResult::get_Exception()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Net.HttpWebResponse System.Net.WebAsyncResult::get_Response()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F_inline (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03 (int32_t* ___location10, int32_t ___value1, int32_t ___comparand2, const RuntimeMethod* method);
// System.Void System.EventHandler::Invoke(System.Object,System.EventArgs)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800 (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___e1, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::DoCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, Type_t * ___type2, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, bool ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int64_t ___value1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* ___name0, int32_t ___value1, const RuntimeMethod* method);
// System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m7465E6EC8142D0BCC30F80634F840CE31819FA5D (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, int32_t ___StatusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___httpHeaders1, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::RewriteRedirectToGet()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * ___arg00, RuntimeObject * ___arg11, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
IL2CPP_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.Void System.Uri::.ctor(System.Uri,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___baseUri0, String_t* ___relativeUri1, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, const RuntimeMethod* method);
// System.String System.Net.HttpWebRequest::get_Host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::ChangeInternal(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::get_NtlmAuthState()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method);
// System.String System.Int64::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C (int64_t* __this, const RuntimeMethod* method);
// System.Boolean System.Version::op_Equality(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v10, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v21, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_SendContinue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_ProxyQuery()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// System.String System.Net.CookieContainer::GetCookieHeader(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::DoPreAuthenticate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request0, RuntimeObject* ___credentials1, const RuntimeMethod* method);
// System.String System.Net.Authorization::get_Message()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A_inline (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus,System.Net.WebExceptionInternalStatus,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, int32_t ___internalStatus2, Exception_t * ___innerException3, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.String System.Uri::get_PathAndQuery()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99 (String_t* ___format0, RuntimeObject * ___arg01, RuntimeObject * ___arg12, RuntimeObject * ___arg23, const RuntimeMethod* method);
// System.Boolean System.Version::op_Inequality(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v10, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v21, const RuntimeMethod* method);
// System.Boolean System.Version::op_LessThan(System.Version,System.Version)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_LessThan_mEE4DE91646EDC7245FD486D1D3E2322B651E7028 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v10, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___v21, const RuntimeMethod* method);
// System.Int32 System.Version::get_Major()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method);
// System.Int32 System.Version::get_Minor()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774 (StringBuilder_t * __this, String_t* ___format0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.String System.Net.HttpWebRequest::GetHeaders()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_UTF8()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9 (const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::set_SendChunked(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnectionStream_set_SendChunked_m19B2E66DBE0EF896D562173B18F7DA62E707E61B_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::SetHeadersAsync(System.Boolean,System.Net.SimpleAsyncCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___setInternalLength0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::Run(System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>,System.Net.SimpleAsyncCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method);
// System.Net.WebExceptionStatus System.Net.WebException::get_Status()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m1B70EF872E650D6C3B320EDE858FEC1136914D09_inline (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Net.WebExceptionStatus,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___exc1, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::get_CompleteRequestWritten()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CompleteRequestWritten_m2CE66E5BAD797C5DE04C188041418DEDDDA62FD6_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebResponse::ReadAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method);
// System.Net.WebConnection System.Net.WebConnectionStream::get_Connection()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::set_PriorityRequest(System.Net.HttpWebRequest)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_PriorityRequest_m261005EABEA126F531BA07E90632A61B0510B59F_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::set_NtlmCredential(System.Net.NetworkCredential)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_mFE95AC3455BD8EFE7405E250398B6ED5E6694B71_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::set_UnsafeAuthenticatedConnectionSharing(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_mBD2DA6D3E5F146D699DEB5591368EBBE61BC4EC0_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___method1, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data2, CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___container3, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::CheckSendError(System.Net.WebConnectionData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Net.HttpWebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___response1, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::CheckFinalStatus(System.Net.WebAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsNtlmAuthenticated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::set_NtlmAuthenticated(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m4B88457A4ABFE610A9013AD61A5C86F1C507C5AC_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::KillBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___r0, const RuntimeMethod* method);
// System.EventHandler System.Net.ServicePoint::SendRequest(System.Net.HttpWebRequest,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, String_t* ___groupName1, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsCompleted()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_inline (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m19026B770747E1221AD6C0D561DDD9CF59D1AD07 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method);
// System.Byte[] System.Net.WebConnectionStream::get_WriteBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.IO.MemoryStream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
// System.Void System.Action`1<System.IO.Stream>::Invoke(!0)
inline void Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475 (Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___obj0, const RuntimeMethod* method)
{
(( void (*) (Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 *, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, const RuntimeMethod*))Action_1_Invoke_mB86FC1B303E77C41ED0E94FC3592A9CF8DA571D5_gshared)(__this, ___obj0, method);
}
// System.Boolean System.Net.HttpWebRequest::get_ThrowOnError()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::InternalClose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.WebAsyncResult,System.Net.HttpStatusCode,System.Net.WebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, int32_t ___code1, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response2, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest/AuthorizationState::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Exception_t * ___exc0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetWriteStreamInner(System.Net.SimpleAsyncCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback0, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_CompletedSynchronouslyPeek()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E_inline (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m9A6A27BE905BAFA2CC24B3827C3C36023243F117 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___writeStream1, const RuntimeMethod* method);
// System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103 (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method);
// System.Boolean System.Net.Authorization::get_Complete()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B_inline (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method);
// System.String System.Net.HttpWebRequest/AuthorizationState::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method);
// System.Void System.Net.WebResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method);
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95 (String_t* ___s0, int64_t* ___result1, const RuntimeMethod* method);
// System.Void System.Net.HttpWebResponse::FillCookies()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method);
// System.Net.HttpWebRequest System.Net.WebConnectionData::get_request()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF_inline (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method);
// System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m9C3683B47B672DF5A75101E7F81CC2DD24083A3F (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::Remove(System.Net.HttpRequestHeader)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, int32_t ___header0, const RuntimeMethod* method);
// System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m5AB204CE24A3BFE0C2B6352EBF402C4D9F261EFF (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___mode1, const RuntimeMethod* method);
// System.Void System.Net.HttpWebResponse::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::ReadAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43 (String_t* ___a0, String_t* ___b1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Void System.Net.WebResponse::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Type System.Object::GetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Object_GetType_m2E0B62414ECCAA3094B703790CE88CBB2F83EA60 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* ___objectName0, const RuntimeMethod* method);
// System.Net.CookieCollection System.Net.CookieContainer::CookieCutter(System.Uri,System.String,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___headerName1, String_t* ___setCookieHeader2, bool ___isThrow3, const RuntimeMethod* method);
// System.Int32 System.Net.CookieCollection::get_Count()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieCollection::Add(System.Net.CookieCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* ___paramName0, const RuntimeMethod* method);
// System.String SR::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPAddress::InternalParse(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47 (String_t* ___ipString0, bool ___tryParse1, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t ___startIndex0, const RuntimeMethod* method);
// System.Boolean System.UInt32::TryParse(System.String,System.Globalization.NumberStyles,System.IFormatProvider,System.UInt32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool UInt32_TryParse_mF53E581D2BF1451EC324BC2F601B6AEB0E2F9235 (String_t* ___s0, int32_t ___style1, RuntimeObject* ___provider2, uint32_t* ___result3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketException::.ctor(System.Net.Sockets.SocketError)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Int64 System.IPv4AddressHelper::ParseNonCanonical(System.Char*,System.Int32,System.Int32&,System.Boolean)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14 (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.Net.IPAddress::.ctor(System.Int64)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline (const RuntimeMethod* method);
// System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Void System.Net.IPAddress::.ctor(System.Int32)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndPoint__ctor_mFCD3A4BB994F59D40A3A94A6F1DEC4A731CC8776 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.ValidationHelper::ValidateTcpPort(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_ValidateTcpPort_m899B89B4810C6531306EC6C34FF452732D41979D (int32_t ___port0, const RuntimeMethod* method);
// System.Int32 System.Net.IPEndPoint::get_Port()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9_inline (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPEndPoint::get_Address()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4_inline (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method);
// System.Void System.Net.SocketAddress::.ctor(System.Net.IPAddress,System.Int32)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Family_mA5C74070602CE88CF4E8C77A06B7B60D73BC736D (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String,System.Object[])
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method);
// System.Net.IPEndPoint System.Net.SocketAddress::GetIPEndPoint()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint16_t IPv6AddressFormatter_SwapUShort_m6B7BA905E96BB0889C580EE25F3614C7A4A9164C (uint16_t ___number0, const RuntimeMethod* method);
// System.UInt32 System.Net.IPv6AddressFormatter::AsIPv4Int()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Compatible()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Mapped()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127 (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar ___value0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mB2B8807F92F9A75140DC4E431FC1B054FC5C0AA9 (StringBuilder_t * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SystemException__ctor_mEB9049B75DE1D23B0515DD294BEF0AAC7792F465 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, const RuntimeMethod* method);
// System.Void System.Net.LazyAsyncResult/ThreadContext::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadContext__ctor_mA7A43774615EA8E5A20D406F33EFE2004B9944E2 (ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.LazyAsyncResult::LazilyCreateEvent(System.Threading.ManualResetEvent&)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool ___initialState0, const RuntimeMethod* method);
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** ___location10, RuntimeObject * ___value1, RuntimeObject * ___comparand2, const RuntimeMethod* method);
// System.Boolean System.Net.LazyAsyncResult::get_InternalPeekCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_InternalPeekCompleted_mF38EC74EAB7CA4F1B3A2E94748D48FCF71DC8191 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Set()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
// System.Int32 System.Threading.Interlocked::Increment(System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F (int32_t* ___location0, const RuntimeMethod* method);
// System.Void System.Net.LazyAsyncResult::ProtectedInvokeCallback(System.Object,System.IntPtr)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082 * LazyAsyncResult_get_CurrentThreadContext_m72EA4FF3D8FA7A473BABC9CB6C74D197BC1CCD98 (const RuntimeMethod* method);
// System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_m2D22C77015012A0C9712F242DCD2B7D692F707E7 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, const RuntimeMethod* method);
// System.Void System.AsyncCallback::Invoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method);
// System.Object System.Net.LazyAsyncResult::WaitForCompletion(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_WaitForCompletion_m2EBF6946E81B37CDA61E56A8B930B751279E7DC9 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, bool ___snap0, const RuntimeMethod* method);
// System.Boolean System.Net.LazyAsyncResult::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method);
// System.Void System.Threading.Thread::SpinWait(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_SpinWait_m78B41D34DB11B07C0E7776FD3150DFB10AC63BB4 (int32_t ___iterations0, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebHeaderCollection)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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 ___capacity0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A *, int32_t, const RuntimeMethod*))List_1__ctor_mEE468B81D8E7C140F567D10FF7F5894A50EEEA57_gshared)(__this, ___capacity0, 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 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB81BF77943BE9280522DB3ACB20B6887B3DFB65A *, Chunk_tB367D5D805924164D239F587BC848162536B8AB7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Net.MonoChunkStream/Chunk::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_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_inline (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 * __this, const RuntimeMethod* method)
{
return (( Chunk_tB367D5D805924164D239F587BC848162536B8AB7 * (*) (Enumerator_t319B66106271B3F5F33758B591AA8F148AE72D04 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Net.MonoChunkStream/State System.Net.MonoChunkStream::ReadBody(System.Byte[],System.Int32&,System.Int32)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * ___src0, int32_t ___srcOffset1, RuntimeArray * ___dst2, int32_t ___dstOffset3, int32_t ___count4, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream/Chunk::.ctor(System.Byte[])
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowProtocolViolation_mC9B0B1760F312148830161608B10224D40D42192 (String_t* ___message0, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mD336EC8038F2AE879DDC8B2F37FC8DF4413F6905 (String_t* ___s0, int32_t ___style1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t ___startIndex0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.IO.StringReader::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_mA55383C19EFBC075E762145D88F15A2B8B0CDA17 (StringReader_t3095DEB3D26F40D1A7F9B76835D80AFE70E47E12 * __this, String_t* ___s0, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::Add(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___header0, const RuntimeMethod* method);
// System.Net.IPAddress[] System.Net.NclUtilities::get_LocalAddresses()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* NclUtilities_get_LocalAddresses_mCD150C4D4468FA5A5841F1A9DEA23779221321D8 (const RuntimeMethod* method);
// System.String System.Net.Dns::GetHostName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2 (const RuntimeMethod* method);
// System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62 (String_t* ___hostName0, const RuntimeMethod* method);
// System.Object System.Net.NclUtilities::get_LocalAddressesLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * NclUtilities_get_LocalAddressesLock_m873FF32D6C0398541CBB1CE734A5A66A8ED1A2C2 (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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD (const RuntimeMethod* method);
// System.String System.Net.IPHostEntry::get_HostName()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
// System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline (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 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Net.IPAddress>::get_Count()
inline int32_t List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E_inline (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tB34D29BC0109BFF1A9C027005B9BDEA8EB6BFA98 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__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_inline (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 * __this, const RuntimeMethod* method)
{
return (( IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * (*) (Enumerator_t7DB5756A369EB66BA6C318F5A0B74A3772BDC841 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__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.String System.Net.WebExceptionMapping::GetWebStatusString(System.Net.WebExceptionStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91 (int32_t ___status0, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_CurrentCulture()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m30892041DA5F50D7B8CFD82FFC0F55B5B97A2B7F (RuntimeObject* ___provider0, String_t* ___format1, RuntimeObject * ___arg02, const RuntimeMethod* method);
// System.Void System.Net.NetworkCredential::.ctor(System.String,System.String,System.String)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_mB9CE178B322A2F4D9BA04EFB3B1E1714E956072E_inline (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::InternalGetPassword()
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * SecureStringHelper_CreateSecureString_m36F065E59FF9B8AC79289E4B2A42F96C23BD4F0C (String_t* ___plainString0, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::InternalGetDomain()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_mD71A083EE1BAA813D8DE53B402C228E6FFB35028_inline (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateString(System.Security.SecureString)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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* ___array0, uint8_t ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, uint8_t, const RuntimeMethod*))Array_IndexOf_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m20FA41614D3EF813095F40EB16E7C4D3F5A1717A_gshared)(___array0, ___value1, method);
}
// System.Text.Encoding System.Text.Encoding::get_ASCII()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.IPGlobalProperties::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPGlobalProperties__ctor_m1C3267FBFEC8DD72CC56A4C5EC19C76AA7680B6B (IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * __this, const RuntimeMethod* method);
// System.OperatingSystem System.Environment::get_OSVersion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method);
// System.PlatformID System.OperatingSystem::get_Platform()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixNoLibCIPGlobalProperties__ctor_m9FFB83304274EEBCE61CDE8E3E0F86B4B04D49FF (UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611 * __this, const RuntimeMethod* method);
// System.Boolean System.IO.Directory::Exists(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84 (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.ctor(System.String)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB (String_t* ___path0, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.UnixIPGlobalProperties::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744 (UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 * __this, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.Win32IPGlobalProperties::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32IPGlobalProperties__ctor_mCCF10D6073FCA3B87D513794539C831D75E8D236 (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * __this, const RuntimeMethod* method);
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::GetIPGlobalProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_GetIPGlobalProperties_m9754DEEC16047B231DA6208C8AE6317BB0F3D8CA (const RuntimeMethod* method);
// System.String System.IO.Path::Combine(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311 (String_t* ___path10, String_t* ___path21, const RuntimeMethod* method);
// System.Int32 System.Runtime.InteropServices.Marshal::GetLastWin32Error()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Marshal_GetLastWin32Error_mE1A714E69515F70001BA6714077880530257AEC7 (const RuntimeMethod* method);
// System.Void System.ComponentModel.Win32Exception::.ctor(System.Int32)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Win32Exception__ctor_mC7ADDE9D2FEE4E17432F63C24EF1D872380094DB (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Int32 System.ComponentModel.Win32Exception::get_NativeErrorCode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857_inline (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method);
// System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor()
IL2CPP_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()
IL2CPP_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&)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_m3BFCB876D7469108C8676D6DD90D943806C13A58 (int32_t ___cb0, 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 ___ptr0, const RuntimeMethod* method)
{
return (( Win32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD (*) (intptr_t, const RuntimeMethod*))Marshal_PtrToStructure_TisWin32_FIXED_INFO_t3A3D06BDBE4DDA090E3A7151E5D761E867A870DD_m0592D1519676E1DC6710FFCCDFB9F45919B40D6B_gshared)(___ptr0, method);
}
// System.Void Mono.Http.NtlmClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m4899ADB6724FAD756B958222AC0366D55240B7EF (NtlmClient_tE2C469C219FC7533E842B06EC19C9E97B56CAEB8 * __this, const RuntimeMethod* method);
// System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_mD73C626428344DB75A9EE4EBDD009568226D7757 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * __this, RuntimeObject* ___comparer0, const RuntimeMethod* method);
// System.Collections.SortedList System.Collections.SortedList::Synchronized(System.Collections.SortedList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * SortedList_Synchronized_mA6FCDAC41F1DABC16B721C5D8E61374689A19458 (SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E * ___list0, const RuntimeMethod* method);
// System.Object System.Net.PathList::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method);
// System.String System.Net.CookieParser::CheckQuoted(System.String)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525 (int32_t ___val10, int32_t ___val21, const RuntimeMethod* method);
// System.Void System.Net.PathList/PathListComparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__ctor_m99D0A835BDB43E2840747C654543E22BB5861BDB (PathListComparer_tDBE17A93599D72911D22973B739F500E8C26ADCF * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method);
// System.Void System.IO.Stream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.IO.Stream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream_Dispose_mC0F23B2D31DC853B12A10F0233173A278FF21B05 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.Net.Security.SslStream::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method);
// Mono.Security.Interface.MonoTlsProvider Mono.Security.Interface.MonoTlsProviderFactory::GetProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * MonoTlsProviderFactory_GetProvider_mB4747BFB69D961C9B18398D60AFC667F9A252245 (const RuntimeMethod* method);
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m4DA680B7D511456DB5789F62EC80117AE5E16532 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___userCertificateValidationCallback2, LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * ___userCertificateSelectionCallback3, const RuntimeMethod* method);
// System.Void System.Net.Security.AuthenticatedStream::.ctor(System.IO.Stream,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172 (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, const RuntimeMethod* method);
// Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::GetProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * SslStream_GetProvider_m745E2C52DFED4D4045613A88E00B3EF1E20A7033 (const RuntimeMethod* method);
// Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::CopyDefaultSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * MonoTlsSettings_CopyDefaultSettings_m4CE2BE44BF064124CFD98CEF44E76FD5D6EA0AD2 (const RuntimeMethod* method);
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.RemoteCertificateValidationCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * CallbackHelpers_PublicToMono_m84CC573B0D8E011058AEC077734D8C76921DD04C (RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___callback0, const RuntimeMethod* method);
// System.Void Mono.Security.Interface.MonoTlsSettings::set_RemoteCertificateValidationCallback(Mono.Security.Interface.MonoRemoteCertificateValidationCallback)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MonoTlsSettings_set_RemoteCertificateValidationCallback_mC9225CD237B10BBF4813A975D827B822DF970E21_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * ___value0, const RuntimeMethod* method);
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Net.Security.Private.CallbackHelpers::PublicToMono(System.Net.Security.LocalCertificateSelectionCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * CallbackHelpers_PublicToMono_m1CA5926DB777E92367F0C69583DE272E800E43F1 (LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * ___callback0, const RuntimeMethod* method);
// System.Void Mono.Security.Interface.MonoTlsSettings::set_ClientCertificateSelectionCallback(Mono.Security.Interface.MonoLocalCertificateSelectionCallback)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MonoTlsSettings_set_ClientCertificateSelectionCallback_m815474865E0743103BE1BA06CCFC85588BAFBAA4_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * ___value0, const RuntimeMethod* method);
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.IO.Stream System.Net.Security.AuthenticatedStream::get_InnerStream()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC_inline (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, const RuntimeMethod* method);
// System.Void System.Net.Security.AuthenticatedStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticatedStream_Dispose_m5610A806886C36698AC932D21F5FBDCAE9FA3E14 (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_m079F8FC3EE21C47D9FDD09FD90C14BDD34539493 (ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_m97152E1791C019905F6297946D7411CA6683CCEB (ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___executionContext0, ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_UtcNow()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32)
IL2CPP_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[])
IL2CPP_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* ___key0, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F ** ___value1, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F **, const RuntimeMethod*))Dictionary_2_TryGetValue_m3455807C552312C60038DF52EF328C3687442DE3_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Net.WebConnectionGroup::.ctor(System.Net.ServicePoint,System.String)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionGroup::add_ConnectionClosed(System.EventHandler)
IL2CPP_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* ___key0, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, 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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA_inline (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* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromMilliseconds_mED351BDAFE79A7C08A3F115FB4B5E000CF73900D (double ___value0, 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* ___collection0, const RuntimeMethod* method)
{
(( void (*) (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *, RuntimeObject*, const RuntimeMethod*))List_1__ctor_m6E336459937EBBC514F001464CC3771240EEBB87_gshared)(__this, ___collection0, 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_inline (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 * __this, const RuntimeMethod* method)
{
return (( WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * (*) (Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__this, method);
}
// System.Boolean System.Net.WebConnectionGroup::TryRecycle(System.TimeSpan,System.DateTime&)
IL2CPP_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 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 *, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, 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* ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *, String_t*, const RuntimeMethod*))Dictionary_2_ContainsKey_m4EBC00E16E83DA33851A551757D2B7332D5756B9_gshared)(__this, ___key0, method);
}
// System.Void System.Net.ServicePoint::RemoveConnectionGroup(System.Net.WebConnectionGroup)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___group0, const RuntimeMethod* method);
// System.Void System.Threading.Timer::Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::CheckAvailableForRecycling(System.DateTime&)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF_inline (const RuntimeMethod* method);
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___t1, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method);
// System.String System.Uri::get_Host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.UriHostNameType System.Uri::get_HostNameType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_mA6C390F5A4A9F6B1AC652DE1EA38700B3F9F2FD1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Net.IPHostEntry::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPAddress::Parse(System.String)
IL2CPP_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[])
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_HasTimedOut()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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&)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TimerCallback__ctor_m6B85BEF2F0E429E5F8E4FA2F527B42247E95A690 (TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Threading.Timer::.ctor(System.Threading.TimerCallback,System.Object,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Timer__ctor_mD4A4B4616E25E39A422DD8083930951535AE8BA1 (Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * __this, TimerCallback_tC89F2FB1294A86F64DEB2C1F68024954018AA219 * ___callback0, RuntimeObject * ___state1, int32_t ___dueTime2, int32_t ___period3, const RuntimeMethod* method);
// System.EventHandler System.Net.WebConnection::SendRequest(System.Net.HttpWebRequest)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HybridDictionary__ctor_m18ABDB797A0591DF595BBDD2A03F1670DDD07AA7 (HybridDictionary_t885F953154C575D3408650DCE5D0B76F1EE4E549 * __this, const RuntimeMethod* method);
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* ___str00, String_t* ___str11, String_t* ___str22, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Uri,System.Boolean)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mA40D127E6B6DDB7FE8EBDE9A075FF0FF96CAE3FB_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m81B24DCBB2CDB67877B1631AD53EA4925B2D77D2_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_m63B28421D36EA6064A66588382A7381C9318CAA2_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass9_0__ctor_m0A82C8B1F7527FDBCCBAC8A38C932BB954AB8859 (U3CU3Ec__DisplayClass9_0_t47DEAC5ADFEA0940FAE3D1B7BCB60D05496BC8E3 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::.ctor(System.Net.SimpleAsyncCallback)
IL2CPP_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 * ___arg0, const RuntimeMethod* method)
{
return (( bool (*) (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*))Func_2_Invoke_mE25788DCE25515291EAA06F55BEF30F9F27FBBA9_gshared)(__this, ___arg0, method);
}
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult/<>c__DisplayClass11_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass11_0__ctor_m067672498CEA9C4A2F49FD4F066BC64301FE6E90 (U3CU3Ec__DisplayClass11_0_t8C200E7B255B4336993B38FAC7E931F8414EF122 * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Reset()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method);
// System.Threading.WaitHandle System.Net.SimpleAsyncResult::get_AsyncWaitHandle()
IL2CPP_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_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, const RuntimeMethod*))Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared_inline)(__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 ___value0, const RuntimeMethod* method)
{
(( void (*) (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 *, bool, const RuntimeMethod*))Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_gshared)(__this, ___value0, method);
}
// System.Void System.IndexOutOfRangeException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IndexOutOfRangeException__ctor_m17448AB4B27BC9D8AEB4605CDB0EA053626ABEC1 (IndexOutOfRangeException_tEC7665FC66525AB6A6916A7EB505E5591683F0CF * __this, const RuntimeMethod* method);
// System.Int32 System.IntPtr::get_Size()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m0E74FC03C86ECFB7B6639F93E224A1975374D8F7 (uint8_t* __this, RuntimeObject* ___provider0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.LingerOption::set_Enabled(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LingerOption_set_Enabled_m698CECD028CDD6D6E7CC82C12D5A0B7A291A74B1_inline (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.LingerOption::set_LingerTime(System.Int32)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m366DDFE3598E938C9EA7C288E306682E64D44755_inline (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_GetSocketOption_m0810701BA5C30F393D05386BA150A87CA905710D (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::get_Available()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_Blocking()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_Connected()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::get_SocketType()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Receive(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Send(System.Byte[],System.Int32,System.Int32,System.Net.Sockets.SocketFlags)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_m77322C5F6C16BCE94498430C920EC1EBCF8BC8A2 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___timeout0, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_EndSend_mD941F4E5F502FC0EDCA70BB7CB637217320709EC (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86 (const RuntimeMethod* method);
// System.Void Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandleZeroOrMinusOneIsInvalid__ctor_mC2C000FF88F5F480CBABA271C33F416047A42E95 (SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E * __this, bool ___ownsHandle0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::SetHandle(System.IntPtr)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m84A4309A0B6AFD09D5CD087B172BF37F999CA288_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, intptr_t ___handle0, 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&)
IL2CPP_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&)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mA2F79A5F2CAA91B9F7917C0EB2B381357A395609 (StringBuilder_t * __this, String_t* ___value0, 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_inline (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C * __this, const RuntimeMethod* method)
{
return (( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * (*) (Enumerator_t170516E89C4F5403AAE7A7CFFEA81DB998A2510C *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline)(__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 * ___key0, const RuntimeMethod* method)
{
return (( StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))Dictionary_2_get_Item_m6625C3BA931A6EE5D6DB46B9E743B40AAA30010B_gshared)(__this, ___key0, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendLine_mB5B3F68726B05CD404C8C8D8F5A3D2A58FF16BB9 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Threading.Thread>::get_Count()
inline int32_t List_1_get_Count_m11E3A74EDF4FB6EE4139A15DD104D59DDC402BFF_inline (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Threading.Thread>::get_Item(System.Int32)
inline Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * List_1_get_Item_m5584F887D702E20E9AF1D8EF97200115E997D9FB_inline (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Threading.Thread System.Threading.Thread::get_CurrentThread()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Monitor_Wait_m370232637E049ACF8E0322DC89D1AECD48ADE0E4 (RuntimeObject * ___obj0, int32_t ___millisecondsTimeout1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Close_internal(System.IntPtr,System.Int32&)
IL2CPP_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&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousAddRef_m38ABCE4B3DF7CEA3B6C79996C22E1D532E10F085 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, bool* ___success0, 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 * ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, method);
}
// System.Void System.Diagnostics.StackTrace::.ctor(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mCF16893B6C5EEC13841370A064CFF74E9F54E997 (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, bool ___fNeedFileInfo0, 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 * ___key0, StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * ___value1, const RuntimeMethod* method)
{
(( void (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *, const RuntimeMethod*))Dictionary_2_Add_mC741BBB0A647C814227953DB9B23CB1BDF571C5B_gshared)(__this, ___key0, ___value1, method);
}
// System.Void System.Runtime.InteropServices.SafeHandle::DangerousRelease()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_DangerousRelease_m3D5C78EBCD583C58AE715F7A8AC1BD3BA976CF01 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Boolean System.Runtime.InteropServices.SafeHandle::get_IsClosed()
IL2CPP_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)
IL2CPP_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 * ___item0, const RuntimeMethod* method)
{
return (( bool (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))List_1_Remove_m908B647BB9F807676DACE34E3E73475C3C3751D4_gshared)(__this, ___item0, 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 * ___item0, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t584FFF54C798BF7768C5EA483641BADEC0CB963D *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))List_1_IndexOf_m98E4245F46A6D90AE3E96EFF3880D50ED6E2C728_gshared)(__this, ___item0, 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 * ___key0, const RuntimeMethod* method)
{
return (( bool (*) (Dictionary_2_t2B4A575938F12185D62CE7B381FC75D09F004B17 *, Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *, const RuntimeMethod*))Dictionary_2_Remove_m0FCCD33CE2C6A7589E52A2AB0872FE361BF5EF60_gshared)(__this, ___key0, method);
}
// System.Void System.Threading.Monitor::Pulse(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Pulse_mA4885CDA903E733894EB46D7D4CA9F40C95FEE08 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.String System.Environment::GetEnvironmentVariable(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_GetEnvironmentVariable_mB94020EE6B0D5BADF024E4BE6FBC54A5954D2185 (String_t* ___variable0, const RuntimeMethod* method);
// System.Void System.Threading.SemaphoreSlim::.ctor(System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SemaphoreSlim__ctor_mE9DFD50375754E2D73606021F0E4F103E946C50E (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, int32_t ___initialCount0, int32_t ___maxCount1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::InitializeSockets()
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9_inline (const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::SetIPProtectionLevel(System.Net.Sockets.IPProtectionLevel)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SocketDefaults_m3AE1F652A9ED2E599A57BFDF82EB39C4EF32DB32 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.SafeHandle::DangerousGetHandle()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_DualMode()
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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&)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Socket_get_InternalSyncObject_m7325FA3D411ED7E590F9E026CE2859CB654B614F (const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::IsProtocolSupported(System.Net.NetworkInformation.NetworkInterfaceComponent)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_IsProtocolSupported_mD0EC79AB174CC92B01EEC866E6837CCF1B330A37 (int32_t ___networkInterface0, const RuntimeMethod* method);
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Ipv6Enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Ipv6Enabled_mA9CA51E8A3512524460E9AC8C9DE920F64C33FB8 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * ___obj0, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_CleanedUp()
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Available_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m7CCE17E3D9D431AC1F4E95CAEF113F99724CB677 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t* ___error1, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::Available_internal(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_mC31B5CF7F708E1B4346481F1E72F27EE3C977820 (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method);
// System.Net.SocketAddress System.Net.Sockets.Socket::LocalEndPoint_internal(System.Net.Sockets.SafeSocketHandle,System.Int32,System.Int32&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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()
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E_inline (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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF_inline (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method);
// System.Threading.WaitHandle System.IOAsyncResult::get_AsyncWaitHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * IOAsyncResult_get_AsyncWaitHandle_mBB8E187CEE0D781E6CC1C0E4576A82D02936B9C5 (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::CheckIfThrowDelayedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketAsyncResult_CheckIfThrowDelayedException_mA857B11642F239B6FE95EC9E57F99E01F114FCAD (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SafeSocketHandle::RegisterForBlockingSyscall()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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)
IL2CPP_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.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D (String_t* ___hostNameOrAddress0, const RuntimeMethod* method);
// System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addresses0, int32_t ___port1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::.ctor(System.Net.Sockets.Socket,System.AsyncCallback,System.Object,System.Net.Sockets.SocketOperation)
IL2CPP_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::BeginSConnect(System.Net.Sockets.SocketAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4 (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * ___sockares0, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Exception,System.Boolean)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Dispose_m6433E520A7D38A8C424843DFCDB5EF2384EC8A6A (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketAsyncResult::Complete(System.Boolean)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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&)
IL2CPP_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()
IL2CPP_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&)
IL2CPP_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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *, const RuntimeMethod*))ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_gshared_inline)(__this, method);
}
// System.Int32 System.ArraySegment`1<System.Byte>::get_Count()
inline int32_t ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *, const RuntimeMethod*))ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_gshared_inline)(__this, method);
}
// !0[] System.ArraySegment`1<System.Byte>::get_Array()
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
return (( ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* (*) (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *, const RuntimeMethod*))ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_gshared_inline)(__this, method);
}
// System.Runtime.InteropServices.GCHandle System.Runtime.InteropServices.GCHandle::Alloc(System.Object,System.Runtime.InteropServices.GCHandleType)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 GCHandle_Alloc_m30DAF14F75E3A692C594965CE6724E2454DE9A2E (RuntimeObject * ___value0, int32_t ___type1, 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* ___arr0, int32_t ___index1, const RuntimeMethod* method)
{
return (( intptr_t (*) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, const RuntimeMethod*))Marshal_UnsafeAddrOfPinnedArrayElement_TisByte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_m0F1B760143B0C170B0274CA8B82FE6C3F74D7962_gshared)(___arr0, ___index1, 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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool GCHandle_get_IsAllocated_m91323BCB568B1150F90515EF862B00F193E77808 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.GCHandle::Free()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GCHandle_Free_m392ECC9B1058E35A0FD5CF21A65F212873FC26F0 (GCHandle_t39FAEE3EA592432C93B574A31DD83B87F1847DE3 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::QueueIOSelectorJob(System.Threading.SemaphoreSlim,System.IntPtr,System.IOSelectorJob)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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()
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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&)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Dispose_m34C079AE162CF588FB9FFA9F76B010DF337DE362 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.IntPtr System.Net.Sockets.Socket::get_Handle()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * SemaphoreSlim_WaitAsync_mEEDF1F56EF96E2276622B97F79A28D194169B9F6 (SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * __this, const RuntimeMethod* method);
// System.Boolean System.Threading.Tasks.Task::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_mA675F47CE1DBD1948BDC9215DCAE93F07FC32E19 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, const RuntimeMethod* method);
// System.Void System.IOSelectorJob::MarkDisposed()
IL2CPP_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 * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
(( void (*) (Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Action_1__ctor_mAFC7442D9D3CEC6701C3C5599F8CF12476095510_gshared)(__this, ___object0, ___method1, method);
}
// System.Threading.Tasks.Task System.Threading.Tasks.Task::ContinueWith(System.Action`1<System.Threading.Tasks.Task>)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * Task_ContinueWith_mC71D3CE9DF20879884F2D08D363BA6E47EF87638 (Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * __this, Action_1_t965212EDC10FB8052CC3E9BF3FBDF913BEFD4827 * ___continuationAction0, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_IsDualMode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_IsDualMode_m5F32679545518176E4AFE66901AF86DFA6499655 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Net.IPAddress System.Net.IPAddress::MapToIPv6()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPAddress_MapToIPv6_mC852A3F6831381331095C81AB75B0A70ABD2498B (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv4_m0A5CF1017F08C741FE899C3D457A1C678EAFD599 (const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6()
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.ThrowHelper::ThrowArgumentOutOfRangeException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550 (const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IWebProxy System.Net.GlobalProxySelection::get_Select()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * V_1 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A(/*hidden argument*/NULL);
V_0 = L_0;
RuntimeObject* L_1 = V_0;
if (L_1)
{
goto IL_000f;
}
}
{
RuntimeObject* L_2 = GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD(/*hidden argument*/NULL);
return L_2;
}
IL_000f:
{
RuntimeObject* L_3 = V_0;
V_1 = ((WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B *)IsInstClass((RuntimeObject*)L_3, WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B_il2cpp_TypeInfo_var));
WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * L_4 = V_1;
if (!L_4)
{
goto IL_0020;
}
}
{
WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * L_5 = V_1;
NullCheck(L_5);
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_6 = WebProxyWrapper_get_WebProxy_m64892D5D4C1D1C4A11188F1549D2762AF50A5EE8_inline(L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0020:
{
RuntimeObject* L_7 = V_0;
return L_7;
}
}
// System.Net.IWebProxy System.Net.GlobalProxySelection::GetEmptyWebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (GlobalProxySelection_GetEmptyWebProxy_m66C1CA6E4480F45F78145DD23AB51A59B5A246AD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * L_0 = (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D *)il2cpp_codegen_object_new(EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D_il2cpp_TypeInfo_var);
EmptyWebProxy__ctor_m1087116F8816BF3AD6D7ADE134F1579659AA00A5(L_0, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.HeaderInfo::.ctor(System.String,System.Boolean,System.Boolean,System.Boolean,System.Net.HeaderParser)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119 (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * __this, String_t* ___name0, bool ___requestRestricted1, bool ___responseRestricted2, bool ___multi3, HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___p4, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___name0;
__this->set_HeaderName_3(L_0);
bool L_1 = ___requestRestricted1;
__this->set_IsRequestRestricted_0(L_1);
bool L_2 = ___responseRestricted2;
__this->set_IsResponseRestricted_1(L_2);
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_3 = ___p4;
__this->set_Parser_2(L_3);
bool L_4 = ___multi3;
__this->set_AllowMultiValues_4(L_4);
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.HeaderInfoTable::ParseSingleValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
String_t* L_2 = ___value0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_2);
return L_1;
}
}
// System.String[] System.Net.HeaderInfoTable::ParseMultiValue(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014 (String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* V_3 = NULL;
String_t* V_4 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_5 = NULL;
int32_t V_6 = 0;
{
StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_0 = (StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB *)il2cpp_codegen_object_new(StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB_il2cpp_TypeInfo_var);
StringCollection__ctor_m4358E3B91F6861DD166CAC4BD9B2D353FDA5FA14(L_0, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
V_2 = 0;
String_t* L_1 = ___value0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)L_2);
V_3 = L_3;
V_6 = 0;
goto IL_006e;
}
IL_001b:
{
String_t* L_4 = ___value0;
int32_t L_5 = V_6;
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)34)))))
{
goto IL_002e;
}
}
{
bool L_7 = V_1;
V_1 = (bool)((((int32_t)L_7) == ((int32_t)0))? 1 : 0);
goto IL_0059;
}
IL_002e:
{
String_t* L_8 = ___value0;
int32_t L_9 = V_6;
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44)))))
{
goto IL_0059;
}
}
{
bool L_11 = V_1;
if (L_11)
{
goto IL_0059;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_12 = V_3;
int32_t L_13 = V_2;
String_t* L_14 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_12, 0, L_13, /*hidden argument*/NULL);
V_4 = L_14;
StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_15 = V_0;
String_t* L_16 = V_4;
NullCheck(L_16);
String_t* L_17 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497(L_15, L_17, /*hidden argument*/NULL);
V_2 = 0;
goto IL_0068;
}
IL_0059:
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = V_3;
int32_t L_19 = V_2;
int32_t L_20 = L_19;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1));
String_t* L_21 = ___value0;
int32_t L_22 = V_6;
NullCheck(L_21);
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_21, L_22, /*hidden argument*/NULL);
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(L_20), (Il2CppChar)L_23);
}
IL_0068:
{
int32_t L_24 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_006e:
{
int32_t L_25 = V_6;
String_t* L_26 = ___value0;
NullCheck(L_26);
int32_t L_27 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_25) < ((int32_t)L_27)))
{
goto IL_001b;
}
}
{
int32_t L_28 = V_2;
if (!L_28)
{
goto IL_0093;
}
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_29 = V_3;
int32_t L_30 = V_2;
String_t* L_31 = String_CreateString_mC7FB167C0D5B97F7EF502AF54399C61DD5B87509(NULL, L_29, 0, L_30, /*hidden argument*/NULL);
V_4 = L_31;
StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_32 = V_0;
String_t* L_33 = V_4;
NullCheck(L_33);
String_t* L_34 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
StringCollection_Add_mF15C799896470DD2C807334107ADFD01C8BAF497(L_32, L_34, /*hidden argument*/NULL);
}
IL_0093:
{
StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_35 = V_0;
NullCheck(L_35);
int32_t L_36 = StringCollection_get_Count_m4307EBE5F76A894AE550321977CE58DDDFCB85BF(L_35, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_36);
V_5 = L_37;
StringCollection_tFF1A487B535F709103604F9DBC2C63FEB1434EFB * L_38 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = V_5;
NullCheck(L_38);
StringCollection_CopyTo_m22FDAD087DBC9ACAC1C2BD3614AD448C173F8893(L_38, L_39, 0, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_5;
return L_40;
}
}
// System.Void System.Net.HeaderInfoTable::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderInfoTable__cctor_mE96A69FD8B8F938623442DCD661EA5FB8E608B16 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HeaderInfoTable__cctor_mE96A69FD8B8F938623442DCD661EA5FB8E608B16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* V_0 = NULL;
int32_t V_1 = 0;
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_1 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_2 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_2, L_0, (bool)0, (bool)0, (bool)0, L_1, /*hidden argument*/NULL);
((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_UnknownHeaderInfo_1(L_2);
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_3 = (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E *)il2cpp_codegen_object_new(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_il2cpp_TypeInfo_var);
HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76(L_3, NULL, (intptr_t)((intptr_t)HeaderInfoTable_ParseSingleValue_mCE6140F9CE345D6AF51B89C7D8C42E6C7AC41EA0_RuntimeMethod_var), /*hidden argument*/NULL);
((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_SingleParser_2(L_3);
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_4 = (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E *)il2cpp_codegen_object_new(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_il2cpp_TypeInfo_var);
HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76(L_4, NULL, (intptr_t)((intptr_t)HeaderInfoTable_ParseMultiValue_mF581CA5C6C9D338CC17232EC49C4471DB5DFC014_RuntimeMethod_var), /*hidden argument*/NULL);
((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_MultiParser_3(L_4);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_5 = (HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2*)(HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2*)SZArrayNew(HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)52));
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_6 = L_5;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_7 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_8 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_8, _stringLiteralFF9F1FF32120D8B893C1DED522D49590353B29A6, (bool)0, (bool)0, (bool)0, L_7, /*hidden argument*/NULL);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_8);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_9 = L_6;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_10 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_11 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_11, _stringLiteral3AD0E3698278F45B2AF94445396E9865F213F617, (bool)0, (bool)0, (bool)1, L_10, /*hidden argument*/NULL);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_11);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_11);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_12 = L_9;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_13 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_14 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_14, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, (bool)1, (bool)0, (bool)1, L_13, /*hidden argument*/NULL);
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_14);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(2), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_14);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_15 = L_12;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_16 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_17 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_17, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, (bool)0, (bool)0, (bool)1, L_16, /*hidden argument*/NULL);
NullCheck(L_15);
ArrayElementTypeCheck (L_15, L_17);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(3), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_17);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_18 = L_15;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_19 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_20 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_20, _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463, (bool)0, (bool)0, (bool)1, L_19, /*hidden argument*/NULL);
NullCheck(L_18);
ArrayElementTypeCheck (L_18, L_20);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(4), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_20);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_21 = L_18;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_22 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_23 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_23, _stringLiteralAAF67685A1D81108695F45293BF84F12A0C9CB46, (bool)0, (bool)0, (bool)1, L_22, /*hidden argument*/NULL);
NullCheck(L_21);
ArrayElementTypeCheck (L_21, L_23);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(5), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_23);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_24 = L_21;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_25 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_26 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_26, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C, (bool)0, (bool)0, (bool)1, L_25, /*hidden argument*/NULL);
NullCheck(L_24);
ArrayElementTypeCheck (L_24, L_26);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(6), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_26);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_27 = L_24;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_28 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_29 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_29, _stringLiteral58385B3FBA0471CB7C233041F9D15C4B6CCF18FE, (bool)0, (bool)0, (bool)1, L_28, /*hidden argument*/NULL);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_29);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(7), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_29);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_30 = L_27;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_31 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_32 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_32, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F, (bool)0, (bool)0, (bool)1, L_31, /*hidden argument*/NULL);
NullCheck(L_30);
ArrayElementTypeCheck (L_30, L_32);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(8), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_32);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_33 = L_30;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_34 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_35 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_35, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C, (bool)1, (bool)0, (bool)1, L_34, /*hidden argument*/NULL);
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_35);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_35);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_36 = L_33;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_37 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_38 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_38, _stringLiteralE73CAE7DFACEFCEF71FBF26A30B14FB6F485D82D, (bool)0, (bool)0, (bool)0, L_37, /*hidden argument*/NULL);
NullCheck(L_36);
ArrayElementTypeCheck (L_36, L_38);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_38);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_39 = L_36;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_40 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_41 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_41, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, (bool)1, (bool)0, (bool)0, L_40, /*hidden argument*/NULL);
NullCheck(L_39);
ArrayElementTypeCheck (L_39, L_41);
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_41);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_42 = L_39;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_43 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_44 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_44, _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6, (bool)0, (bool)0, (bool)1, L_43, /*hidden argument*/NULL);
NullCheck(L_42);
ArrayElementTypeCheck (L_42, L_44);
(L_42)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_44);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_45 = L_42;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_46 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_47 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_47, _stringLiteralD8A137C21303D5CDFAF674A6D77269E2B8A33D34, (bool)0, (bool)0, (bool)0, L_46, /*hidden argument*/NULL);
NullCheck(L_45);
ArrayElementTypeCheck (L_45, L_47);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_47);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_48 = L_45;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_49 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_50 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_50, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, (bool)1, (bool)1, (bool)0, L_49, /*hidden argument*/NULL);
NullCheck(L_48);
ArrayElementTypeCheck (L_48, L_50);
(L_48)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_50);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_51 = L_48;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_52 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_53 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_53, _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F, (bool)0, (bool)0, (bool)1, L_52, /*hidden argument*/NULL);
NullCheck(L_51);
ArrayElementTypeCheck (L_51, L_53);
(L_51)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_53);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_54 = L_51;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_55 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_56 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_56, _stringLiteral91FD1DFED8364F154A419BB30F47511380D2A0E0, (bool)0, (bool)0, (bool)1, L_55, /*hidden argument*/NULL);
NullCheck(L_54);
ArrayElementTypeCheck (L_54, L_56);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_56);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_57 = L_54;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_58 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_59 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_59, _stringLiteralBE591269E96263FE450EF74421A96C4AD9175EB9, (bool)0, (bool)0, (bool)0, L_58, /*hidden argument*/NULL);
NullCheck(L_57);
ArrayElementTypeCheck (L_57, L_59);
(L_57)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_59);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_60 = L_57;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_61 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_62 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_62, _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D, (bool)1, (bool)0, (bool)0, L_61, /*hidden argument*/NULL);
NullCheck(L_60);
ArrayElementTypeCheck (L_60, L_62);
(L_60)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_62);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_63 = L_60;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_64 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_65 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_65, _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274, (bool)0, (bool)0, (bool)0, L_64, /*hidden argument*/NULL);
NullCheck(L_63);
ArrayElementTypeCheck (L_63, L_65);
(L_63)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_65);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_66 = L_63;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_67 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_68 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_68, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, (bool)1, (bool)0, (bool)1, L_67, /*hidden argument*/NULL);
NullCheck(L_66);
ArrayElementTypeCheck (L_66, L_68);
(L_66)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_68);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_69 = L_66;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_70 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_71 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_71, _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127, (bool)0, (bool)0, (bool)0, L_70, /*hidden argument*/NULL);
NullCheck(L_69);
ArrayElementTypeCheck (L_69, L_71);
(L_69)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_71);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_72 = L_69;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_73 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_74 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_74, _stringLiteral3F66052A107EAF9BAE7CAD0F61FB462F47EC2C47, (bool)0, (bool)0, (bool)0, L_73, /*hidden argument*/NULL);
NullCheck(L_72);
ArrayElementTypeCheck (L_72, L_74);
(L_72)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_74);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_75 = L_72;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_76 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_77 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_77, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, (bool)1, (bool)0, (bool)0, L_76, /*hidden argument*/NULL);
NullCheck(L_75);
ArrayElementTypeCheck (L_75, L_77);
(L_75)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_77);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_78 = L_75;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_79 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_80 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_80, _stringLiteralC4ECA4702BBD3334F2AF696C9113056AD66A8D93, (bool)0, (bool)0, (bool)1, L_79, /*hidden argument*/NULL);
NullCheck(L_78);
ArrayElementTypeCheck (L_78, L_80);
(L_78)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_80);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_81 = L_78;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_82 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_83 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_83, _stringLiteral3E610A822745A7648A28DDC376BB31E9D961B787, (bool)0, (bool)0, (bool)0, L_82, /*hidden argument*/NULL);
NullCheck(L_81);
ArrayElementTypeCheck (L_81, L_83);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_83);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_84 = L_81;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_85 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_86 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_86, _stringLiteral2C743CA76B5FF26374732B33A172BC6386B3AAB3, (bool)0, (bool)0, (bool)1, L_85, /*hidden argument*/NULL);
NullCheck(L_84);
ArrayElementTypeCheck (L_84, L_86);
(L_84)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_86);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_87 = L_84;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_88 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_89 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_89, _stringLiteralDE1338853DA05E0B2EF334C6D2A1BD4EFD32B464, (bool)1, (bool)0, (bool)0, L_88, /*hidden argument*/NULL);
NullCheck(L_87);
ArrayElementTypeCheck (L_87, L_89);
(L_87)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_89);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_90 = L_87;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_91 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_92 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_92, _stringLiteralF07EA20E44175D8597A0629B88839DC18660C130, (bool)0, (bool)0, (bool)0, L_91, /*hidden argument*/NULL);
NullCheck(L_90);
ArrayElementTypeCheck (L_90, L_92);
(L_90)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_92);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_93 = L_90;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_94 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_95 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_95, _stringLiteral7E8B1D0FC088BB90DBBE8A2DBD8D00105AEBFDF3, (bool)0, (bool)1, (bool)0, L_94, /*hidden argument*/NULL);
NullCheck(L_93);
ArrayElementTypeCheck (L_93, L_95);
(L_93)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_95);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_96 = L_93;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_97 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_98 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_98, _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE, (bool)0, (bool)0, (bool)0, L_97, /*hidden argument*/NULL);
NullCheck(L_96);
ArrayElementTypeCheck (L_96, L_98);
(L_96)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_98);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_99 = L_96;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_100 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_101 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_101, _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE, (bool)0, (bool)0, (bool)0, L_100, /*hidden argument*/NULL);
NullCheck(L_99);
ArrayElementTypeCheck (L_99, L_101);
(L_99)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_101);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_102 = L_99;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_103 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_104 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_104, _stringLiteralAEE370B0F123573C06763F70D30C8890721694C4, (bool)0, (bool)0, (bool)0, L_103, /*hidden argument*/NULL);
NullCheck(L_102);
ArrayElementTypeCheck (L_102, L_104);
(L_102)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_104);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_105 = L_102;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_106 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_107 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_107, _stringLiteral38F93D32853ECA4603A582EB7A404079E10B855D, (bool)0, (bool)0, (bool)1, L_106, /*hidden argument*/NULL);
NullCheck(L_105);
ArrayElementTypeCheck (L_105, L_107);
(L_105)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_107);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_108 = L_105;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_109 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_110 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_110, _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187, (bool)0, (bool)0, (bool)1, L_109, /*hidden argument*/NULL);
NullCheck(L_108);
ArrayElementTypeCheck (L_108, L_110);
(L_108)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_110);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_111 = L_108;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_112 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_113 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_113, _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176, (bool)0, (bool)0, (bool)1, L_112, /*hidden argument*/NULL);
NullCheck(L_111);
ArrayElementTypeCheck (L_111, L_113);
(L_111)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_113);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_114 = L_111;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_115 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_116 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_116, _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA, (bool)1, (bool)0, (bool)1, L_115, /*hidden argument*/NULL);
NullCheck(L_114);
ArrayElementTypeCheck (L_114, L_116);
(L_114)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_116);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_117 = L_114;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_118 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_119 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_119, _stringLiteralA16C5BBE4BF996740F257AA1E81BD57E4C52C8DD, (bool)1, (bool)0, (bool)1, L_118, /*hidden argument*/NULL);
NullCheck(L_117);
ArrayElementTypeCheck (L_117, L_119);
(L_117)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_119);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_120 = L_117;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_121 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_122 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_122, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, (bool)1, (bool)0, (bool)0, L_121, /*hidden argument*/NULL);
NullCheck(L_120);
ArrayElementTypeCheck (L_120, L_122);
(L_120)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_122);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_123 = L_120;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_124 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_125 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_125, _stringLiteralDEDECE9FD5695DF933056CBE96D25F6B3069F79B, (bool)0, (bool)0, (bool)0, L_124, /*hidden argument*/NULL);
NullCheck(L_123);
ArrayElementTypeCheck (L_123, L_125);
(L_123)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_125);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_126 = L_123;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_127 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_128 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_128, _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197, (bool)0, (bool)0, (bool)0, L_127, /*hidden argument*/NULL);
NullCheck(L_126);
ArrayElementTypeCheck (L_126, L_128);
(L_126)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_128);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_129 = L_126;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_130 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_131 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_131, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C, (bool)0, (bool)0, (bool)1, L_130, /*hidden argument*/NULL);
NullCheck(L_129);
ArrayElementTypeCheck (L_129, L_131);
(L_129)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)41)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_131);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_132 = L_129;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_133 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_134 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_134, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C, (bool)0, (bool)0, (bool)1, L_133, /*hidden argument*/NULL);
NullCheck(L_132);
ArrayElementTypeCheck (L_132, L_134);
(L_132)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)42)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_134);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_135 = L_132;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_136 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_137 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_137, _stringLiteral1945CA5513CF77B8240E53495BA7A26E86ACACA7, (bool)0, (bool)0, (bool)1, L_136, /*hidden argument*/NULL);
NullCheck(L_135);
ArrayElementTypeCheck (L_135, L_137);
(L_135)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)43)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_137);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_138 = L_135;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_139 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_140 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_140, _stringLiteral26013BCCBA39D56F3505ECD08B5AABDC74EF7701, (bool)0, (bool)0, (bool)1, L_139, /*hidden argument*/NULL);
NullCheck(L_138);
ArrayElementTypeCheck (L_138, L_140);
(L_138)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)44)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_140);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_141 = L_138;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_142 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_143 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_143, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, (bool)1, (bool)1, (bool)1, L_142, /*hidden argument*/NULL);
NullCheck(L_141);
ArrayElementTypeCheck (L_141, L_143);
(L_141)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)45)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_143);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_144 = L_141;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_145 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_146 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_146, _stringLiteralA6F47E00E036C5589EB12E237894B37FB015D365, (bool)0, (bool)0, (bool)1, L_145, /*hidden argument*/NULL);
NullCheck(L_144);
ArrayElementTypeCheck (L_144, L_146);
(L_144)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)46)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_146);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_147 = L_144;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_148 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_149 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_149, _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6, (bool)1, (bool)0, (bool)0, L_148, /*hidden argument*/NULL);
NullCheck(L_147);
ArrayElementTypeCheck (L_147, L_149);
(L_147)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)47)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_149);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_150 = L_147;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_151 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_152 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_152, _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5, (bool)0, (bool)0, (bool)1, L_151, /*hidden argument*/NULL);
NullCheck(L_150);
ArrayElementTypeCheck (L_150, L_152);
(L_150)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)48)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_152);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_153 = L_150;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_154 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_155 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_155, _stringLiteral2B24D45FC35A156981B37EC34E29D99633F90CEB, (bool)0, (bool)0, (bool)1, L_154, /*hidden argument*/NULL);
NullCheck(L_153);
ArrayElementTypeCheck (L_153, L_155);
(L_153)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)49)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_155);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_156 = L_153;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_157 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_MultiParser_3();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_158 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_158, _stringLiteralE9C45563358E813F157BA81B33143542165BA84E, (bool)0, (bool)0, (bool)1, L_157, /*hidden argument*/NULL);
NullCheck(L_156);
ArrayElementTypeCheck (L_156, L_158);
(L_156)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)50)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_158);
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_159 = L_156;
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_160 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_SingleParser_2();
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_161 = (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)il2cpp_codegen_object_new(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var);
HeaderInfo__ctor_m0A21C755086755564093EE140BB76B17BF19D119(L_161, _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0, (bool)0, (bool)1, (bool)1, L_160, /*hidden argument*/NULL);
NullCheck(L_159);
ArrayElementTypeCheck (L_159, L_161);
(L_159)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)51)), (HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)L_161);
V_0 = L_159;
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_162 = V_0;
NullCheck(L_162);
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * L_163 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_StaticInstance_0();
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_164 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m99DEEBD0F97806D7B365F2BF4ED68D775BFCED8D(L_164, ((int32_t)il2cpp_codegen_multiply((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_162)->max_length)))), (int32_t)2)), L_163, /*hidden argument*/NULL);
((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->set_HeaderHashTable_0(L_164);
V_1 = 0;
goto IL_04e1;
}
IL_04c8:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_165 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_HeaderHashTable_0();
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_166 = V_0;
int32_t L_167 = V_1;
NullCheck(L_166);
int32_t L_168 = L_167;
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_169 = (L_166)->GetAt(static_cast<il2cpp_array_size_t>(L_168));
NullCheck(L_169);
String_t* L_170 = L_169->get_HeaderName_3();
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_171 = V_0;
int32_t L_172 = V_1;
NullCheck(L_171);
int32_t L_173 = L_172;
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_174 = (L_171)->GetAt(static_cast<il2cpp_array_size_t>(L_173));
NullCheck(L_165);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_165, L_170, L_174);
int32_t L_175 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_175, (int32_t)1));
}
IL_04e1:
{
int32_t L_176 = V_1;
HeaderInfoU5BU5D_t83FEB5F804C3172EA2D0920F666746F50CD30CC2* L_177 = V_0;
NullCheck(L_177);
if ((((int32_t)L_176) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_177)->max_length)))))))
{
goto IL_04c8;
}
}
{
return;
}
}
// System.Net.HeaderInfo System.Net.HeaderInfoTable::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885 (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_HeaderHashTable_0();
String_t* L_1 = ___name0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_0, L_1);
V_0 = ((HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 *)CastclassClass((RuntimeObject*)L_2, HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8_il2cpp_TypeInfo_var));
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_3 = V_0;
if (L_3)
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var);
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_4 = ((HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields*)il2cpp_codegen_static_fields_for(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var))->get_UnknownHeaderInfo_1();
return L_4;
}
IL_001a:
{
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_5 = V_0;
return L_5;
}
}
// System.Void System.Net.HeaderInfoTable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderInfoTable__ctor_m7CAFD794EF41A0799F26DF974DBC848A03275531 (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * __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
IL2CPP_EXTERN_C StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* DelegatePInvokeWrapper_HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DelegatePInvokeWrapper_HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
typedef char** (DEFAULT_CALL *PInvokeFunc)(char*);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___value0' to native representation
char* ____value0_marshaled = NULL;
____value0_marshaled = il2cpp_codegen_marshal_string(___value0);
// Native function invocation
char** returnValue = il2cppPInvokeFunc(____value0_marshaled);
// Marshaling of return value back from native representation
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* _returnValue_unmarshaled = NULL;
if (returnValue != NULL)
{
if (_returnValue_unmarshaled == NULL)
{
_returnValue_unmarshaled = reinterpret_cast<StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*>((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, 1));
}
il2cpp_array_size_t _arrayLength = (_returnValue_unmarshaled)->max_length;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(_arrayLength); i++)
{
String_t* _returnValue_i__unmarshaled = NULL;
_returnValue_i__unmarshaled = il2cpp_codegen_marshal_string_result((returnValue)[i]);
(_returnValue_unmarshaled)->SetAtUnchecked(static_cast<il2cpp_array_size_t>(i), _returnValue_i__unmarshaled);
}
}
// Marshaling cleanup of return value native representation
if (returnValue != NULL)
{
const il2cpp_array_size_t returnValue_CleanupLoopCount = 1;
for (int32_t i = 0; i < ARRAY_LENGTH_AS_INT32(returnValue_CleanupLoopCount); i++)
{
il2cpp_codegen_marshal_free((returnValue)[i]);
(returnValue)[i] = NULL;
}
il2cpp_codegen_marshal_free(returnValue);
returnValue = NULL;
}
// Marshaling cleanup of parameter '___value0' native representation
il2cpp_codegen_marshal_free(____value0_marshaled);
____value0_marshaled = NULL;
return _returnValue_unmarshaled;
}
// System.Void System.Net.HeaderParser::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderParser__ctor_m3505961B694DA7A327216C93C9ECF14883F0FD76 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __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.String[] System.Net.HeaderParser::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderParser_Invoke_m9B1C027C8642CE3AA54366690471A23E181D41B6 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, const RuntimeMethod* method)
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 1)
{
// open
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod);
}
else
{
// closed
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod);
}
}
else if (___parameterCount != 1)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___value0);
else
result = GenericVirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___value0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___value0);
else
result = VirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___value0);
}
}
else
{
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(targetMethod, targetThis, ___value0);
else
result = GenericVirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(targetMethod, targetThis, ___value0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___value0);
else
result = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___value0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___value0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___value0, targetMethod);
}
else
{
typedef StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___value0, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Net.HeaderParser::BeginInvoke(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HeaderParser_BeginInvoke_m9FD2F44038291DA86379F725BB39C636E9442D6E (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___value0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.String[] System.Net.HeaderParser::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderParser_EndInvoke_m357E4BCDE566A5DCB07B1F07F6EEC3F0BBD05E8A (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)__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
// Conversion methods for marshalling of: System.Net.HeaderVariantInfo
IL2CPP_EXTERN_C void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_pinvoke(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke& marshaled)
{
marshaled.___m_name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_name_0());
marshaled.___m_variant_1 = unmarshaled.get_m_variant_1();
}
IL2CPP_EXTERN_C void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_pinvoke_back(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke& marshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled)
{
unmarshaled.set_m_name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_name_0));
int32_t unmarshaled_m_variant_temp_1 = 0;
unmarshaled_m_variant_temp_1 = marshaled.___m_variant_1;
unmarshaled.set_m_variant_1(unmarshaled_m_variant_temp_1);
}
// Conversion method for clean up from marshalling of: System.Net.HeaderVariantInfo
IL2CPP_EXTERN_C void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_pinvoke_cleanup(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_name_0);
marshaled.___m_name_0 = NULL;
}
// Conversion methods for marshalling of: System.Net.HeaderVariantInfo
IL2CPP_EXTERN_C void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_com(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com& marshaled)
{
marshaled.___m_name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_name_0());
marshaled.___m_variant_1 = unmarshaled.get_m_variant_1();
}
IL2CPP_EXTERN_C void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_com_back(const HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com& marshaled, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64& unmarshaled)
{
unmarshaled.set_m_name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_name_0));
int32_t unmarshaled_m_variant_temp_1 = 0;
unmarshaled_m_variant_temp_1 = marshaled.___m_variant_1;
unmarshaled.set_m_variant_1(unmarshaled_m_variant_temp_1);
}
// Conversion method for clean up from marshalling of: System.Net.HeaderVariantInfo
IL2CPP_EXTERN_C void HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshal_com_cleanup(HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_name_0);
marshaled.___m_name_0 = NULL;
}
// System.Void System.Net.HeaderVariantInfo::.ctor(System.String,System.Net.CookieVariant)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
__this->set_m_name_0(L_0);
int32_t L_1 = ___variant1;
__this->set_m_variant_1(L_1);
return;
}
}
IL2CPP_EXTERN_C void HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___variant1, const RuntimeMethod* method)
{
int32_t _offset = 1;
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * _thisAdjusted = reinterpret_cast<HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *>(__this + _offset);
HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D(_thisAdjusted, ___name0, ___variant1, method);
}
// System.String System.Net.HeaderVariantInfo::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * _thisAdjusted = reinterpret_cast<HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *>(__this + _offset);
return HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF_inline(_thisAdjusted, method);
}
// System.Net.CookieVariant System.Net.HeaderVariantInfo::get_Variant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31 (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_variant_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * _thisAdjusted = reinterpret_cast<HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *>(__this + _offset);
return HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31_inline(_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.HttpContinueDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpContinueDelegate__ctor_mC817FD28C7108C204818C2A6127FF4B6231FF828 (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m7465E6EC8142D0BCC30F80634F840CE31819FA5D (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, int32_t ___StatusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___httpHeaders1, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 2)
{
// open
typedef void (*FunctionPointerType) (int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___StatusCode0, ___httpHeaders1, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
GenericInterfaceActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1);
else
GenericVirtActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(targetMethod, targetThis, ___StatusCode0, ___httpHeaders1);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1);
else
VirtActionInvoker2< int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___StatusCode0, ___httpHeaders1);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___StatusCode0) - 1), ___httpHeaders1, targetMethod);
}
typedef void (*FunctionPointerType) (void*, int32_t, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___StatusCode0, ___httpHeaders1, targetMethod);
}
}
}
}
// System.IAsyncResult System.Net.HttpContinueDelegate::BeginInvoke(System.Int32,System.Net.WebHeaderCollection,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpContinueDelegate_BeginInvoke_mF1CB048D9AA5D611AF3EE3E34CF997F7DBA88756 (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, int32_t ___StatusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___httpHeaders1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback2, RuntimeObject * ___object3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpContinueDelegate_BeginInvoke_mF1CB048D9AA5D611AF3EE3E34CF997F7DBA88756_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[3] = {0};
__d_args[0] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___StatusCode0);
__d_args[1] = ___httpHeaders1;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback2, (RuntimeObject*)___object3);
}
// System.Void System.Net.HttpContinueDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpContinueDelegate_EndInvoke_m821E27D3BD6CFAFEA5A2D4DFD5A29D0F01728999 (HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.HttpRequestCreator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpRequestCreator__ctor_m2B7DE24FCB9C1814F8972B4B167127F86DB1BF39 (HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Net.WebRequest System.Net.HttpRequestCreator::Create(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46 (HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpRequestCreator_Create_mE3E077C98503C150AA328D4EED41FE9F8F518F46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)il2cpp_codegen_object_new(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var);
HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.HttpVersion::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpVersion__cctor_m19EB2E84E83F160B93594A35BB6C96C5B50D6856 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpVersion__cctor_m19EB2E84E83F160B93594A35BB6C96C5B50D6856_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_0 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
Version__ctor_mC2880C190E158700B0C114D4CC921C0D240DAA9C(L_0, 1, 0, /*hidden argument*/NULL);
((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->set_Version10_0(L_0);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)il2cpp_codegen_object_new(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
Version__ctor_mC2880C190E158700B0C114D4CC921C0D240DAA9C(L_1, 1, 1, /*hidden argument*/NULL);
((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->set_Version11_1(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.HttpWebRequest::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__cctor_mA59FB9F51019C563A3B276B79A1131CFDBE0035D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest__cctor_mA59FB9F51019C563A3B276B79A1131CFDBE0035D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var))->set_defaultMaxResponseHeadersLength_60(((int32_t)65536));
return;
}
}
// System.Void System.Net.HttpWebRequest::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m85AA1BD537DCDBF3B1BCD75F6C93C6AA8B831D7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_allowAutoRedirect_15((bool)1);
__this->set_allowBuffering_16((bool)1);
__this->set_contentLength_20((((int64_t)((int64_t)(-1)))));
__this->set_keepAlive_28((bool)1);
__this->set_maxAutoRedirect_29(((int32_t)50));
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_mediaType_30(L_0);
__this->set_method_31(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
__this->set_initialMethod_32(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
__this->set_pipelined_33((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
__this->set_version_36(L_1);
__this->set_timeout_42(((int32_t)100000));
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
__this->set_locker_56(L_2);
__this->set_readWriteTimeout_61(((int32_t)300000));
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0;
__this->set_requestUri_12(L_3);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0;
__this->set_actualUri_13(L_4);
RuntimeObject* L_5 = WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7(/*hidden argument*/NULL);
__this->set_proxy_39(L_5);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_6 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_6, 3, /*hidden argument*/NULL);
__this->set_webHeaders_27(L_6);
HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD_inline(__this, (bool)1, /*hidden argument*/NULL);
HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m85CA8AA15E849598BC5ED6217805CBDF8D5BAA0E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m85CA8AA15E849598BC5ED6217805CBDF8D5BAA0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL;
{
__this->set_allowAutoRedirect_15((bool)1);
__this->set_allowBuffering_16((bool)1);
__this->set_contentLength_20((((int64_t)((int64_t)(-1)))));
__this->set_keepAlive_28((bool)1);
__this->set_maxAutoRedirect_29(((int32_t)50));
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_mediaType_30(L_0);
__this->set_method_31(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
__this->set_initialMethod_32(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
__this->set_pipelined_33((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_1 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
__this->set_version_36(L_1);
__this->set_timeout_42(((int32_t)100000));
RuntimeObject * L_2 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_2, /*hidden argument*/NULL);
__this->set_locker_56(L_2);
__this->set_readWriteTimeout_61(((int32_t)300000));
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___serializationInfo0;
V_0 = L_3;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
RuntimeObject * L_7 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_4, _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4, L_6, /*hidden argument*/NULL);
__this->set_requestUri_12(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_7, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_9 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
Type_t * L_10 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
RuntimeObject * L_11 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_8, _stringLiteralA00D9C70E43CB04A0929B71DA92C6117979D4F3B, L_10, /*hidden argument*/NULL);
__this->set_actualUri_13(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_11, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = V_0;
NullCheck(L_12);
bool L_13 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_12, _stringLiteralC26F2E56BBAF085FDF3C1762D8CC47AC302F26C0, /*hidden argument*/NULL);
__this->set_allowAutoRedirect_15(L_13);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = V_0;
NullCheck(L_14);
bool L_15 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_14, _stringLiteralBC4513F45FF582BF2B472198C16B29B61F8100EB, /*hidden argument*/NULL);
__this->set_allowBuffering_16(L_15);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_17 = { reinterpret_cast<intptr_t> (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_0_0_0_var) };
Type_t * L_18 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
RuntimeObject * L_19 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_16, _stringLiteral1102B412CA0FD4A8FA762E06EB1DF72D9C6FAF4F, L_18, /*hidden argument*/NULL);
__this->set_certificates_17(((X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *)CastclassClass((RuntimeObject*)L_19, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = V_0;
NullCheck(L_20);
String_t* L_21 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_20, _stringLiteral4397CEF5A30768E16EDAB23DBE0963BA7D88EE58, /*hidden argument*/NULL);
__this->set_connectionGroup_18(L_21);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_22 = V_0;
NullCheck(L_22);
int64_t L_23 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_22, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL);
__this->set_contentLength_20(L_23);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_25 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) };
Type_t * L_26 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_25, /*hidden argument*/NULL);
NullCheck(L_24);
RuntimeObject * L_27 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_24, _stringLiteral8DB707CCCC3BC3FE1760A43A4D948E0ABAAB0BDB, L_26, /*hidden argument*/NULL);
__this->set_webHeaders_27(((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)CastclassClass((RuntimeObject*)L_27, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_28 = V_0;
NullCheck(L_28);
bool L_29 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_28, _stringLiteralF0CA4D65ED1C33DDFB85A263A727A6947C10A12F, /*hidden argument*/NULL);
__this->set_keepAlive_28(L_29);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_30 = V_0;
NullCheck(L_30);
int32_t L_31 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_30, _stringLiteralC1EE90CE47627FE6D2B1C3915C005F896AEE4639, /*hidden argument*/NULL);
__this->set_maxAutoRedirect_29(L_31);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_32 = V_0;
NullCheck(L_32);
String_t* L_33 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_32, _stringLiteralF974F88936DD7E057700691BFB1C4ECB052E2784, /*hidden argument*/NULL);
__this->set_mediaType_30(L_33);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_34 = V_0;
NullCheck(L_34);
String_t* L_35 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_34, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL);
__this->set_method_31(L_35);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_36 = V_0;
NullCheck(L_36);
String_t* L_37 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_36, _stringLiteralDFCD1C1FEA09B8D4C26E8B5B70623F96B2221EED, /*hidden argument*/NULL);
__this->set_initialMethod_32(L_37);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_38 = V_0;
NullCheck(L_38);
bool L_39 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_38, _stringLiteralC7B3F95BF9308565981380C557FCB0BC1E12659E, /*hidden argument*/NULL);
__this->set_pipelined_33(L_39);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_40 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_41 = { reinterpret_cast<intptr_t> (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) };
Type_t * L_42 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_41, /*hidden argument*/NULL);
NullCheck(L_40);
RuntimeObject * L_43 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_40, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_42, /*hidden argument*/NULL);
__this->set_version_36(((Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)CastclassSealed((RuntimeObject*)L_43, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_44 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_45 = { reinterpret_cast<intptr_t> (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) };
Type_t * L_46 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_45, /*hidden argument*/NULL);
NullCheck(L_44);
RuntimeObject * L_47 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_44, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_46, /*hidden argument*/NULL);
__this->set_proxy_39(((RuntimeObject*)Castclass((RuntimeObject*)L_47, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_48 = V_0;
NullCheck(L_48);
bool L_49 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_48, _stringLiteral909AE6E2E78BBE40E5F4CB0728891FDB2324155D, /*hidden argument*/NULL);
__this->set_sendChunked_40(L_49);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_50 = V_0;
NullCheck(L_50);
int32_t L_51 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_50, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, /*hidden argument*/NULL);
__this->set_timeout_42(L_51);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_52 = V_0;
NullCheck(L_52);
int32_t L_53 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_52, _stringLiteralF1E14133ADAED8A21362D9DB7EEC1C6B36A081AF, /*hidden argument*/NULL);
__this->set_redirects_50(L_53);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_54 = V_0;
NullCheck(L_54);
String_t* L_55 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_54, _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA, /*hidden argument*/NULL);
__this->set_host_67(L_55);
HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::ResetAuthorization()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_ResetAuthorization_mAA12582B7D5B809AFFA7559AEA5582AADD6B23AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB L_0;
memset((&L_0), 0, sizeof(L_0));
AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D((&L_0), __this, (bool)0, /*hidden argument*/NULL);
__this->set_auth_state_65(L_0);
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB L_1;
memset((&L_1), 0, sizeof(L_1));
AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D((&L_1), __this, (bool)1, /*hidden argument*/NULL);
__this->set_proxy_auth_state_66(L_1);
return;
}
}
// System.Void System.Net.HttpWebRequest::SetSpecialHeaders(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetSpecialHeaders_mE1E07E7DE10DC49AEAD0B25905915E1372D7C381 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___HeaderName0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetSpecialHeaders_mE1E07E7DE10DC49AEAD0B25905915E1372D7C381_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value1;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_1 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_0, (bool)1, /*hidden argument*/NULL);
___value1 = L_1;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_2 = __this->get_webHeaders_27();
String_t* L_3 = ___HeaderName0;
NullCheck(L_2);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_2, L_3, /*hidden argument*/NULL);
String_t* L_4 = ___value1;
NullCheck(L_4);
int32_t L_5 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002a;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_6 = __this->get_webHeaders_27();
String_t* L_7 = ___HeaderName0;
String_t* L_8 = ___value1;
NullCheck(L_6);
WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8(L_6, L_7, L_8, /*hidden argument*/NULL);
}
IL_002a:
{
return;
}
}
// System.Void System.Net.HttpWebRequest::set_Accept(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Accept_mBE796904B6F295641F25E8BAA0F12D4E1FF987F1 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Accept_mBE796904B6F295641F25E8BAA0F12D4E1FF987F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
HttpWebRequest_SetSpecialHeaders_mE1E07E7DE10DC49AEAD0B25905915E1372D7C381(__this, _stringLiteralBB54DB510A92908A5A4DF79FC1AD1EAE8DF50EC3, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Uri System.Net.HttpWebRequest::get_Address()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_actualUri_13();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_Address(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
__this->set_actualUri_13(L_0);
return;
}
}
// System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_AllowWriteStreamBuffering_m2D65460C721D22AB1EF7AF4E5C6FCBB686D0BCD9 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_allowBuffering_16();
return L_0;
}
}
// System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_auto_decomp_59();
return L_0;
}
}
// System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_allowBuffering_16();
if (!L_0)
{
goto IL_000f;
}
}
{
bool L_1 = HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF(__this, /*hidden argument*/NULL);
return L_1;
}
IL_000f:
{
return (bool)0;
}
}
// System.Boolean System.Net.HttpWebRequest::get_MethodWithBuffer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = __this->get_method_31();
bool L_1 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_0, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0059;
}
}
{
String_t* L_2 = __this->get_method_31();
bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0059;
}
}
{
String_t* L_4 = __this->get_method_31();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_4, _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0059;
}
}
{
String_t* L_6 = __this->get_method_31();
bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0059;
}
}
{
String_t* L_8 = __this->get_method_31();
bool L_9 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_8, _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588, /*hidden argument*/NULL);
return L_9;
}
IL_0059:
{
return (bool)0;
}
}
// Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::get_TlsProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * HttpWebRequest_get_TlsProvider_mFCE9A829570049B9CF3909E9F1C12BA2E8B0986D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_0 = __this->get_tlsProvider_62();
return L_0;
}
}
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::get_TlsSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * HttpWebRequest_get_TlsSettings_mDA609544717DB6962B35893BB1C9D95E62B0B660 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_0 = __this->get_tlsSettings_63();
return L_0;
}
}
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::get_ClientCertificates()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * HttpWebRequest_get_ClientCertificates_m239FFF990299759F455517EA50A50C1B13EC8369 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_get_ClientCertificates_m239FFF990299759F455517EA50A50C1B13EC8369_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = __this->get_certificates_17();
if (L_0)
{
goto IL_0013;
}
}
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_1 = (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *)il2cpp_codegen_object_new(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_il2cpp_TypeInfo_var);
X509CertificateCollection__ctor_m3CEEDA1CDA93234E6E78DFB6563738B050AFF6CA(L_1, /*hidden argument*/NULL);
__this->set_certificates_17(L_1);
}
IL_0013:
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_2 = __this->get_certificates_17();
return L_2;
}
}
// System.Void System.Net.HttpWebRequest::set_Connection(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Connection_m9944F5EE91C57B9AD2461691C56E834754E4B799 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Connection_m9944F5EE91C57B9AD2461691C56E834754E4B799_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_2 = __this->get_webHeaders_27();
NullCheck(L_2);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_2, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C, /*hidden argument*/NULL);
return;
}
IL_001f:
{
String_t* L_3 = ___value0;
NullCheck(L_3);
String_t* L_4 = String_ToLowerInvariant_m197BD65B6582DC546FF1BC398161EEFA708F799E(L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = V_0;
NullCheck(L_5);
bool L_6 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_5, _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0040;
}
}
{
String_t* L_7 = V_0;
NullCheck(L_7);
bool L_8 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_7, _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_004b;
}
}
IL_0040:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_9, _stringLiteral4DAEA178309DB4B2F0E29E02ED7B12EF4DE3D878, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, HttpWebRequest_set_Connection_m9944F5EE91C57B9AD2461691C56E834754E4B799_RuntimeMethod_var);
}
IL_004b:
{
bool L_10 = __this->get_keepAlive_28();
if (!L_10)
{
goto IL_0060;
}
}
{
String_t* L_11 = ___value0;
String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_11, _stringLiteral43EEFECD2A15737CD5277146A057231728487D1F, /*hidden argument*/NULL);
___value0 = L_12;
}
IL_0060:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_13 = __this->get_webHeaders_27();
String_t* L_14 = ___value0;
NullCheck(L_13);
WebHeaderCollection_CheckUpdate_mD96B54829D540AD2C75631F01E1DE7A25918EE09(L_13, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C, L_14, /*hidden argument*/NULL);
return;
}
}
// System.Int64 System.Net.HttpWebRequest::get_ContentLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HttpWebRequest_get_ContentLength_mDE1AA61292E10EB999C75B81791D495E3BE6D1CF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_contentLength_20();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_ContentLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ContentLength_m2EF764A4796651E064FA5F12B0262BFB80016E48 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_ContentLength_m2EF764A4796651E064FA5F12B0262BFB80016E48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
int64_t L_0 = ___value0;
if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_001b;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, _stringLiteralEE132F63FDEC7F371AFBE620A095EFDE85746504, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HttpWebRequest_set_ContentLength_m2EF764A4796651E064FA5F12B0262BFB80016E48_RuntimeMethod_var);
}
IL_001b:
{
int64_t L_2 = ___value0;
__this->set_contentLength_20(L_2);
__this->set_haveContentLength_19((bool)1);
return;
}
}
// System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___value0;
__this->set_contentLength_20(L_0);
return;
}
}
// System.Boolean System.Net.HttpWebRequest::get_ThrowOnError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CThrowOnErrorU3Ek__BackingField_69();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_ThrowOnError(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CThrowOnErrorU3Ek__BackingField_69(L_0);
return;
}
}
// System.Void System.Net.HttpWebRequest::set_ContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ContentType_m3C1B748A28004A843DF1C3FFDA47287379F44A96 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_ContentType_m3C1B748A28004A843DF1C3FFDA47287379F44A96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
HttpWebRequest_SetSpecialHeaders_mE1E07E7DE10DC49AEAD0B25905915E1372D7C381(__this, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Net.ICredentials System.Net.HttpWebRequest::get_Credentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Credentials_m84A4D1C82C242F5BFC1AA194B223EEC1008180C0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_credentials_23();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_Credentials(System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Credentials_mA3E490BDADC985AFF8F66C33DC142E732CE19FA0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_credentials_23(L_0);
return;
}
}
// System.Void System.Net.HttpWebRequest::set_Expect(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Expect_m4EAE03AEFAE4DA87A34B912300B406E165B0E8CA (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Expect_m4EAE03AEFAE4DA87A34B912300B406E165B0E8CA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
V_0 = L_0;
String_t* L_1 = V_0;
if (!L_1)
{
goto IL_0017;
}
}
{
String_t* L_2 = V_0;
NullCheck(L_2);
String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_3, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0017:
{
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_0022;
}
}
{
String_t* L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0033;
}
}
IL_0022:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_8 = __this->get_webHeaders_27();
NullCheck(L_8);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_8, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, /*hidden argument*/NULL);
return;
}
IL_0033:
{
String_t* L_9 = V_0;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral9EEDF37BF78E18EE9CDBBA6B3F6D2E164C4D6AB0, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0050;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_11 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_11, _stringLiteral747DC42F38ADD69E051D22DC3A4B6FFAD11A54A9, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, HttpWebRequest_set_Expect_m4EAE03AEFAE4DA87A34B912300B406E165B0E8CA_RuntimeMethod_var);
}
IL_0050:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_27();
String_t* L_13 = ___value0;
NullCheck(L_12);
WebHeaderCollection_CheckUpdate_mD96B54829D540AD2C75631F01E1DE7A25918EE09(L_12, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, L_13, /*hidden argument*/NULL);
return;
}
}
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::get_Headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * HttpWebRequest_get_Headers_m7DFB50F041CB8C24804468E20FB81CF347A42EA5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_Headers(System.Net.WebHeaderCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Headers_m5F2856A2B14D153505E906BD7E167146F8F0052B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Headers_m5F2856A2B14D153505E906BD7E167146F8F0052B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * V_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
int32_t V_3 = 0;
String_t* V_4 = NULL;
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = ___value0;
V_0 = L_0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_1, 3, /*hidden argument*/NULL);
V_1 = L_1;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_2 = V_0;
NullCheck(L_2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = VirtFuncInvoker0< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(22 /* System.String[] System.Collections.Specialized.NameValueCollection::get_AllKeys() */, L_2);
V_2 = L_3;
V_3 = 0;
goto IL_0033;
}
IL_001a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = V_2;
int32_t L_5 = V_3;
NullCheck(L_4);
int32_t L_6 = L_5;
String_t* L_7 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
V_4 = L_7;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_8 = V_1;
String_t* L_9 = V_4;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_10 = V_0;
String_t* L_11 = V_4;
NullCheck(L_10);
String_t* L_12 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_10, L_11, /*hidden argument*/NULL);
NullCheck(L_8);
VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) */, L_8, L_9, L_12);
int32_t L_13 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0033:
{
int32_t L_14 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_2;
NullCheck(L_15);
if ((((int32_t)L_14) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_15)->max_length)))))))
{
goto IL_001a;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_16 = V_1;
__this->set_webHeaders_27(L_16);
return;
}
}
// System.String System.Net.HttpWebRequest::get_Host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_host_67();
if (L_0)
{
goto IL_0014;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_actualUri_13();
NullCheck(L_1);
String_t* L_2 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_1, /*hidden argument*/NULL);
return L_2;
}
IL_0014:
{
String_t* L_3 = __this->get_host_67();
return L_3;
}
}
// System.Void System.Net.HttpWebRequest::set_Host(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Host_m4BE0E8959B8CAE9DD5E8CF0575854EEC610BED4F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Host_m4BE0E8959B8CAE9DD5E8CF0575854EEC610BED4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
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, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HttpWebRequest_set_Host_m4BE0E8959B8CAE9DD5E8CF0575854EEC610BED4F_RuntimeMethod_var);
}
IL_000e:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_actualUri_13();
NullCheck(L_2);
String_t* L_3 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_2, /*hidden argument*/NULL);
String_t* L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var);
bool L_5 = HttpWebRequest_CheckValidHost_m74A97470623C461ECDF3223969B86E812F442194(L_3, L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0032;
}
}
{
String_t* L_6 = ___value0;
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralF23AC29B7714FAE0B8802E237FA9A07E58287AA3, L_6, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, HttpWebRequest_set_Host_m4BE0E8959B8CAE9DD5E8CF0575854EEC610BED4F_RuntimeMethod_var);
}
IL_0032:
{
String_t* L_9 = ___value0;
__this->set_host_67(L_9);
return;
}
}
// System.Boolean System.Net.HttpWebRequest::CheckValidHost(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckValidHost_m74A97470623C461ECDF3223969B86E812F442194 (String_t* ___scheme0, String_t* ___val1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_CheckValidHost_m74A97470623C461ECDF3223969B86E812F442194_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_0 = NULL;
{
String_t* L_0 = ___val1;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
String_t* L_2 = ___val1;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)46)))))
{
goto IL_0017;
}
}
{
return (bool)0;
}
IL_0017:
{
String_t* L_4 = ___val1;
NullCheck(L_4);
int32_t L_5 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_4, ((int32_t)47), /*hidden argument*/NULL);
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_0024;
}
}
{
return (bool)0;
}
IL_0024:
{
String_t* L_6 = ___val1;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
bool L_7 = IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA(L_6, (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)(&V_0), /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0030;
}
}
{
return (bool)1;
}
IL_0030:
{
String_t* L_8 = ___scheme0;
String_t* L_9 = ___val1;
String_t* L_10 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_8, _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC, L_9, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_11 = Uri_IsWellFormedUriString_m5731DF3A30779B3E4A491CE7CB11F2AAAA89AD3E(L_10, 1, /*hidden argument*/NULL);
return L_11;
}
}
// System.Boolean System.Net.HttpWebRequest::get_KeepAlive()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_KeepAlive_mF11B5750CC9FED8F7C43C3317B88BA8E8258E274 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_keepAlive_28();
return L_0;
}
}
// System.Int32 System.Net.HttpWebRequest::get_ReadWriteTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_ReadWriteTimeout_m86E1F5472AAB426943817D16339BF5651E0AC841 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_readWriteTimeout_61();
return L_0;
}
}
// System.String System.Net.HttpWebRequest::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Method_m4D22C932A83FA972952BCAB099FB0DCD4B999656 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_method_31();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_Method(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_0015;
}
}
{
String_t* L_1 = ___value0;
NullCheck(L_1);
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_1, /*hidden argument*/NULL);
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0020;
}
}
IL_0015:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral9DDB47DD68B2E0185B36CD1FA06034612843D2BF, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HttpWebRequest_set_Method_m154B81F2000B62CEC73F33F06702342AA969AD05_RuntimeMethod_var);
}
IL_0020:
{
String_t* L_5 = ___value0;
NullCheck(L_5);
String_t* L_6 = String_ToUpperInvariant_m0AA42416F4CACA4D0E3B89D97E534D88AB136338(L_5, /*hidden argument*/NULL);
__this->set_method_31(L_6);
String_t* L_7 = __this->get_method_31();
bool L_8 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_7, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_00c6;
}
}
{
String_t* L_9 = __this->get_method_31();
bool L_10 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_9, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_00c6;
}
}
{
String_t* L_11 = __this->get_method_31();
bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_00c6;
}
}
{
String_t* L_13 = __this->get_method_31();
bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_00c6;
}
}
{
String_t* L_15 = __this->get_method_31();
bool L_16 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_15, _stringLiteralD6F5636098CD458CE9D22939F8E3E8DEAB0E9BD0, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_00c6;
}
}
{
String_t* L_17 = __this->get_method_31();
bool L_18 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_17, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_00c6;
}
}
{
String_t* L_19 = __this->get_method_31();
bool L_20 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_19, _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_00c6;
}
}
{
String_t* L_21 = __this->get_method_31();
bool L_22 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_21, _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00c6;
}
}
{
String_t* L_23 = ___value0;
__this->set_method_31(L_23);
}
IL_00c6:
{
return;
}
}
// System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Proxy_m7A15A867DC40F657A16C7BF29D09BB04C687D820 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_proxy_39();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_Proxy(System.Net.IWebProxy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Proxy_mF768E22BDC7250BE336D21EAF3DA4F7F324FEF1B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___value0;
__this->set_proxy_39(L_0);
__this->set_servicePoint_41((ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 *)NULL);
HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::set_Referer(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Referer_m225D907BDBB9A2F08D7CE34FA72251196B0E2098 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_Referer_m225D907BDBB9A2F08D7CE34FA72251196B0E2098_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_0016;
}
}
{
String_t* L_1 = ___value0;
NullCheck(L_1);
String_t* L_2 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_1, /*hidden argument*/NULL);
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0027;
}
}
IL_0016:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_4 = __this->get_webHeaders_27();
NullCheck(L_4);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_4, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, /*hidden argument*/NULL);
return;
}
IL_0027:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_5 = __this->get_webHeaders_27();
String_t* L_6 = ___value0;
NullCheck(L_5);
WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_5, _stringLiteral699B2FB0910CCC7C0854D17A2041A907709ED3C1, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Uri System.Net.HttpWebRequest::get_RequestUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_RequestUri_mBA502B40475588F2C878FA463DB0EDD64964E083 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_requestUri_12();
return L_0;
}
}
// System.Boolean System.Net.HttpWebRequest::get_SendChunked()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_SendChunked_mA44BAA89D8F887C53638D792B9B35A92AAE46FB3 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_sendChunked_40();
return L_0;
}
}
// System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePointNoLock()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_get_ServicePointNoLock_m6749645299E6A6C85445E9B7F2DAD248FC6FA1E1 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_servicePoint_41();
return L_0;
}
}
// System.Int32 System.Net.HttpWebRequest::get_Timeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_Timeout_m867759720DA1C376875E81FA1948D4298FC8FDED (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_timeout_42();
return L_0;
}
}
// System.String System.Net.HttpWebRequest::get_TransferEncoding()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27();
NullCheck(L_0);
String_t* L_1 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_0, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Net.HttpWebRequest::set_UserAgent(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_UserAgent_mD7DED7D38EC13B379A9ACE5ED89CAA3ACB0B94D5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_set_UserAgent_mD7DED7D38EC13B379A9ACE5ED89CAA3ACB0B94D5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27();
String_t* L_1 = ___value0;
NullCheck(L_0);
WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_0, _stringLiteral170C6D2E56E8B4E9EC094B58AFE212EC6E8296A6, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.HttpWebRequest::get_UnsafeAuthenticatedConnectionSharing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m8A85B953FA637C240BA16D027451D3CA1F6ECFBE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_unsafe_auth_blah_70();
return L_0;
}
}
// System.Boolean System.Net.HttpWebRequest::get_ExpectContinue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ExpectContinue_m80EDFA10BD4E39A93C3C575A836F67BBA092E5EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_expectContinue_51();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_ExpectContinue(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ExpectContinue_mAADC5EE3EA03A70686991FD0BAF0833E74EC0DEC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_expectContinue_51(L_0);
return;
}
}
// System.Uri System.Net.HttpWebRequest::get_AuthUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_AuthUri_mCEEC6FB9771FF5DBD1BD7C00A47DE121C1D2B728 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_actualUri_13();
return L_0;
}
}
// System.Boolean System.Net.HttpWebRequest::get_ProxyQuery()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_servicePoint_41();
NullCheck(L_0);
bool L_1 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001c;
}
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_2 = __this->get_servicePoint_41();
NullCheck(L_2);
bool L_3 = ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0_inline(L_2, /*hidden argument*/NULL);
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
}
IL_001c:
{
return (bool)0;
}
}
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::get_ServerCertValidationCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * HttpWebRequest_get_ServerCertValidationCallback_mE535B7C3510E634EF8B2E2C9698BE4069D376619 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * L_0 = __this->get_certValidationCallback_64();
return L_0;
}
}
// System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = __this->get_locker_56();
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_hostChanged_14();
if (L_2)
{
goto IL_0021;
}
}
IL_0019:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_3 = __this->get_servicePoint_41();
if (L_3)
{
goto IL_003f;
}
}
IL_0021:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = __this->get_actualUri_13();
RuntimeObject* L_5 = __this->get_proxy_39();
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_6 = ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF(L_4, L_5, /*hidden argument*/NULL);
__this->set_servicePoint_41(L_6);
__this->set_hostChanged_14((bool)0);
}
IL_003f:
{
IL2CPP_LEAVE(0x4B, FINALLY_0041);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0041;
}
FINALLY_0041:
{ // begin finally (depth: 1)
{
bool L_7 = V_1;
if (!L_7)
{
goto IL_004a;
}
}
IL_0044:
{
RuntimeObject * L_8 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
}
IL_004a:
{
IL2CPP_END_FINALLY(65)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(65)
{
IL2CPP_JUMP_TBL(0x4B, IL_004b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004b:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_9 = __this->get_servicePoint_41();
return L_9;
}
}
// System.Boolean System.Net.HttpWebRequest::CheckIfForceWrite(System.Net.SimpleAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckIfForceWrite_mBF53A01F9A3E8C5D4B9E2A9DFB199735A6C779A8 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_0 = __this->get_writeStream_43();
if (!L_0)
{
goto IL_001d;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = __this->get_writeStream_43();
NullCheck(L_1);
bool L_2 = WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001d;
}
}
{
bool L_3 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(__this, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001f;
}
}
IL_001d:
{
return (bool)0;
}
IL_001f:
{
int64_t L_4 = __this->get_contentLength_20();
if ((((int64_t)L_4) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0046;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43();
NullCheck(L_5);
bool L_6 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_5);
if (!L_6)
{
goto IL_0046;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_7 = __this->get_writeStream_43();
NullCheck(L_7);
int32_t L_8 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) >= ((int32_t)0)))
{
goto IL_0046;
}
}
{
return (bool)0;
}
IL_0046:
{
int64_t L_9 = __this->get_contentLength_20();
if ((((int64_t)L_9) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0070;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_10 = __this->get_writeStream_43();
NullCheck(L_10);
int32_t L_11 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_10, /*hidden argument*/NULL);
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_0070;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_12 = __this->get_writeStream_43();
NullCheck(L_12);
int32_t L_13 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_12, /*hidden argument*/NULL);
HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91_inline(__this, (((int64_t)((int64_t)L_13))), /*hidden argument*/NULL);
}
IL_0070:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_14 = __this->get_writeStream_43();
NullCheck(L_14);
int32_t L_15 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_14, /*hidden argument*/NULL);
int64_t L_16 = __this->get_contentLength_20();
if ((((int64_t)(((int64_t)((int64_t)L_15)))) == ((int64_t)L_16)))
{
goto IL_009b;
}
}
{
int64_t L_17 = __this->get_contentLength_20();
if ((!(((uint64_t)L_17) == ((uint64_t)(((int64_t)((int64_t)(-1))))))))
{
goto IL_00a8;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_18 = __this->get_writeStream_43();
NullCheck(L_18);
bool L_19 = VirtFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.IO.Stream::get_CanWrite() */, L_18);
if (L_19)
{
goto IL_00a8;
}
}
IL_009b:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_20 = __this->get_writeStream_43();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_21 = ___result0;
NullCheck(L_20);
bool L_22 = WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF(L_20, L_21, /*hidden argument*/NULL);
return L_22;
}
IL_00a8:
{
return (bool)0;
}
}
// System.IAsyncResult System.Net.HttpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * V_0 = NULL;
String_t* V_1 = NULL;
{
U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_0 = (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass238_0__ctor_mD79C17473C69332138DD6687ACFBB34293B3380D(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_1 = V_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_1(__this);
bool L_2 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0021;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_3, _stringLiteral7EF95F14AF3E24B8942C944144D6749C5ACA09D7, 6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var);
}
IL_0021:
{
String_t* L_4 = __this->get_method_31();
if (L_4)
{
goto IL_0034;
}
}
{
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_5 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_5, _stringLiteral17D5230C5C3EFBFD8F88364E50BF1DD1C710460D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var);
}
IL_0034:
{
String_t* L_6 = HttpWebRequest_get_TransferEncoding_m436C0B3A86E8691EAF985FD363DDA0656007977E(__this, /*hidden argument*/NULL);
V_1 = L_6;
bool L_7 = __this->get_sendChunked_40();
if (L_7)
{
goto IL_0063;
}
}
{
String_t* L_8 = V_1;
if (!L_8)
{
goto IL_0063;
}
}
{
String_t* L_9 = V_1;
NullCheck(L_9);
String_t* L_10 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_9, /*hidden argument*/NULL);
bool L_11 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_10, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0063;
}
}
{
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_12 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_12, _stringLiteral1C32F34E0876E026AB90CFA65C2314284833749B, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var);
}
IL_0063:
{
RuntimeObject * L_13 = __this->get_locker_56();
Monitor_Enter_m903755FCC479745619842CCDBF5E6355319FA102(L_13, /*hidden argument*/NULL);
__this->set_getResponseCalled_54((bool)1);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_14 = __this->get_asyncRead_46();
if (!L_14)
{
goto IL_009b;
}
}
{
bool L_15 = __this->get_haveResponse_24();
if (L_15)
{
goto IL_009b;
}
}
{
RuntimeObject * L_16 = __this->get_locker_56();
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_17 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_17, _stringLiteralCA07EC6EFF36E9B9AE8489080A044C88782377E1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, HttpWebRequest_BeginGetResponse_m0EA99EDC3B42DE701F4B7BD934B2AB64A8402E24_RuntimeMethod_var);
}
IL_009b:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_18 = ___callback0;
RuntimeObject * L_19 = ___state1;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var);
WebAsyncResult__ctor_m6EA6C98BA6787E27A7CA2D3734A532203CFCF9BC(L_20, __this, L_18, L_19, /*hidden argument*/NULL);
__this->set_asyncRead_46(L_20);
U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_21 = V_0;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = __this->get_asyncRead_46();
NullCheck(L_21);
L_21->set_aread_0(L_22);
String_t* L_23 = __this->get_method_31();
__this->set_initialMethod_32(L_23);
RuntimeObject * L_24 = __this->get_locker_56();
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_25 = (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *)il2cpp_codegen_object_new(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var);
Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6(L_25, __this, (intptr_t)((intptr_t)HttpWebRequest_CheckIfForceWrite_mBF53A01F9A3E8C5D4B9E2A9DFB199735A6C779A8_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var);
U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_26 = V_0;
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_27 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var);
SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_27, L_26, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_RuntimeMethod_var), /*hidden argument*/NULL);
SimpleAsyncResult_RunWithLock_m655921C66982E0DE1E965BE5200E209D2E99455F(L_24, L_25, L_27, /*hidden argument*/NULL);
U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * L_28 = V_0;
NullCheck(L_28);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_29 = L_28->get_aread_0();
return L_29;
}
}
// System.Net.WebResponse System.Net.HttpWebRequest::EndGetResponse(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
{
RuntimeObject* L_0 = ___asyncResult0;
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, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_2, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_3 = V_0;
if (L_3)
{
goto IL_0028;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var);
}
IL_0028:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_5 = V_0;
int32_t L_6 = __this->get_timeout_42();
NullCheck(L_5);
bool L_7 = SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2(L_5, L_6, (bool)0, /*hidden argument*/NULL);
if (L_7)
{
goto IL_004a;
}
}
{
VirtActionInvoker0::Invoke(25 /* System.Void System.Net.WebRequest::Abort() */, __this);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_8 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_8, _stringLiteral2AA236C6BF7006B4297BC727B7C5738B68FC5483, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var);
}
IL_004a:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = V_0;
NullCheck(L_9);
bool L_10 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_9, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0059;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_11 = V_0;
NullCheck(L_11);
Exception_t * L_12 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline(L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, HttpWebRequest_EndGetResponse_m369F10A4A440250B6C4D68733C114E76E53FF8B7_RuntimeMethod_var);
}
IL_0059:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_13 = V_0;
NullCheck(L_13);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_14 = WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F_inline(L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Net.WebResponse System.Net.HttpWebRequest::GetResponse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * HttpWebRequest_GetResponse_m454DDC78C1CF4903EB136C62912BE7045CB9842E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_GetResponse_m454DDC78C1CF4903EB136C62912BE7045CB9842E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
{
RuntimeObject* L_0 = VirtFuncInvoker2< RuntimeObject*, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(23 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL);
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_0, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_1 = V_0;
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_2 = VirtFuncInvoker1< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *, RuntimeObject* >::Invoke(24 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_1);
return L_2;
}
}
// System.Boolean System.Net.HttpWebRequest::get_FinishedReading()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_FinishedReading_mA30B015AA206E345AF2297CA4741162A3AAE89CD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_finished_reading_57();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_FinishedReading(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_FinishedReading_m7996D990D5CC3E633495786FBC33530F8F28DE49 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_finished_reading_57(L_0);
return;
}
}
// System.Boolean System.Net.HttpWebRequest::get_Aborted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
int32_t* L_0 = __this->get_address_of_aborted_48();
int32_t L_1 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_0, 0, 0, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
}
}
// System.Void System.Net.HttpWebRequest::Abort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_Abort_mA4AB694069860078313AE2CE0A0D3C53246729E4 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_Abort_mA4AB694069860078313AE2CE0A0D3C53246729E4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_1 = NULL;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_2 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 10);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
int32_t* L_0 = __this->get_address_of_aborted_48();
int32_t L_1 = Interlocked_CompareExchange_mD830160E95D6C589AD31EE9DC8D19BD4A8DCDC03((int32_t*)L_0, 1, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
{
goto IL_0011;
}
}
{
return;
}
IL_0011:
{
bool L_2 = __this->get_haveResponse_24();
if (!L_2)
{
goto IL_0022;
}
}
{
bool L_3 = __this->get_finished_reading_57();
if (!L_3)
{
goto IL_0022;
}
}
{
return;
}
IL_0022:
{
__this->set_haveResponse_24((bool)1);
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_4 = __this->get_abortHandler_47();
if (!L_4)
{
goto IL_004e;
}
}
IL_0031:
try
{ // begin try (depth: 1)
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_5 = __this->get_abortHandler_47();
IL2CPP_RUNTIME_CLASS_INIT(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var);
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * L_6 = ((EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields*)il2cpp_codegen_static_fields_for(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_il2cpp_TypeInfo_var))->get_Empty_0();
NullCheck(L_5);
EventHandler_Invoke_mD23D5EFEA562A05C5EACDD3E91EEDD2BF6C22800(L_5, __this, L_6, /*hidden argument*/NULL);
goto IL_0047;
} // 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_0044;
throw e;
}
CATCH_0044:
{ // begin catch(System.Exception)
goto IL_0047;
} // end catch (depth: 1)
IL_0047:
{
__this->set_abortHandler_47((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)NULL);
}
IL_004e:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_7 = __this->get_asyncWrite_45();
if (!L_7)
{
goto IL_008b;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = __this->get_asyncWrite_45();
V_0 = L_8;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = V_0;
NullCheck(L_9);
bool L_10 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0084;
}
}
IL_0065:
try
{ // begin try (depth: 1)
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_11, _stringLiteralE134CA0BF97313DD354F55E40BBFB4377825436E, 6, /*hidden argument*/NULL);
V_1 = L_11;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_12 = V_0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_13 = V_1;
NullCheck(L_12);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_12, (bool)0, L_13, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_14 = V_0;
NullCheck(L_14);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_14, /*hidden argument*/NULL);
goto IL_0084;
} // 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_0081;
throw e;
}
CATCH_0081:
{ // begin catch(System.Object)
goto IL_0084;
} // end catch (depth: 1)
IL_0084:
{
__this->set_asyncWrite_45((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL);
}
IL_008b:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_15 = __this->get_asyncRead_46();
if (!L_15)
{
goto IL_00c8;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_16 = __this->get_asyncRead_46();
V_2 = L_16;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_17 = V_2;
NullCheck(L_17);
bool L_18 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00c1;
}
}
IL_00a2:
try
{ // begin try (depth: 1)
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_19 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_19, _stringLiteralE134CA0BF97313DD354F55E40BBFB4377825436E, 6, /*hidden argument*/NULL);
V_3 = L_19;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = V_2;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_21 = V_3;
NullCheck(L_20);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, (bool)0, L_21, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = V_2;
NullCheck(L_22);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_22, /*hidden argument*/NULL);
goto IL_00c1;
} // 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_00be;
throw e;
}
CATCH_00be:
{ // begin catch(System.Object)
goto IL_00c1;
} // end catch (depth: 1)
IL_00c1:
{
__this->set_asyncRead_46((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL);
}
IL_00c8:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_23 = __this->get_writeStream_43();
if (!L_23)
{
goto IL_00e7;
}
}
IL_00d0:
try
{ // begin try (depth: 1)
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_24 = __this->get_writeStream_43();
NullCheck(L_24);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_24);
__this->set_writeStream_43((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)NULL);
goto IL_00e7;
} // 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_00e4;
throw e;
}
CATCH_00e4:
{ // begin catch(System.Object)
goto IL_00e7;
} // end catch (depth: 1)
IL_00e7:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_25 = __this->get_webResponse_44();
if (!L_25)
{
goto IL_0106;
}
}
IL_00ef:
try
{ // begin try (depth: 1)
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_26 = __this->get_webResponse_44();
NullCheck(L_26);
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_26);
__this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL);
goto IL_0106;
} // 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_0103;
throw e;
}
CATCH_0103:
{ // begin catch(System.Object)
goto IL_0106;
} // end catch (depth: 1)
IL_0106:
{
return;
}
}
// System.Void System.Net.HttpWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m14EED4626353FF9CB5ABAC2978C2CA37890306AC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
VirtActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(7 /* System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
return;
}
}
// System.Void System.Net.HttpWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_GetObjectData_mF600B207AECA50F8B6ACB8D4C29366A6ABE36C45 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_GetObjectData_mF600B207AECA50F8B6ACB8D4C29366A6ABE36C45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = L_0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_requestUri_12();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_4 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_3, /*hidden argument*/NULL);
NullCheck(L_1);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_1, _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4, L_2, L_4, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = L_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = __this->get_actualUri_13();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_5);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_5, _stringLiteralA00D9C70E43CB04A0929B71DA92C6117979D4F3B, L_6, L_8, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = L_5;
bool L_10 = __this->get_allowAutoRedirect_15();
NullCheck(L_9);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_9, _stringLiteralC26F2E56BBAF085FDF3C1762D8CC47AC302F26C0, L_10, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = L_9;
bool L_12 = __this->get_allowBuffering_16();
NullCheck(L_11);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_11, _stringLiteralBC4513F45FF582BF2B472198C16B29B61F8100EB, L_12, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = L_11;
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_14 = __this->get_certificates_17();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_15 = { reinterpret_cast<intptr_t> (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_0_0_0_var) };
Type_t * L_16 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_15, /*hidden argument*/NULL);
NullCheck(L_13);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_13, _stringLiteral1102B412CA0FD4A8FA762E06EB1DF72D9C6FAF4F, L_14, L_16, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_17 = L_13;
String_t* L_18 = __this->get_connectionGroup_18();
NullCheck(L_17);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_17, _stringLiteral4397CEF5A30768E16EDAB23DBE0963BA7D88EE58, L_18, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_19 = L_17;
int64_t L_20 = __this->get_contentLength_20();
NullCheck(L_19);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_19, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_20, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_21 = L_19;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_22 = __this->get_webHeaders_27();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_23 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var) };
Type_t * L_24 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_23, /*hidden argument*/NULL);
NullCheck(L_21);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_21, _stringLiteral8DB707CCCC3BC3FE1760A43A4D948E0ABAAB0BDB, L_22, L_24, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = L_21;
bool L_26 = __this->get_keepAlive_28();
NullCheck(L_25);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_25, _stringLiteralF0CA4D65ED1C33DDFB85A263A727A6947C10A12F, L_26, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_27 = L_25;
int32_t L_28 = __this->get_maxAutoRedirect_29();
NullCheck(L_27);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_27, _stringLiteralC1EE90CE47627FE6D2B1C3915C005F896AEE4639, L_28, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_29 = L_27;
String_t* L_30 = __this->get_mediaType_30();
NullCheck(L_29);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_29, _stringLiteralF974F88936DD7E057700691BFB1C4ECB052E2784, L_30, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_31 = L_29;
String_t* L_32 = __this->get_method_31();
NullCheck(L_31);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_31, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_32, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_33 = L_31;
String_t* L_34 = __this->get_initialMethod_32();
NullCheck(L_33);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_33, _stringLiteralDFCD1C1FEA09B8D4C26E8B5B70623F96B2221EED, L_34, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_35 = L_33;
bool L_36 = __this->get_pipelined_33();
NullCheck(L_35);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_35, _stringLiteralC7B3F95BF9308565981380C557FCB0BC1E12659E, L_36, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_37 = L_35;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_38 = __this->get_version_36();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_39 = { reinterpret_cast<intptr_t> (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) };
Type_t * L_40 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_39, /*hidden argument*/NULL);
NullCheck(L_37);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_37, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_38, L_40, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_41 = L_37;
RuntimeObject* L_42 = __this->get_proxy_39();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_43 = { reinterpret_cast<intptr_t> (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) };
Type_t * L_44 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_43, /*hidden argument*/NULL);
NullCheck(L_41);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_41, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_42, L_44, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_45 = L_41;
bool L_46 = __this->get_sendChunked_40();
NullCheck(L_45);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_45, _stringLiteral909AE6E2E78BBE40E5F4CB0728891FDB2324155D, L_46, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_47 = L_45;
int32_t L_48 = __this->get_timeout_42();
NullCheck(L_47);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_47, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_48, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_49 = L_47;
int32_t L_50 = __this->get_redirects_50();
NullCheck(L_49);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_49, _stringLiteralF1E14133ADAED8A21362D9DB7EEC1C6B36A081AF, L_50, /*hidden argument*/NULL);
String_t* L_51 = __this->get_host_67();
NullCheck(L_49);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_49, _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA, L_51, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::CheckRequestStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_requestSent_26();
if (!L_0)
{
goto IL_0013;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_1, _stringLiteralD8884A98B05D902F579ADC14A00F11EE881C7658, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, HttpWebRequest_CheckRequestStarted_m00912EA98FC3C1CAEC6E649112812FCEA7BFC29A_RuntimeMethod_var);
}
IL_0013:
{
return;
}
}
// System.Void System.Net.HttpWebRequest::DoContinueDelegate(System.Int32,System.Net.WebHeaderCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_DoContinueDelegate_m87792A631B5DE72413308FD1A96986862839B593 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___statusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers1, const RuntimeMethod* method)
{
{
HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * L_0 = __this->get_continueDelegate_21();
if (!L_0)
{
goto IL_0015;
}
}
{
HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * L_1 = __this->get_continueDelegate_21();
int32_t L_2 = ___statusCode0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_3 = ___headers1;
NullCheck(L_1);
HttpContinueDelegate_Invoke_m7465E6EC8142D0BCC30F80634F840CE31819FA5D(L_1, L_2, L_3, /*hidden argument*/NULL);
}
IL_0015:
{
return;
}
}
// System.Void System.Net.HttpWebRequest::RewriteRedirectToGet()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_method_31(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_27();
NullCheck(L_0);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_0, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
__this->set_sendChunked_40((bool)0);
return;
}
}
// System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.WebAsyncResult,System.Net.HttpStatusCode,System.Net.WebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, int32_t ___code1, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
String_t* V_1 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B26_0 = NULL;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B25_0 = NULL;
int32_t G_B27_0 = 0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B27_1 = NULL;
{
int32_t L_0 = __this->get_redirects_50();
__this->set_redirects_50(((int32_t)il2cpp_codegen_add((int32_t)L_0, (int32_t)1)));
V_0 = (Exception_t *)NULL;
V_1 = (String_t*)NULL;
int32_t L_1 = ___code1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)((int32_t)300))))
{
case 0:
{
goto IL_0040;
}
case 1:
{
goto IL_004d;
}
case 2:
{
goto IL_004d;
}
case 3:
{
goto IL_0067;
}
case 4:
{
goto IL_006f;
}
case 5:
{
goto IL_0071;
}
case 6:
{
goto IL_007e;
}
case 7:
{
goto IL_0094;
}
}
}
{
goto IL_007e;
}
IL_0040:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_2 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_2, _stringLiteralF37309F7945570661F77E09CA3151FDF959BBDA4, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_0094;
}
IL_004d:
{
String_t* L_3 = __this->get_method_31();
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0094;
}
}
{
HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE(__this, /*hidden argument*/NULL);
goto IL_0094;
}
IL_0067:
{
HttpWebRequest_RewriteRedirectToGet_m7E0D7EBC6D67FB8076A6359A1DCF58CDD8755CAE(__this, /*hidden argument*/NULL);
goto IL_0094;
}
IL_006f:
{
return (bool)0;
}
IL_0071:
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_5 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_5, _stringLiteralC5E3651083142A3684BB7C93CA6E4C9314CA8007, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_0094;
}
IL_007e:
{
int32_t L_6 = ___code1;
int32_t L_7 = ((int32_t)L_6);
RuntimeObject * L_8 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_7);
String_t* L_9 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral01FE2F4F4453F3A2AC035B6B08CD67A1C7432C41, L_8, /*hidden argument*/NULL);
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_10 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_10, L_9, /*hidden argument*/NULL);
V_0 = L_10;
}
IL_0094:
{
String_t* L_11 = __this->get_method_31();
bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_00d9;
}
}
{
bool L_13 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(__this, /*hidden argument*/NULL);
if (L_13)
{
goto IL_00d9;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_14 = __this->get_writeStream_43();
NullCheck(L_14);
int32_t L_15 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_15) > ((int32_t)0)))
{
goto IL_00c6;
}
}
{
int64_t L_16 = __this->get_contentLength_20();
if ((((int64_t)L_16) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00d9;
}
}
IL_00c6:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_17 = __this->get_webResponse_44();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_18 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_18, _stringLiteralFE8D4F9C9603142E757AEB549769E232E1DE3989, (Exception_t *)NULL, 7, L_17, /*hidden argument*/NULL);
V_0 = L_18;
}
IL_00d9:
{
Exception_t * L_19 = V_0;
if (!L_19)
{
goto IL_00de;
}
}
{
Exception_t * L_20 = V_0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var);
}
IL_00de:
{
bool L_21 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() */, __this);
if (L_21)
{
goto IL_00f8;
}
}
{
String_t* L_22 = __this->get_method_31();
bool L_23 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_0100;
}
}
IL_00f8:
{
__this->set_contentLength_20((((int64_t)((int64_t)(-1)))));
}
IL_0100:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_24 = __this->get_webResponse_44();
NullCheck(L_24);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_25 = VirtFuncInvoker0< WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(12 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_24);
NullCheck(L_25);
String_t* L_26 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_25, _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE, /*hidden argument*/NULL);
V_1 = L_26;
String_t* L_27 = V_1;
if (L_27)
{
goto IL_0130;
}
}
{
int32_t L_28 = ___code1;
int32_t L_29 = ((int32_t)L_28);
RuntimeObject * L_30 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_29);
String_t* L_31 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralCA7EE01243735E42F6DA460F6D4363F15926ABB1, L_30, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_32 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_32, L_31, 7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var);
}
IL_0130:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_33 = __this->get_actualUri_13();
V_2 = L_33;
}
IL_0137:
try
{ // begin try (depth: 1)
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_34 = __this->get_actualUri_13();
String_t* L_35 = V_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_36 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_36, L_34, L_35, /*hidden argument*/NULL);
__this->set_actualUri_13(L_36);
goto IL_0164;
} // 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_014b;
throw e;
}
CATCH_014b:
{ // begin catch(System.Exception)
String_t* L_37 = V_1;
int32_t L_38 = ___code1;
int32_t L_39 = ((int32_t)L_38);
RuntimeObject * L_40 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_39);
String_t* L_41 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralC8CCC6FA96FA714CF5A4C33E0D18CDCDF978C13C, L_37, L_40, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_42 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_42, L_41, 7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0164:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_43 = __this->get_actualUri_13();
NullCheck(L_43);
String_t* L_44 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_43, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_45 = V_2;
NullCheck(L_45);
String_t* L_46 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_45, /*hidden argument*/NULL);
bool L_47 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_44, L_46, /*hidden argument*/NULL);
G_B25_0 = __this;
if (L_47)
{
G_B26_0 = __this;
goto IL_0190;
}
}
{
String_t* L_48 = HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_49 = V_2;
NullCheck(L_49);
String_t* L_50 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_49, /*hidden argument*/NULL);
bool L_51 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_48, L_50, /*hidden argument*/NULL);
G_B27_0 = ((int32_t)(L_51));
G_B27_1 = G_B25_0;
goto IL_0191;
}
IL_0190:
{
G_B27_0 = 1;
G_B27_1 = G_B26_0;
}
IL_0191:
{
NullCheck(G_B27_1);
G_B27_1->set_hostChanged_14((bool)G_B27_0);
return (bool)1;
}
}
// System.String System.Net.HttpWebRequest::GetHeaders()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
bool V_1 = false;
String_t* V_2 = NULL;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * V_3 = NULL;
bool V_4 = false;
String_t* V_5 = NULL;
String_t* V_6 = NULL;
String_t* G_B25_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B27_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B26_0 = NULL;
String_t* G_B28_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B28_1 = NULL;
int32_t G_B31_0 = 0;
String_t* G_B49_0 = NULL;
{
V_0 = (bool)0;
bool L_0 = __this->get_sendChunked_40();
if (!L_0)
{
goto IL_0036;
}
}
{
V_0 = (bool)1;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_webHeaders_27();
NullCheck(L_1);
WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_1, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93, /*hidden argument*/NULL);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_2 = __this->get_webHeaders_27();
NullCheck(L_2);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_2, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
goto IL_0105;
}
IL_0036:
{
int64_t L_3 = __this->get_contentLength_20();
if ((((int64_t)L_3) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
{
goto IL_00f5;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_4 = __this->get_address_of_auth_state_65();
int32_t L_5 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)1)))
{
goto IL_005f;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_6 = __this->get_address_of_proxy_auth_state_66();
int32_t L_7 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_6, /*hidden argument*/NULL);
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
{
goto IL_00a2;
}
}
IL_005f:
{
bool L_8 = __this->get_haveContentLength_19();
if (L_8)
{
goto IL_0079;
}
}
{
bool L_9 = __this->get_gotRequestStream_49();
if (L_9)
{
goto IL_0079;
}
}
{
int64_t L_10 = __this->get_contentLength_20();
if ((((int64_t)L_10) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0090;
}
}
IL_0079:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_11 = __this->get_webHeaders_27();
NullCheck(L_11);
WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_11, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C, /*hidden argument*/NULL);
goto IL_00e3;
}
IL_0090:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_27();
NullCheck(L_12);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_12, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
goto IL_00e3;
}
IL_00a2:
{
int64_t L_13 = __this->get_contentLength_20();
if ((((int64_t)L_13) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00ae;
}
}
{
V_0 = (bool)1;
}
IL_00ae:
{
bool L_14 = __this->get_haveContentLength_19();
if (L_14)
{
goto IL_00c8;
}
}
{
bool L_15 = __this->get_gotRequestStream_49();
if (L_15)
{
goto IL_00c8;
}
}
{
int64_t L_16 = __this->get_contentLength_20();
if ((((int64_t)L_16) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00e3;
}
}
IL_00c8:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_17 = __this->get_webHeaders_27();
int64_t* L_18 = __this->get_address_of_contentLength_20();
String_t* L_19 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)L_18, /*hidden argument*/NULL);
NullCheck(L_17);
WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_17, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, L_19, /*hidden argument*/NULL);
}
IL_00e3:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_20 = __this->get_webHeaders_27();
NullCheck(L_20);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_20, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
goto IL_0105;
}
IL_00f5:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_21 = __this->get_webHeaders_27();
NullCheck(L_21);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_21, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
}
IL_0105:
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_22 = __this->get_actualVersion_38();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_23 = ((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_24 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_22, L_23, /*hidden argument*/NULL);
bool L_25 = V_0;
if (!((int32_t)((int32_t)L_24&(int32_t)L_25)))
{
goto IL_0144;
}
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_26 = __this->get_servicePoint_41();
NullCheck(L_26);
bool L_27 = ServicePoint_get_SendContinue_m71ED43C3FABD7B7CFF2628FA3D022D6454CF3482(L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0144;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_28 = __this->get_webHeaders_27();
NullCheck(L_28);
WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_28, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, _stringLiteral9EEDF37BF78E18EE9CDBBA6B3F6D2E164C4D6AB0, /*hidden argument*/NULL);
__this->set_expectContinue_51((bool)1);
goto IL_015b;
}
IL_0144:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_29 = __this->get_webHeaders_27();
NullCheck(L_29);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_29, _stringLiteral58FC1BE971A32518B08BB4967F47C3E29FC379B9, /*hidden argument*/NULL);
__this->set_expectContinue_51((bool)0);
}
IL_015b:
{
bool L_30 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL);
V_1 = L_30;
bool L_31 = V_1;
if (L_31)
{
goto IL_016c;
}
}
{
G_B25_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
goto IL_0171;
}
IL_016c:
{
G_B25_0 = _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA;
}
IL_0171:
{
V_2 = G_B25_0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_32 = __this->get_webHeaders_27();
bool L_33 = V_1;
G_B26_0 = L_32;
if (!L_33)
{
G_B27_0 = L_32;
goto IL_0182;
}
}
{
G_B28_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
G_B28_1 = G_B26_0;
goto IL_0187;
}
IL_0182:
{
G_B28_0 = _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA;
G_B28_1 = G_B27_0;
}
IL_0187:
{
NullCheck(G_B28_1);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(G_B28_1, G_B28_0, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_34 = __this->get_servicePoint_41();
NullCheck(L_34);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_35 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_34);
V_3 = L_35;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_36 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_37 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_36, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (L_37)
{
goto IL_01ae;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_38 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_39 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_40 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_38, L_39, /*hidden argument*/NULL);
G_B31_0 = ((int32_t)(L_40));
goto IL_01af;
}
IL_01ae:
{
G_B31_0 = 1;
}
IL_01af:
{
V_4 = (bool)G_B31_0;
bool L_41 = __this->get_keepAlive_28();
if (!L_41)
{
goto IL_0209;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_42 = __this->get_version_36();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_43 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_44 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_42, L_43, /*hidden argument*/NULL);
bool L_45 = V_4;
if (!((int32_t)((int32_t)L_44|(int32_t)L_45)))
{
goto IL_0209;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_46 = __this->get_webHeaders_27();
String_t* L_47 = V_2;
NullCheck(L_46);
String_t* L_48 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_46, L_47, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_01f6;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_49 = __this->get_webHeaders_27();
String_t* L_50 = V_2;
NullCheck(L_49);
String_t* L_51 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_49, L_50, /*hidden argument*/NULL);
NullCheck(L_51);
int32_t L_52 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_51, _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8, 5, /*hidden argument*/NULL);
if ((!(((uint32_t)L_52) == ((uint32_t)(-1)))))
{
goto IL_0234;
}
}
IL_01f6:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_53 = __this->get_webHeaders_27();
String_t* L_54 = V_2;
NullCheck(L_53);
WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_53, L_54, _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8, /*hidden argument*/NULL);
goto IL_0234;
}
IL_0209:
{
bool L_55 = __this->get_keepAlive_28();
if (L_55)
{
goto IL_0234;
}
}
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_56 = __this->get_version_36();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_57 = ((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_58 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_56, L_57, /*hidden argument*/NULL);
if (!L_58)
{
goto IL_0234;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_59 = __this->get_webHeaders_27();
String_t* L_60 = V_2;
NullCheck(L_59);
WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_59, L_60, _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18, /*hidden argument*/NULL);
}
IL_0234:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_61 = __this->get_webHeaders_27();
String_t* L_62 = HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5(__this, /*hidden argument*/NULL);
NullCheck(L_61);
WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_61, _stringLiteral3960EC4CA5FB5E5D8CDB2CC1C5121C003E426517, L_62, /*hidden argument*/NULL);
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_63 = __this->get_cookieContainer_22();
if (!L_63)
{
goto IL_0297;
}
}
{
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_64 = __this->get_cookieContainer_22();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_65 = __this->get_actualUri_13();
NullCheck(L_64);
String_t* L_66 = CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201(L_64, L_65, /*hidden argument*/NULL);
V_6 = L_66;
String_t* L_67 = V_6;
bool L_68 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_67, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_68)
{
goto IL_0287;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_69 = __this->get_webHeaders_27();
String_t* L_70 = V_6;
NullCheck(L_69);
WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_69, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F, L_70, /*hidden argument*/NULL);
goto IL_0297;
}
IL_0287:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_71 = __this->get_webHeaders_27();
NullCheck(L_71);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_71, _stringLiteralE4F81994FED009C24D31EFD799E2D47A74A60F1F, /*hidden argument*/NULL);
}
IL_0297:
{
V_5 = (String_t*)NULL;
int32_t L_72 = __this->get_auto_decomp_59();
if (!((int32_t)((int32_t)L_72&(int32_t)1)))
{
goto IL_02ab;
}
}
{
V_5 = _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84;
}
IL_02ab:
{
int32_t L_73 = __this->get_auto_decomp_59();
if (!((int32_t)((int32_t)L_73&(int32_t)2)))
{
goto IL_02c7;
}
}
{
String_t* L_74 = V_5;
if (L_74)
{
goto IL_02c0;
}
}
{
G_B49_0 = _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B;
goto IL_02c5;
}
IL_02c0:
{
G_B49_0 = _stringLiteralA0BFC876D68FE7AEA700DA5EA8925ABAC6F2F794;
}
IL_02c5:
{
V_5 = G_B49_0;
}
IL_02c7:
{
String_t* L_75 = V_5;
if (!L_75)
{
goto IL_02dd;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_76 = __this->get_webHeaders_27();
String_t* L_77 = V_5;
NullCheck(L_76);
WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87(L_76, _stringLiteral177429157553DBB71C8BAB30AAC57A62D268CC1C, L_77, /*hidden argument*/NULL);
}
IL_02dd:
{
bool L_78 = __this->get_usedPreAuth_35();
if (L_78)
{
goto IL_02f3;
}
}
{
bool L_79 = __this->get_preAuthenticate_34();
if (!L_79)
{
goto IL_02f3;
}
}
{
HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385(__this, /*hidden argument*/NULL);
}
IL_02f3:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_80 = __this->get_webHeaders_27();
NullCheck(L_80);
String_t* L_81 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_80);
return L_81;
}
}
// System.Void System.Net.HttpWebRequest::DoPreAuthenticate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_DoPreAuthenticate_mBE233826F26FBE74A082061249EDF89BB3552385_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_2 = NULL;
String_t* V_3 = NULL;
int32_t G_B3_0 = 0;
RuntimeObject* G_B7_0 = NULL;
String_t* G_B13_0 = NULL;
{
RuntimeObject* L_0 = __this->get_proxy_39();
if (!L_0)
{
goto IL_001e;
}
}
{
RuntimeObject* L_1 = __this->get_proxy_39();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_actualUri_13();
NullCheck(L_1);
bool L_3 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_1, L_2);
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
goto IL_001f;
}
IL_001e:
{
G_B3_0 = 0;
}
IL_001f:
{
V_0 = (bool)G_B3_0;
bool L_4 = V_0;
if (!L_4)
{
goto IL_0038;
}
}
{
RuntimeObject* L_5 = __this->get_credentials_23();
if (L_5)
{
goto IL_0038;
}
}
{
RuntimeObject* L_6 = __this->get_proxy_39();
NullCheck(L_6);
RuntimeObject* L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_6);
G_B7_0 = L_7;
goto IL_003e;
}
IL_0038:
{
RuntimeObject* L_8 = __this->get_credentials_23();
G_B7_0 = L_8;
}
IL_003e:
{
V_1 = G_B7_0;
RuntimeObject* L_9 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_10 = AuthenticationManager_PreAuthenticate_m625603CBFC92809B25C76C1741EDB2BE45844C85(__this, L_9, /*hidden argument*/NULL);
V_2 = L_10;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_11 = V_2;
if (L_11)
{
goto IL_004b;
}
}
{
return;
}
IL_004b:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_27();
NullCheck(L_12);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_12, _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176, /*hidden argument*/NULL);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_13 = __this->get_webHeaders_27();
NullCheck(L_13);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_13, _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616, /*hidden argument*/NULL);
bool L_14 = V_0;
if (!L_14)
{
goto IL_0076;
}
}
{
RuntimeObject* L_15 = __this->get_credentials_23();
if (!L_15)
{
goto IL_007d;
}
}
IL_0076:
{
G_B13_0 = _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616;
goto IL_0082;
}
IL_007d:
{
G_B13_0 = _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176;
}
IL_0082:
{
V_3 = G_B13_0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_16 = __this->get_webHeaders_27();
String_t* L_17 = V_3;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_18 = V_2;
NullCheck(L_18);
String_t* L_19 = Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A_inline(L_18, /*hidden argument*/NULL);
NullCheck(L_16);
NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA(L_16, L_17, L_19, /*hidden argument*/NULL);
__this->set_usedPreAuth_35((bool)1);
return;
}
}
// System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Net.WebExceptionStatus,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___exc1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_1 = NULL;
{
bool L_0 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_1 = __this->get_asyncWrite_45();
V_0 = L_1;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_2 = V_0;
if (L_2)
{
goto IL_001a;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_3 = __this->get_asyncRead_46();
V_0 = L_3;
}
IL_001a:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = V_0;
if (!L_4)
{
goto IL_0070;
}
}
{
Exception_t * L_5 = ___exc1;
if (L_5)
{
goto IL_0039;
}
}
{
int32_t L_6 = ___status0;
int32_t L_7 = L_6;
RuntimeObject * L_8 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, &L_7);
String_t* L_9 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral4C14F0CE65A8E2864021F3C1503E883ABA44D331, L_8, /*hidden argument*/NULL);
int32_t L_10 = ___status0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_11, L_9, L_10, /*hidden argument*/NULL);
V_1 = L_11;
goto IL_0062;
}
IL_0039:
{
Exception_t * L_12 = ___exc1;
V_1 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_12, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var));
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_13 = V_1;
if (L_13)
{
goto IL_0062;
}
}
{
int32_t L_14 = ___status0;
int32_t L_15 = L_14;
RuntimeObject * L_16 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, &L_15);
Exception_t * L_17 = ___exc1;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_17);
String_t* L_19 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteral6949190F4D016636E330A059F2A09CB768ADD546, L_16, L_18, /*hidden argument*/NULL);
int32_t L_20 = ___status0;
Exception_t * L_21 = ___exc1;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502(L_22, L_19, L_20, 0, L_21, /*hidden argument*/NULL);
V_1 = L_22;
}
IL_0062:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_23 = V_0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_24 = V_1;
NullCheck(L_23);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_23, (bool)0, L_24, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = V_0;
NullCheck(L_25);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_25, /*hidden argument*/NULL);
}
IL_0070:
{
return;
}
}
// System.Byte[] System.Net.HttpWebRequest::GetRequestHeaders()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
{
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 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_001c;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_actualUri_13();
NullCheck(L_2);
String_t* L_3 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_2, /*hidden argument*/NULL);
V_1 = L_3;
goto IL_0043;
}
IL_001c:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = __this->get_actualUri_13();
NullCheck(L_4);
String_t* L_5 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_4, /*hidden argument*/NULL);
String_t* L_6 = HttpWebRequest_get_Host_m633144DD18EC28C5D4CE2F34B57C29D64A4A9DB5(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = __this->get_actualUri_13();
NullCheck(L_7);
String_t* L_8 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_7, /*hidden argument*/NULL);
String_t* L_9 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral328EDDD1778E639466776BD1D766598F33A484B1, L_5, L_6, L_8, /*hidden argument*/NULL);
V_1 = L_9;
}
IL_0043:
{
bool L_10 = __this->get_force_version_37();
if (L_10)
{
goto IL_0089;
}
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_11 = __this->get_servicePoint_41();
NullCheck(L_11);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_12 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_11);
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_13 = Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0(L_12, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0089;
}
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_14 = __this->get_servicePoint_41();
NullCheck(L_14);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_14);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_16 = __this->get_version_36();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_17 = Version_op_LessThan_mEE4DE91646EDC7245FD486D1D3E2322B651E7028(L_15, L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_0089;
}
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_18 = __this->get_servicePoint_41();
NullCheck(L_18);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_19 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_18);
__this->set_actualVersion_38(L_19);
goto IL_0095;
}
IL_0089:
{
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_20 = __this->get_version_36();
__this->set_actualVersion_38(L_20);
}
IL_0095:
{
StringBuilder_t * L_21 = V_0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)4);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_23 = L_22;
String_t* L_24 = __this->get_method_31();
NullCheck(L_23);
ArrayElementTypeCheck (L_23, L_24);
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_24);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_23;
String_t* L_26 = V_1;
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_26);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_26);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_27 = L_25;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_28 = __this->get_actualVersion_38();
NullCheck(L_28);
int32_t L_29 = Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C_inline(L_28, /*hidden argument*/NULL);
int32_t L_30 = L_29;
RuntimeObject * L_31 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_30);
NullCheck(L_27);
ArrayElementTypeCheck (L_27, L_31);
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_31);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_27;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_33 = __this->get_actualVersion_38();
NullCheck(L_33);
int32_t L_34 = Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059_inline(L_33, /*hidden argument*/NULL);
int32_t L_35 = L_34;
RuntimeObject * L_36 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_35);
NullCheck(L_32);
ArrayElementTypeCheck (L_32, L_36);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)L_36);
NullCheck(L_21);
StringBuilder_AppendFormat_m23742FE1E3C60341F37C243EB6BEE06AE444C774(L_21, _stringLiteral058E795E5144E2167AFBB625540D6015D3188222, L_32, /*hidden argument*/NULL);
StringBuilder_t * L_37 = V_0;
String_t* L_38 = HttpWebRequest_GetHeaders_m319AC2C16CFC0B301ECA426CC40F2AA8F3CF7DFD(__this, /*hidden argument*/NULL);
NullCheck(L_37);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_37, L_38, /*hidden argument*/NULL);
StringBuilder_t * L_39 = V_0;
NullCheck(L_39);
String_t* L_40 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_39);
V_2 = L_40;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_41 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
String_t* L_42 = V_2;
NullCheck(L_41);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_41, L_42);
return L_43;
}
}
// System.Void System.Net.HttpWebRequest::SetWriteStream(System.Net.WebConnectionStream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___stream0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = ___stream0;
__this->set_writeStream_43(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get_bodyBuffer_52();
if (!L_2)
{
goto IL_0041;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_3 = __this->get_webHeaders_27();
NullCheck(L_3);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_3, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
int32_t L_4 = __this->get_bodyBufferLength_53();
__this->set_contentLength_20((((int64_t)((int64_t)L_4))));
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43();
NullCheck(L_5);
WebConnectionStream_set_SendChunked_m19B2E66DBE0EF896D562173B18F7DA62E707E61B_inline(L_5, (bool)0, /*hidden argument*/NULL);
}
IL_0041:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_6 = __this->get_writeStream_43();
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_7 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var);
SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_7, __this, (intptr_t)((intptr_t)HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_6);
WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067(L_6, (bool)0, L_7, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::SetWriteStreamInner(System.Net.SimpleAsyncCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_0 = (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *)il2cpp_codegen_object_new(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var);
Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6(L_0, __this, (intptr_t)((intptr_t)HttpWebRequest_U3CSetWriteStreamInnerU3Eb__259_0_m3B0D4BBE9BB1F4D71011BBB91DD7A818BCF5093D_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var);
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_1 = ___callback0;
SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235(L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Exception_t * ___exc0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_0 = NULL;
{
Exception_t * L_0 = ___exc0;
V_0 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_0, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var));
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = V_0;
if (!L_1)
{
goto IL_0018;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_2 = V_0;
NullCheck(L_2);
int32_t L_3 = WebException_get_Status_m1B70EF872E650D6C3B320EDE858FEC1136914D09_inline(L_2, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_4 = V_0;
HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996(__this, L_3, L_4, /*hidden argument*/NULL);
return;
}
IL_0018:
{
Exception_t * L_5 = ___exc0;
HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996(__this, 4, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::SetResponseError(System.Net.WebExceptionStatus,System.Exception,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_3 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
RuntimeObject * L_1 = __this->get_locker_56();
V_0 = L_1;
V_1 = (bool)0;
}
IL_0012:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
String_t* L_3 = ___where2;
int32_t L_4 = ___status0;
int32_t L_5 = L_4;
RuntimeObject * L_6 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, &L_5);
String_t* L_7 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF67236BF5AB91F14FA8C71F76D17D5D6741E3D7B, L_3, L_6, /*hidden argument*/NULL);
V_2 = L_7;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = __this->get_asyncRead_46();
V_3 = L_8;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = V_3;
if (L_9)
{
goto IL_003d;
}
}
IL_0036:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_10 = __this->get_asyncWrite_45();
V_3 = L_10;
}
IL_003d:
{
Exception_t * L_11 = ___e1;
if (!((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_11, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var)))
{
goto IL_004f;
}
}
IL_0045:
{
Exception_t * L_12 = ___e1;
V_4 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)CastclassClass((RuntimeObject*)L_12, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var));
goto IL_005a;
}
IL_004f:
{
String_t* L_13 = V_2;
Exception_t * L_14 = ___e1;
int32_t L_15 = ___status0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_16 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_16, L_13, L_14, L_15, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
V_4 = L_16;
}
IL_005a:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_17 = V_3;
if (!L_17)
{
goto IL_009e;
}
}
IL_005d:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_18 = V_3;
NullCheck(L_18);
bool L_19 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_18, /*hidden argument*/NULL);
if (L_19)
{
goto IL_0076;
}
}
IL_0065:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = V_3;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_21 = V_4;
NullCheck(L_20);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, (bool)0, L_21, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = V_3;
NullCheck(L_22);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_22, /*hidden argument*/NULL);
goto IL_0087;
}
IL_0076:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_23 = V_3;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_24 = __this->get_asyncWrite_45();
if ((!(((RuntimeObject*)(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)L_23) == ((RuntimeObject*)(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)L_24))))
{
goto IL_0087;
}
}
IL_007f:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_25 = V_4;
__this->set_saved_exc_55(L_25);
}
IL_0087:
{
__this->set_haveResponse_24((bool)1);
__this->set_asyncRead_46((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL);
__this->set_asyncWrite_45((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL);
IL2CPP_LEAVE(0xB9, FINALLY_00af);
}
IL_009e:
{
__this->set_haveResponse_24((bool)1);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_26 = V_4;
__this->set_saved_exc_55(L_26);
IL2CPP_LEAVE(0xB9, FINALLY_00af);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00af;
}
FINALLY_00af:
{ // begin finally (depth: 1)
{
bool L_27 = V_1;
if (!L_27)
{
goto IL_00b8;
}
}
IL_00b2:
{
RuntimeObject * L_28 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL);
}
IL_00b8:
{
IL2CPP_END_FINALLY(175)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(175)
{
IL2CPP_JUMP_TBL(0xB9, IL_00b9)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b9:
{
return;
}
}
// System.Void System.Net.HttpWebRequest::CheckSendError(System.Net.WebConnectionData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_0 = ___data0;
NullCheck(L_0);
int32_t L_1 = L_0->get_StatusCode_1();
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)400))))
{
goto IL_001f;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)401))))
{
goto IL_001f;
}
}
{
int32_t L_4 = V_0;
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)407)))))
{
goto IL_0020;
}
}
IL_001f:
{
return;
}
IL_0020:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43();
if (!L_5)
{
goto IL_0091;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = __this->get_asyncRead_46();
if (L_6)
{
goto IL_0091;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_7 = __this->get_writeStream_43();
NullCheck(L_7);
bool L_8 = WebConnectionStream_get_CompleteRequestWritten_m2CE66E5BAD797C5DE04C188041418DEDDDA62FD6_inline(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0091;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = ___data0;
NullCheck(L_9);
String_t* L_10 = L_9->get_StatusDescription_2();
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_11 = __this->get_webResponse_44();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_12, L_10, (Exception_t *)NULL, 7, L_11, /*hidden argument*/NULL);
__this->set_saved_exc_55(L_12);
bool L_13 = __this->get_allowBuffering_16();
if (L_13)
{
goto IL_0079;
}
}
{
bool L_14 = __this->get_sendChunked_40();
if (L_14)
{
goto IL_0079;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_15 = __this->get_writeStream_43();
NullCheck(L_15);
int64_t L_16 = L_15->get_totalWritten_14();
int64_t L_17 = __this->get_contentLength_20();
if ((((int64_t)L_16) < ((int64_t)L_17)))
{
goto IL_0085;
}
}
IL_0079:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_18 = __this->get_webResponse_44();
NullCheck(L_18);
HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_18, /*hidden argument*/NULL);
return;
}
IL_0085:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_19 = __this->get_writeStream_43();
NullCheck(L_19);
L_19->set_IgnoreIOErrors_33((bool)1);
}
IL_0091:
{
return;
}
}
// System.Boolean System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * V_1 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t G_B3_0 = 0;
RuntimeObject* G_B10_0 = NULL;
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_0 = __this->get_webResponse_44();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_0);
V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)407)))? 1 : 0);
bool L_2 = V_0;
if (L_2)
{
goto IL_0023;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_3 = __this->get_address_of_auth_state_65();
int32_t L_4 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_3, /*hidden argument*/NULL);
G_B3_0 = L_4;
goto IL_002e;
}
IL_0023:
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_5 = __this->get_address_of_proxy_auth_state_66();
int32_t L_6 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_5, /*hidden argument*/NULL);
G_B3_0 = L_6;
}
IL_002e:
{
if (G_B3_0)
{
goto IL_0032;
}
}
{
return (bool)0;
}
IL_0032:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_7 = __this->get_webResponse_44();
NullCheck(L_7);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_7);
V_1 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)IsInstClass((RuntimeObject*)L_8, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var));
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_9 = V_1;
if (!L_9)
{
goto IL_0099;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_10 = V_1;
NullCheck(L_10);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C_inline(L_10, /*hidden argument*/NULL);
V_2 = L_11;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_12 = V_2;
NullCheck(L_12);
WebConnection_set_PriorityRequest_m261005EABEA126F531BA07E90632A61B0510B59F_inline(L_12, __this, /*hidden argument*/NULL);
bool L_13 = V_0;
if (!L_13)
{
goto IL_006c;
}
}
{
RuntimeObject* L_14 = __this->get_proxy_39();
if (!L_14)
{
goto IL_006c;
}
}
{
RuntimeObject* L_15 = __this->get_proxy_39();
NullCheck(L_15);
RuntimeObject* L_16 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_15);
G_B10_0 = L_16;
goto IL_0072;
}
IL_006c:
{
RuntimeObject* L_17 = __this->get_credentials_23();
G_B10_0 = L_17;
}
IL_0072:
{
V_3 = G_B10_0;
RuntimeObject* L_18 = V_3;
if (!L_18)
{
goto IL_0099;
}
}
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_19 = V_2;
RuntimeObject* L_20 = V_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_21 = __this->get_requestUri_12();
NullCheck(L_20);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_22 = InterfaceFuncInvoker2< NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var, L_20, L_21, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261);
NullCheck(L_19);
WebConnection_set_NtlmCredential_mFE95AC3455BD8EFE7405E250398B6ED5E6694B71_inline(L_19, L_22, /*hidden argument*/NULL);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_23 = V_2;
bool L_24 = __this->get_unsafe_auth_blah_70();
NullCheck(L_23);
WebConnection_set_UnsafeAuthenticatedConnectionSharing_mBD2DA6D3E5F146D699DEB5591368EBBE61BC4EC0_inline(L_23, L_24, /*hidden argument*/NULL);
}
IL_0099:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = ___r0;
NullCheck(L_25);
WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206(L_25, /*hidden argument*/NULL);
__this->set_finished_reading_57((bool)0);
__this->set_haveResponse_24((bool)0);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_26 = __this->get_webResponse_44();
NullCheck(L_26);
HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_26, /*hidden argument*/NULL);
__this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL);
return (bool)1;
}
}
// System.Void System.Net.HttpWebRequest::SetResponseData(System.Net.WebConnectionData)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_2 = NULL;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_3 = NULL;
bool V_4 = false;
Exception_t * V_5 = NULL;
bool V_6 = false;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * V_7 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_8 = NULL;
Exception_t * V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 9);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B27_0 = 0;
bool G_B32_0 = false;
{
RuntimeObject * L_0 = __this->get_locker_56();
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 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(__this, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0031;
}
}
IL_0019:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_3 = ___data0;
NullCheck(L_3);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = L_3->get_stream_6();
if (!L_4)
{
goto IL_002c;
}
}
IL_0021:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_5 = ___data0;
NullCheck(L_5);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = L_5->get_stream_6();
NullCheck(L_6);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_6);
}
IL_002c:
{
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
IL_0031:
{
V_2 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)NULL;
}
IL_0033:
try
{ // begin try (depth: 2)
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = __this->get_actualUri_13();
String_t* L_8 = __this->get_method_31();
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = ___data0;
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_10 = __this->get_cookieContainer_22();
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_11 = (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)il2cpp_codegen_object_new(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var);
HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A(L_11, L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
__this->set_webResponse_44(L_11);
goto IL_007b;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0053;
throw e;
}
CATCH_0053:
{ // begin catch(System.Exception)
{
V_5 = ((Exception_t *)__exception_local);
Exception_t * L_12 = V_5;
NullCheck(L_12);
String_t* L_13 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_12);
Exception_t * L_14 = V_5;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_15 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_15, L_13, L_14, 7, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
V_2 = L_15;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_16 = ___data0;
NullCheck(L_16);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = L_16->get_stream_6();
if (!L_17)
{
goto IL_0079;
}
}
IL_006e:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_18 = ___data0;
NullCheck(L_18);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = L_18->get_stream_6();
NullCheck(L_19);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_19);
}
IL_0079:
{
goto IL_007b;
}
} // end catch (depth: 2)
IL_007b:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_20 = V_2;
if (L_20)
{
goto IL_00bd;
}
}
IL_007e:
{
String_t* L_21 = __this->get_method_31();
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL);
if (L_22)
{
goto IL_00a2;
}
}
IL_0090:
{
String_t* L_23 = __this->get_method_31();
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00bd;
}
}
IL_00a2:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_25 = ___data0;
HttpWebRequest_CheckSendError_m5CB98C2EFFB6BB6D42B245E3ADAD39F279C05493(__this, L_25, /*hidden argument*/NULL);
Exception_t * L_26 = __this->get_saved_exc_55();
if (!L_26)
{
goto IL_00bd;
}
}
IL_00b1:
{
Exception_t * L_27 = __this->get_saved_exc_55();
V_2 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)CastclassClass((RuntimeObject*)L_27, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var));
}
IL_00bd:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_28 = __this->get_asyncRead_46();
V_3 = L_28;
V_4 = (bool)0;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_29 = V_3;
if (L_29)
{
goto IL_00ea;
}
}
IL_00ca:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_30 = __this->get_webResponse_44();
if (!L_30)
{
goto IL_00ea;
}
}
IL_00d2:
{
V_4 = (bool)1;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_31 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var);
WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34(L_31, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL, /*hidden argument*/NULL);
V_3 = L_31;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_32 = V_3;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_33 = __this->get_webResponse_44();
NullCheck(L_32);
WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12(L_32, (bool)0, L_33, /*hidden argument*/NULL);
}
IL_00ea:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_34 = V_3;
if (!L_34)
{
goto IL_02b0;
}
}
IL_00f0:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_35 = V_2;
if (!L_35)
{
goto IL_0115;
}
}
IL_00f3:
{
__this->set_haveResponse_24((bool)1);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_36 = V_3;
NullCheck(L_36);
bool L_37 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_36, /*hidden argument*/NULL);
if (L_37)
{
goto IL_010a;
}
}
IL_0102:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_38 = V_3;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_39 = V_2;
NullCheck(L_38);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_38, (bool)0, L_39, /*hidden argument*/NULL);
}
IL_010a:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_40 = V_3;
NullCheck(L_40);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_40, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
IL_0115:
{
bool L_41 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL);
if (!L_41)
{
goto IL_013b;
}
}
IL_011d:
{
RuntimeObject* L_42 = __this->get_proxy_39();
if (!L_42)
{
goto IL_013b;
}
}
IL_0125:
{
RuntimeObject* L_43 = __this->get_proxy_39();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_44 = __this->get_actualUri_13();
NullCheck(L_43);
bool L_45 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_43, L_44);
G_B27_0 = ((((int32_t)L_45) == ((int32_t)0))? 1 : 0);
goto IL_013c;
}
IL_013b:
{
G_B27_0 = 0;
}
IL_013c:
{
V_6 = (bool)G_B27_0;
}
IL_013e:
try
{ // begin try (depth: 2)
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_46 = V_3;
bool L_47 = HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB(__this, L_46, /*hidden argument*/NULL);
if (L_47)
{
goto IL_01d4;
}
}
IL_014a:
{
bool L_48 = V_6;
if (L_48)
{
goto IL_015b;
}
}
IL_014e:
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_49 = __this->get_address_of_auth_state_65();
bool L_50 = AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_49, /*hidden argument*/NULL);
G_B32_0 = L_50;
goto IL_0166;
}
IL_015b:
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_51 = __this->get_address_of_proxy_auth_state_66();
bool L_52 = AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_51, /*hidden argument*/NULL);
G_B32_0 = L_52;
}
IL_0166:
{
if (!G_B32_0)
{
goto IL_01a5;
}
}
IL_0168:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_53 = __this->get_webResponse_44();
if (!L_53)
{
goto IL_01a5;
}
}
IL_0170:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_54 = __this->get_webResponse_44();
NullCheck(L_54);
int32_t L_55 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_54);
if ((((int32_t)L_55) >= ((int32_t)((int32_t)400))))
{
goto IL_01a5;
}
}
IL_0182:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_56 = __this->get_webResponse_44();
NullCheck(L_56);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_57 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_56);
V_7 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)IsInstClass((RuntimeObject*)L_57, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var));
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_58 = V_7;
if (!L_58)
{
goto IL_01a5;
}
}
IL_0198:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_59 = V_7;
NullCheck(L_59);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_60 = WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C_inline(L_59, /*hidden argument*/NULL);
NullCheck(L_60);
WebConnection_set_NtlmAuthenticated_m4B88457A4ABFE610A9013AD61A5C86F1C507C5AC_inline(L_60, (bool)1, /*hidden argument*/NULL);
}
IL_01a5:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_61 = __this->get_writeStream_43();
if (!L_61)
{
goto IL_01b8;
}
}
IL_01ad:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_62 = __this->get_writeStream_43();
NullCheck(L_62);
WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191(L_62, /*hidden argument*/NULL);
}
IL_01b8:
{
__this->set_haveResponse_24((bool)1);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_63 = V_3;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_64 = __this->get_webResponse_44();
NullCheck(L_63);
WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12(L_63, (bool)0, L_64, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_65 = V_3;
NullCheck(L_65);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_65, /*hidden argument*/NULL);
goto IL_0253;
}
IL_01d4:
{
bool L_66 = __this->get_sendChunked_40();
if (!L_66)
{
goto IL_01f3;
}
}
IL_01dc:
{
__this->set_sendChunked_40((bool)0);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_67 = __this->get_webHeaders_27();
NullCheck(L_67);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(L_67, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
}
IL_01f3:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_68 = __this->get_webResponse_44();
if (!L_68)
{
goto IL_0214;
}
}
IL_01fb:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_69 = V_3;
bool L_70 = HttpWebRequest_HandleNtlmAuth_mF5F364BBAE5DF8F6E9946C8718DAE9DA5D27E647(__this, L_69, /*hidden argument*/NULL);
if (!L_70)
{
goto IL_0209;
}
}
IL_0204:
{
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
IL_0209:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_71 = __this->get_webResponse_44();
NullCheck(L_71);
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_71);
}
IL_0214:
{
__this->set_finished_reading_57((bool)0);
__this->set_haveResponse_24((bool)0);
__this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_72 = V_3;
NullCheck(L_72);
WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206(L_72, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_73 = HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(__this, /*hidden argument*/NULL);
__this->set_servicePoint_41(L_73);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_74 = __this->get_servicePoint_41();
String_t* L_75 = __this->get_connectionGroup_18();
NullCheck(L_74);
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_76 = ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3(L_74, __this, L_75, /*hidden argument*/NULL);
__this->set_abortHandler_47(L_76);
}
IL_0253:
{
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0255;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_027b;
throw e;
}
CATCH_0255:
{ // begin catch(System.Net.WebException)
{
V_8 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)__exception_local);
bool L_77 = V_4;
if (!L_77)
{
goto IL_026a;
}
}
IL_025b:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_78 = V_8;
__this->set_saved_exc_55(L_78);
__this->set_haveResponse_24((bool)1);
}
IL_026a:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_79 = V_3;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_80 = V_8;
NullCheck(L_79);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_79, (bool)0, L_80, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_81 = V_3;
NullCheck(L_81);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_81, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
} // end catch (depth: 2)
CATCH_027b:
{ // begin catch(System.Exception)
{
V_9 = ((Exception_t *)__exception_local);
Exception_t * L_82 = V_9;
NullCheck(L_82);
String_t* L_83 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_82);
Exception_t * L_84 = V_9;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_85 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_85, L_83, L_84, 7, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
V_2 = L_85;
bool L_86 = V_4;
if (!L_86)
{
goto IL_02a0;
}
}
IL_0292:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_87 = V_2;
__this->set_saved_exc_55(L_87);
__this->set_haveResponse_24((bool)1);
}
IL_02a0:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_88 = V_3;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_89 = V_2;
NullCheck(L_88);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_88, (bool)0, L_89, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_90 = V_3;
NullCheck(L_90);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_90, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
} // end catch (depth: 2)
IL_02b0:
{
IL2CPP_LEAVE(0x2BC, FINALLY_02b2);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_02b2;
}
FINALLY_02b2:
{ // begin finally (depth: 1)
{
bool L_91 = V_1;
if (!L_91)
{
goto IL_02bb;
}
}
IL_02b5:
{
RuntimeObject * L_92 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_92, /*hidden argument*/NULL);
}
IL_02bb:
{
IL2CPP_END_FINALLY(690)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(690)
{
IL2CPP_JUMP_TBL(0x2BC, IL_02bc)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_02bc:
{
return;
}
}
// System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m19026B770747E1221AD6C0D561DDD9CF59D1AD07 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___code1;
if (((((int32_t)L_0) == ((int32_t)((int32_t)407)))? 1 : 0))
{
goto IL_0018;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_1 = __this->get_address_of_auth_state_65();
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_2 = ___response0;
int32_t L_3 = ___code1;
bool L_4 = AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_1, L_2, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0018:
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_5 = __this->get_address_of_proxy_auth_state_66();
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_6 = ___response0;
int32_t L_7 = ___code1;
bool L_8 = AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_5, L_6, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Boolean System.Net.HttpWebRequest::CheckFinalStatus(System.Net.WebAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_4 = NULL;
bool V_5 = false;
int32_t V_6 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_0 = ___result0;
NullCheck(L_0);
bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0016;
}
}
{
__this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_2 = ___result0;
NullCheck(L_2);
Exception_t * L_3 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline(L_2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var);
}
IL_0016:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = ___result0;
NullCheck(L_4);
Exception_t * L_5 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline(L_4, /*hidden argument*/NULL);
V_0 = L_5;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = ___result0;
NullCheck(L_6);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_7 = WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F_inline(L_6, /*hidden argument*/NULL);
V_1 = L_7;
V_2 = 7;
V_3 = 0;
Exception_t * L_8 = V_0;
if (L_8)
{
goto IL_025a;
}
}
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_9 = __this->get_webResponse_44();
if (!L_9)
{
goto IL_025a;
}
}
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_10 = __this->get_webResponse_44();
NullCheck(L_10);
int32_t L_11 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_10);
V_3 = L_11;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_12 = __this->get_address_of_auth_state_65();
bool L_13 = AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_12, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0062;
}
}
{
int32_t L_14 = V_3;
if ((!(((uint32_t)L_14) == ((uint32_t)((int32_t)401)))))
{
goto IL_0062;
}
}
{
RuntimeObject* L_15 = __this->get_credentials_23();
if (L_15)
{
goto IL_0088;
}
}
IL_0062:
{
bool L_16 = HttpWebRequest_get_ProxyQuery_mD028E8C29538FC20E736D0BD10828F5C59418F46(__this, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_019e;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_17 = __this->get_address_of_proxy_auth_state_66();
bool L_18 = AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_019e;
}
}
{
int32_t L_19 = V_3;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)407)))))
{
goto IL_019e;
}
}
IL_0088:
{
bool L_20 = __this->get_usedPreAuth_35();
if (L_20)
{
goto IL_019e;
}
}
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_21 = __this->get_webResponse_44();
int32_t L_22 = V_3;
bool L_23 = HttpWebRequest_CheckAuthorization_m19026B770747E1221AD6C0D561DDD9CF59D1AD07(__this, L_21, L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_019e;
}
}
{
bool L_24 = HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF(__this, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_0131;
}
}
{
bool L_25 = VirtFuncInvoker0< bool >::Invoke(26 /* System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() */, __this);
if (!L_25)
{
goto IL_00ea;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_26 = __this->get_writeStream_43();
NullCheck(L_26);
int32_t L_27 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_27) <= ((int32_t)0)))
{
goto IL_00e8;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_28 = __this->get_writeStream_43();
NullCheck(L_28);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903(L_28, /*hidden argument*/NULL);
__this->set_bodyBuffer_52(L_29);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_30 = __this->get_writeStream_43();
NullCheck(L_30);
int32_t L_31 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_30, /*hidden argument*/NULL);
__this->set_bodyBufferLength_53(L_31);
}
IL_00e8:
{
return (bool)1;
}
IL_00ea:
{
Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * L_32 = __this->get_ResendContentFactory_68();
if (!L_32)
{
goto IL_015e;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_33 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_33, /*hidden argument*/NULL);
V_4 = L_33;
}
IL_00f9:
try
{ // begin try (depth: 1)
Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * L_34 = __this->get_ResendContentFactory_68();
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_35 = V_4;
NullCheck(L_34);
Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475(L_34, L_35, /*hidden argument*/Action_1_Invoke_m25501B02ECA680749841E48EEA596F763A82F475_RuntimeMethod_var);
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_36 = V_4;
NullCheck(L_36);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(34 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_36);
__this->set_bodyBuffer_52(L_37);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = __this->get_bodyBuffer_52();
NullCheck(L_38);
__this->set_bodyBufferLength_53((((int32_t)((int32_t)(((RuntimeArray*)L_38)->max_length)))));
IL2CPP_LEAVE(0x12F, FINALLY_0123);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0123;
}
FINALLY_0123:
{ // begin finally (depth: 1)
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_39 = V_4;
if (!L_39)
{
goto IL_012e;
}
}
IL_0127:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_40 = V_4;
NullCheck(L_40);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_40);
}
IL_012e:
{
IL2CPP_END_FINALLY(291)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(291)
{
IL2CPP_JUMP_TBL(0x12F, IL_012f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_012f:
{
return (bool)1;
}
IL_0131:
{
String_t* L_41 = __this->get_method_31();
bool L_42 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_41, _stringLiteral091B0CE42EB0BD96169EA00B16DD938F6D63AC95, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_015e;
}
}
{
String_t* L_43 = __this->get_method_31();
bool L_44 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_43, _stringLiteral61FF81C30AA3C76E78AFEA62B2E3BD1DFA49E854, /*hidden argument*/NULL);
if (!L_44)
{
goto IL_015e;
}
}
{
__this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
return (bool)1;
}
IL_015e:
{
bool L_45 = HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62_inline(__this, /*hidden argument*/NULL);
if (L_45)
{
goto IL_0168;
}
}
{
return (bool)0;
}
IL_0168:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_46 = __this->get_writeStream_43();
NullCheck(L_46);
WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED(L_46, /*hidden argument*/NULL);
__this->set_writeStream_43((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)NULL);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_47 = __this->get_webResponse_44();
NullCheck(L_47);
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_47);
__this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL);
__this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_48 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_48, _stringLiteralE85293208A555629936EA25D2F5B5F0B66F9F902, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var);
}
IL_019e:
{
__this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
int32_t L_49 = V_3;
if ((((int32_t)L_49) < ((int32_t)((int32_t)400))))
{
goto IL_01e3;
}
}
{
int32_t L_50 = V_3;
int32_t L_51 = ((int32_t)L_50);
RuntimeObject * L_52 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_51);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_53 = __this->get_webResponse_44();
NullCheck(L_53);
String_t* L_54 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String System.Net.HttpWebResponse::get_StatusDescription() */, L_53);
String_t* L_55 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF74F09AA942E1648BB192DAFB49F91766DA68406, L_52, L_54, /*hidden argument*/NULL);
int32_t L_56 = V_2;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_57 = __this->get_webResponse_44();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_58 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_58, L_55, (Exception_t *)NULL, L_56, L_57, /*hidden argument*/NULL);
V_0 = L_58;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_59 = __this->get_webResponse_44();
NullCheck(L_59);
HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_59, /*hidden argument*/NULL);
goto IL_025a;
}
IL_01e3:
{
int32_t L_60 = V_3;
if ((!(((uint32_t)L_60) == ((uint32_t)((int32_t)304)))))
{
goto IL_021e;
}
}
{
bool L_61 = __this->get_allowAutoRedirect_15();
if (!L_61)
{
goto IL_021e;
}
}
{
int32_t L_62 = V_3;
int32_t L_63 = ((int32_t)L_62);
RuntimeObject * L_64 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_63);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_65 = __this->get_webResponse_44();
NullCheck(L_65);
String_t* L_66 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String System.Net.HttpWebResponse::get_StatusDescription() */, L_65);
String_t* L_67 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralF74F09AA942E1648BB192DAFB49F91766DA68406, L_64, L_66, /*hidden argument*/NULL);
int32_t L_68 = V_2;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_69 = __this->get_webResponse_44();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_70 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_70, L_67, (Exception_t *)NULL, L_68, L_69, /*hidden argument*/NULL);
V_0 = L_70;
goto IL_025a;
}
IL_021e:
{
int32_t L_71 = V_3;
if ((((int32_t)L_71) < ((int32_t)((int32_t)300))))
{
goto IL_025a;
}
}
{
bool L_72 = __this->get_allowAutoRedirect_15();
if (!L_72)
{
goto IL_025a;
}
}
{
int32_t L_73 = __this->get_redirects_50();
int32_t L_74 = __this->get_maxAutoRedirect_29();
if ((((int32_t)L_73) < ((int32_t)L_74)))
{
goto IL_025a;
}
}
{
int32_t L_75 = V_2;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_76 = __this->get_webResponse_44();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_77 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_77, _stringLiteral6AB57F0FBEF5DAD262A88773B17356F50BE78D20, (Exception_t *)NULL, L_75, L_76, /*hidden argument*/NULL);
V_0 = L_77;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_78 = __this->get_webResponse_44();
NullCheck(L_78);
HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_78, /*hidden argument*/NULL);
}
IL_025a:
{
__this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
Exception_t * L_79 = V_0;
if (L_79)
{
goto IL_0306;
}
}
{
V_5 = (bool)0;
int32_t L_80 = V_3;
V_6 = L_80;
bool L_81 = __this->get_allowAutoRedirect_15();
if (!L_81)
{
goto IL_02e8;
}
}
{
int32_t L_82 = V_6;
if ((((int32_t)L_82) < ((int32_t)((int32_t)300))))
{
goto IL_02e8;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_83 = ___result0;
int32_t L_84 = V_3;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_85 = __this->get_webResponse_44();
bool L_86 = HttpWebRequest_Redirect_mF1F5EE5C923D0092D3ADB53041F54CDD160ED63D(__this, L_83, L_84, L_85, /*hidden argument*/NULL);
V_5 = L_86;
bool L_87 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(__this, /*hidden argument*/NULL);
if (!L_87)
{
goto IL_02c6;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_88 = __this->get_writeStream_43();
NullCheck(L_88);
int32_t L_89 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_88, /*hidden argument*/NULL);
if ((((int32_t)L_89) <= ((int32_t)0)))
{
goto IL_02c6;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_90 = __this->get_writeStream_43();
NullCheck(L_90);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903(L_90, /*hidden argument*/NULL);
__this->set_bodyBuffer_52(L_91);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_92 = __this->get_writeStream_43();
NullCheck(L_92);
int32_t L_93 = WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD(L_92, /*hidden argument*/NULL);
__this->set_bodyBufferLength_53(L_93);
}
IL_02c6:
{
bool L_94 = V_5;
if (!L_94)
{
goto IL_02e8;
}
}
{
bool L_95 = __this->get_unsafe_auth_blah_70();
if (L_95)
{
goto IL_02e8;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_96 = __this->get_address_of_auth_state_65();
AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_96, /*hidden argument*/NULL);
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_97 = __this->get_address_of_proxy_auth_state_66();
AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_97, /*hidden argument*/NULL);
}
IL_02e8:
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_98 = V_1;
if (!L_98)
{
goto IL_0303;
}
}
{
int32_t L_99 = V_6;
if ((((int32_t)L_99) < ((int32_t)((int32_t)300))))
{
goto IL_0303;
}
}
{
int32_t L_100 = V_6;
if ((((int32_t)L_100) == ((int32_t)((int32_t)304))))
{
goto IL_0303;
}
}
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_101 = V_1;
NullCheck(L_101);
HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_101, /*hidden argument*/NULL);
}
IL_0303:
{
bool L_102 = V_5;
return L_102;
}
IL_0306:
{
bool L_103 = HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62_inline(__this, /*hidden argument*/NULL);
if (L_103)
{
goto IL_0310;
}
}
{
return (bool)0;
}
IL_0310:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_104 = __this->get_writeStream_43();
if (!L_104)
{
goto IL_032a;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_105 = __this->get_writeStream_43();
NullCheck(L_105);
WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED(L_105, /*hidden argument*/NULL);
__this->set_writeStream_43((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)NULL);
}
IL_032a:
{
__this->set_webResponse_44((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL);
Exception_t * L_106 = V_0;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_106, HttpWebRequest_CheckFinalStatus_mB909A62E1A79FF8C3F35BB77AC0E0A962659FDEB_RuntimeMethod_var);
}
}
// System.Boolean System.Net.HttpWebRequest::get_ReuseConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ReuseConnection_mC573AB22C2EBE0EB4FEAC99C7FE76A92B75E672F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CReuseConnectionU3Ek__BackingField_71();
return L_0;
}
}
// System.Void System.Net.HttpWebRequest::set_ReuseConnection(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ReuseConnection_m9648C1902AB14FEB6908A9106113EEA91D688DB0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CReuseConnectionU3Ek__BackingField_71(L_0);
return;
}
}
// System.Void System.Net.HttpWebRequest::<SetWriteStream>b__258_0(System.Net.SimpleAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest_U3CSetWriteStreamU3Eb__258_0_m689A341FF765F4153D7C4CFDB3575B99F51C8753_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___result0;
NullCheck(L_0);
bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0015;
}
}
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___result0;
NullCheck(L_2);
Exception_t * L_3 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline(L_2, /*hidden argument*/NULL);
HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_0015:
{
__this->set_haveRequest_25((bool)1);
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_4 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var);
SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_4, __this, (intptr_t)((intptr_t)HttpWebRequest_U3CSetWriteStreamU3Eb__258_1_m847FB17EF2DCDDA745EC1643F6865D45461FEEAF_RuntimeMethod_var), /*hidden argument*/NULL);
HttpWebRequest_SetWriteStreamInner_m06C6A0D763A33F9ABC63B18F9D2EF0E5F8BCA9A5(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest::<SetWriteStream>b__258_1(System.Net.SimpleAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_U3CSetWriteStreamU3Eb__258_1_m847FB17EF2DCDDA745EC1643F6865D45461FEEAF (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method)
{
{
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_0015;
}
}
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___inner0;
NullCheck(L_2);
Exception_t * L_3 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline(L_2, /*hidden argument*/NULL);
HttpWebRequest_SetWriteStreamError_m3D42F4578892CD6BC1DA7D9725AA0A170D14929C(__this, L_3, /*hidden argument*/NULL);
return;
}
IL_0015:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = __this->get_asyncWrite_45();
if (!L_4)
{
goto IL_0046;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_5 = __this->get_asyncWrite_45();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_6 = ___inner0;
NullCheck(L_6);
bool L_7 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E_inline(L_6, /*hidden argument*/NULL);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_8 = __this->get_writeStream_43();
NullCheck(L_5);
WebAsyncResult_SetCompleted_m9A6A27BE905BAFA2CC24B3827C3C36023243F117(L_5, L_7, L_8, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_9 = __this->get_asyncWrite_45();
NullCheck(L_9);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_9, /*hidden argument*/NULL);
__this->set_asyncWrite_45((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL);
}
IL_0046:
{
return;
}
}
// System.Boolean System.Net.HttpWebRequest::<SetWriteStreamInner>b__259_0(System.Net.SimpleAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_U3CSetWriteStreamInnerU3Eb__259_0_m3B0D4BBE9BB1F4D71011BBB91DD7A818BCF5093D (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_bodyBuffer_52();
if (!L_0)
{
goto IL_0050;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_1 = __this->get_address_of_auth_state_65();
int32_t L_2 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) == ((int32_t)1)))
{
goto IL_007a;
}
}
{
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * L_3 = __this->get_address_of_proxy_auth_state_66();
int32_t L_4 = AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline((AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *)L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_007a;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_writeStream_43();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get_bodyBuffer_52();
int32_t L_7 = __this->get_bodyBufferLength_53();
NullCheck(L_5);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_5, L_6, 0, L_7);
__this->set_bodyBuffer_52((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_8 = __this->get_writeStream_43();
NullCheck(L_8);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_8);
goto IL_007a;
}
IL_0050:
{
bool L_9 = HttpWebRequest_get_MethodWithBuffer_mE9AF8BE21607A369A44E11F61E3196E0D52162AF(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_007a;
}
}
{
bool L_10 = __this->get_getResponseCalled_54();
if (!L_10)
{
goto IL_007a;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_11 = __this->get_writeStream_43();
NullCheck(L_11);
bool L_12 = WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF_inline(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_007a;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_13 = __this->get_writeStream_43();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_14 = ___result0;
NullCheck(L_13);
bool L_15 = WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF(L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_007a:
{
return (bool)0;
}
}
// System.Void System.Net.HttpWebRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequest__ctor_m71D51512F53504F6BCBCFBCBBCB5D803357145D0_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.HttpWebRequest_<>c__DisplayClass238_0::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass238_0__ctor_mD79C17473C69332138DD6687ACFBB34293B3380D (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebRequest_<>c__DisplayClass238_0::<BeginGetResponse>b__0(System.Net.SimpleAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB (U3CU3Ec__DisplayClass238_0_t772E96E52BE401D5422C8A540FC1B812F2D9B87B * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass238_0_U3CBeginGetResponseU3Eb__0_mFB1C76811A1A93E823A4AACCA64A54B3B81D5AFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___inner0;
NullCheck(L_0);
bool L_1 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___inner0;
NullCheck(L_2);
bool L_3 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002d;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = __this->get_aread_0();
bool L_5 = V_0;
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_6 = ___inner0;
NullCheck(L_6);
Exception_t * L_7 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline(L_6, /*hidden argument*/NULL);
NullCheck(L_4);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_4, L_5, L_7, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = __this->get_aread_0();
NullCheck(L_8);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_8, /*hidden argument*/NULL);
return;
}
IL_002d:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_9 = __this->get_U3CU3E4__this_1();
NullCheck(L_9);
bool L_10 = L_9->get_haveResponse_24();
if (!L_10)
{
goto IL_00a4;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_11 = __this->get_U3CU3E4__this_1();
NullCheck(L_11);
Exception_t * L_12 = L_11->get_saved_exc_55();
V_1 = L_12;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_13 = __this->get_U3CU3E4__this_1();
NullCheck(L_13);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_14 = L_13->get_webResponse_44();
if (!L_14)
{
goto IL_0088;
}
}
{
Exception_t * L_15 = V_1;
if (L_15)
{
goto IL_006f;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_16 = __this->get_aread_0();
bool L_17 = V_0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_18 = __this->get_U3CU3E4__this_1();
NullCheck(L_18);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_19 = L_18->get_webResponse_44();
NullCheck(L_16);
WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12(L_16, L_17, L_19, /*hidden argument*/NULL);
goto IL_007c;
}
IL_006f:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_20 = __this->get_aread_0();
bool L_21 = V_0;
Exception_t * L_22 = V_1;
NullCheck(L_20);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, L_21, L_22, /*hidden argument*/NULL);
}
IL_007c:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_23 = __this->get_aread_0();
NullCheck(L_23);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_23, /*hidden argument*/NULL);
return;
}
IL_0088:
{
Exception_t * L_24 = V_1;
if (!L_24)
{
goto IL_00a4;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = __this->get_aread_0();
bool L_26 = V_0;
Exception_t * L_27 = V_1;
NullCheck(L_25);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_25, L_26, L_27, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_28 = __this->get_aread_0();
NullCheck(L_28);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_28, /*hidden argument*/NULL);
return;
}
IL_00a4:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_29 = __this->get_U3CU3E4__this_1();
NullCheck(L_29);
bool L_30 = L_29->get_requestSent_26();
if (!L_30)
{
goto IL_00b2;
}
}
{
return;
}
IL_00b2:
{
}
IL_00b3:
try
{ // begin try (depth: 1)
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_31 = __this->get_U3CU3E4__this_1();
NullCheck(L_31);
L_31->set_requestSent_26((bool)1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_32 = __this->get_U3CU3E4__this_1();
NullCheck(L_32);
L_32->set_redirects_50(0);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_33 = __this->get_U3CU3E4__this_1();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = __this->get_U3CU3E4__this_1();
NullCheck(L_34);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_35 = HttpWebRequest_GetServicePoint_m2F4A5E8A7A723C3CA97203FE2A4D9913EAC185E6(L_34, /*hidden argument*/NULL);
NullCheck(L_33);
L_33->set_servicePoint_41(L_35);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_36 = __this->get_U3CU3E4__this_1();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_37 = __this->get_U3CU3E4__this_1();
NullCheck(L_37);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_38 = L_37->get_servicePoint_41();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_39 = __this->get_U3CU3E4__this_1();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_40 = __this->get_U3CU3E4__this_1();
NullCheck(L_40);
String_t* L_41 = L_40->get_connectionGroup_18();
NullCheck(L_38);
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_42 = ServicePoint_SendRequest_m42288B1C75082D703C9E702854EADEB825B969C3(L_38, L_39, L_41, /*hidden argument*/NULL);
NullCheck(L_36);
L_36->set_abortHandler_47(L_42);
goto IL_012a;
} // 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)
V_2 = ((Exception_t *)__exception_local);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_43 = __this->get_aread_0();
bool L_44 = V_0;
Exception_t * L_45 = V_2;
NullCheck(L_43);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_43, L_44, L_45, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_46 = __this->get_aread_0();
NullCheck(L_46);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_46, /*hidden argument*/NULL);
goto IL_012a;
} // end catch (depth: 1)
IL_012a:
{
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.HttpWebRequest/AuthorizationState
IL2CPP_EXTERN_C void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_pinvoke(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke& marshaled)
{
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
}
IL2CPP_EXTERN_C void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_pinvoke_back(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke& marshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled)
{
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState
IL2CPP_EXTERN_C void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_pinvoke_cleanup(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke& marshaled)
{
}
// Conversion methods for marshalling of: System.Net.HttpWebRequest/AuthorizationState
IL2CPP_EXTERN_C void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_com(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com& marshaled)
{
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
}
IL2CPP_EXTERN_C void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_com_back(const AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com& marshaled, AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB& unmarshaled)
{
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
}
// Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState
IL2CPP_EXTERN_C void AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshal_com_cleanup(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com& marshaled)
{
}
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isCompleted_2();
return L_0;
}
}
IL2CPP_EXTERN_C bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
return AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_inline(_thisAdjusted, method);
}
// System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::get_NtlmAuthState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_ntlm_auth_state_3();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
return AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline(_thisAdjusted, method);
}
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::get_IsNtlmAuthenticated()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isCompleted_2();
if (!L_0)
{
goto IL_0012;
}
}
{
int32_t L_1 = __this->get_ntlm_auth_state_3();
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
IL2CPP_EXTERN_C bool AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
return AuthorizationState_get_IsNtlmAuthenticated_m39FC6F759B98257680358063C545937FCA343078(_thisAdjusted, method);
}
// System.Void System.Net.HttpWebRequest_AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___isProxy1, const RuntimeMethod* method)
{
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___request0;
__this->set_request_0(L_0);
bool L_1 = ___isProxy1;
__this->set_isProxy_1(L_1);
__this->set_isCompleted_2((bool)0);
__this->set_ntlm_auth_state_3(0);
return;
}
}
IL2CPP_EXTERN_C void AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D_AdjustorThunk (RuntimeObject * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___isProxy1, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
AuthorizationState__ctor_m69A0EFF9B7497316A6F0FE2896C466CDDE89E88D(_thisAdjusted, ___request0, ___isProxy1, method);
}
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838 (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
RuntimeObject* V_1 = NULL;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_3 = NULL;
int32_t V_4 = 0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B11_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B10_0 = NULL;
String_t* G_B12_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B12_1 = NULL;
RuntimeObject* G_B18_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B26_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B25_0 = NULL;
String_t* G_B27_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B27_1 = NULL;
{
__this->set_isCompleted_2((bool)0);
int32_t L_0 = ___code1;
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)401)))))
{
goto IL_001e;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = __this->get_request_0();
NullCheck(L_1);
RuntimeObject* L_2 = L_1->get_credentials_23();
if (L_2)
{
goto IL_001e;
}
}
{
return (bool)0;
}
IL_001e:
{
bool L_3 = __this->get_isProxy_1();
int32_t L_4 = ___code1;
if ((((int32_t)L_3) == ((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)407)))? 1 : 0))))
{
goto IL_0030;
}
}
{
return (bool)0;
}
IL_0030:
{
bool L_5 = __this->get_isProxy_1();
if (!L_5)
{
goto IL_0059;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = __this->get_request_0();
NullCheck(L_6);
RuntimeObject* L_7 = L_6->get_proxy_39();
if (!L_7)
{
goto IL_0057;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = __this->get_request_0();
NullCheck(L_8);
RuntimeObject* L_9 = L_8->get_proxy_39();
NullCheck(L_9);
RuntimeObject* L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_9);
if (L_10)
{
goto IL_0059;
}
}
IL_0057:
{
return (bool)0;
}
IL_0059:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_11 = ___response0;
NullCheck(L_11);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = VirtFuncInvoker0< WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(12 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_11);
bool L_13 = __this->get_isProxy_1();
G_B10_0 = L_12;
if (L_13)
{
G_B11_0 = L_12;
goto IL_006e;
}
}
{
G_B12_0 = _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0;
G_B12_1 = G_B10_0;
goto IL_0073;
}
IL_006e:
{
G_B12_0 = _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187;
G_B12_1 = G_B11_0;
}
IL_0073:
{
NullCheck(G_B12_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(17 /* System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) */, G_B12_1, G_B12_0);
V_0 = L_14;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = V_0;
if (!L_15)
{
goto IL_0080;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = V_0;
NullCheck(L_16);
if ((((RuntimeArray*)L_16)->max_length))
{
goto IL_0082;
}
}
IL_0080:
{
return (bool)0;
}
IL_0082:
{
bool L_17 = __this->get_isProxy_1();
if (!L_17)
{
goto IL_009c;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_18 = __this->get_request_0();
NullCheck(L_18);
RuntimeObject* L_19 = L_18->get_proxy_39();
NullCheck(L_19);
RuntimeObject* L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_19);
G_B18_0 = L_20;
goto IL_00a7;
}
IL_009c:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_21 = __this->get_request_0();
NullCheck(L_21);
RuntimeObject* L_22 = L_21->get_credentials_23();
G_B18_0 = L_22;
}
IL_00a7:
{
V_1 = G_B18_0;
V_2 = (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_0;
V_3 = L_23;
V_4 = 0;
goto IL_00cb;
}
IL_00b1:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_3;
int32_t L_25 = V_4;
NullCheck(L_24);
int32_t L_26 = L_25;
String_t* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_28 = __this->get_request_0();
RuntimeObject* L_29 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_30 = AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103(L_27, L_28, L_29, /*hidden argument*/NULL);
V_2 = L_30;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_31 = V_2;
if (L_31)
{
goto IL_00d2;
}
}
{
int32_t L_32 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_00cb:
{
int32_t L_33 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_3;
NullCheck(L_34);
if ((((int32_t)L_33) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))))
{
goto IL_00b1;
}
}
IL_00d2:
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_35 = V_2;
if (L_35)
{
goto IL_00d7;
}
}
{
return (bool)0;
}
IL_00d7:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_36 = __this->get_request_0();
NullCheck(L_36);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_37 = L_36->get_webHeaders_27();
bool L_38 = __this->get_isProxy_1();
G_B25_0 = L_37;
if (L_38)
{
G_B26_0 = L_37;
goto IL_00f1;
}
}
{
G_B27_0 = _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616;
G_B27_1 = G_B25_0;
goto IL_00f6;
}
IL_00f1:
{
G_B27_0 = _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176;
G_B27_1 = G_B26_0;
}
IL_00f6:
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_39 = V_2;
NullCheck(L_39);
String_t* L_40 = Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A_inline(L_39, /*hidden argument*/NULL);
NullCheck(G_B27_1);
NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA(G_B27_1, G_B27_0, L_40, /*hidden argument*/NULL);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_41 = V_2;
NullCheck(L_41);
bool L_42 = Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B_inline(L_41, /*hidden argument*/NULL);
__this->set_isCompleted_2(L_42);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_43 = V_2;
NullCheck(L_43);
String_t* L_44 = L_43->get_ModuleAuthenticationType_2();
bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_44, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261, /*hidden argument*/NULL);
if (!L_45)
{
goto IL_012d;
}
}
{
int32_t L_46 = __this->get_ntlm_auth_state_3();
__this->set_ntlm_auth_state_3(((int32_t)il2cpp_codegen_add((int32_t)L_46, (int32_t)1)));
}
IL_012d:
{
return (bool)1;
}
}
IL2CPP_EXTERN_C bool AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838_AdjustorThunk (RuntimeObject * __this, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response0, int32_t ___code1, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
return AuthorizationState_CheckAuthorization_m3666C54139C31E92978AA15558606A9C74328838(_thisAdjusted, ___response0, ___code1, method);
}
// System.Void System.Net.HttpWebRequest_AuthorizationState::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B2_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * G_B3_1 = NULL;
{
__this->set_isCompleted_2((bool)0);
__this->set_ntlm_auth_state_3(0);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = __this->get_request_0();
NullCheck(L_0);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = L_0->get_webHeaders_27();
bool L_2 = __this->get_isProxy_1();
G_B1_0 = L_1;
if (L_2)
{
G_B2_0 = L_1;
goto IL_0028;
}
}
{
G_B3_0 = _stringLiteral5E25CE007AA95EA2EA8B158AEE9C630A32EA5616;
G_B3_1 = G_B1_0;
goto IL_002d;
}
IL_0028:
{
G_B3_0 = _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176;
G_B3_1 = G_B2_0;
}
IL_002d:
{
NullCheck(G_B3_1);
WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5(G_B3_1, G_B3_0, /*hidden argument*/NULL);
return;
}
}
IL2CPP_EXTERN_C void AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
AuthorizationState_Reset_m230C3EC7F9B07163838BB8E5594DB71DC7DAD5EF(_thisAdjusted, method);
}
// System.String System.Net.HttpWebRequest_AuthorizationState::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
String_t* G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
{
bool L_0 = __this->get_isProxy_1();
G_B1_0 = _stringLiteral5730C2986790DB24F5C4F5FD712D2406D6EB9F7C;
if (L_0)
{
G_B2_0 = _stringLiteral5730C2986790DB24F5C4F5FD712D2406D6EB9F7C;
goto IL_0014;
}
}
{
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B3_1 = G_B1_0;
goto IL_0019;
}
IL_0014:
{
G_B3_0 = _stringLiteralD1CEA344353E26BA6F1565ED661D94F610CE9E4F;
G_B3_1 = G_B2_0;
}
IL_0019:
{
bool L_1 = __this->get_isCompleted_2();
bool L_2 = L_1;
RuntimeObject * L_3 = Box(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_il2cpp_TypeInfo_var, &L_2);
int32_t L_4 = __this->get_ntlm_auth_state_3();
int32_t L_5 = L_4;
RuntimeObject * L_6 = Box(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_il2cpp_TypeInfo_var, &L_5);
String_t* L_7 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(G_B3_1, G_B3_0, L_3, L_6, /*hidden argument*/NULL);
return L_7;
}
}
IL2CPP_EXTERN_C String_t* AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * _thisAdjusted = reinterpret_cast<AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB *>(__this + _offset);
return AuthorizationState_ToString_m91603A74B89DD49A7CD4B9878309E458BD7F002A(_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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___method1, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data2, CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___container3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
__this->set_uri_1(L_0);
String_t* L_1 = ___method1;
__this->set_method_4(L_1);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_2 = ___data2;
NullCheck(L_2);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_3 = L_2->get_Headers_3();
__this->set_webHeaders_2(L_3);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_4 = ___data2;
NullCheck(L_4);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_5 = L_4->get_Version_4();
__this->set_version_5(L_5);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_6 = ___data2;
NullCheck(L_6);
int32_t L_7 = L_6->get_StatusCode_1();
__this->set_statusCode_6(L_7);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_8 = ___data2;
NullCheck(L_8);
String_t* L_9 = L_8->get_StatusDescription_2();
__this->set_statusDescription_7(L_9);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_10 = ___data2;
NullCheck(L_10);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = L_10->get_stream_6();
__this->set_stream_12(L_11);
__this->set_contentLength_8((((int64_t)((int64_t)(-1)))));
}
IL_0058:
try
{ // begin try (depth: 1)
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_12 = __this->get_webHeaders_2();
NullCheck(L_12);
String_t* L_13 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_12, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
V_1 = L_13;
String_t* L_14 = V_1;
bool L_15 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_007f;
}
}
IL_0071:
{
String_t* L_16 = V_1;
int64_t* L_17 = __this->get_address_of_contentLength_8();
bool L_18 = Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95(L_16, (int64_t*)L_17, /*hidden argument*/NULL);
if (L_18)
{
goto IL_0087;
}
}
IL_007f:
{
__this->set_contentLength_8((((int64_t)((int64_t)(-1)))));
}
IL_0087:
{
goto IL_0094;
}
} // 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_0089;
throw e;
}
CATCH_0089:
{ // begin catch(System.Exception)
__this->set_contentLength_8((((int64_t)((int64_t)(-1)))));
goto IL_0094;
} // end catch (depth: 1)
IL_0094:
{
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_19 = ___container3;
if (!L_19)
{
goto IL_00a6;
}
}
{
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_20 = ___container3;
__this->set_cookie_container_10(L_20);
HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A(__this, /*hidden argument*/NULL);
}
IL_00a6:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_21 = __this->get_webHeaders_2();
NullCheck(L_21);
String_t* L_22 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_21, _stringLiteralDC573A47ACA875AAA79618871337D7F6C56FA72F, /*hidden argument*/NULL);
V_0 = L_22;
String_t* L_23 = V_0;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteralCA546E369BEECAAE3968C126FCCB8B5415E4AE84, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00f3;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_25 = ___data2;
NullCheck(L_25);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_26 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
int32_t L_27 = HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C_inline(L_26, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_27&(int32_t)1)))
{
goto IL_00f3;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = __this->get_stream_12();
GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 * L_29 = (GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588 *)il2cpp_codegen_object_new(GZipStream_t8CA9DD3FABD2B2C7B568D3CA1AEFBA9801D6C588_il2cpp_TypeInfo_var);
GZipStream__ctor_m9C3683B47B672DF5A75101E7F81CC2DD24083A3F(L_29, L_28, 0, /*hidden argument*/NULL);
__this->set_stream_12(L_29);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_30 = __this->get_webHeaders_2();
NullCheck(L_30);
WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF(L_30, ((int32_t)13), /*hidden argument*/NULL);
return;
}
IL_00f3:
{
String_t* L_31 = V_0;
bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteral1AA9813C28324613AEA29F0818C0EA6DADF00B0B, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_012e;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_33 = ___data2;
NullCheck(L_33);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF_inline(L_33, /*hidden argument*/NULL);
NullCheck(L_34);
int32_t L_35 = HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C_inline(L_34, /*hidden argument*/NULL);
if (!((int32_t)((int32_t)L_35&(int32_t)2)))
{
goto IL_012e;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_36 = __this->get_stream_12();
DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE * L_37 = (DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE *)il2cpp_codegen_object_new(DeflateStream_t31630A254BA2F3626DA55B570FE488DFF4A227FE_il2cpp_TypeInfo_var);
DeflateStream__ctor_m5AB204CE24A3BFE0C2B6352EBF402C4D9F261EFF(L_37, L_36, 0, /*hidden argument*/NULL);
__this->set_stream_12(L_37);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_38 = __this->get_webHeaders_2();
NullCheck(L_38);
WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF(L_38, ((int32_t)13), /*hidden argument*/NULL);
}
IL_012e:
{
return;
}
}
// System.Void System.Net.HttpWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mD2B0C901BE236627237148B60DA663994BDE3E14 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse__ctor_mD2B0C901BE236627237148B60DA663994BDE3E14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * V_0 = NULL;
{
WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
V_0 = L_0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_3 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_2, /*hidden argument*/NULL);
NullCheck(L_1);
RuntimeObject * L_4 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_1, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_3, /*hidden argument*/NULL);
__this->set_uri_1(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_4, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = V_0;
NullCheck(L_5);
int64_t L_6 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_5, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL);
__this->set_contentLength_8(L_6);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_7, _stringLiteralBE325701619D15D9B91F900D60E3081AD6F43117, /*hidden argument*/NULL);
__this->set_contentType_9(L_8);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = V_0;
NullCheck(L_9);
String_t* L_10 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_9, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL);
__this->set_method_4(L_10);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_11, _stringLiteralDA92D2A3A62C3F3412D4F9569C5C7479B7D128DC, /*hidden argument*/NULL);
__this->set_statusDescription_7(L_12);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_14 = { reinterpret_cast<intptr_t> (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var) };
Type_t * L_15 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
RuntimeObject * L_16 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_13, _stringLiteralB12710F707F5B0BD7D806E7154E2A0C315984F9B, L_15, /*hidden argument*/NULL);
__this->set_cookieCollection_3(((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_16, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_17 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_18 = { reinterpret_cast<intptr_t> (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_0_0_0_var) };
Type_t * L_19 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_18, /*hidden argument*/NULL);
NullCheck(L_17);
RuntimeObject * L_20 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_17, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_19, /*hidden argument*/NULL);
__this->set_version_5(((Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)CastclassSealed((RuntimeObject*)L_20, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_21 = V_0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_22 = { reinterpret_cast<intptr_t> (HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_0_0_0_var) };
Type_t * L_23 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_22, /*hidden argument*/NULL);
NullCheck(L_21);
RuntimeObject * L_24 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_21, _stringLiteralC48A9F5244FF2D1E0EF6E226066E693E57942434, L_23, /*hidden argument*/NULL);
__this->set_statusCode_6(((*(int32_t*)((int32_t*)UnBox(L_24, HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_il2cpp_TypeInfo_var)))));
return;
}
}
// System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * HttpWebResponse_get_Headers_mA95C5BDB594EA669DD70636C9D12FF7EA103F6CF (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_2();
return L_0;
}
}
// System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebResponse_get_StatusCode_mB4FCB57795F71FAD30C7DA8C95069ED7C99B3F48 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_statusCode_6();
return L_0;
}
}
// System.String System.Net.HttpWebResponse::get_StatusDescription()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebResponse_get_StatusDescription_mDFCB59B4DACBCAD920888CE0D7F7614EF0963170 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
{
HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656(__this, /*hidden argument*/NULL);
String_t* L_0 = __this->get_statusDescription_7();
return L_0;
}
}
// System.Void System.Net.HttpWebResponse::ReadAll()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_12();
V_0 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)IsInstClass((RuntimeObject*)L_0, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var));
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = V_0;
if (L_1)
{
goto IL_0010;
}
}
{
return;
}
IL_0010:
{
}
IL_0011:
try
{ // begin try (depth: 1)
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_2 = V_0;
NullCheck(L_2);
WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7(L_2, /*hidden argument*/NULL);
goto IL_001c;
} // 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_0019;
throw e;
}
CATCH_0019:
{ // begin catch(System.Object)
goto IL_001c;
} // end catch (depth: 1)
IL_001c:
{
return;
}
}
// System.IO.Stream System.Net.HttpWebResponse::GetResponseStream()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * HttpWebResponse_GetResponseStream_mD8A0A4AD18EFA0B2E4EF5D32D7D0142333D1A6D9 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse_GetResponseStream_mD8A0A4AD18EFA0B2E4EF5D32D7D0142333D1A6D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656(__this, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_12();
if (L_0)
{
goto IL_0014;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
return L_1;
}
IL_0014:
{
String_t* L_2 = __this->get_method_4();
bool L_3 = String_Equals_m1A3302D7214F75FB06302101934BF3EE9282AA43(L_2, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, 5, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
return L_4;
}
IL_002d:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = __this->get_stream_12();
return L_5;
}
}
// System.Void System.Net.HttpWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_mC5CA65A8BFEA462265FB6B9AF12C34E54D39D2B6 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
VirtActionInvoker2< SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 *, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 >::Invoke(8 /* System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
return;
}
}
// System.Void System.Net.HttpWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_GetObjectData_m5D679A30BC506D7C6B83205AD4ABA033C7C90464 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse_GetObjectData_m5D679A30BC506D7C6B83205AD4ABA033C7C90464_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = L_0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get_uri_1();
NullCheck(L_1);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_1, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_2, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = L_1;
int64_t L_4 = __this->get_contentLength_8();
NullCheck(L_3);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_3, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_4, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_5 = L_3;
String_t* L_6 = __this->get_contentType_9();
NullCheck(L_5);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_5, _stringLiteralBE325701619D15D9B91F900D60E3081AD6F43117, L_6, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = L_5;
String_t* L_8 = __this->get_method_4();
NullCheck(L_7);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_7, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_8, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = L_7;
String_t* L_10 = __this->get_statusDescription_7();
NullCheck(L_9);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_9, _stringLiteralDA92D2A3A62C3F3412D4F9569C5C7479B7D128DC, L_10, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_11 = L_9;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_12 = __this->get_cookieCollection_3();
NullCheck(L_11);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_11, _stringLiteralB12710F707F5B0BD7D806E7154E2A0C315984F9B, L_12, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = L_11;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_14 = __this->get_version_5();
NullCheck(L_13);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_13, _stringLiteralC692273DEB2772DA307FFE37041FEF77BF4BAA97, L_14, /*hidden argument*/NULL);
int32_t L_15 = __this->get_statusCode_6();
int32_t L_16 = L_15;
RuntimeObject * L_17 = Box(HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C_il2cpp_TypeInfo_var, &L_16);
NullCheck(L_13);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_13, _stringLiteralC48A9F5244FF2D1E0EF6E226066E693E57942434, L_17, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebResponse::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_Close_mE0B3DE806681D3F0C7E53842D99F1A5F65040523 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_12();
if (!L_0)
{
goto IL_001f;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_stream_12();
V_0 = L_1;
__this->set_stream_12((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0;
NullCheck(L_3);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_3);
}
IL_001f:
{
return;
}
}
// System.Void System.Net.HttpWebResponse::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_System_IDisposable_Dispose_m4C39C7DFB354D17F3C9A3FA6003C391C6BB1F7BA (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
{
VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Net.WebResponse::Dispose(System.Boolean) */, __this, (bool)1);
return;
}
}
// System.Void System.Net.HttpWebResponse::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_Dispose_mB696D8963ED9EAECF60D51D8330AC8A6F14721BB (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
__this->set_disposed_11((bool)1);
WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC(__this, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.HttpWebResponse::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_11();
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(29 /* 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, HttpWebResponse_CheckDisposed_m383DF4B8F57388E9405FEDE07F0E1848C4FDE656_RuntimeMethod_var);
}
IL_0019:
{
return;
}
}
// System.Void System.Net.HttpWebResponse::FillCookies()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse_FillCookies_mDD48C6065E74539F96BB15FB001A6EBB62FFA21A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_1 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * 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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_webHeaders_2();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
V_1 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)NULL;
}
IL_000b:
try
{ // begin try (depth: 1)
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_webHeaders_2();
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_1, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C);
V_0 = L_2;
String_t* L_3 = V_0;
if (!L_3)
{
goto IL_0038;
}
}
IL_001f:
{
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_4 = __this->get_cookie_container_10();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_uri_1();
String_t* L_6 = V_0;
NullCheck(L_4);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_7 = CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354(L_4, L_5, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C, L_6, (bool)0, /*hidden argument*/NULL);
V_1 = L_7;
}
IL_0038:
{
goto IL_003d;
}
} // 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_003a;
throw e;
}
CATCH_003a:
{ // begin catch(System.Object)
goto IL_003d;
} // end catch (depth: 1)
IL_003d:
{
}
IL_003e:
try
{ // begin try (depth: 1)
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_8 = __this->get_webHeaders_2();
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_8, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C);
V_0 = L_9;
String_t* L_10 = V_0;
if (!L_10)
{
goto IL_0081;
}
}
IL_0052:
{
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * L_11 = __this->get_cookie_container_10();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_12 = __this->get_uri_1();
String_t* L_13 = V_0;
NullCheck(L_11);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_14 = CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354(L_11, L_12, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C, L_13, (bool)0, /*hidden argument*/NULL);
V_2 = L_14;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_15 = V_1;
if (!L_15)
{
goto IL_007f;
}
}
IL_006e:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_16 = V_1;
NullCheck(L_16);
int32_t L_17 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_16, /*hidden argument*/NULL);
if (!L_17)
{
goto IL_007f;
}
}
IL_0076:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_18 = V_1;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_19 = V_2;
NullCheck(L_18);
CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8(L_18, L_19, /*hidden argument*/NULL);
goto IL_0081;
}
IL_007f:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_20 = V_2;
V_1 = L_20;
}
IL_0081:
{
goto IL_0086;
}
} // 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_0083;
throw e;
}
CATCH_0083:
{ // begin catch(System.Object)
goto IL_0086;
} // end catch (depth: 1)
IL_0086:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_21 = V_1;
__this->set_cookieCollection_3(L_21);
return;
}
}
// System.Void System.Net.HttpWebResponse::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebResponse__ctor_m02A0D053BCD86AC08A8137DDAFB5124631D4A0FD_RuntimeMethod_var);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.IPAddress::.ctor(System.Int64)
IL2CPP_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*)(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, 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)
IL2CPP_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*)(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, 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, 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, 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)
IL2CPP_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*)(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)
IL2CPP_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*)(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.IPAddress&)
IL2CPP_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((void**)(RuntimeObject **)L_0, (void*)(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)
IL2CPP_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)
IL2CPP_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, 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_inline(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_inline(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*)(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_inline(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, IPAddress_InternalParse_m69E95769392647AE9B82AFEC6D7E74C4F7CCFD47_RuntimeMethod_var);
}
IL_010a:
{
String_t* L_48 = ___ipString0;
NullCheck(L_48);
int32_t L_49 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(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_inline(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, 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()
IL2CPP_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*)(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*)(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()
IL2CPP_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()
IL2CPP_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, 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()
IL2CPP_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)
IL2CPP_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, 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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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_inline(/*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()
IL2CPP_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_inline(__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*)(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()
IL2CPP_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*)(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*)(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*)(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()
IL2CPP_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_inline(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32)
IL2CPP_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, 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, 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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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_inline(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_inline(__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()
IL2CPP_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_inline(__this, /*hidden argument*/NULL);
int32_t L_1 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9_inline(__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)
IL2CPP_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*)(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(29 /* 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, IPEndPoint_Create_m1B1932CCD58627047FAEDC2402C333BF6468A3D7_RuntimeMethod_var);
}
IL_0065:
{
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_18 = ___socketAddress0;
NullCheck(L_18);
int32_t L_19 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline(L_18, /*hidden argument*/NULL);
if ((((int32_t)L_19) >= ((int32_t)8)))
{
goto IL_00a5;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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(29 /* 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(29 /* 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, 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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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[])
IL2CPP_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()
IL2CPP_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[])
IL2CPP_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()
IL2CPP_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
// Conversion methods for marshalling of: System.Net.IPv6AddressFormatter
IL2CPP_EXTERN_C void IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshal_pinvoke(const IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90& unmarshaled, IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_pinvoke& marshaled)
{
marshaled.___address_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_UI2, unmarshaled.get_address_0());
marshaled.___scopeId_1 = unmarshaled.get_scopeId_1();
}
IL2CPP_EXTERN_C void IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshal_pinvoke_back(const IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_pinvoke& marshaled, IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_pinvoke_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unmarshaled.set_address_0((UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_UI2, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, marshaled.___address_0));
int64_t unmarshaled_scopeId_temp_1 = 0;
unmarshaled_scopeId_temp_1 = marshaled.___scopeId_1;
unmarshaled.set_scopeId_1(unmarshaled_scopeId_temp_1);
}
// Conversion method for clean up from marshalling of: System.Net.IPv6AddressFormatter
IL2CPP_EXTERN_C void IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshal_pinvoke_cleanup(IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___address_0);
marshaled.___address_0 = NULL;
}
// Conversion methods for marshalling of: System.Net.IPv6AddressFormatter
IL2CPP_EXTERN_C void IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshal_com(const IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90& unmarshaled, IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_com& marshaled)
{
marshaled.___address_0 = il2cpp_codegen_com_marshal_safe_array(IL2CPP_VT_UI2, unmarshaled.get_address_0());
marshaled.___scopeId_1 = unmarshaled.get_scopeId_1();
}
IL2CPP_EXTERN_C void IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshal_com_back(const IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_com& marshaled, IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90& unmarshaled)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_com_FromNativeMethodDefinition_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
unmarshaled.set_address_0((UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E*)il2cpp_codegen_com_marshal_safe_array_result(IL2CPP_VT_UI2, UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, marshaled.___address_0));
int64_t unmarshaled_scopeId_temp_1 = 0;
unmarshaled_scopeId_temp_1 = marshaled.___scopeId_1;
unmarshaled.set_scopeId_1(unmarshaled_scopeId_temp_1);
}
// Conversion method for clean up from marshalling of: System.Net.IPv6AddressFormatter
IL2CPP_EXTERN_C void IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshal_com_cleanup(IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90_marshaled_com& marshaled)
{
il2cpp_codegen_com_destroy_safe_array(marshaled.___address_0);
marshaled.___address_0 = NULL;
}
// System.Void System.Net.IPv6AddressFormatter::.ctor(System.UInt16[],System.Int64)
IL2CPP_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;
}
}
IL2CPP_EXTERN_C void IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497_AdjustorThunk (RuntimeObject * __this, UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___addr0, int64_t ___scopeId1, const RuntimeMethod* method)
{
int32_t _offset = 1;
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + _offset);
IPv6AddressFormatter__ctor_m94725668992E78AA0D75E1C072E8A567E9C34497(_thisAdjusted, ___addr0, ___scopeId1, method);
}
// System.UInt16 System.Net.IPv6AddressFormatter::SwapUShort(System.UInt16)
IL2CPP_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()
IL2CPP_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));
}
}
IL2CPP_EXTERN_C uint32_t IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + _offset);
return IPv6AddressFormatter_AsIPv4Int_m94B06C695C45C85A90F95CAAF4430772EFC16C4F(_thisAdjusted, method);
}
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Compatible()
IL2CPP_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);
}
}
IL2CPP_EXTERN_C bool IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + _offset);
return IPv6AddressFormatter_IsIPv4Compatible_mDC05432DB57ED01219A35BD1B712E589A527A5FC(_thisAdjusted, method);
}
// System.Boolean System.Net.IPv6AddressFormatter::IsIPv4Mapped()
IL2CPP_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);
}
}
IL2CPP_EXTERN_C bool IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + _offset);
return IPv6AddressFormatter_IsIPv4Mapped_m0BEBB1DE4A773028D3091D8321106BE92519A127(_thisAdjusted, method);
}
// System.String System.Net.IPv6AddressFormatter::ToString()
IL2CPP_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;
}
}
IL2CPP_EXTERN_C String_t* IPv6AddressFormatter_ToString_mBBBF9A3ABB56F52589BD211DD827015066076C8F_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 * _thisAdjusted = reinterpret_cast<IPv6AddressFormatter_t451290B1C6FD64B6C59F95D99EDB4A9CC703BA90 *>(__this + _offset);
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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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.ManualResetEvent&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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((void**)(RuntimeObject **)L_0, (void*)(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(13 /* 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((void**)(RuntimeObject **)L_11, (void*)(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(13 /* System.Void System.Threading.WaitHandle::Close() */, L_16);
}
IL_0057:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, 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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, 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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_Cleanup_m60696D3703963856A2069A821F8F68DEE1F81D4F (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Object System.Net.LazyAsyncResult::InternalWaitForCompletion()
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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(13 /* 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()
IL2CPP_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
#ifdef __clang__
#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.MonoChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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.Int32&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline((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)
IL2CPP_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.Int32&,System.Int32)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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.Int32&,System.Int32)
IL2CPP_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*)(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.Int32&,System.Int32)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
__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)
IL2CPP_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.Int32&,System.Int32)
IL2CPP_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.Int32&,System.Int32)
IL2CPP_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)
IL2CPP_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, 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[])
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * NclUtilities_GetLocalHost_m05F1444B07A59C035365C4F17DD28959EA8843BD (const RuntimeMethod* method)
{
{
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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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_inline(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_inline(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_inline(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_inline(L_34, /*hidden argument*/List_1_get_Count_m3316568E72E254D3EDD12A0B0A7D4B21D7EF186E_RuntimeMethod_var);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_36 = (IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)(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_inline((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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = NetworkCredential_InternalGetUserName_mB9CE178B322A2F4D9BA04EFB3B1E1714E956072E_inline(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.NetworkCredential::set_UserName(System.String)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = NetworkCredential_InternalGetDomain_mD71A083EE1BAA813D8DE53B402C228E6FFB35028_inline(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.NetworkCredential::set_Domain(System.String)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL getdomainname(uint8_t*, int32_t);
#endif
// System.Int32 System.Net.NetworkInformation.CommonUnixIPGlobalProperties::getdomainname(System.Byte[],System.Int32)
IL2CPP_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);
#if !FORCE_PINVOKE_INTERNAL
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);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Marshaling of parameter '___name0' to native representation
uint8_t* ____name0_marshaled = NULL;
if (___name0 != NULL)
{
____name0_marshaled = reinterpret_cast<uint8_t*>((___name0)->GetAddressAtUnchecked(0));
}
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(getdomainname)(____name0_marshaled, ___len1);
#else
int32_t returnValue = il2cppPInvokeFunc(____name0_marshaled, ___len1);
#endif
return returnValue;
}
// System.String System.Net.NetworkInformation.CommonUnixIPGlobalProperties::get_DomainName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CommonUnixIPGlobalProperties_get_DomainName_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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*)(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, 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(35 /* System.String System.Text.Encoding::GetString(System.Byte[],System.Int32,System.Int32) */, G_B8_3, G_B8_2, G_B8_1, G_B8_0);
return L_11;
}
IL_004a:
{
String_t* L_12 = V_2;
return L_12;
}
}
// System.Void System.Net.NetworkInformation.CommonUnixIPGlobalProperties::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CommonUnixIPGlobalProperties__ctor_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.Boolean System.Net.NetworkInformation.IPGlobalProperties::get_PlatformNeedsLibCWorkaround()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPGlobalProperties_get_PlatformNeedsLibCWorkaround_mB5BC19873B5F06D8F8EE23856B7736ECB9C7722B ()
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (IPGlobalProperties_get_PlatformNeedsLibCWorkaround_mB5BC19873B5F06D8F8EE23856B7736ECB9C7722B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ((IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C_StaticFields*)il2cpp_codegen_static_fields_for(IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C_il2cpp_TypeInfo_var))->get_U3CPlatformNeedsLibCWorkaroundU3Ek__BackingField_0();
return L_0;
}
}
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::GetIPGlobalProperties()
IL2CPP_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_inline(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_0070;
}
}
{
bool L_3 = il2cpp_codegen_platform_disable_libc_pinvoke();
if (!L_3)
{
goto IL_001c;
}
}
{
UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611 * L_4 = (UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611 *)il2cpp_codegen_object_new(UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611_il2cpp_TypeInfo_var);
UnixNoLibCIPGlobalProperties__ctor_m9FFB83304274EEBCE61CDE8E3E0F86B4B04D49FF(L_4, /*hidden argument*/NULL);
return L_4;
}
IL_001c:
{
V_1 = (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 *)NULL;
bool L_5 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(_stringLiteral5B141D3FA6D79F9F10251736ED4F001420AECB1D, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0044;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_6 = (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 *)il2cpp_codegen_object_new(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var);
MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7(L_6, _stringLiteral5B141D3FA6D79F9F10251736ED4F001420AECB1D, /*hidden argument*/NULL);
V_1 = L_6;
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_7 = V_1;
NullCheck(L_7);
String_t* L_8 = L_7->get_StatisticsFile_1();
bool L_9 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_8, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0044;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_10 = V_1;
return L_10;
}
IL_0044:
{
bool L_11 = Directory_Exists_mB77956D89305E16FEFCBDFC55CCC98F03AEE4D84(_stringLiteral656AD8063863CA32DAFB418C13AFB9968BAB86C5, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_006a;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_12 = (MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 *)il2cpp_codegen_object_new(MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676_il2cpp_TypeInfo_var);
MibIPGlobalProperties__ctor_m5C3492BED5AC48BA43C068B00D70FF8CC55816E7(L_12, _stringLiteral656AD8063863CA32DAFB418C13AFB9968BAB86C5, /*hidden argument*/NULL);
V_1 = L_12;
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_13 = V_1;
NullCheck(L_13);
String_t* L_14 = L_13->get_StatisticsFile_1();
bool L_15 = File_Exists_m6B9BDD8EEB33D744EB0590DD27BC0152FAFBD1FB(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_006a;
}
}
{
MibIPGlobalProperties_tCBF9C39EA385DEE5EE1415E38DD919E81F37B676 * L_16 = V_1;
return L_16;
}
IL_006a:
{
UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 * L_17 = (UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6 *)il2cpp_codegen_object_new(UnixIPGlobalProperties_t71C0A1709AE39166494F9CDAC6EC6F96704E11D6_il2cpp_TypeInfo_var);
UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744(L_17, /*hidden argument*/NULL);
return L_17;
}
IL_0070:
{
Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * L_18 = (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C *)il2cpp_codegen_object_new(Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C_il2cpp_TypeInfo_var);
Win32IPGlobalProperties__ctor_mCCF10D6073FCA3B87D513794539C831D75E8D236(L_18, /*hidden argument*/NULL);
return L_18;
}
}
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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_1(L_1);
String_t* L_2 = ___procDir0;
String_t* L_3 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_2, _stringLiteral09ADA258F21C22CA0C13C832EA81C49FA1B0DF2F, /*hidden argument*/NULL);
__this->set_StatisticsFileIPv6_2(L_3);
String_t* L_4 = ___procDir0;
String_t* L_5 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_4, _stringLiteral1750329340DC35FB03FD7023FDC0E5DBA128856C, /*hidden argument*/NULL);
__this->set_TcpFile_3(L_5);
String_t* L_6 = ___procDir0;
String_t* L_7 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_6, _stringLiteral8517EC1BFBA349CCEB4DF5548D1C799EB5D141C8, /*hidden argument*/NULL);
__this->set_Tcp6File_4(L_7);
String_t* L_8 = ___procDir0;
String_t* L_9 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_8, _stringLiteral5D306CBFC6FB9C5CA9BF4D1AD7EF5156C248AE51, /*hidden argument*/NULL);
__this->set_UdpFile_5(L_9);
String_t* L_10 = ___procDir0;
String_t* L_11 = Path_Combine_mA495A18104786EB450EC0E44EE0FB7F9040C4311(L_10, _stringLiteral66EB4A6DCDA9B5BB4C4EDC5A91334CA3E4F35521, /*hidden argument*/NULL);
__this->set_Udp6File_6(L_11);
return;
}
}
// System.Void System.Net.NetworkInformation.MibIPGlobalProperties::.cctor()
IL2CPP_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*)(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_7(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()
IL2CPP_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)
IL2CPP_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;
}
}
// System.Int32 System.Net.NetworkInformation.NetworkInformationException::get_ErrorCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t NetworkInformationException_get_ErrorCode_mE2AF41EB1F8AC796B99C1C88FDEB8ECD964F8A4F (NetworkInformationException_t4A04BEF4F681CC6D0F4042FFA7099E9D0E8EC0C7 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857_inline(__this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.NetworkInformation.UnixIPGlobalProperties::.ctor()
IL2CPP_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.UnixNoLibCIPGlobalProperties::get_DomainName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* UnixNoLibCIPGlobalProperties_get_DomainName_m472CDAA87DD800EE30A6C2F3154F836CD067538E (UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (UnixNoLibCIPGlobalProperties_get_DomainName_m472CDAA87DD800EE30A6C2F3154F836CD067538E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_0;
}
}
// System.Void System.Net.NetworkInformation.UnixNoLibCIPGlobalProperties::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UnixNoLibCIPGlobalProperties__ctor_m9FFB83304274EEBCE61CDE8E3E0F86B4B04D49FF (UnixNoLibCIPGlobalProperties_t41D6B6C9B9E02D1E9F4A76FA0A46FD737E657611 * __this, const RuntimeMethod* method)
{
{
UnixIPGlobalProperties__ctor_mD82447A37FC171F372C28E442583745EB4D0E744(__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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Win32IPGlobalProperties_get_DomainName_mF0BAF6309AF69217DF87D3EB0C44589ED70419B6 (Win32IPGlobalProperties_t766A18F55535460667F6B45056DAC0638120030C * __this, const RuntimeMethod* method)
{
{
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()
IL2CPP_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
#if FORCE_PINVOKE_INTERNAL
IL2CPP_EXTERN_C int32_t DEFAULT_CALL GetNetworkParams(intptr_t, int32_t*);
#endif
// System.Int32 System.Net.NetworkInformation.Win32NetworkInterface::GetNetworkParams(System.IntPtr,System.Int32&)
IL2CPP_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*);
#if !FORCE_PINVOKE_INTERNAL
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);
IL2CPP_ASSERT(il2cppPInvokeFunc != NULL);
}
#endif
// Native function invocation
#if FORCE_PINVOKE_INTERNAL
int32_t returnValue = reinterpret_cast<PInvokeFunc>(GetNetworkParams)(___ptr0, ___size1);
#else
int32_t returnValue = il2cppPInvokeFunc(___ptr0, ___size1);
#endif
il2cpp_codegen_marshal_store_last_error();
return returnValue;
}
// System.Net.NetworkInformation.Win32_FIXED_INFO System.Net.NetworkInformation.Win32NetworkInterface::get_FixedInfo()
IL2CPP_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;
{
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;
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:
{
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;
}
}
#ifdef __clang__
#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
IL2CPP_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();
}
IL2CPP_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
IL2CPP_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
IL2CPP_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();
}
IL2CPP_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
IL2CPP_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
IL2CPP_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();
}
IL2CPP_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
IL2CPP_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
IL2CPP_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();
}
IL2CPP_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
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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(24 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0);
return L_1;
}
}
// System.Int32 System.Net.PathList::GetCookiesCount()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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(26 /* 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()
IL2CPP_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(26 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_0);
return L_1;
}
}
// System.Object System.Net.PathList::get_Item(System.String)
IL2CPP_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(41 /* 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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(42 /* 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()
IL2CPP_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(37 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, L_0);
return L_1;
}
}
// System.Object System.Net.PathList::get_SyncRoot()
IL2CPP_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(30 /* 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)
IL2CPP_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_inline(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_inline(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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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, 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, 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()
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
{
bool L_0 = ___disposing0;
if (!L_0)
{
goto IL_0023;
}
}
IL_0003:
{
bool L_1 = __this->get__LeaveStreamOpen_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
#ifdef __clang__
#pragma 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)
IL2CPP_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[])
IL2CPP_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* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 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_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
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject*, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___localCertificates1) - 1), ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
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 (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = 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
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___targetHost0) - 1), ___localCertificates1, ___remoteCertificate2, ___acceptableIssuers3, targetMethod);
}
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
{
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)
IL2CPP_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)
IL2CPP_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.LocalCertificateSelectionCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LocalCertificateSelectionCallback__ctor_m7CAC68C30F63B889613824039FCF827F78475E5F (LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::Invoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * LocalCertificateSelectionCallback_Invoke_mC560E6706F8520A856513EBCDE45A2B8F5ED6A3F (LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * __this, RuntimeObject * ___sender0, String_t* ___targetHost1, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___localCertificates2, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___remoteCertificate3, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___acceptableIssuers4, const RuntimeMethod* method)
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * result = NULL;
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 5)
{
// open
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
else
{
// closed
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (void*, RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
}
else if (___parameterCount != 5)
{
// open
if (il2cpp_codegen_method_is_virtual(targetMethod) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
else
result = GenericVirtFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
}
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), ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
else
result = VirtFuncInvoker4< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___targetHost1) - 1), ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = GenericInterfaceFuncInvoker5< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
else
result = GenericVirtFuncInvoker5< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(targetMethod, targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker5< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
else
result = VirtFuncInvoker5< X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject*, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
if (targetThis == NULL)
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
else
{
typedef X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * (*FunctionPointerType) (void*, RuntimeObject *, String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___sender0, ___targetHost1, ___localCertificates2, ___remoteCertificate3, ___acceptableIssuers4, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Net.Security.LocalCertificateSelectionCallback::BeginInvoke(System.Object,System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Cryptography.X509Certificates.X509Certificate,System.String[],System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LocalCertificateSelectionCallback_BeginInvoke_m1049EE3CAAE57029C936479E2C2F140E0330523A (LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * __this, RuntimeObject * ___sender0, String_t* ___targetHost1, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___localCertificates2, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___remoteCertificate3, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___acceptableIssuers4, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback5, RuntimeObject * ___object6, const RuntimeMethod* method)
{
void *__d_args[6] = {0};
__d_args[0] = ___sender0;
__d_args[1] = ___targetHost1;
__d_args[2] = ___localCertificates2;
__d_args[3] = ___remoteCertificate3;
__d_args[4] = ___acceptableIssuers4;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback5, (RuntimeObject*)___object6);
}
// System.Security.Cryptography.X509Certificates.X509Certificate System.Net.Security.LocalCertificateSelectionCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * LocalCertificateSelectionCallback_EndInvoke_mCD6CE0AB7C4F4D981BDA29ABCDAD5559891B5112 (LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * __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)
IL2CPP_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)
IL2CPP_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* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 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_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
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef bool (*FunctionPointerType) (RuntimeObject*, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___certificate1) - 1), ___chain2, ___sslPolicyErrors3, targetMethod);
}
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
}
else
{
// closed
if (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = 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
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef bool (*FunctionPointerType) (RuntimeObject*, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___sender0) - 1), ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
if (targetThis == NULL)
{
typedef bool (*FunctionPointerType) (RuntimeObject *, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *, X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 *, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___sender0, ___certificate1, ___chain2, ___sslPolicyErrors3, targetMethod);
}
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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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;
}
}
// Mono.Security.Interface.MonoTlsProvider System.Net.Security.SslStream::GetProvider()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * SslStream_GetProvider_m745E2C52DFED4D4045613A88E00B3EF1E20A7033 (const RuntimeMethod* method)
{
{
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_0 = MonoTlsProviderFactory_GetProvider_mB4747BFB69D961C9B18398D60AFC667F9A252245(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m1DFCBD4F4C88F181B1F23EF649F4BAE71EC37580 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___userCertificateValidationCallback2, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
bool L_1 = ___leaveInnerStreamOpen1;
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_2 = ___userCertificateValidationCallback2;
SslStream__ctor_m4DA680B7D511456DB5789F62EC80117AE5E16532(__this, L_0, L_1, L_2, (LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,System.Net.Security.RemoteCertificateValidationCallback,System.Net.Security.LocalCertificateSelectionCallback)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream__ctor_m4DA680B7D511456DB5789F62EC80117AE5E16532 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___innerStream0, bool ___leaveInnerStreamOpen1, RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * ___userCertificateValidationCallback2, LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * ___userCertificateSelectionCallback3, const RuntimeMethod* method)
{
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * V_0 = NULL;
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___innerStream0;
bool L_1 = ___leaveInnerStreamOpen1;
AuthenticatedStream__ctor_mFCFA51BD3C5544DC6390CF5094E1C0DBA133C172(__this, L_0, L_1, /*hidden argument*/NULL);
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_2 = SslStream_GetProvider_m745E2C52DFED4D4045613A88E00B3EF1E20A7033(/*hidden argument*/NULL);
__this->set_provider_6(L_2);
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_3 = MonoTlsSettings_CopyDefaultSettings_m4CE2BE44BF064124CFD98CEF44E76FD5D6EA0AD2(/*hidden argument*/NULL);
V_0 = L_3;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_4 = V_0;
RemoteCertificateValidationCallback_t9C6BA19681BAA3CD78E6674293A57FF5DF62831E * L_5 = ___userCertificateValidationCallback2;
MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * L_6 = CallbackHelpers_PublicToMono_m84CC573B0D8E011058AEC077734D8C76921DD04C(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
MonoTlsSettings_set_RemoteCertificateValidationCallback_mC9225CD237B10BBF4813A975D827B822DF970E21_inline(L_4, L_6, /*hidden argument*/NULL);
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_7 = V_0;
LocalCertificateSelectionCallback_tD4E096E05BCE0D4E245BC9C9160F0664C4F83032 * L_8 = ___userCertificateSelectionCallback3;
MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * L_9 = CallbackHelpers_PublicToMono_m1CA5926DB777E92367F0C69583DE272E800E43F1(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
MonoTlsSettings_set_ClientCertificateSelectionCallback_m815474865E0743103BE1BA06CCFC85588BAFBAA4_inline(L_7, L_9, /*hidden argument*/NULL);
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_10 = __this->get_provider_6();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = ___innerStream0;
bool L_12 = ___leaveInnerStreamOpen1;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_13 = V_0;
NullCheck(L_10);
RuntimeObject* L_14 = VirtFuncInvoker3< RuntimeObject*, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *, bool, MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * >::Invoke(10 /* Mono.Security.Interface.IMonoSslStream Mono.Security.Interface.MonoTlsProvider::CreateSslStream(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsSettings) */, L_10, L_11, L_12, L_13);
__this->set_impl_7(L_14);
return;
}
}
// System.Void System.Net.Security.SslStream::.ctor(System.IO.Stream,System.Boolean,Mono.Security.Interface.MonoTlsProvider,Mono.Security.Interface.MonoTlsSettings)
IL2CPP_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)
IL2CPP_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.Void System.Net.Security.SslStream::AuthenticateAsClient(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_AuthenticateAsClient_mA05DB2C8245FB47D1A8258BD68536D498A1BEE08 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, String_t* ___targetHost0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_AuthenticateAsClient_mA05DB2C8245FB47D1A8258BD68536D498A1BEE08_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
String_t* L_1 = ___targetHost0;
NullCheck(L_0);
InterfaceActionInvoker1< String_t* >::Invoke(0 /* System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1);
return;
}
}
// System.Boolean System.Net.Security.SslStream::get_IsAuthenticated()
IL2CPP_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(8 /* 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()
IL2CPP_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()
IL2CPP_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(9 /* 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()
IL2CPP_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(10 /* 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()
IL2CPP_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(15 /* 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()
IL2CPP_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(16 /* 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()
IL2CPP_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(11 /* 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()
IL2CPP_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(12 /* 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)
IL2CPP_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, SslStream_set_Position_m4D2093D31E1557590786FA41197CD585CAC79E3A_RuntimeMethod_var);
}
}
// System.Void System.Net.Security.SslStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_SetLength_m76EF6CF39E831CF1C3E0DD70598938B46441504C (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SslStream_SetLength_m76EF6CF39E831CF1C3E0DD70598938B46441504C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = SslStream_get_Impl_m29F58D35745DFC013BFAEFCF3952391234D8BC9A(__this, /*hidden argument*/NULL);
int64_t L_1 = ___value0;
NullCheck(L_0);
InterfaceActionInvoker1< int64_t >::Invoke(13 /* System.Void Mono.Security.Interface.IMonoSslStream::SetLength(System.Int64) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_0, L_1);
return;
}
}
// System.Int64 System.Net.Security.SslStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_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, SslStream_Seek_m53AB94845DF9E4A126414BC25E024053D43627D1_RuntimeMethod_var);
}
}
// System.Threading.Tasks.Task System.Net.Security.SslStream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * SslStream_FlushAsync_mAB1051AF0DDB8C2D84D54F526A2436817F88CAB9 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC_inline(__this, /*hidden argument*/NULL);
CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB L_1 = ___cancellationToken0;
NullCheck(L_0);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_2 = VirtFuncInvoker1< Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 *, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB >::Invoke(18 /* System.Threading.Tasks.Task System.IO.Stream::FlushAsync(System.Threading.CancellationToken) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Net.Security.SslStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SslStream_Flush_m409B5ED6ACB6B2496DAF6725C6CAAF5D51BEADE3 (SslStream_t9CEE8F6E125C734DD807D9289C86860FFEE81087 * __this, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC_inline(__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()
IL2CPP_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, SslStream_CheckDisposed_mFCE61CD9DDFDF97DD850B2EAF0908EFE50008DE4_RuntimeMethod_var);
}
IL_0013:
{
return;
}
}
// System.Void System.Net.Security.SslStream::Dispose(System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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)
IL2CPP_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(2 /* 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)
IL2CPP_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(3 /* 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)
IL2CPP_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(4 /* 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)
IL2CPP_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(5 /* 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)
IL2CPP_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(6 /* 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)
IL2CPP_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(7 /* 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)
IL2CPP_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.Void System.Net.ServerCertValidationCallback::Callback(System.Object)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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_inline(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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, 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, 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)
IL2CPP_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*)(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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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, 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_inline(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.DateTime&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 6);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline((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;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_28 = (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_27);
__this->set_idleSince_4(L_28);
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_29 = V_2;
if (!L_29)
{
goto IL_0123;
}
}
IL_00d3:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_30 = __this->get_groups_9();
if (!L_30)
{
goto IL_0123;
}
}
IL_00db:
{
List_1_tADFC8E81A1BE6072388F7B4C041DD5C1BD17F460 * L_31 = V_2;
NullCheck(L_31);
Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 L_32 = List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482(L_31, /*hidden argument*/List_1_GetEnumerator_m511E1561FCC263BAD165A68FAADCDF9856FA7482_RuntimeMethod_var);
V_6 = L_32;
}
IL_00e3:
try
{ // begin try (depth: 2)
{
goto IL_010a;
}
IL_00e5:
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_33 = Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03_inline((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_get_Current_mF3FCAAF388818355A9D74C6A94AA21D1D3C3AC03_RuntimeMethod_var);
V_8 = L_33;
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_34 = __this->get_groups_9();
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_35 = V_8;
NullCheck(L_35);
String_t* L_36 = WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA_inline(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
bool L_37 = Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9(L_34, L_36, /*hidden argument*/Dictionary_2_ContainsKey_m6A5884B12923041F3F5B3EC0F103C4F2F720CEA9_RuntimeMethod_var);
if (!L_37)
{
goto IL_010a;
}
}
IL_0102:
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_38 = V_8;
ServicePoint_RemoveConnectionGroup_mA4EBF8627893437D0F159DE34F777E469D244264(__this, L_38, /*hidden argument*/NULL);
}
IL_010a:
{
bool L_39 = Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594((Enumerator_t8000060C54CE67080D4E8D507A09C9A59764EAB2 *)(&V_6), /*hidden argument*/Enumerator_MoveNext_mA34EB551C86A17C30D57E70DF8B02789ED1D2594_RuntimeMethod_var);
if (L_39)
{
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_40 = __this->get_groups_9();
if (!L_40)
{
goto IL_013f;
}
}
IL_012b:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_41 = __this->get_groups_9();
NullCheck(L_41);
int32_t L_42 = Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C(L_41, /*hidden argument*/Dictionary_2_get_Count_m18D077A0EA5B9F3EA7E2522C72AD74698116294C_RuntimeMethod_var);
if (L_42)
{
goto IL_013f;
}
}
IL_0138:
{
__this->set_groups_9((Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 *)NULL);
}
IL_013f:
{
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * L_43 = __this->get_groups_9();
if (L_43)
{
goto IL_0166;
}
}
IL_0147:
{
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_44 = __this->get_idleTimer_18();
if (!L_44)
{
goto IL_0161;
}
}
IL_014f:
{
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * L_45 = __this->get_idleTimer_18();
NullCheck(L_45);
Timer_Dispose_mAD09E4EAC3D4A4732B55911919A60CACCF8173D9(L_45, /*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_46 = V_4;
if (!L_46)
{
goto IL_0175;
}
}
IL_016f:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_47 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_47, /*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_48 = V_5;
return L_48;
}
}
// System.Void System.Net.ServicePoint::IdleTimerCallback(System.Object)
IL2CPP_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()
IL2CPP_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_inline(/*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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 5);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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*)(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_inline(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;
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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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(), 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)
IL2CPP_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()
IL2CPP_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(2);
((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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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, 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, 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, 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_inline(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_inline(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_inline(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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SimpleAsyncCallback_Invoke_m690BE843A6B401DB45945B1A5DE5C0D65789531A (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* delegateArrayToInvoke = __this->get_delegates_11();
Delegate_t** delegatesToInvoke;
il2cpp_array_size_t length;
if (delegateArrayToInvoke != NULL)
{
length = delegateArrayToInvoke->max_length;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(delegateArrayToInvoke->GetAddressAtUnchecked(0));
}
else
{
length = 1;
delegatesToInvoke = reinterpret_cast<Delegate_t**>(&__this);
}
for (il2cpp_array_size_t i = 0; i < length; i++)
{
Delegate_t* currentDelegate = delegatesToInvoke[i];
Il2CppMethodPointer targetMethodPointer = currentDelegate->get_method_ptr_0();
RuntimeObject* targetThis = currentDelegate->get_m_target_2();
RuntimeMethod* targetMethod = (RuntimeMethod*)(currentDelegate->get_method_3());
if (!il2cpp_codegen_method_is_virtual(targetMethod))
{
il2cpp_codegen_raise_execution_engine_exception_if_method_is_not_found(targetMethod);
}
bool ___methodIsStatic = MethodIsStatic(targetMethod);
int ___parameterCount = il2cpp_codegen_method_parameter_count(targetMethod);
if (___methodIsStatic)
{
if (___parameterCount == 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_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 (targetThis != NULL && il2cpp_codegen_method_is_virtual(targetMethod) && !il2cpp_codegen_object_is_of_sealed_type(targetThis) && il2cpp_codegen_delegate_has_invoker((Il2CppDelegate*)__this))
{
if (il2cpp_codegen_method_is_generic_instance(targetMethod))
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
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
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___result0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 *, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___result0, targetMethod);
}
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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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)
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
__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)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_1);
return;
}
}
// System.Boolean System.Net.SimpleAsyncResult::WaitUntilComplete(System.Int32,System.Boolean)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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()
IL2CPP_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_inline((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()
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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()
IL2CPP_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)
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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_inline(__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, 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)
IL2CPP_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, 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*)(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)
IL2CPP_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_inline(L_0, /*hidden argument*/NULL);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ___ipAddress0;
NullCheck(L_2);
int32_t L_3 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(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_inline(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)
IL2CPP_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()
IL2CPP_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*)(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, SocketAddress_GetIPAddress_mB6CBFAEAD75170561033660215DAA67EE91E6A85_RuntimeMethod_var);
}
}
// System.Net.IPEndPoint System.Net.SocketAddress::GetIPEndPoint()
IL2CPP_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)
IL2CPP_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_inline(__this, /*hidden argument*/NULL);
SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline(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_inline(__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()
IL2CPP_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_inline(__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_inline(__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_inline(__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()
IL2CPP_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_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_9) < ((int32_t)L_10)))
{
goto IL_000a;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(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_inline(__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
#ifdef __clang__
#pragma 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)
IL2CPP_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_inline(__this, L_0, /*hidden argument*/NULL);
int32_t L_1 = ___seconds1;
LingerOption_set_LingerTime_m366DDFE3598E938C9EA7C288E306682E64D44755_inline(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.LingerOption::set_Enabled(System.Boolean)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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, 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)
IL2CPP_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, 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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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.Boolean System.Net.Sockets.NetworkStream::get_DataAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NetworkStream_get_DataAvailable_mBC5E8560FC3F90BA17C15F9C697B9FD9D71962A6 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_get_DataAvailable_mBC5E8560FC3F90BA17C15F9C697B9FD9D71962A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_0 = NULL;
{
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(29 /* 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, NetworkStream_get_DataAvailable_mBC5E8560FC3F90BA17C15F9C697B9FD9D71962A6_RuntimeMethod_var);
}
IL_001b:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = __this->get_m_StreamSocket_4();
V_0 = L_4;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_5 = V_0;
if (L_5)
{
goto IL_0048;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1A65E9B36985F1B153E3258D02D73E74129AC87A, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
String_t* L_9 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral14AB722AB5A0894F7BC503A0EF4999BBF74125A9, L_7, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_10 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NetworkStream_get_DataAvailable_mBC5E8560FC3F90BA17C15F9C697B9FD9D71962A6_RuntimeMethod_var);
}
IL_0048:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_11 = V_0;
NullCheck(L_11);
int32_t L_12 = Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A(L_11, /*hidden argument*/NULL);
return (bool)((!(((uint32_t)L_12) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Int64 System.Net.Sockets.NetworkStream::get_Length()
IL2CPP_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, NetworkStream_get_Length_m6CF8079769A034BEE882C1E02FCA16F67F80DC11_RuntimeMethod_var);
}
}
// System.Int64 System.Net.Sockets.NetworkStream::get_Position()
IL2CPP_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, NetworkStream_get_Position_mB8AF2E84720E0D5FDA49C24673667566316C167F_RuntimeMethod_var);
}
}
// System.Void System.Net.Sockets.NetworkStream::set_Position(System.Int64)
IL2CPP_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, NetworkStream_set_Position_m07B5B94010D39A5EBBE763C916F5A344DD99DAB4_RuntimeMethod_var);
}
}
// System.Int64 System.Net.Sockets.NetworkStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_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, NetworkStream_Seek_m206C93B5C10E443853C7DF8C0D094328AEF9F94B_RuntimeMethod_var);
}
}
// System.Void System.Net.Sockets.NetworkStream::InitNetworkStream(System.Net.Sockets.Socket,System.IO.FileAccess)
IL2CPP_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_inline(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, NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var);
}
IL_0018:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_4 = ___socket0;
NullCheck(L_4);
bool L_5 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline(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, NetworkStream_InitNetworkStream_m4749E17D45A2B9F3452ED76D673C59B6CF09E542_RuntimeMethod_var);
}
IL_0030:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = ___socket0;
NullCheck(L_8);
int32_t L_9 = Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37_inline(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, 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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(29 /* 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, 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, 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, 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, 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, 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*)(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, 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, NetworkStream_Read_mF5137678893C1868A0B56475E63493D349A17A5E_RuntimeMethod_var);
}
IL_00c3:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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(29 /* 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, 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, 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, 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, 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, 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*)(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, 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, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
IL_00c3:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, NetworkStream_Write_m2CF72A308913D3CB3EA37F5A3493FDA0A51FE910_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00e3:
{
return;
}
}
// System.Void System.Net.Sockets.NetworkStream::Dispose(System.Boolean)
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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(29 /* 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, 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, 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, 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, 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, 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*)(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, 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, NetworkStream_BeginRead_mB4803C638A3A3265669A663DBDA859DC5A5ED009_RuntimeMethod_var);
}
IL_00c7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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(29 /* 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, 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, 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*)(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, 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, NetworkStream_EndRead_mAFBB41B6DE1BD74C47DB890C5BC3617172F9F14E_RuntimeMethod_var);
}
IL_007c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_19 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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(29 /* 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, 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, 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, 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, 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, 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*)(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, 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, NetworkStream_BeginWrite_mCC5FAC2886E330DE2E1DB4B7D4509F6F110396D7_RuntimeMethod_var);
}
IL_00c7:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_35 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, 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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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(29 /* 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, 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, 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*)(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, 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, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
IL_007c:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_18 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(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, NetworkStream_EndWrite_m9A30266EFA0648D3E2E22F6097271FFF8C00E501_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_009c:
{
return;
}
}
// System.Void System.Net.Sockets.NetworkStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_Flush_mD24343AA0BED24CC098BA9BFF2F118CC0865DB40 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Threading.Tasks.Task System.Net.Sockets.NetworkStream::FlushAsync(System.Threading.CancellationToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * NetworkStream_FlushAsync_m4E4DE1531B963961E9FAED684DC08375EA0FE2DB (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, CancellationToken_t9E956952F7F20908F2AE72EDF36D97E6C7DB63AB ___cancellationToken0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_FlushAsync_m4E4DE1531B963961E9FAED684DC08375EA0FE2DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2_il2cpp_TypeInfo_var);
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * L_0 = Task_get_CompletedTask_mBB0764E7FDE04E900FFBE5B1BE6B815193681E86(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.Sockets.NetworkStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetworkStream_SetLength_mA3CA693C34E7EF187E55731B089D4A38319F2CB0 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetworkStream_SetLength_mA3CA693C34E7EF187E55731B089D4A38319F2CB0_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, NetworkStream_SetLength_mA3CA693C34E7EF187E55731B089D4A38319F2CB0_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Sockets.SafeSocketHandle::.ctor(System.IntPtr,System.Boolean)
IL2CPP_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_inline(__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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline((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, 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_inline(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_inline(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_inline((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_inline(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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, 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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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()
IL2CPP_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)
IL2CPP_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);
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, 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_inline(/*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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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_inline(L_0, /*hidden argument*/NULL);
return (intptr_t)L_1;
}
}
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::get_AddressFamily()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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)
IL2CPP_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, Socket_set_DontFragment_m2683AAA1C87A0E2CCC426EFA4D8BF5790AA2D136_RuntimeMethod_var);
}
}
// System.Boolean System.Net.Sockets.Socket::get_DualMode()
IL2CPP_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_inline(__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, 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)
IL2CPP_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_inline(__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, 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()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_IsDualMode_m5F32679545518176E4AFE66901AF86DFA6499655 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline(__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.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Send_mA269050501DC895502B1DD4254789F335B55B328 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method)
{
int32_t G_B2_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B2_1 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B2_2 = NULL;
int32_t G_B1_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B1_1 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B1_2 = NULL;
int32_t G_B3_0 = 0;
int32_t G_B3_1 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B3_2 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * G_B3_3 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
G_B1_0 = 0;
G_B1_1 = L_0;
G_B1_2 = __this;
if (L_1)
{
G_B2_0 = 0;
G_B2_1 = L_0;
G_B2_2 = __this;
goto IL_0009;
}
}
{
G_B3_0 = 0;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_000c;
}
IL_0009:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
NullCheck(L_2);
G_B3_0 = (((int32_t)((int32_t)(((RuntimeArray*)L_2)->max_length))));
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_000c:
{
NullCheck(G_B3_3);
int32_t L_3 = Socket_Send_mBBAB318D0BB5BF0B8FA4C9192EABCC4B179429EE(G_B3_3, G_B3_2, G_B3_1, G_B3_0, 0, /*hidden argument*/NULL);
return L_3;
}
}
// System.Int32 System.Net.Sockets.Socket::Send(System.Collections.Generic.IList`1<System.ArraySegment`1<System.Byte>>,System.Net.Sockets.SocketFlags)
IL2CPP_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, 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)
IL2CPP_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, 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)
IL2CPP_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, 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)
IL2CPP_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, 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[])
IL2CPP_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)
IL2CPP_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, 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, 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)
IL2CPP_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, Socket_BeginSend_m05E491600486AAC8EFAF5F4EB0C24B13210D640E_RuntimeMethod_var);
}
IL_0023:
{
return G_B3_0;
}
}
// System.Int32 System.Net.Sockets.Socket::EndSend(System.IAsyncResult)
IL2CPP_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, 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)
IL2CPP_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, Socket_BeginReceive_mB2AF6DAADA16F7F3EC36ED5A05C7A22C2F819E30_RuntimeMethod_var);
}
IL_0023:
{
return G_B3_0;
}
}
// System.Int32 System.Net.Sockets.Socket::EndReceive(System.IAsyncResult)
IL2CPP_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, Socket_EndReceive_mF4C73ED2C78731706B7891AB94B7D4EF084476F0_RuntimeMethod_var);
}
IL_0013:
{
return G_B2_0;
}
}
// System.Object System.Net.Sockets.Socket::get_InternalSyncObject()
IL2CPP_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()
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(/*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()
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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.Int32&)
IL2CPP_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.Int32 System.Net.Sockets.Socket::get_Available()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t G_B2_0 = 0;
int32_t G_B1_0 = 0;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_0 = __this->get_m_Handle_13();
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_1 = Socket_Available_internal_m7CCE17E3D9D431AC1F4E95CAEF113F99724CB677(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_001d;
}
}
{
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, Socket_get_Available_m40AB452DDB09090EB7FE5B1BDA99E45F2A9C7D7A_RuntimeMethod_var);
}
IL_001d:
{
return G_B2_0;
}
}
// System.Int32 System.Net.Sockets.Socket::Available_internal(System.Net.Sockets.SafeSocketHandle,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_m7CCE17E3D9D431AC1F4E95CAEF113F99724CB677 (SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___safeHandle0, int32_t* ___error1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_Available_internal_m7CCE17E3D9D431AC1F4E95CAEF113F99724CB677_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(L_1, /*hidden argument*/NULL);
int32_t* L_3 = ___error1;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_4 = Socket_Available_internal_mC31B5CF7F708E1B4346481F1E72F27EE3C977820((intptr_t)L_2, (int32_t*)L_3, /*hidden argument*/NULL);
V_1 = L_4;
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:
{
int32_t L_7 = V_1;
return L_7;
}
}
// System.Int32 System.Net.Sockets.Socket::Available_internal(System.IntPtr,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_Available_internal_mC31B5CF7F708E1B4346481F1E72F27EE3C977820 (intptr_t ___socket0, int32_t* ___error1, const RuntimeMethod* method)
{
typedef int32_t (*Socket_Available_internal_mC31B5CF7F708E1B4346481F1E72F27EE3C977820_ftn) (intptr_t, int32_t*);
using namespace il2cpp::icalls;
return ((Socket_Available_internal_mC31B5CF7F708E1B4346481F1E72F27EE3C977820_ftn)System::System::Net::Sockets::Socket::Available) (___socket0, ___error1);
}
// System.Net.EndPoint System.Net.Sockets.Socket::get_LocalEndPoint()
IL2CPP_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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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, 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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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()
IL2CPP_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, Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7_RuntimeMethod_var);
}
IL_0034:
{
int32_t L_7 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline(__this, /*hidden argument*/NULL);
int32_t L_8 = Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37_inline(__this, /*hidden argument*/NULL);
int32_t L_9 = Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E_inline(__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_inline(__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)
IL2CPP_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, Socket_Accept_mC12CAE783F87CD63E6FF83D55F1973C2E5E7BDEC_RuntimeMethod_var);
}
IL_0034:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_7 = ___acceptSocket0;
int32_t L_8 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline(__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_inline(__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_inline(__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_inline(__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)
IL2CPP_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[]&,System.Int32&,System.IAsyncResult)
IL2CPP_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_inline(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(10 /* 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((void**)(RuntimeObject **)L_7, (void*)(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.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.Int32&,System.Boolean)
IL2CPP_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)
IL2CPP_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, 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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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)
IL2CPP_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, 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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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)
IL2CPP_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, 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_inline(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_inline(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, 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, 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, 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_inline(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_inline(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.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.String,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, String_t* ___host0, int32_t ___port1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
String_t* L_0 = ___host0;
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, _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = __this->get_addressFamily_10();
if ((((int32_t)L_2) == ((int32_t)2)))
{
goto IL_0032;
}
}
{
int32_t L_3 = __this->get_addressFamily_10();
if ((((int32_t)L_3) == ((int32_t)((int32_t)23))))
{
goto IL_0032;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral813209D3853C3588A2E58F8394C4BC003CEFF167, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_RuntimeMethod_var);
}
IL_0032:
{
int32_t L_5 = ___port1;
if ((((int32_t)L_5) <= ((int32_t)0)))
{
goto IL_003e;
}
}
{
int32_t L_6 = ___port1;
if ((((int32_t)L_6) <= ((int32_t)((int32_t)65535))))
{
goto IL_004e;
}
}
IL_003e:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_7, _stringLiteral062D8A9DEC0FA507D19F3B3481B4980CA139455F, _stringLiteralD98400098EFAA9A7E3BC75C46052D9535AC57C73, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_RuntimeMethod_var);
}
IL_004e:
{
bool L_8 = __this->get_is_listening_7();
if (!L_8)
{
goto IL_005c;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Socket_BeginConnect_m6C310E9FBE269BD255F0EA44115954FD7B3F1FF7_RuntimeMethod_var);
}
IL_005c:
{
String_t* L_10 = ___host0;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_11 = Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D(L_10, /*hidden argument*/NULL);
int32_t L_12 = ___port1;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_13 = ___requestCallback2;
RuntimeObject * L_14 = ___state3;
RuntimeObject* L_15 = Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93(__this, L_11, L_12, L_13, L_14, /*hidden argument*/NULL);
return L_15;
}
}
// System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.EndPoint,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remoteEP0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___state2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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, Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495_RuntimeMethod_var);
}
IL_0014:
{
bool L_2 = __this->get_is_listening_7();
if (!L_2)
{
goto IL_0022;
}
}
{
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, Socket_BeginConnect_m7A303BAA762EDA38A30E37F536A31EC2F18D2495_RuntimeMethod_var);
}
IL_0022:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback1;
RuntimeObject * L_5 = ___state2;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_6 = (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)il2cpp_codegen_object_new(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var);
SocketAsyncResult__ctor_mA600493FFA7C8A3553FA39CBFF18CF8A8F890E0F(L_6, __this, L_4, L_5, 1, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_7 = L_6;
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_8 = ___remoteEP0;
NullCheck(L_7);
L_7->set_EndPoint_8(L_8);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_9 = L_7;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_BeginSConnect_m91344C94E64D4215A8CD2F6FD63067DBF32D97F7(L_9, /*hidden argument*/NULL);
return L_9;
}
}
// System.IAsyncResult System.Net.Sockets.Socket::BeginConnect(System.Net.IPAddress[],System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addresses0, int32_t ___port1, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___requestCallback2, RuntimeObject * ___state3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = ___addresses0;
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, _stringLiteral834BEAF936D39D77FBE0D4F67B9DA251BBD23184, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_RuntimeMethod_var);
}
IL_0014:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = ___addresses0;
NullCheck(L_2);
if ((((RuntimeArray*)L_2)->max_length))
{
goto IL_0023;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_3, _stringLiteral07C5AD38C8CFC7005758933A7C13263AE159879E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_4 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)2)))
{
goto IL_0041;
}
}
{
int32_t L_5 = Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline(__this, /*hidden argument*/NULL);
if ((((int32_t)L_5) == ((int32_t)((int32_t)23))))
{
goto IL_0041;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_6 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_6, _stringLiteral5E84454F4425EC5737C5B31A5A69FC0ACD8BC45D, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_RuntimeMethod_var);
}
IL_0041:
{
int32_t L_7 = ___port1;
if ((((int32_t)L_7) <= ((int32_t)0)))
{
goto IL_004d;
}
}
{
int32_t L_8 = ___port1;
if ((((int32_t)L_8) <= ((int32_t)((int32_t)65535))))
{
goto IL_005d;
}
}
IL_004d:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_9 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_9, _stringLiteral062D8A9DEC0FA507D19F3B3481B4980CA139455F, _stringLiteralD98400098EFAA9A7E3BC75C46052D9535AC57C73, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_RuntimeMethod_var);
}
IL_005d:
{
bool L_10 = __this->get_is_listening_7();
if (!L_10)
{
goto IL_006b;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_11 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, Socket_BeginConnect_m040F02102860B693B6A585A43D0E5E1F4E6ADC93_RuntimeMethod_var);
}
IL_006b:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_12 = ___requestCallback2;
RuntimeObject * L_13 = ___state3;
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_14 = (SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C *)il2cpp_codegen_object_new(SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C_il2cpp_TypeInfo_var);
SocketAsyncResult__ctor_mA600493FFA7C8A3553FA39CBFF18CF8A8F890E0F(L_14, __this, L_12, L_13, 1, /*hidden argument*/NULL);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_15 = L_14;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_16 = ___addresses0;
NullCheck(L_15);
L_15->set_Addresses_14(L_16);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_17 = L_15;
int32_t L_18 = ___port1;
NullCheck(L_17);
L_17->set_Port_15(L_18);
__this->set_is_connected_19((bool)0);
SocketAsyncResult_t63145D172556590482549D41328C0668E19CB69C * L_19 = L_17;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4(L_19, /*hidden argument*/NULL);
return L_19;
}
}
// System.Void System.Net.Sockets.Socket::BeginMConnect(System.Net.Sockets.SocketAsyncResult)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, Socket_BeginMConnect_m97B0959875F9DD732C1B90D08E00018D383AFFE4_RuntimeMethod_var);
}
IL_004f:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::BeginSConnect(System.Net.Sockets.SocketAsyncResult)
IL2CPP_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_inline(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_inline(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, 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)
IL2CPP_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_inline(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(10 /* 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.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.Int32&,System.Boolean)
IL2CPP_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)
IL2CPP_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, 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, 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)
IL2CPP_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_inline(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(10 /* 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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.SocketError&)
IL2CPP_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.SocketError&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, 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*)(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*)(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_inline((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_inline((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_inline((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_inline((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_inline((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, 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_inline((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_inline((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_inline((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
int32_t L_34 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_inline((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.SocketError&,System.AsyncCallback,System.Object)
IL2CPP_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.SocketError&)
IL2CPP_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_inline(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(10 /* 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.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.Int32&,System.Boolean)
IL2CPP_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.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.Int32&,System.Boolean)
IL2CPP_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.EndPoint&,System.Net.Sockets.SocketError&)
IL2CPP_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((void**)(RuntimeObject **)L_27, (void*)(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.EndPoint&)
IL2CPP_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, 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_inline(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(10 /* 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((void**)(RuntimeObject **)L_10, (void*)(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.SocketAddress&,System.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.SocketAddress&,System.Int32&,System.Boolean)
IL2CPP_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.SocketError&)
IL2CPP_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.SocketError&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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, 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, 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*)(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*)(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_inline((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_inline((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_inline((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_inline((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_inline((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, 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_inline((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_inline((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_inline((ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA *)(&V_7), /*hidden argument*/ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_RuntimeMethod_var);
int32_t L_35 = ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_inline((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.SocketError&,System.AsyncCallback,System.Object)
IL2CPP_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)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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.SocketError&)
IL2CPP_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_inline(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(10 /* 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.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.Int32&,System.Boolean)
IL2CPP_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.Int32&,System.Boolean)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
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_inline(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.Int32&,System.Boolean)
IL2CPP_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)
IL2CPP_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_inline(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(10 /* 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)
IL2CPP_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, 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.Object&,System.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Object&,System.Int32&)
IL2CPP_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.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, RuntimeObject * ___optionValue2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * V_1 = NULL;
MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 * V_2 = NULL;
IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770 * V_3 = NULL;
{
Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7(__this, /*hidden argument*/NULL);
RuntimeObject * L_0 = ___optionValue2;
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, _stringLiteral6BAE5ADC9B322D10A5BA2A0BC2025758CE8A6CE9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_0014:
{
int32_t L_2 = ___optionLevel0;
if ((!(((uint32_t)L_2) == ((uint32_t)((int32_t)65535)))))
{
goto IL_0055;
}
}
{
int32_t L_3 = ___optionName1;
if ((!(((uint32_t)L_3) == ((uint32_t)((int32_t)128)))))
{
goto IL_0055;
}
}
{
RuntimeObject * L_4 = ___optionValue2;
V_1 = ((LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 *)IsInstClass((RuntimeObject*)L_4, LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7_il2cpp_TypeInfo_var));
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_5 = V_1;
if (L_5)
{
goto IL_003e;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteral0C2B7FD3A73109EFBA59BF07C02BAFF5946A5356, _stringLiteral6BAE5ADC9B322D10A5BA2A0BC2025758CE8A6CE9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_003e:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_7 = __this->get_m_Handle_13();
int32_t L_8 = ___optionLevel0;
int32_t L_9 = ___optionName1;
LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * L_10 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A(L_7, L_8, L_9, L_10, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
goto IL_00dd;
}
IL_0055:
{
int32_t L_11 = ___optionLevel0;
if (L_11)
{
goto IL_0090;
}
}
{
int32_t L_12 = ___optionName1;
if ((((int32_t)L_12) == ((int32_t)((int32_t)12))))
{
goto IL_0062;
}
}
{
int32_t L_13 = ___optionName1;
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)13)))))
{
goto IL_0090;
}
}
IL_0062:
{
RuntimeObject * L_14 = ___optionValue2;
V_2 = ((MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 *)IsInstClass((RuntimeObject*)L_14, MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999_il2cpp_TypeInfo_var));
MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 * L_15 = V_2;
if (L_15)
{
goto IL_007c;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_16 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_16, _stringLiteral5D32739B74C2C8C358D43995BB46D820B7EA072C, _stringLiteral6BAE5ADC9B322D10A5BA2A0BC2025758CE8A6CE9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_007c:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_17 = __this->get_m_Handle_13();
int32_t L_18 = ___optionLevel0;
int32_t L_19 = ___optionName1;
MulticastOption_tB21F96F80CEA6CF2F8C72A081C74375B1CEC5999 * L_20 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A(L_17, L_18, L_19, L_20, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
goto IL_00dd;
}
IL_0090:
{
int32_t L_21 = ___optionLevel0;
if ((!(((uint32_t)L_21) == ((uint32_t)((int32_t)41)))))
{
goto IL_00cd;
}
}
{
int32_t L_22 = ___optionName1;
if ((((int32_t)L_22) == ((int32_t)((int32_t)12))))
{
goto IL_009f;
}
}
{
int32_t L_23 = ___optionName1;
if ((!(((uint32_t)L_23) == ((uint32_t)((int32_t)13)))))
{
goto IL_00cd;
}
}
IL_009f:
{
RuntimeObject * L_24 = ___optionValue2;
V_3 = ((IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770 *)IsInstClass((RuntimeObject*)L_24, IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770_il2cpp_TypeInfo_var));
IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770 * L_25 = V_3;
if (L_25)
{
goto IL_00b9;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_26 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_26, _stringLiteralD77FC2299A80AEAA8C4911FFCEB9AE214E35748B, _stringLiteral6BAE5ADC9B322D10A5BA2A0BC2025758CE8A6CE9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_00b9:
{
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * L_27 = __this->get_m_Handle_13();
int32_t L_28 = ___optionLevel0;
int32_t L_29 = ___optionName1;
IPv6MulticastOption_tB2698CCDA7965FDB8E22A6322A5DD4B3FD380770 * L_30 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket_SetSocketOption_internal_m4CD6A4EB2E6B43A654E7393C15E6339DA717699A(L_27, L_28, L_29, L_30, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL, 0, (int32_t*)(&V_0), /*hidden argument*/NULL);
goto IL_00dd;
}
IL_00cd:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_31 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_31, _stringLiteral34D4A72DD7DE78D6E7B1B50BC5B3DD29058AEB25, _stringLiteral6BAE5ADC9B322D10A5BA2A0BC2025758CE8A6CE9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_00dd:
{
int32_t L_32 = V_0;
if (!L_32)
{
goto IL_00f5;
}
}
{
int32_t L_33 = V_0;
if ((!(((uint32_t)L_33) == ((uint32_t)((int32_t)10022)))))
{
goto IL_00ee;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_34 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5(L_34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_34, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_00ee:
{
int32_t L_35 = V_0;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_36 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m1853BFE92CDFB7A46B2AD59841A3B1DB95244533(L_36, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Socket_SetSocketOption_m18B869594DEEF6B857849E32352C652AE2380DF3_RuntimeMethod_var);
}
IL_00f5:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_SetSocketOption_m545931224E0FBC0073E60A755F70180105A4CBC0 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___optionLevel0, int32_t ___optionName1, bool ___optionValue2, const RuntimeMethod* method)
{
int32_t V_0 = 0;
int32_t G_B3_0 = 0;
{
bool L_0 = ___optionValue2;
if (L_0)
{
goto IL_0006;
}
}
{
G_B3_0 = 0;
goto IL_0007;
}
IL_0006:
{
G_B3_0 = 1;
}
IL_0007:
{
V_0 = G_B3_0;
int32_t L_1 = ___optionLevel0;
int32_t L_2 = ___optionName1;
int32_t L_3 = V_0;
Socket_SetSocketOption_mDD4791B69C63D5156C5F733593D5888EDF7A7C93(__this, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Sockets.Socket::SetSocketOption(System.Net.Sockets.SocketOptionLevel,System.Net.Sockets.SocketOptionName,System.Int32)
IL2CPP_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, 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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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[])
IL2CPP_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, 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, 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, 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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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.Int32&)
IL2CPP_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.Int32&)
IL2CPP_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);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
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_inline(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.Int32&)
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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, Socket_ThrowIfDisposedAndClosed_mCDA9C2603B4166665F14BABFA4FB3423508DEAA7_RuntimeMethod_var);
}
IL_0021:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfBufferNull(System.Byte[])
IL2CPP_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, Socket_ThrowIfBufferNull_m038FD1656C891AD4AF2883AFBA1084CF95286252_RuntimeMethod_var);
}
IL_000e:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfBufferOutOfRange(System.Byte[],System.Int32,System.Int32)
IL2CPP_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, 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, 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, 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, Socket_ThrowIfBufferOutOfRange_m06C012616B2650E2344CFADF8D7DEDE3A1F6272F_RuntimeMethod_var);
}
IL_0056:
{
return;
}
}
// System.Void System.Net.Sockets.Socket::ThrowIfUdp()
IL2CPP_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, Socket_ThrowIfUdp_mCC07B58F7A539B485A355A28D36174F6F1CC3FEA_RuntimeMethod_var);
}
IL_0015:
{
return;
}
}
// System.Net.Sockets.SocketAsyncResult System.Net.Sockets.Socket::ValidateEndIAsyncResult(System.IAsyncResult,System.String,System.String)
IL2CPP_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, 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, 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, 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)
IL2CPP_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)
IL2CPP_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_inline(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_inline(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)
IL2CPP_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()
IL2CPP_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)
IL2CPP_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)
IL2CPP_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()
IL2CPP_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
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * WebProxyWrapper_get_WebProxy_m64892D5D4C1D1C4A11188F1549D2762AF50A5EE8_inline (WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * __this, const RuntimeMethod* method)
{
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_0 = ((WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 *)__this)->get_webProxy_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline (String_t* __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_stringLength_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF_inline (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31_inline (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_variant_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_m7A186C503E47933A82ABC3AA32081213004BF0FD_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CThrowOnErrorU3Ek__BackingField_69(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_usesProxy_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_useConnect_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_requestWritten_22();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method)
{
{
int64_t L_0 = ___value0;
__this->set_contentLength_20(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8_inline (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_exc_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F_inline (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_0 = __this->get_response_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m85358EBAA7327835F1111AE210C1666F96A9DF1A_inline (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_ntlm_auth_state_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A_inline (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_Message_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Major_m7A6BEEF367674B8C06B15F6675AFF0C32CCEE87C_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__Major_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Version_get_Minor_mCBAFA7052D1786A47B4BA971E7193A4EB9A7D059_inline (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__Minor_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnectionStream_set_SendChunked_m19B2E66DBE0EF896D562173B18F7DA62E707E61B_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_sendChunked_20(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m1B70EF872E650D6C3B320EDE858FEC1136914D09_inline (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Status_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CompleteRequestWritten_m2CE66E5BAD797C5DE04C188041418DEDDDA62FD6_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_complete_request_written_29();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C_inline (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = __this->get_cnc_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_PriorityRequest_m261005EABEA126F531BA07E90632A61B0510B59F_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___value0, const RuntimeMethod* method)
{
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___value0;
__this->set_priority_request_16(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_mFE95AC3455BD8EFE7405E250398B6ED5E6694B71_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___value0, const RuntimeMethod* method)
{
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = ___value0;
__this->set_ntlm_credentials_17(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_mBD2DA6D3E5F146D699DEB5591368EBBE61BC4EC0_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_unsafe_sharing_19(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m4B88457A4ABFE610A9013AD61A5C86F1C507C5AC_inline (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_ntlm_authenticated_18(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m2C818782DEE865E74E773910167CCA5718F0A017_inline (AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isCompleted_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_mF2D67420F1F5F49D18F42B36732FD7404F877D62_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CThrowOnErrorU3Ek__BackingField_69();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E_inline (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_synch_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m95AEF29BEC17BF1D514997E29AF5D6027058D25B_inline (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_Complete_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF_inline (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method)
{
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = __this->get__request_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_m4954C9D4E3112B527C94A73B330C4224BAD1D60C_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_auto_decomp_59();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFC_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (StringComparer_get_InvariantCultureIgnoreCase_mC6DA70EBD0C00B02EC4BB5C24882F99984028DFCSystem6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var);
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * L_0 = ((StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_StaticFields*)il2cpp_codegen_static_fields_for(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE_il2cpp_TypeInfo_var))->get__invariantCultureIgnoreCase_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Family_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9_inline (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Port_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4_inline (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, const RuntimeMethod* method)
{
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = __this->get_m_Address_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t SocketAddress_get_Size_mF4849EFEEA3BA3E2109D3E05E635072F89DE57CB_inline (SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Size_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* IPHostEntry_get_HostName_m58DC3A2664BA86513E055ECA103214D00EFD1605_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_hostName_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method)
{
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = __this->get_addressList_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetUserName_mB9CE178B322A2F4D9BA04EFB3B1E1714E956072E_inline (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_userName_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* NetworkCredential_InternalGetDomain_mD71A083EE1BAA813D8DE53B402C228E6FFB35028_inline (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_domain_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181_inline (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__platform_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Win32Exception_get_NativeErrorCode_mADB2F3845BEC2405353354CE6B6232741359D857_inline (Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nativeErrorCode_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MonoTlsSettings_set_RemoteCertificateValidationCallback_mC9225CD237B10BBF4813A975D827B822DF970E21_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * ___value0, const RuntimeMethod* method)
{
{
MonoRemoteCertificateValidationCallback_t7A8DAD12B70CE3BB19BAAD04F587D5ED02385CC6 * L_0 = ___value0;
__this->set_U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MonoTlsSettings_set_ClientCertificateSelectionCallback_m815474865E0743103BE1BA06CCFC85588BAFBAA4_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * ___value0, const RuntimeMethod* method)
{
{
MonoLocalCertificateSelectionCallback_t657381EF916D4EDC456FA5A6AC948EFD7A481F0A * L_0 = ___value0;
__this->set_U3CClientCertificateSelectionCallbackU3Ek__BackingField_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * AuthenticatedStream_get_InnerStream_mB7DF06B2F011B3F9F301D068438BBD01C24DCDDC_inline (AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * __this, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get__InnerStream_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_sendContinue_10(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA_inline (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEF_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManager_get_DnsRefreshTimeout_mC7424A9FE5BBCD6BD7E22EAEDD72FB35125FFBEFSystem6_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;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___value0, const RuntimeMethod* method)
{
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_0 = ___value0;
__this->set_addressList_2(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mA40D127E6B6DDB7FE8EBDE9A075FF0FF96CAE3FB_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_useNagle_13(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m81B24DCBB2CDB67877B1631AD53EA4925B2D77D2_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_usesProxy_8(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_m63B28421D36EA6064A66588382A7381C9318CAA2_inline (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_useConnect_11(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LingerOption_set_Enabled_m698CECD028CDD6D6E7CC82C12D5A0B7A291A74B1_inline (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_enabled_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void LingerOption_set_LingerTime_m366DDFE3598E938C9EA7C288E306682E64D44755_inline (LingerOption_tC6A8E9C30F48D9C07C38B2730012ECA6067723C7 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_lingerTime_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Blocking_mBEF4541F893F4ECE9354245BF7E6D8C5118206FF_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_blocking_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_is_connected_19();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Socket_get_SocketType_m61AE4997710B0CE75832B42919A2892F00740E37_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_socketType_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void SafeHandle_SetHandle_m84A4309A0B6AFD09D5CD087B172BF37F999CA288_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, intptr_t ___handle0, const RuntimeMethod* method)
{
{
intptr_t L_0 = ___handle0;
__this->set_handle_0((intptr_t)L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9System6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var);
SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * L_0 = ((SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var))->get_instance_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR intptr_t SafeHandle_DangerousGetHandle_m9014DC4C279F2EF9F9331915135F0AF5AF8A4368_inline (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method)
{
{
intptr_t L_0 = __this->get_handle_0();
return (intptr_t)L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Socket_get_AddressFamily_m33B7B2581828A024C81CE52DF4287A2447A54D6F_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_addressFamily_10();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Socket_get_ProtocolType_mE9C131BE9AEA271B35821FC80C8CB62414E1546E_inline (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_protocolType_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool IOAsyncResult_get_IsCompleted_m15FEFA884BA3ACC35503E54F08E209AC5A94BADF_inline (IOAsyncResult_tB02ABC485035B18A731F1B61FB27EE17F4B792AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_completed_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared_inline (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = (RuntimeObject *)__this->get_current_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__size_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Nullable_1_get_HasValue_m275A31438FCDAEEE039E95D887684E04FD6ECE2B_gshared_inline (Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * __this, const RuntimeMethod* method)
{
{
bool L_0 = (bool)__this->get_has_value_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___index0;
int32_t L_1 = (int32_t)__this->get__size_2();
if ((!(((uint32_t)L_0) >= ((uint32_t)L_1))))
{
goto IL_000e;
}
}
{
ThrowHelper_ThrowArgumentOutOfRangeException_mBA2AF20A35144E0C43CD721A22EAC9FCA15D6550(/*hidden argument*/NULL);
}
IL_000e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_2 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)__this->get__items_1();
int32_t L_3 = ___index0;
RuntimeObject * L_4 = IL2CPP_ARRAY_UNSAFE_LOAD((ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)L_2, (int32_t)L_3);
return L_4;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Offset_m6651443913CC50A02AE5D7C4CDC6F6744D39B483_gshared_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__offset_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t ArraySegment_1_get_Count_m02387DADA172F909FD346559D93990E990E05352_gshared_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = (int32_t)__this->get__count_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ArraySegment_1_get_Array_m41D93EFB7EAB3081C0A27ED9891E7177F5F361B7_gshared_inline (ArraySegment_1_t5B17204266E698CC035E2A7F6435A4F78286D0FA * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)__this->get__array_0();
return L_0;
}
}