yunque9/web_xcode/Classes/Native/System5.cpp

39508 lines
1.9 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/Dns.h"
#include "il2cpp-object-internals.h"
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);
}
};
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 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 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);
}
};
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 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, 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 T1, typename T2, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
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 R, typename T1, typename T2>
struct GenericVirtFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <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 T1, typename T2>
struct GenericVirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericVirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R>
struct InterfaceFuncInvoker0
{
typedef R (*Func)(void*, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
}
};
struct InterfaceActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <typename R, typename T1, typename T2>
struct InterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename R, typename T1>
struct InterfaceFuncInvoker1
{
typedef R (*Func)(void*, T1, const RuntimeMethod*);
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename T1>
struct InterfaceActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename 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 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 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 T1, typename T2, typename T3, typename T4>
struct InterfaceActionInvoker4
{
typedef void (*Action)(void*, T1, T2, T3, T4, const RuntimeMethod*);
static inline void 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);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, p4, 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 R, typename T1, typename T2>
struct GenericInterfaceFuncInvoker2
{
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <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 T1, typename T2>
struct GenericInterfaceActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
template <typename T1, typename T2, typename T3>
struct GenericInterfaceActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
VirtualInvokeData invokeData;
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB;
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
// Mono.Security.Interface.CipherSuiteCode[]
struct CipherSuiteCodeU5BU5D_t0EC37AD4A25BB94BA9AB4A9C0C4802BD79A07CC4;
// Mono.Security.Interface.ICertificateValidator
struct ICertificateValidator_t0C1A54E00D408ADCBA27E600BFAA216E7E7D31A3;
// 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.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<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.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.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3;
// 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.SortedList
struct SortedList_tC8B7CDE75652EC657C510034F127B9DFDE16BF4E;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry
struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54;
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1;
// System.Configuration.Configuration
struct Configuration_t83CCF9F0A5A77ABEADF3F054354A54542CE0BE01;
// System.Configuration.ConfigurationElement
struct ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE;
// System.Configuration.ConfigurationPropertyCollection
struct ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.Exception
struct Exception_t;
// System.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC;
// 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.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IO.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E;
// System.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.LocalDataStoreHolder
struct LocalDataStoreHolder_tE0636E08496405406FD63190AC51EEB2EE51E304;
// System.LocalDataStoreMgr
struct LocalDataStoreMgr_t1964DDB9F2BE154BE3159A7507D0D0CCBF8FDCA9;
// System.MulticastDelegate
struct MulticastDelegate_t;
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B;
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9;
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724;
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61;
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D;
// System.Net.Comparer
struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB;
// System.Net.Configuration.AuthenticationModuleElement
struct AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80;
// System.Net.Configuration.AuthenticationModuleElementCollection
struct AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD;
// System.Net.Configuration.AuthenticationModulesSection
struct AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41;
// System.Net.Configuration.BypassElement
struct BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF;
// System.Net.Configuration.BypassElementCollection
struct BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7;
// System.Net.Configuration.ConnectionManagementElement
struct ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD;
// System.Net.Configuration.ConnectionManagementElementCollection
struct ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572;
// System.Net.Configuration.ConnectionManagementSection
struct ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447;
// System.Net.Configuration.DefaultProxySection
struct DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B;
// System.Net.Configuration.DefaultProxySectionInternal
struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459;
// System.Net.Configuration.FtpCachePolicyElement
struct FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92;
// System.Net.Configuration.HttpCachePolicyElement
struct HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721;
// System.Net.Configuration.HttpListenerElement
struct HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF;
// System.Net.Configuration.HttpListenerTimeoutsElement
struct HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD;
// System.Net.Configuration.HttpWebRequestElement
struct HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D;
// System.Net.Configuration.Ipv6Element
struct Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23;
// System.Net.Configuration.MailSettingsSectionGroup
struct MailSettingsSectionGroup_tDF447B7F8FB2FD1788402B2B8350DD8F3C74DBCB;
// System.Net.Configuration.ModuleElement
struct ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F;
// System.Net.Configuration.NetSectionGroup
struct NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591;
// System.Net.Configuration.PerformanceCountersElement
struct PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570;
// System.Net.Configuration.ProxyElement
struct ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449;
// System.Net.Configuration.RequestCachingSection
struct RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F;
// System.Net.Configuration.ServicePointManagerElement
struct ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC;
// System.Net.Configuration.SettingsSection
struct SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3;
// System.Net.Configuration.SettingsSectionInternal
struct SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821;
// System.Net.Configuration.SmtpNetworkElement
struct SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829;
// System.Net.Configuration.SmtpSection
struct SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6;
// System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement
struct SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245;
// System.Net.Configuration.SocketElement
struct SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9;
// System.Net.Configuration.WebProxyScriptElement
struct WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3;
// System.Net.Configuration.WebRequestModuleElement
struct WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC;
// System.Net.Configuration.WebRequestModuleElementCollection
struct WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE;
// System.Net.Configuration.WebRequestModulesSection
struct WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC;
// System.Net.Configuration.WebUtilityElement
struct WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD;
// System.Net.Cookie
struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90;
// System.Net.CookieCollection
struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3;
// System.Net.CookieCollection/CookieCollectionEnumerator
struct CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D;
// System.Net.CookieContainer
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73;
// System.Net.CookieException
struct CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4;
// System.Net.CookieParser
struct CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396;
// System.Net.CookieTokenizer
struct CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD;
// System.Net.CookieTokenizer/RecognizedAttribute[]
struct RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55;
// System.Net.DigestClient
struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C;
// System.Net.DigestHeaderParser
struct DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9;
// System.Net.DigestSession
struct DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627;
// System.Net.Dns/GetHostAddressesCallback
struct GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2;
// System.Net.EmptyWebProxy
struct EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D;
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980;
// System.Net.FileWebRequest
struct FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F;
// System.Net.FileWebRequestCreator
struct FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D;
// System.Net.FileWebResponse
struct FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325;
// System.Net.FileWebStream
struct FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766;
// System.Net.FtpAsyncResult
struct FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3;
// System.Net.FtpDataStream
struct FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1;
// System.Net.FtpDataStream/ReadDelegate
struct ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE;
// System.Net.FtpDataStream/WriteDelegate
struct WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49;
// System.Net.FtpRequestCreator
struct FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F;
// System.Net.FtpStatus
struct FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876;
// System.Net.FtpWebRequest
struct FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA;
// System.Net.FtpWebResponse
struct FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205;
// System.Net.HeaderInfoTable
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF;
// System.Net.HeaderVariantInfo[]
struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012;
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC;
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0;
// System.Net.HttpWebResponse
struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951;
// 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.IWebProxy
struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E;
// System.Net.LazyAsyncResult
struct LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3;
// System.Net.LazyAsyncResult/ThreadContext
struct ThreadContext_tCC2E1DE0DDF550CCA67AE22CDF6F1AD426DC9082;
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062;
// System.Net.NetworkInformation.IPGlobalProperties
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C;
// System.Net.PathList
struct PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A;
// System.Net.ProtocolViolationException
struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB;
// System.Net.ServerCertValidationCallback
struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB;
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4;
// System.Net.SocketAddress
struct SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969;
// System.Net.Sockets.NetworkStream
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA;
// System.Net.Sockets.SafeSocketHandle
struct SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A;
// System.Net.Sockets.Socket
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8;
// 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.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC;
// System.Net.WebException
struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D;
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304;
// System.Net.WebHeaderCollection/RfcChar[]
struct RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E;
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8;
// System.Net.WebRequest/DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3;
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// System.Runtime.InteropServices.SafeHandle
struct SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383;
// System.Runtime.Remoting.Messaging.IMessage
struct IMessage_t959A000023FFE2ED91C7AF8BB68CB6482888F8EB;
// System.Runtime.Remoting.Messaging.IMessageCtrl
struct IMessageCtrl_t51110C788CCAABE4722884C5FBAF98D97E90DA3D;
// System.Runtime.Remoting.Messaging.MonoMethodMessage
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234;
// 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.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833;
// 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.Text.Decoder
struct Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.AsyncLocal`1<System.Globalization.CultureInfo>
struct AsyncLocal_1_tD39651C2EDD14B144FF3D9B9C716F807EB57655A;
// System.Threading.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.Tasks.Task
struct Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2;
// System.Threading.Thread
struct Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7;
// System.Threading.ThreadStart
struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF;
// System.Threading.Timer
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
// 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.UriBuilder
struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
// System.Xml.XmlReader
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB;
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* AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_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* IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_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* IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_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* List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_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* Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_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* 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* PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_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* StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_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* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_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* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_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* WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeClass* WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49_il2cpp_TypeInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7_FieldInfo_var;
IL2CPP_EXTERN_C RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____98A44A6F8606AE6F23FE230286C1D6FBCC407226_11_FieldInfo_var;
IL2CPP_EXTERN_C String_t* _stringLiteral008451A05E1E7AA32C75119DF950D405265E0904;
IL2CPP_EXTERN_C String_t* _stringLiteral02A7B2EDD06BE0F3CD289994F70617717F8259D8;
IL2CPP_EXTERN_C String_t* _stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561;
IL2CPP_EXTERN_C String_t* _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3;
IL2CPP_EXTERN_C String_t* _stringLiteral08845F37413D9AC5F89E3CFB8993776DC22AE978;
IL2CPP_EXTERN_C String_t* _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E;
IL2CPP_EXTERN_C String_t* _stringLiteral08AE868BE204D7B269443E6AB8A46D9F2ADDE731;
IL2CPP_EXTERN_C String_t* _stringLiteral08DBD353B54D2F9A28CEE8A0276FB35150FFDC93;
IL2CPP_EXTERN_C String_t* _stringLiteral0A92FAB3230134CCA6EADD9898325B9B2AE67998;
IL2CPP_EXTERN_C String_t* _stringLiteral0F6843DF8A781F571C4F25F2A43F1B4E4F66DABF;
IL2CPP_EXTERN_C String_t* _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481;
IL2CPP_EXTERN_C String_t* _stringLiteral124A65C4B69218E19C3C3A7964D9775DC6B18E3D;
IL2CPP_EXTERN_C String_t* _stringLiteral128BD538F35FAD3ED5C5272A80EA0D169319C507;
IL2CPP_EXTERN_C String_t* _stringLiteral1381623C9D3016F59EA1737075683A0B2AB1B717;
IL2CPP_EXTERN_C String_t* _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A;
IL2CPP_EXTERN_C String_t* _stringLiteral151B29CC0AD3831F21EA6FBF8E09726387C045C1;
IL2CPP_EXTERN_C String_t* _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D;
IL2CPP_EXTERN_C String_t* _stringLiteral15CB30CDC71BD1544B358719C2D01E57BDFCCDB2;
IL2CPP_EXTERN_C String_t* _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23;
IL2CPP_EXTERN_C String_t* _stringLiteral1C5721CD81708A571E26BF1BE0D0DDB56448CCAE;
IL2CPP_EXTERN_C String_t* _stringLiteral1D9DD6D4AA75F897343C457647B1F68FDEDAF330;
IL2CPP_EXTERN_C String_t* _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76;
IL2CPP_EXTERN_C String_t* _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB;
IL2CPP_EXTERN_C String_t* _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8;
IL2CPP_EXTERN_C String_t* _stringLiteral23C38AF9210DEDCB21D2BC4A38CD0D97FAF49022;
IL2CPP_EXTERN_C String_t* _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714;
IL2CPP_EXTERN_C String_t* _stringLiteral240AF118F2416A43862EAB1BE06240E6FFB3434F;
IL2CPP_EXTERN_C String_t* _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F;
IL2CPP_EXTERN_C String_t* _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40;
IL2CPP_EXTERN_C String_t* _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67;
IL2CPP_EXTERN_C String_t* _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
IL2CPP_EXTERN_C String_t* _stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5;
IL2CPP_EXTERN_C String_t* _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56;
IL2CPP_EXTERN_C String_t* _stringLiteral2C96E0206AB9AD2A0FAD4F5144E786D6EE16C28A;
IL2CPP_EXTERN_C String_t* _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312;
IL2CPP_EXTERN_C String_t* _stringLiteral2DA600BF9404843107A9531694F654E5662959E0;
IL2CPP_EXTERN_C String_t* _stringLiteral30225E8B618765B7204DCA93D2D248C64177E912;
IL2CPP_EXTERN_C String_t* _stringLiteral326B72CE927B07CFA39F06820ADFFA19F1A8EBA8;
IL2CPP_EXTERN_C String_t* _stringLiteral33C2C4E55F3C5A0A3047FA4FECAB35BC2B3D80D1;
IL2CPP_EXTERN_C String_t* _stringLiteral359B616379C8686F51EF5E3A8762571D940EABF0;
IL2CPP_EXTERN_C String_t* _stringLiteral363BAEA9CBA210AFAC6D7A556FCA596E30C46333;
IL2CPP_EXTERN_C String_t* _stringLiteral36FFF63CCBCD7BF96AC9014E3E482702FC2B02D4;
IL2CPP_EXTERN_C String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
IL2CPP_EXTERN_C String_t* _stringLiteral3D42C5C29816D1AB0DB1AD18C7F0AA56E996D5FD;
IL2CPP_EXTERN_C String_t* _stringLiteral3E3F0E962F867AD813F671D456BDDD81D1256820;
IL2CPP_EXTERN_C String_t* _stringLiteral41B8930881FAAC38B911F64848D4844B7858EA1A;
IL2CPP_EXTERN_C String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
IL2CPP_EXTERN_C String_t* _stringLiteral421CEFC1C553ACCF8E4FB06460052332CC7C1BD2;
IL2CPP_EXTERN_C String_t* _stringLiteral45D9C92D21A59AD29945BAB4A3CC15EE6489F7D5;
IL2CPP_EXTERN_C String_t* _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98;
IL2CPP_EXTERN_C String_t* _stringLiteral47FDD58BEE4DC86DF2B978107102A22B9C44345B;
IL2CPP_EXTERN_C String_t* _stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E;
IL2CPP_EXTERN_C String_t* _stringLiteral49B7551A883BCE52B41B634D0B3DAAC21A6D8033;
IL2CPP_EXTERN_C String_t* _stringLiteral4A79BD00448BAAD864AA37F5D6D5B74BACE69207;
IL2CPP_EXTERN_C String_t* _stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC;
IL2CPP_EXTERN_C String_t* _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9;
IL2CPP_EXTERN_C String_t* _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC;
IL2CPP_EXTERN_C String_t* _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9;
IL2CPP_EXTERN_C String_t* _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE;
IL2CPP_EXTERN_C String_t* _stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B;
IL2CPP_EXTERN_C String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
IL2CPP_EXTERN_C String_t* _stringLiteral54EA2969DA479B149E8A6B085DA421DE3EEBF664;
IL2CPP_EXTERN_C String_t* _stringLiteral565E73C9AC39169F5F71237EE063C2FE77BBCD4A;
IL2CPP_EXTERN_C String_t* _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982;
IL2CPP_EXTERN_C String_t* _stringLiteral5860C8458788E44E7636FA364548E067049A0D7B;
IL2CPP_EXTERN_C String_t* _stringLiteral59C826FC854197CBD4D1083BCE8FC00D0761E8B3;
IL2CPP_EXTERN_C String_t* _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F;
IL2CPP_EXTERN_C String_t* _stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB;
IL2CPP_EXTERN_C String_t* _stringLiteral5D91B4E10D22F94DC11529E40B0739080519C473;
IL2CPP_EXTERN_C String_t* _stringLiteral5E9EEC4188690CEF8D020CFF89C224D947E0F614;
IL2CPP_EXTERN_C String_t* _stringLiteral5FE2FFA6FCDD2124FF294E176F200F3F8F63CCED;
IL2CPP_EXTERN_C String_t* _stringLiteral622F97CEA8EB6E482F142BE82105B0F4EC355E06;
IL2CPP_EXTERN_C String_t* _stringLiteral63351A736C766C359FC75466F16B11CB35031C2D;
IL2CPP_EXTERN_C String_t* _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9;
IL2CPP_EXTERN_C String_t* _stringLiteral6A80189E05C50F7C97B5B50F352A5A2970AA4A1A;
IL2CPP_EXTERN_C String_t* _stringLiteral6AF03BBE2191F77A20BDE160F71887F205A96446;
IL2CPP_EXTERN_C String_t* _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA;
IL2CPP_EXTERN_C String_t* _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B;
IL2CPP_EXTERN_C String_t* _stringLiteral6E9816A8E9D0388EECDB52866188C04E75E4B1B3;
IL2CPP_EXTERN_C String_t* _stringLiteral6EA707797D1BBB27E2551608727598E7F8310E94;
IL2CPP_EXTERN_C String_t* _stringLiteral6EB0C61201A96AFC99CBF180F1C8D93C0A9FD8C8;
IL2CPP_EXTERN_C String_t* _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA;
IL2CPP_EXTERN_C String_t* _stringLiteral7150571A54B44C391F859E9A55886998868CB208;
IL2CPP_EXTERN_C String_t* _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04;
IL2CPP_EXTERN_C String_t* _stringLiteral74445F4C7B17E5B88465751CFFDA63D2A87ED653;
IL2CPP_EXTERN_C String_t* _stringLiteral75EAB44C241CF123C3AEDE9D915356465D72E7B0;
IL2CPP_EXTERN_C String_t* _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3;
IL2CPP_EXTERN_C String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255;
IL2CPP_EXTERN_C String_t* _stringLiteral798275C17944BDA73AC13CB181018C138194815A;
IL2CPP_EXTERN_C String_t* _stringLiteral7F766C6F05D754D0477CE93E38BBF48F07890CBE;
IL2CPP_EXTERN_C String_t* _stringLiteral81F0C4AB9B5679964EAB3692A28C6DAA905D6FC9;
IL2CPP_EXTERN_C String_t* _stringLiteral82E66A95E95921650488B31E15D5AD3C278F1EA7;
IL2CPP_EXTERN_C String_t* _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
IL2CPP_EXTERN_C String_t* _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D;
IL2CPP_EXTERN_C String_t* _stringLiteral89ACF6FF8008B775EEDD2455290C9FA6FCDD71B9;
IL2CPP_EXTERN_C String_t* _stringLiteral8C41B1E8B6CFFEA477F2E56412C2A5E60666EB0C;
IL2CPP_EXTERN_C String_t* _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB;
IL2CPP_EXTERN_C String_t* _stringLiteral8EC2D449A1EA44870D3BBBAA004A29D8BEA96D89;
IL2CPP_EXTERN_C String_t* _stringLiteral900746C9C9566013E71F10C950D06871266E1BDF;
IL2CPP_EXTERN_C String_t* _stringLiteral98BE478B044C162AB3D992120EF006367B04CACB;
IL2CPP_EXTERN_C String_t* _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3;
IL2CPP_EXTERN_C String_t* _stringLiteral9A87E6B354F5E627F11BA7520E8705AB50EABD93;
IL2CPP_EXTERN_C String_t* _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44;
IL2CPP_EXTERN_C String_t* _stringLiteral9C75315090E3B05CD3A7DA58F554343216F55A85;
IL2CPP_EXTERN_C String_t* _stringLiteral9D29977C73C8784F355CB9576D15D60DED3D52E1;
IL2CPP_EXTERN_C String_t* _stringLiteral9F1250B644CEFB5B0A4205BB716C8060A16FB177;
IL2CPP_EXTERN_C String_t* _stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F;
IL2CPP_EXTERN_C String_t* _stringLiteralA32AF8DD50F23E8B50BD6798ABEC874FD69C6C55;
IL2CPP_EXTERN_C String_t* _stringLiteralA5DE1F3322EE9D5A8EF9E6B6021B7715D19B0D33;
IL2CPP_EXTERN_C String_t* _stringLiteralA693C5F2AE7AF0469029EA2413CFF465F90917CC;
IL2CPP_EXTERN_C String_t* _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640;
IL2CPP_EXTERN_C String_t* _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127;
IL2CPP_EXTERN_C String_t* _stringLiteralAA23673CEE156D4324DE3B031ACB342A4C7B49EC;
IL2CPP_EXTERN_C String_t* _stringLiteralAE63E40E79C41B51AD77C929AF72404A444197F2;
IL2CPP_EXTERN_C String_t* _stringLiteralAE6CF5C8329C015351352821950DA3F6BD08B094;
IL2CPP_EXTERN_C String_t* _stringLiteralAF6425AC7E06625C8E037F9115F3A0A57F6AD7EE;
IL2CPP_EXTERN_C String_t* _stringLiteralB0FD5CE22E40509CE266014F3C489B5FB22F95C5;
IL2CPP_EXTERN_C String_t* _stringLiteralB10CF8B1502CF42A8B7387392AA7097048C9ACB6;
IL2CPP_EXTERN_C String_t* _stringLiteralB1ACB798C5BCC45C8E733181DF953701C6619D8F;
IL2CPP_EXTERN_C String_t* _stringLiteralB1B6A990A239A42CBC7A9304B61A1A19D097C957;
IL2CPP_EXTERN_C String_t* _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC;
IL2CPP_EXTERN_C String_t* _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C;
IL2CPP_EXTERN_C String_t* _stringLiteralB773BED04A48DE200B96981BB79467413A222066;
IL2CPP_EXTERN_C String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
IL2CPP_EXTERN_C String_t* _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02;
IL2CPP_EXTERN_C String_t* _stringLiteralB8EDAA16B74F8F7FE28BC7366F087C31F5DC347A;
IL2CPP_EXTERN_C String_t* _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27;
IL2CPP_EXTERN_C String_t* _stringLiteralBD564DB5D5CC358EB0E3523D3E03041739F230D5;
IL2CPP_EXTERN_C String_t* _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47;
IL2CPP_EXTERN_C String_t* _stringLiteralC158015E87D69A7FB5248157A5240D40B1B2E84A;
IL2CPP_EXTERN_C String_t* _stringLiteralC1A85E4799CDCEDE854A2E3A705E2D774F78AB05;
IL2CPP_EXTERN_C String_t* _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6;
IL2CPP_EXTERN_C String_t* _stringLiteralC662180230CAD14787D4AB7E77AA08681CE783FA;
IL2CPP_EXTERN_C String_t* _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481;
IL2CPP_EXTERN_C String_t* _stringLiteralC958F6B394780D077332D5518926C2E933A19298;
IL2CPP_EXTERN_C String_t* _stringLiteralCA73AB65568CD125C2D27A22BBD9E863C10B675D;
IL2CPP_EXTERN_C String_t* _stringLiteralCBAAA18133A5EA571BBA33BEBE1A8CC7E93344F9;
IL2CPP_EXTERN_C String_t* _stringLiteralCD8EF3034359C3DC0F47B24C786D253503E1BE42;
IL2CPP_EXTERN_C String_t* _stringLiteralCF2288C461420DA1AE39BD82B4F2DC1C4FFDCEFD;
IL2CPP_EXTERN_C String_t* _stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2;
IL2CPP_EXTERN_C String_t* _stringLiteralD2BD354967D6DA5D68C9540C90A6352E927C88C6;
IL2CPP_EXTERN_C String_t* _stringLiteralD2D586849E53CFD2F880934665669C695A79C230;
IL2CPP_EXTERN_C String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5;
IL2CPP_EXTERN_C String_t* _stringLiteralD6A7A355E5C0E829B337A547B8B4F6DE1244C89A;
IL2CPP_EXTERN_C String_t* _stringLiteralD735AA9C3860C41C9121B317C696C7A451FA170F;
IL2CPP_EXTERN_C String_t* _stringLiteralD7509DC6464D16ABCC5A1ED96EAA696C66E13F18;
IL2CPP_EXTERN_C String_t* _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B;
IL2CPP_EXTERN_C String_t* _stringLiteralD91E1888F2DC09F11A876E25966A6FBD32B9CD87;
IL2CPP_EXTERN_C String_t* _stringLiteralD9AD5ED8B1480644A52A8C0A7BCE324C4A5874C3;
IL2CPP_EXTERN_C String_t* _stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F;
IL2CPP_EXTERN_C String_t* _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C;
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
IL2CPP_EXTERN_C String_t* _stringLiteralDB3D405B10675998C030223177D42E71B4E7A312;
IL2CPP_EXTERN_C String_t* _stringLiteralDDE3CAADF1DECA83359DDFAB22D3E521EC8AF534;
IL2CPP_EXTERN_C String_t* _stringLiteralDE7CD5823C33B39B65D269DFDE87F91332DF120F;
IL2CPP_EXTERN_C String_t* _stringLiteralDF6BF0C022B56E830B697D4F21ECC28A47ACB848;
IL2CPP_EXTERN_C String_t* _stringLiteralE16310C1DF343ABDBC857B3B6F3F7CC31CE433FE;
IL2CPP_EXTERN_C String_t* _stringLiteralE19F651F452D556E37148394C2E69437D02F9429;
IL2CPP_EXTERN_C String_t* _stringLiteralE1DB27719E1DA7A308FA42034692C6550ECCF2EF;
IL2CPP_EXTERN_C String_t* _stringLiteralE1E499698DD72C752FF7CF7D36DD4541A9C624C2;
IL2CPP_EXTERN_C String_t* _stringLiteralE4F1F95871F748B862EEDD86950D03FB862D60D9;
IL2CPP_EXTERN_C String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
IL2CPP_EXTERN_C String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
IL2CPP_EXTERN_C String_t* _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3;
IL2CPP_EXTERN_C String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
IL2CPP_EXTERN_C String_t* _stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD;
IL2CPP_EXTERN_C String_t* _stringLiteralE831587CE6B144104ADA4BA02B6E5C9B8D9716B5;
IL2CPP_EXTERN_C String_t* _stringLiteralE8D64F89B171B92A7FF4F6D29AFA8340EEC39E5D;
IL2CPP_EXTERN_C String_t* _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C;
IL2CPP_EXTERN_C String_t* _stringLiteralEC56FA5D7585AED49C23BA126BCB1DAC19CFCA11;
IL2CPP_EXTERN_C String_t* _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A;
IL2CPP_EXTERN_C String_t* _stringLiteralEF87DBA9F02640BB01F99FB9A179E2A8E08A5E81;
IL2CPP_EXTERN_C String_t* _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1;
IL2CPP_EXTERN_C String_t* _stringLiteralF0344BD6A7AF5F43108E4C9FCCD2FFBD60DFF7D4;
IL2CPP_EXTERN_C String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
IL2CPP_EXTERN_C String_t* _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC;
IL2CPP_EXTERN_C String_t* _stringLiteralF5C3342662AFEA2711580B08345FFDFF91BFC8A2;
IL2CPP_EXTERN_C String_t* _stringLiteralF624F9BCEFFF97614D51114B4D98876489DFA808;
IL2CPP_EXTERN_C String_t* _stringLiteralF73E110427648014568F7144031A6D48060EAB0A;
IL2CPP_EXTERN_C String_t* _stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049;
IL2CPP_EXTERN_C String_t* _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731;
IL2CPP_EXTERN_C String_t* _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC;
IL2CPP_EXTERN_C const RuntimeMethod* Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Add_m6A53C84D97DE1AA0CDF79D7AA7D28345D2E02BAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Clear_m1CF53F7D39CE8D87215F1A82E15A2B86E61A24C1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_CreateNewElement_m331D74244E35BCFF08C9E13206315317EDB54194_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_GetElementKey_m59B5459764DFCCABFBDB100A5FA00A6E240198DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_IndexOf_m8998E4CB4B9D4FB2C35433C83C8998F72BE1D6F5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_RemoveAt_m0F808A1EA890B77A95259A89C404293465AC9E82_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Remove_m80EA8EB88A356C9A0ED4505BAE0FC9FD846210A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_Remove_mD183FF461C7F1B038B0F61D5F918C111B70F1355_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection__ctor_m5D3838D8FE90FD214E8F45407B96F55AC3B380B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_get_Item_m0EFAF93D15F490BF75F891DA778AD16A98ADAC74_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_get_Item_m9C75F6C1430E7263329970443F22E695C481A01A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_set_Item_m012DB9FCC5DC3454B4070A9BC1730E60C34F013C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModuleElementCollection_set_Item_mCE21BA70B3426B0E8367722448151B3CE73D1D06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_InitializeDefault_mA3D3E7D2B763CDA1453485A3D924CB6B1BB4A118_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_PostDeserialize_m3D669C344533443EACEFEE9D4D62CF5797671604_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection__ctor_m904240CB6DE9562087C0F80A0F6FDAC53232BD99_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_get_AuthenticationModules_mA044A8475AE15EB879B21463E4928D50A87B8AB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationModulesSection_get_Properties_m78034207AA4659E8ADCA99B66006F857CB9D75FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Add_m0E62A0E96E19C9E096ECBB7C2210E98B97134768_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Clear_m1BA291A0E65009DF1E39AC42F28B339A5BB0EF7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_CreateNewElement_mD1EF34BF6A0062CE5FA934DCF9F6663064E4D021_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_GetElementKey_mCE3FAB145C447A26AA48190EFE939FE0E8B07773_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_IndexOf_mC83B6CA72E61A8723981572468100F49DDB55F66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_RemoveAt_m090649057E928F64B6A6DFD78C93CD753112CD52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Remove_m43BFFB83705D7F4EB675B035EB2BDD46AF743EAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_Remove_m60C702B5942E709E6BDC9EBA97AE89563A71B1F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_get_Item_mC626B5F63A82C62580DFA2352461C52CE3501B9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_get_Item_mDC49CE8A00B1596C446856725D7E3A19A7EBC9BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_get_ThrowOnDuplicate_m82C6E9EA697FDDC3D9095D1EF806301B73411077_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_set_Item_m5F12952183B6B3E855A1A59537A5D5E96FD0CD00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElementCollection_set_Item_m70F1533435BAD792B34A9D7E6CB2B4E4032AB4DF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElement__ctor_m955FA23835148B26B2DB78EDB487BC6F62F6D32F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElement__ctor_mCF0B6BA7FA37103C4AD1DBCAC46B83E428ACC08F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElement_get_Address_mDA0213FE100716F815C3E099C2806C9A3C03B599_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElement_get_Properties_m3B9626957B575CCBB4AF77A7349A9E481C99B220_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* BypassElement_set_Address_m527A35BC7876A7775E90650C9348746F41BC425E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Add_m27CF8784089268495A0B19B5C6CFBC7BE9EFEAEA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Clear_m6F253ED69AB1E6A03E3900498FDD9183D905A608_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_CreateNewElement_m4C117E2FB6B32B842182A84EDAAF500FC2D8A8E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_GetElementKey_mE1A93BE341B14538E0ABF687686F20EC837A1DCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_IndexOf_mCBBC52D00D6DC58679ED823DEA626AA9D843DCD3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_RemoveAt_mB7D7996568D4D4BE34B349CE22E56D1956EDC6C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Remove_m9CF8D067B7A597432AFD52B6DDAF1519883399AA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_Remove_mF42D064759A1B1368609DD6AC6500936DB935151_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_get_Item_mB66335B7CB81069B2976B56EB7443CE1BAE25D8C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_get_Item_mDFEF6B45AE6C3361670D3F7BDBD245BA43588FDD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_set_Item_m21A429B0561CD6528BD135F7066737E63625E3D6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElementCollection_set_Item_m62D225CBCF22C168EA6CBAB1089A871E6A0F1C03_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement__ctor_m0023BA2436790A1103DECB09C8E6327434807BE9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement__ctor_m1F1F16B2F2D83DFF101BDDE70B80810974ED39DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_get_Address_mB3BF0CD3F2917B34CC82C81AFF9310B2D51D4BB6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_get_MaxConnection_m30E7F9D3661EF9EF1DAF4A7C39093E940592391C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_get_Properties_mF0DEA60C9A6260A80894DDC65B1DA7868494594B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_set_Address_m8DCC5E63F0FDE6D0139D649FD433C64CAB56AC37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementElement_set_MaxConnection_m267B972B117EBB2452FF8B7BA480EDF15B47227A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection_get_ConnectionManagement_m6D95AD9F8E1387A6E23D6B65B99E85AD367376DE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ConnectionManagementSection_get_Properties_m1737189D2D78E81728CFF1CCCEB99E1FFFEA3F19_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_PostDeserialize_mA96C061423D829309CD71496F9B4E6F6C76FA839_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_Reset_m54AC9323047B1FB38795C9F466C1C01192F75276_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_BypassList_m7DA26F2B2033B509E26047C33CC19DD0488AA6A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Enabled_m01CA9E8608CC7B921F66EF2132D4184FBDD5E569_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Module_mB20B34E3878810DB85D2E2BE792926B2F6E519FD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Properties_m6F70EC02D977EB16F86354188A72DC87A8959555_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_Proxy_m63174DA388B41CE3EA8332FA0D4E3887C7BE9A13_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_get_UseDefaultCredentials_mE894C56BE6E9AC6D96E19056FE1034C716FC0406_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_set_Enabled_m6EEDFE5E0E9013954158A041F70FAE52669A2FC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DefaultProxySection_set_UseDefaultCredentials_m3FE7769E4FC9A782874797027021E0A2C34B53EA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_BeginGetHostAddresses_mF6756888B1AC8DAAFC4EF40E6562D7C4A774A625_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_EndGetHostAddresses_mA8BFCD196BB4AA2D681CEE4D76C89181B71364A0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_set_ContentLength_m5E71D8F3B903FBAF95CAAD2DFABC1B4CD250F981_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_DeserializeElement_m7DE5BF070F345AF2987B195F90E7FF9F47933C10_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_Reset_m6C29118C74125A84EBE280D9082D98DF03CA75C8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement__ctor_m95B1E588E43D686712A53D13797E7D1A94BE31AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_get_PolicyLevel_m7C8578BE71C665A789B2D60481B906DFE7F1E50B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_get_Properties_m7E8ECAEAD1E0BAFF7C93179948AA267E163C8D9C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpCachePolicyElement_set_PolicyLevel_mB7BE8351F888485F7D3FCAA1D8577E89D413D591_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_SetLength_mB80E9254CB1FA5C788D53DA2531CCED7D20BDC1B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_ContentType_m36B4E71F7115A7C9A755182D7F908EBC2C4B4520_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_Headers_m759172C60DE9E69C1EBC8227E1D6B86685E831D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_DeserializeElement_mF2DE1A5CD89E93B605C170CAE25CCAC8E57A8B7F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_Reset_mBDA7181090E874C36E34AD29310387E19096FEDE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement__ctor_m652635C889C140E4CB01D0F74E774C3B6362403A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_get_MaximumAge_m06886C64EA00F985C50C5363035D74F15816183A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_get_MaximumStale_mF770E69DB89D2803CFF6CBEEA3F9BBBCA91F3AA5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_get_MinimumFresh_m1F3587A5AAB94B20BB76983A0BFBE841720154AB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_get_PolicyLevel_mCCB6EF90046CB7E9E595CC2AD370399477A51D69_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_get_Properties_m86843872506C11CFD292179D7A0BB9E4E6642FD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_set_MaximumAge_m8728E0F92D50E3F2BD4603252AC649EEB5D79768_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_set_MaximumStale_m8EB2C4FCBA69B7EEBEE79A19EDD3401982B72FDA_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_set_MinimumFresh_mC06BDF698AA0824C3E0FFF04480D7A8EF06C2FD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpCachePolicyElement_set_PolicyLevel_m13C4321FD9E5BF3B2EC7AF005F23A972EF007C2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerElement__ctor_m9629AC91C4F2468B58ABE80D60E97EF0E341AD91_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerElement_get_Properties_m3F1B65FACAD3AD63B354AC1A156B3B6A8352131A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerElement_get_Timeouts_m0AA98E1D079B8858D0CA331C9E20C2BA3F56E2C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerElement_get_UnescapeRequestUrl_mBE885551A236AA0470E179075BC58B9CC33AD911_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement__ctor_m9F93D9507CDFD3CDB8028040B16275F2A9C4BB31_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_DrainEntityBody_mD63F13E01A5C7C4EFDB10CE778279B2A0B92AF37_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_EntityBody_mD34FB7976AA94C8B04250D855EC4DED0DAB6CAC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_HeaderWait_mEDD3616D5C0D3C01CDD8898404E70C015EF38D5C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_IdleConnection_m44973CDED6F8E784BF69F577C2798FD26DBA5436_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_MinSendBytesPerSecond_mA4329C375EB32699E8A2ECE6C957886E79A31502_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_Properties_mAB41184BDC5B5077CC9FEE7B77CC46EEAFD71CE1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpListenerTimeoutsElement_get_RequestQueue_m0EB1A713F92E1309824B9421F7F4C2A336FC4A2F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_PostDeserialize_mC52705595736D79039D0404106EE91FB3C47CCC1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_get_MaximumErrorResponseLength_mD4988D8745389248E570D18E87217B622BC7EE09_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_get_MaximumResponseHeadersLength_m9841ADDC5115766A297E0B19FA67DC8F31DCE93E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m9B09BBA544AAC2D3EA9AC72498739704A66ECE00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_get_Properties_m531EDF2F56823100C47A9EEE1575143E5EB5463C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_get_UseUnsafeHeaderParsing_mC9B1CD7FD8476A9464F2E9E9242273CDADA360C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_set_MaximumErrorResponseLength_m846B1FC8346203259E2950B8F630422239E28D4D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_set_MaximumResponseHeadersLength_m7D6CDCA32890FE1CA8AA4A944C9AB6A61BB5A589_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m07F74A5193FFA6F158A4DA10815E724C135AEC27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequestElement_set_UseUnsafeHeaderParsing_m9C3690651176771DC6A07128A4B67789D3EB1C33_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Ipv6Element_get_Enabled_m0A5503CB8F4C257C1BF3BAAFE34BCEF44C009DBF_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Ipv6Element_get_Properties_m156008D7E5279C50DE4CEDB6D4D3CEDAF2ACF8DC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Ipv6Element_set_Enabled_m5F03946933BD0C6209773C2F5E9916A2B9237334_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MailSettingsSectionGroup__ctor_mCE0A5D234BFD0FC495BD215DE5947EDF79AB8E52_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* MailSettingsSectionGroup_get_Smtp_m1A38DD20AD2B8FE5BCB287800C0F114A2804F67B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement__ctor_m28AB5250C24A0A50B43E74D587FAE8362BD5C585_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement_get_Properties_m5EC5A35992191DA17DA37970F6791D578063A639_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement_get_Type_m55A589185B11FD2387C3864A69C9CD402B4EAF27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ModuleElement_set_Type_m275ED7FFEB17ED234905A98EBF214CE22E38FF81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_GetSectionGroup_m7A1385DD8FC2340CC6F8A75DA75C2832597ACBE7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_AuthenticationModules_m3460D43955D0FD986C371F252D78042A1E30CC8D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_ConnectionManagement_m5E31A7D443A49E060BF25A5D55BB560BB596102B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_DefaultProxy_mAB9CF2076A1FAFB051FA4FEA35E7C1CBE676F114_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_MailSettings_m48687DBAC62C17026FD55AC004A6EB19C884F1C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_RequestCaching_m52B598483380CEA9165493ABB8514BA8B5309F2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_Settings_mF8F86CC2BD26EB6869D3BE1D82179F36B61E5FF0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* NetSectionGroup_get_WebRequestModules_mA03F2BD6E15292EECD0C68B93AFF2408DA8EF0A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_get_Enabled_m8E63227CCFAA1EA1151EE8ED27986EB44FD38615_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_get_Properties_m3C7B73AC6E5F5E92426D7DC091A2ECE5CFCD9FD0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* PerformanceCountersElement_set_Enabled_mF05473E3D50498CB0DB7AD801A382792A35BAC17_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_AutoDetect_m62226A24A615BDEEB6814EA59C515B3A6F7F6F9F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_BypassOnLocal_m7FE544F0B99E14207606D666C47B82959610459D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_Properties_m8A3EE4A3EEF2571DE4768730CEF4107331490377_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_ProxyAddress_m4C1E7507438BA1940BC62DAD06CA9B43BDE3ABB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_ScriptLocation_mFE75A38163EF37DAE7D8C978C725F48A2E488988_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_get_UseSystemDefault_m0E7A3C740104C5076D1D79B936434F9B98272E35_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_AutoDetect_m0B392599BA75FF6C7E25C6D43D3D2E62AE43403E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_BypassOnLocal_mD6A873612C4AD5E288C493BB5086ABC35AB52A06_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_ProxyAddress_m9F4C919E9250ED78771F12DEA316211A4137DBAE_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_ScriptLocation_m2D862F67BCFF33226ACCC79E58F09E7119E604E8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ProxyElement_set_UseSystemDefault_mB9E8591A04730B0278FE00C06B2F96A3666DF745_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_DeserializeElement_mF641BE222C5702248CAA521A40091375D4FCFBE0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_PostDeserialize_mE63CAB4DD9D1E8EE9BC5C4FA3B3706E4FFA4CC8A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection__ctor_mA0375E72FD04B2EFF355124E2B1DCB73AAC0CB7C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DefaultFtpCachePolicy_m178F771DCCFDC884B6BDFE41F52BA72A3161A114_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DefaultHttpCachePolicy_m42AA7CAD0EC8C8E544B11D8F9096A6629D9247B3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DefaultPolicyLevel_m2A5DEE245E0D8E6A411803B57C99E0CE66BFDE64_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_DisableAllCaching_m8770EC80DB05D44079C113720850F3020054174F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_IsPrivateCache_mE00DBBAE818AD25950E5429974B2C4156DF2B16C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_Properties_m593F3860E465AECF9F8E2DCF9CF295424145EE2B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_get_UnspecifiedMaximumAge_m9EFBDF4E5C5633924C8BC504C31A1B2CD1D9F905_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_DefaultPolicyLevel_m3124DB4C951600EC287CFEAD3947348B6FE3E45E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_DisableAllCaching_m021195CC4E1414FB1F7D053AB83DC907848B8CFC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_IsPrivateCache_m7E0DFBDA7EAE93114B001184B00A85E158DA3752_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* RequestCachingSection_set_UnspecifiedMaximumAge_mC931D3D93C4BB2D55635EB125E468609934C56B0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_PostDeserialize_m465195CF13EEC903A529C2EF236CAC33E3E8A6E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_CheckCertificateName_m4BCD92CB3067E1AD3CAF0735F985587019CBF756_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_CheckCertificateRevocationList_m045C8AF9A4A4EE9E42A97BA99756453389717AD9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_DnsRefreshTimeout_mE0C25A3D74FB28CEE41EE3EF76362458D9A6A697_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_EnableDnsRoundRobin_m71E2CA1EA15A38CA8D093AF4D1BF9A708CB57F4E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_EncryptionPolicy_m2E5321EE31A4057954C772BC13C626019A20381E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_Expect100Continue_m23993273EE5EC40F35769C7285AB6D68F3407494_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_Properties_mC1C586246B4FE10AC90622A0CC6A5936D501B677_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_get_UseNagleAlgorithm_mD25DD90FF245A3E71F87D18A372643D4A1A53F2A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_CheckCertificateName_mE1AC7FA86968273E4AAAFDC24C53167E7BA9C786_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_CheckCertificateRevocationList_m72F2885BF7A31C0DCB04446B6E501CCD8E617027_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_DnsRefreshTimeout_m7E5A67B40F2F98AA17AF1C1833999F249AFC5192_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_EnableDnsRoundRobin_mC624B1CD0FC0296178C82566ADD1FFBF373A27D1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_EncryptionPolicy_m8CA94D4E45039F9E94A3A6371E561AE745E9B92A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_Expect100Continue_m82865FF2C757DD8573C786C22A4242FBB6ED0124_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManagerElement_set_UseNagleAlgorithm_mB53C6B65B659EE3D4585C7283C3A92B9CCF45B81_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_HttpListener_m7E5B4881CBAC6E44041631D499FA967462767CC9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_HttpWebRequest_m5ADB3F960F6E2330F910766FA84F2B5A57047E7B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Ipv6_mD7A051C08ABADF84202B27228B5958C793B6646A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_PerformanceCounters_m27BD48DA684FDBAE032A1300F57E4C3119758113_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Properties_m1ABB76DEC7441CFEDD4E7EDF99B8F5C258101254_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_ServicePointManager_m1A4EB5B89F3E5200F00E6860D35651CCEE6E28A6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_Socket_mFEBAC6C484A1E3DC437CB82E9C5DBF0E9744845D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_WebProxyScript_mEECE2AFA2D169409DD1F3959287BDE8A058BD301_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SettingsSection_get_WebUtility_mC5E95C6781775D44F6A841F7F93B6B5721080925_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_PostDeserialize_m4CDBE4AF717D3F4D9F584554FA4F47EB3244453E_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement__ctor_m8059FFC3D4F4133CB5A505D219009EE7D48139A4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_ClientDomain_mB7E3143DF063C7363419848127CD211A19D27963_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_DefaultCredentials_m2924FDEB21155AA5DDB42A782431C791BE3F72F1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_EnableSsl_m45B97A4AA1F5E3CFA9951CCE364667CDF712205F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Host_mC3CA23F21650F1079DBFA80AF2977F549E3D6D9B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Password_m7BBD9FB377E625D5DCE4364B530A80977E9EE49C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Port_m64860F457E28072D5E1D8FC996774156D273048D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_Properties_m2C377FA963919F4ECC72B48B420F51528AA2E6C6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_TargetName_m486AABD082C0BD304D848E5D9DEAAF6222453F00_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_get_UserName_m4575F8170763FE2B6556A4D9C2B5953D9585F067_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_ClientDomain_mBAB4B39DA5B27956F45E7BF97DC02961BDAF1CC8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_DefaultCredentials_mD2A6C80AF2F42730D14CBC353286E73BF9B54CED_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_EnableSsl_m81A11A058443DA8631900A17DF8BBEA4464DA50C_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_Host_mD19FE6BD8624DC257F8858F215F96D7586A4A37A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_Password_m9115A3992D0BC3E7599B16F39395E2C6E2EF84D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_Port_mD9565BA082AA470ADCD41483C45F4B0D7EF04922_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_TargetName_m64581560DFC09F5D0A42566FA2B7BDC384DC3F5F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpNetworkElement_set_UserName_m3DC43BD51228F77CF728430A87847424EE85F9D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection__ctor_m06811DA6186A9657F2E277C856B045C3F0E12C85_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_DeliveryFormat_mE4B1C80637E017E7C0D966A0547F0C8C8BDCC879_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_DeliveryMethod_m7895BFF6FD40F763080ABFF9855C254641D90137_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_From_m1F68E08353D0A729B08AB78DC326F49FE6262528_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_Network_mD35325FC762523A57D223601EF34E808A54D6389_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_Properties_mDEE70DAD5B303135DAB25F9DC07CDFD1A915C7B9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_get_SpecifiedPickupDirectory_m1E41BB0B1A662838D6D939F2D2FE03DC95C380BC_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_set_DeliveryFormat_mAEB97D968961DCF110816A2AEA6F5C33DCF3E35D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_set_DeliveryMethod_m48CD0436C682168BA1485F125FEC90636681320F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSection_set_From_mE3ECA5CE26B86D59C755618193D609D6E5ABAF6F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement__ctor_m8A30685DB92E2F7A5697C7948B78744DF4D009E0_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_m125ED51AF7000C33766AF3F35620CA8EC82648F4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement_get_Properties_mAF714235A479FAFD410D5EF0B00E10F162926FB8_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m424E417C37E64564DD6E17CC47075921116129E2_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_PostDeserialize_m98FC455D8C9AF54F245092F866C5889126DEE2F6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_AlwaysUseCompletionPortsForAccept_m969F53904002E15FAA2BB650CD651B480897D712_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_AlwaysUseCompletionPortsForConnect_m9EE9B98C81A329A31DE1F42F4556D5E1F13C9695_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_IPProtectionLevel_m6B27E4A0571527E7CC014D2A9066FAC34500C322_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_get_Properties_m9CF8E9B1A9B41B7EC24A4F91CE2E8ECBF317426A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_set_AlwaysUseCompletionPortsForAccept_mF12A6D43139F1F59783B653C57D1CB23004FA446_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_set_AlwaysUseCompletionPortsForConnect_m64EC90C1788D45A08A621E2D5B1883299DAA1D30_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* SocketElement_set_IPProtectionLevel_mE57AEC2E0B754065CAD1C35A2341514A71C9ED4B_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebProxyScriptElement_PostDeserialize_mAD4E3E436D9976B67189C8E3BD99E3505D1AE643_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebProxyScriptElement_get_DownloadTimeout_mE13F88C0E99E1951C76662E8020131EC3019122A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebProxyScriptElement_get_Properties_m8AD25399F804B2D22BC8312102EBC28A0CAE6E26_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebProxyScriptElement_set_DownloadTimeout_m5672A8A8A6F1722B9B906F61D50CFCC60AD34932_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_Add_m80722E381351D1D25F8194B82629933286F71E8F_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_Clear_m7273DCC2F0CD938BC2E0D0DCCFE771959F843D27_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_CreateNewElement_mE0336C7369252EC92CFC8A518FE116B4CA5FE352_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_GetElementKey_mCD1FA9CA31921DC24EF4E2070D9016EE1087CD45_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_IndexOf_m62031B8D5909CC860F4A8FB21DA43CECF27C9C57_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_RemoveAt_mCE24F740212364AA946AE1D5A95D7557AFD2C96A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_Remove_m5D97CBAF96E21E43BE83AFBDFA5BD5950B7368DB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_Remove_m97895514AA15F71083EC63DB0FD6684CD6D81BC6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_get_Item_m44BB1386A038DD30CB36C1496ED803D8F1B79184_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_get_Item_mF32694FD5054914459C1C51E59D4D07F6D4D7A9D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_set_Item_mAB801F20261A19FF067E3F3D7725CAE0B9EA8794_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElementCollection_set_Item_mF762DFA4745E7B5CB89CDB46A9CA582C92212F14_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement__ctor_m63B53F95E19DBF4583C1960A28B5AEBA2A716436_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement__ctor_mC84335A9859D114C761A7C8A7D0F1687E774AE0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement__ctor_mCA54D4BD7272CFAA89629787D81ADF3E7B878B40_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement_get_Prefix_m7A1E49C8A16495AA4DA2FF8231D6EA12C29E01B6_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement_get_Properties_m5B26EB7AF00EE742678560BD4D8C325D4549DEAB_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement_get_Type_m33D579662D51FBDFFB9BA87023F37BCB32D92CF4_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement_set_Prefix_mC6566327D75A1764A8C296E4D5649907902072A5_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModuleElement_set_Type_m55A0122F0030B5DC74F75F0B60767B27449EDAB1_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModulesSection_InitializeDefault_m00BF7709796F6C8090F12403F072BF5932B246C9_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModulesSection_PostDeserialize_mE9ABC289280CBCC5436DC7BE9836821DBD8833D3_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModulesSection_get_Properties_m909A3E4C4A61BFCC9D09F397D9314E5F74F3FE44_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebRequestModulesSection_get_WebRequestModules_mDAD77F92B8E6DC4FF806A1E820DB01E38C237131_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebUtilityElement__ctor_m91C5382CC03A6E1E72C1BC5AD24705764213216D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebUtilityElement_get_Properties_m64C8392C2273BD9A4E8D2BB8FA6041BE852A733D_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebUtilityElement_get_UnicodeDecodingConformance_m1BD4FDFCC733FFD283EEF6318CEAF61A2DA78E0A_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebUtilityElement_get_UnicodeEncodingConformance_m90CAAD610B43BF4A842E049E6BDFE313420DB947_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebUtilityElement_set_UnicodeDecodingConformance_m11A0660C5A969D46E2B535D7B67032F451588427_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeMethod* WebUtilityElement_set_UnicodeEncodingConformance_m322DFA2CC29BEA24894A4166BF98CDDD9BDD7540_RuntimeMethod_var;
IL2CPP_EXTERN_C const RuntimeType* CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var;
IL2CPP_EXTERN_C const RuntimeType* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_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* WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_0_0_0_var;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_Add_m6A53C84D97DE1AA0CDF79D7AA7D28345D2E02BAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_Clear_m1CF53F7D39CE8D87215F1A82E15A2B86E61A24C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_CreateNewElement_m331D74244E35BCFF08C9E13206315317EDB54194_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_GetElementKey_m59B5459764DFCCABFBDB100A5FA00A6E240198DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_IndexOf_m8998E4CB4B9D4FB2C35433C83C8998F72BE1D6F5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_RemoveAt_m0F808A1EA890B77A95259A89C404293465AC9E82_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_Remove_m80EA8EB88A356C9A0ED4505BAE0FC9FD846210A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_Remove_mD183FF461C7F1B038B0F61D5F918C111B70F1355_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection__ctor_m5D3838D8FE90FD214E8F45407B96F55AC3B380B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_get_Item_m0EFAF93D15F490BF75F891DA778AD16A98ADAC74_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_get_Item_m9C75F6C1430E7263329970443F22E695C481A01A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_set_Item_m012DB9FCC5DC3454B4070A9BC1730E60C34F013C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModuleElementCollection_set_Item_mCE21BA70B3426B0E8367722448151B3CE73D1D06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModulesSection_InitializeDefault_mA3D3E7D2B763CDA1453485A3D924CB6B1BB4A118_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModulesSection_PostDeserialize_m3D669C344533443EACEFEE9D4D62CF5797671604_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModulesSection__ctor_m904240CB6DE9562087C0F80A0F6FDAC53232BD99_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModulesSection_get_AuthenticationModules_mA044A8475AE15EB879B21463E4928D50A87B8AB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t AuthenticationModulesSection_get_Properties_m78034207AA4659E8ADCA99B66006F857CB9D75FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_Add_m0E62A0E96E19C9E096ECBB7C2210E98B97134768_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_Clear_m1BA291A0E65009DF1E39AC42F28B339A5BB0EF7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_CreateNewElement_mD1EF34BF6A0062CE5FA934DCF9F6663064E4D021_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_GetElementKey_mCE3FAB145C447A26AA48190EFE939FE0E8B07773_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_IndexOf_mC83B6CA72E61A8723981572468100F49DDB55F66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_RemoveAt_m090649057E928F64B6A6DFD78C93CD753112CD52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_Remove_m43BFFB83705D7F4EB675B035EB2BDD46AF743EAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_Remove_m60C702B5942E709E6BDC9EBA97AE89563A71B1F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_get_Item_mC626B5F63A82C62580DFA2352461C52CE3501B9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_get_Item_mDC49CE8A00B1596C446856725D7E3A19A7EBC9BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_get_ThrowOnDuplicate_m82C6E9EA697FDDC3D9095D1EF806301B73411077_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_set_Item_m5F12952183B6B3E855A1A59537A5D5E96FD0CD00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElementCollection_set_Item_m70F1533435BAD792B34A9D7E6CB2B4E4032AB4DF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElement__ctor_m955FA23835148B26B2DB78EDB487BC6F62F6D32F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElement__ctor_mCF0B6BA7FA37103C4AD1DBCAC46B83E428ACC08F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElement_get_Address_mDA0213FE100716F815C3E099C2806C9A3C03B599_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElement_get_Properties_m3B9626957B575CCBB4AF77A7349A9E481C99B220_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t BypassElement_set_Address_m527A35BC7876A7775E90650C9348746F41BC425E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_Add_m27CF8784089268495A0B19B5C6CFBC7BE9EFEAEA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_Clear_m6F253ED69AB1E6A03E3900498FDD9183D905A608_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_CreateNewElement_m4C117E2FB6B32B842182A84EDAAF500FC2D8A8E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_GetElementKey_mE1A93BE341B14538E0ABF687686F20EC837A1DCD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_IndexOf_mCBBC52D00D6DC58679ED823DEA626AA9D843DCD3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_RemoveAt_mB7D7996568D4D4BE34B349CE22E56D1956EDC6C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_Remove_m9CF8D067B7A597432AFD52B6DDAF1519883399AA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_Remove_mF42D064759A1B1368609DD6AC6500936DB935151_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_get_Item_mB66335B7CB81069B2976B56EB7443CE1BAE25D8C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_get_Item_mDFEF6B45AE6C3361670D3F7BDBD245BA43588FDD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_set_Item_m21A429B0561CD6528BD135F7066737E63625E3D6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElementCollection_set_Item_m62D225CBCF22C168EA6CBAB1089A871E6A0F1C03_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement__ctor_m0023BA2436790A1103DECB09C8E6327434807BE9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement__ctor_m1F1F16B2F2D83DFF101BDDE70B80810974ED39DE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement_get_Address_mB3BF0CD3F2917B34CC82C81AFF9310B2D51D4BB6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement_get_MaxConnection_m30E7F9D3661EF9EF1DAF4A7C39093E940592391C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement_get_Properties_mF0DEA60C9A6260A80894DDC65B1DA7868494594B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement_set_Address_m8DCC5E63F0FDE6D0139D649FD433C64CAB56AC37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementElement_set_MaxConnection_m267B972B117EBB2452FF8B7BA480EDF15B47227A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementSection_get_ConnectionManagement_m6D95AD9F8E1387A6E23D6B65B99E85AD367376DE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ConnectionManagementSection_get_Properties_m1737189D2D78E81728CFF1CCCEB99E1FFFEA3F19_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer__cctor_m26A8B244BB006A342938DD1037DF1B395032E0CB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieContainer__ctor_m4FD264ED607530C02A9BA429752A35CD30E7757F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CookieTokenizer__cctor_mCEE0B2E5538111FE412AC035A34F1FE485426A1E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_Equals_m74305F8EA7C93F817EC69275DC908E47FB301BF6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724System5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_GetHashCode_mF39EC56666F1E0C0233FE18131B00E5607A95150_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_ToString_mFC5C73DC436E950266395CBEDAD0A11A810B938F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie__cctor_m650C2BB9FCA1DDF4624BA3C89FAAEB77D8815A87_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_PostDeserialize_mA96C061423D829309CD71496F9B4E6F6C76FA839_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_Reset_m54AC9323047B1FB38795C9F466C1C01192F75276_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_get_BypassList_m7DA26F2B2033B509E26047C33CC19DD0488AA6A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_get_Enabled_m01CA9E8608CC7B921F66EF2132D4184FBDD5E569_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_get_Module_mB20B34E3878810DB85D2E2BE792926B2F6E519FD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_get_Properties_m6F70EC02D977EB16F86354188A72DC87A8959555_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_get_Proxy_m63174DA388B41CE3EA8332FA0D4E3887C7BE9A13_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_get_UseDefaultCredentials_mE894C56BE6E9AC6D96E19056FE1034C716FC0406_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_set_Enabled_m6EEDFE5E0E9013954158A041F70FAE52669A2FC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DefaultProxySection_set_UseDefaultCredentials_m3FE7769E4FC9A782874797027021E0A2C34B53EA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestClient_Authenticate_m0C6C5FE40CE62D4FA55602F477D4EECF06499E8F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestClient_PreAuthenticate_m9313A621AC25CAD692FE69FEF4FBDA67CB928A4E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestClient__cctor_m83D4B0C23F0BC8FD56EAEE8E5BDF8C49CB3762EF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestClient_get_AuthenticationType_m98D67B57BC002F0E212DCFE2874188DA1C19938F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestHeaderParser__cctor_m4EAE91B385D21D21D68FFEC7354DBF833D42A3FE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession__cctor_m1E6BD9E0E46DFED5E0AFCC1F78465A7B7E845790_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_BeginGetHostAddresses_mF6756888B1AC8DAAFC4EF40E6562D7C4A774A625_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_EndGetHostAddresses_mA8BFCD196BB4AA2D681CEE4D76C89181B71364A0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequestCreator_Create_m5A5314BCF6AA30E63196C05A64ECE6EA11D4E545_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_GetObjectData_mC8A7DDCA00C0E3ADADB267284F196C4EE9E8D3BB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest__cctor_m98058ED26B0744413A32327D2FF6778E4B52D5F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest__ctor_m1FFFB33A0414E016669B3179FF16F141FA6E838D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_set_ContentLength_m5E71D8F3B903FBAF95CAAD2DFABC1B4CD250F981_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_set_ContentType_m0921078358D8E9A0855CFE063C519A9304105914_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebResponse_Close_mBD2FC4D7E4EDE7C10648E463201E1A1DDEE7D551_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebResponse_GetObjectData_m1553AB318AB78A871A047F1D842356776B283E4F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebResponse_System_Net_ICloseEx_CloseEx_mEB324E8E15B8A2D26F34220B88A2667EEBB02C8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebResponse__ctor_m8596AAABC73AFAF749351F4B0D2CBFB9214726C1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpCachePolicyElement_DeserializeElement_m7DE5BF070F345AF2987B195F90E7FF9F47933C10_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpCachePolicyElement_Reset_m6C29118C74125A84EBE280D9082D98DF03CA75C8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpCachePolicyElement__ctor_m95B1E588E43D686712A53D13797E7D1A94BE31AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpCachePolicyElement_get_PolicyLevel_m7C8578BE71C665A789B2D60481B906DFE7F1E50B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpCachePolicyElement_get_Properties_m7E8ECAEAD1E0BAFF7C93179948AA267E163C8D9C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpCachePolicyElement_set_PolicyLevel_mB7BE8351F888485F7D3FCAA1D8577E89D413D591_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_SetLength_mB80E9254CB1FA5C788D53DA2531CCED7D20BDC1B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_System_IDisposable_Dispose_m83433EE88E4290FBBF0094FE7BFC152B5372F5D7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpRequestCreator_Create_mB9CD950EDF1B3F06F7C928E490806C12FB1D7306_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_Abort_m691CBAD2BC5A53A175C7B9FE3022EC31BF01BF56_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest__cctor_m3652EDD67F0C55207C33B710F1DA9808E1D31AFB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_set_ContentType_m36B4E71F7115A7C9A755182D7F908EBC2C4B4520_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_set_Headers_m759172C60DE9E69C1EBC8227E1D6B86685E831D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebResponse_Close_mB0BF790B7D0778CAE04A2D0B28CBA7B3590914E9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebResponse_GetResponseStream_mC281E3E56940B9EBFE6C5631E84E801AF63B2ECA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t FtpWebResponse_get_Headers_m52AA9B0A938A337A4E4A2692499D43151229E9C2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_DeserializeElement_mF2DE1A5CD89E93B605C170CAE25CCAC8E57A8B7F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_Reset_mBDA7181090E874C36E34AD29310387E19096FEDE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement__ctor_m652635C889C140E4CB01D0F74E774C3B6362403A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_get_MaximumAge_m06886C64EA00F985C50C5363035D74F15816183A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_get_MaximumStale_mF770E69DB89D2803CFF6CBEEA3F9BBBCA91F3AA5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_get_MinimumFresh_m1F3587A5AAB94B20BB76983A0BFBE841720154AB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_get_PolicyLevel_mCCB6EF90046CB7E9E595CC2AD370399477A51D69_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_get_Properties_m86843872506C11CFD292179D7A0BB9E4E6642FD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_set_MaximumAge_m8728E0F92D50E3F2BD4603252AC649EEB5D79768_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_set_MaximumStale_m8EB2C4FCBA69B7EEBEE79A19EDD3401982B72FDA_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_set_MinimumFresh_mC06BDF698AA0824C3E0FFF04480D7A8EF06C2FD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpCachePolicyElement_set_PolicyLevel_m13C4321FD9E5BF3B2EC7AF005F23A972EF007C2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerElement__ctor_m9629AC91C4F2468B58ABE80D60E97EF0E341AD91_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerElement_get_Properties_m3F1B65FACAD3AD63B354AC1A156B3B6A8352131A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerElement_get_Timeouts_m0AA98E1D079B8858D0CA331C9E20C2BA3F56E2C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerElement_get_UnescapeRequestUrl_mBE885551A236AA0470E179075BC58B9CC33AD911_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement__ctor_m9F93D9507CDFD3CDB8028040B16275F2A9C4BB31_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_DrainEntityBody_mD63F13E01A5C7C4EFDB10CE778279B2A0B92AF37_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_EntityBody_mD34FB7976AA94C8B04250D855EC4DED0DAB6CAC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_HeaderWait_mEDD3616D5C0D3C01CDD8898404E70C015EF38D5C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_IdleConnection_m44973CDED6F8E784BF69F577C2798FD26DBA5436_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_MinSendBytesPerSecond_mA4329C375EB32699E8A2ECE6C957886E79A31502_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_Properties_mAB41184BDC5B5077CC9FEE7B77CC46EEAFD71CE1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpListenerTimeoutsElement_get_RequestQueue_m0EB1A713F92E1309824B9421F7F4C2A336FC4A2F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_PostDeserialize_mC52705595736D79039D0404106EE91FB3C47CCC1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_get_MaximumErrorResponseLength_mD4988D8745389248E570D18E87217B622BC7EE09_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_get_MaximumResponseHeadersLength_m9841ADDC5115766A297E0B19FA67DC8F31DCE93E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m9B09BBA544AAC2D3EA9AC72498739704A66ECE00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_get_Properties_m531EDF2F56823100C47A9EEE1575143E5EB5463C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_get_UseUnsafeHeaderParsing_mC9B1CD7FD8476A9464F2E9E9242273CDADA360C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_set_MaximumErrorResponseLength_m846B1FC8346203259E2950B8F630422239E28D4D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_set_MaximumResponseHeadersLength_m7D6CDCA32890FE1CA8AA4A944C9AB6A61BB5A589_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m07F74A5193FFA6F158A4DA10815E724C135AEC27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t HttpWebRequestElement_set_UseUnsafeHeaderParsing_m9C3690651176771DC6A07128A4B67789D3EB1C33_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Ipv6Element_get_Enabled_m0A5503CB8F4C257C1BF3BAAFE34BCEF44C009DBF_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Ipv6Element_get_Properties_m156008D7E5279C50DE4CEDB6D4D3CEDAF2ACF8DC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t Ipv6Element_set_Enabled_m5F03946933BD0C6209773C2F5E9916A2B9237334_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MailSettingsSectionGroup__ctor_mCE0A5D234BFD0FC495BD215DE5947EDF79AB8E52_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t MailSettingsSectionGroup_get_Smtp_m1A38DD20AD2B8FE5BCB287800C0F114A2804F67B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ModuleElement__ctor_m28AB5250C24A0A50B43E74D587FAE8362BD5C585_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ModuleElement_get_Properties_m5EC5A35992191DA17DA37970F6791D578063A639_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ModuleElement_get_Type_m55A589185B11FD2387C3864A69C9CD402B4EAF27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ModuleElement_set_Type_m275ED7FFEB17ED234905A98EBF214CE22E38FF81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_GetSectionGroup_m7A1385DD8FC2340CC6F8A75DA75C2832597ACBE7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_AuthenticationModules_m3460D43955D0FD986C371F252D78042A1E30CC8D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_ConnectionManagement_m5E31A7D443A49E060BF25A5D55BB560BB596102B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_DefaultProxy_mAB9CF2076A1FAFB051FA4FEA35E7C1CBE676F114_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_MailSettings_m48687DBAC62C17026FD55AC004A6EB19C884F1C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_RequestCaching_m52B598483380CEA9165493ABB8514BA8B5309F2B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_Settings_mF8F86CC2BD26EB6869D3BE1D82179F36B61E5FF0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t NetSectionGroup_get_WebRequestModules_mA03F2BD6E15292EECD0C68B93AFF2408DA8EF0A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PerformanceCountersElement_get_Enabled_m8E63227CCFAA1EA1151EE8ED27986EB44FD38615_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PerformanceCountersElement_get_Properties_m3C7B73AC6E5F5E92426D7DC091A2ECE5CFCD9FD0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t PerformanceCountersElement_set_Enabled_mF05473E3D50498CB0DB7AD801A382792A35BAC17_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_get_AutoDetect_m62226A24A615BDEEB6814EA59C515B3A6F7F6F9F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_get_BypassOnLocal_m7FE544F0B99E14207606D666C47B82959610459D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_get_Properties_m8A3EE4A3EEF2571DE4768730CEF4107331490377_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_get_ProxyAddress_m4C1E7507438BA1940BC62DAD06CA9B43BDE3ABB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_get_ScriptLocation_mFE75A38163EF37DAE7D8C978C725F48A2E488988_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_get_UseSystemDefault_m0E7A3C740104C5076D1D79B936434F9B98272E35_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_set_AutoDetect_m0B392599BA75FF6C7E25C6D43D3D2E62AE43403E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_set_BypassOnLocal_mD6A873612C4AD5E288C493BB5086ABC35AB52A06_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_set_ProxyAddress_m9F4C919E9250ED78771F12DEA316211A4137DBAE_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_set_ScriptLocation_m2D862F67BCFF33226ACCC79E58F09E7119E604E8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ProxyElement_set_UseSystemDefault_mB9E8591A04730B0278FE00C06B2F96A3666DF745_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_DeserializeElement_mF641BE222C5702248CAA521A40091375D4FCFBE0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_PostDeserialize_mE63CAB4DD9D1E8EE9BC5C4FA3B3706E4FFA4CC8A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection__ctor_mA0375E72FD04B2EFF355124E2B1DCB73AAC0CB7C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_DefaultFtpCachePolicy_m178F771DCCFDC884B6BDFE41F52BA72A3161A114_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_DefaultHttpCachePolicy_m42AA7CAD0EC8C8E544B11D8F9096A6629D9247B3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_DefaultPolicyLevel_m2A5DEE245E0D8E6A411803B57C99E0CE66BFDE64_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_DisableAllCaching_m8770EC80DB05D44079C113720850F3020054174F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_IsPrivateCache_mE00DBBAE818AD25950E5429974B2C4156DF2B16C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_Properties_m593F3860E465AECF9F8E2DCF9CF295424145EE2B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_get_UnspecifiedMaximumAge_m9EFBDF4E5C5633924C8BC504C31A1B2CD1D9F905_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_set_DefaultPolicyLevel_m3124DB4C951600EC287CFEAD3947348B6FE3E45E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_set_DisableAllCaching_m021195CC4E1414FB1F7D053AB83DC907848B8CFC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_set_IsPrivateCache_m7E0DFBDA7EAE93114B001184B00A85E158DA3752_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t RequestCachingSection_set_UnspecifiedMaximumAge_mC931D3D93C4BB2D55635EB125E468609934C56B0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_PostDeserialize_m465195CF13EEC903A529C2EF236CAC33E3E8A6E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_CheckCertificateName_m4BCD92CB3067E1AD3CAF0735F985587019CBF756_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_CheckCertificateRevocationList_m045C8AF9A4A4EE9E42A97BA99756453389717AD9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_DnsRefreshTimeout_mE0C25A3D74FB28CEE41EE3EF76362458D9A6A697_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_EnableDnsRoundRobin_m71E2CA1EA15A38CA8D093AF4D1BF9A708CB57F4E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_EncryptionPolicy_m2E5321EE31A4057954C772BC13C626019A20381E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_Expect100Continue_m23993273EE5EC40F35769C7285AB6D68F3407494_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_Properties_mC1C586246B4FE10AC90622A0CC6A5936D501B677_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_get_UseNagleAlgorithm_mD25DD90FF245A3E71F87D18A372643D4A1A53F2A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_CheckCertificateName_mE1AC7FA86968273E4AAAFDC24C53167E7BA9C786_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_CheckCertificateRevocationList_m72F2885BF7A31C0DCB04446B6E501CCD8E617027_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_DnsRefreshTimeout_m7E5A67B40F2F98AA17AF1C1833999F249AFC5192_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_EnableDnsRoundRobin_mC624B1CD0FC0296178C82566ADD1FFBF373A27D1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_EncryptionPolicy_m8CA94D4E45039F9E94A3A6371E561AE745E9B92A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_Expect100Continue_m82865FF2C757DD8573C786C22A4242FBB6ED0124_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t ServicePointManagerElement_set_UseNagleAlgorithm_mB53C6B65B659EE3D4585C7283C3A92B9CCF45B81_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSectionInternal__cctor_mB44A40867AA454670DC1D71ADE59576183610030_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_HttpListener_m7E5B4881CBAC6E44041631D499FA967462767CC9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_HttpWebRequest_m5ADB3F960F6E2330F910766FA84F2B5A57047E7B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_Ipv6_mD7A051C08ABADF84202B27228B5958C793B6646A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_PerformanceCounters_m27BD48DA684FDBAE032A1300F57E4C3119758113_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_Properties_m1ABB76DEC7441CFEDD4E7EDF99B8F5C258101254_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_ServicePointManager_m1A4EB5B89F3E5200F00E6860D35651CCEE6E28A6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_Socket_mFEBAC6C484A1E3DC437CB82E9C5DBF0E9744845D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_WebProxyScript_mEECE2AFA2D169409DD1F3959287BDE8A058BD301_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SettingsSection_get_WebUtility_mC5E95C6781775D44F6A841F7F93B6B5721080925_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_PostDeserialize_m4CDBE4AF717D3F4D9F584554FA4F47EB3244453E_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement__ctor_m8059FFC3D4F4133CB5A505D219009EE7D48139A4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_ClientDomain_mB7E3143DF063C7363419848127CD211A19D27963_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_DefaultCredentials_m2924FDEB21155AA5DDB42A782431C791BE3F72F1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_EnableSsl_m45B97A4AA1F5E3CFA9951CCE364667CDF712205F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_Host_mC3CA23F21650F1079DBFA80AF2977F549E3D6D9B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_Password_m7BBD9FB377E625D5DCE4364B530A80977E9EE49C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_Port_m64860F457E28072D5E1D8FC996774156D273048D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_Properties_m2C377FA963919F4ECC72B48B420F51528AA2E6C6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_TargetName_m486AABD082C0BD304D848E5D9DEAAF6222453F00_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_get_UserName_m4575F8170763FE2B6556A4D9C2B5953D9585F067_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_ClientDomain_mBAB4B39DA5B27956F45E7BF97DC02961BDAF1CC8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_DefaultCredentials_mD2A6C80AF2F42730D14CBC353286E73BF9B54CED_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_EnableSsl_m81A11A058443DA8631900A17DF8BBEA4464DA50C_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_Host_mD19FE6BD8624DC257F8858F215F96D7586A4A37A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_Password_m9115A3992D0BC3E7599B16F39395E2C6E2EF84D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_Port_mD9565BA082AA470ADCD41483C45F4B0D7EF04922_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_TargetName_m64581560DFC09F5D0A42566FA2B7BDC384DC3F5F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpNetworkElement_set_UserName_m3DC43BD51228F77CF728430A87847424EE85F9D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection__ctor_m06811DA6186A9657F2E277C856B045C3F0E12C85_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_get_DeliveryFormat_mE4B1C80637E017E7C0D966A0547F0C8C8BDCC879_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_get_DeliveryMethod_m7895BFF6FD40F763080ABFF9855C254641D90137_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_get_From_m1F68E08353D0A729B08AB78DC326F49FE6262528_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_get_Network_mD35325FC762523A57D223601EF34E808A54D6389_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_get_Properties_mDEE70DAD5B303135DAB25F9DC07CDFD1A915C7B9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_get_SpecifiedPickupDirectory_m1E41BB0B1A662838D6D939F2D2FE03DC95C380BC_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_set_DeliveryFormat_mAEB97D968961DCF110816A2AEA6F5C33DCF3E35D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_set_DeliveryMethod_m48CD0436C682168BA1485F125FEC90636681320F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSection_set_From_mE3ECA5CE26B86D59C755618193D609D6E5ABAF6F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSpecifiedPickupDirectoryElement__ctor_m8A30685DB92E2F7A5697C7948B78744DF4D009E0_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_m125ED51AF7000C33766AF3F35620CA8EC82648F4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSpecifiedPickupDirectoryElement_get_Properties_mAF714235A479FAFD410D5EF0B00E10F162926FB8_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m424E417C37E64564DD6E17CC47075921116129E2_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_PostDeserialize_m98FC455D8C9AF54F245092F866C5889126DEE2F6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_get_AlwaysUseCompletionPortsForAccept_m969F53904002E15FAA2BB650CD651B480897D712_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_get_AlwaysUseCompletionPortsForConnect_m9EE9B98C81A329A31DE1F42F4556D5E1F13C9695_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_get_IPProtectionLevel_m6B27E4A0571527E7CC014D2A9066FAC34500C322_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_get_Properties_m9CF8E9B1A9B41B7EC24A4F91CE2E8ECBF317426A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_set_AlwaysUseCompletionPortsForAccept_mF12A6D43139F1F59783B653C57D1CB23004FA446_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_set_AlwaysUseCompletionPortsForConnect_m64EC90C1788D45A08A621E2D5B1883299DAA1D30_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t SocketElement_set_IPProtectionLevel_mE57AEC2E0B754065CAD1C35A2341514A71C9ED4B_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebProxyScriptElement_PostDeserialize_mAD4E3E436D9976B67189C8E3BD99E3505D1AE643_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebProxyScriptElement_get_DownloadTimeout_mE13F88C0E99E1951C76662E8020131EC3019122A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebProxyScriptElement_get_Properties_m8AD25399F804B2D22BC8312102EBC28A0CAE6E26_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebProxyScriptElement_set_DownloadTimeout_m5672A8A8A6F1722B9B906F61D50CFCC60AD34932_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_Add_m80722E381351D1D25F8194B82629933286F71E8F_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_Clear_m7273DCC2F0CD938BC2E0D0DCCFE771959F843D27_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_CreateNewElement_mE0336C7369252EC92CFC8A518FE116B4CA5FE352_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_GetElementKey_mCD1FA9CA31921DC24EF4E2070D9016EE1087CD45_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_IndexOf_m62031B8D5909CC860F4A8FB21DA43CECF27C9C57_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_RemoveAt_mCE24F740212364AA946AE1D5A95D7557AFD2C96A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_Remove_m5D97CBAF96E21E43BE83AFBDFA5BD5950B7368DB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_Remove_m97895514AA15F71083EC63DB0FD6684CD6D81BC6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_get_Item_m44BB1386A038DD30CB36C1496ED803D8F1B79184_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_get_Item_mF32694FD5054914459C1C51E59D4D07F6D4D7A9D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_set_Item_mAB801F20261A19FF067E3F3D7725CAE0B9EA8794_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElementCollection_set_Item_mF762DFA4745E7B5CB89CDB46A9CA582C92212F14_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement__ctor_m63B53F95E19DBF4583C1960A28B5AEBA2A716436_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement__ctor_mC84335A9859D114C761A7C8A7D0F1687E774AE0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement__ctor_mCA54D4BD7272CFAA89629787D81ADF3E7B878B40_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement_get_Prefix_m7A1E49C8A16495AA4DA2FF8231D6EA12C29E01B6_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement_get_Properties_m5B26EB7AF00EE742678560BD4D8C325D4549DEAB_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement_get_Type_m33D579662D51FBDFFB9BA87023F37BCB32D92CF4_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement_set_Prefix_mC6566327D75A1764A8C296E4D5649907902072A5_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModuleElement_set_Type_m55A0122F0030B5DC74F75F0B60767B27449EDAB1_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModulesSection_InitializeDefault_m00BF7709796F6C8090F12403F072BF5932B246C9_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModulesSection_PostDeserialize_mE9ABC289280CBCC5436DC7BE9836821DBD8833D3_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModulesSection_get_Properties_m909A3E4C4A61BFCC9D09F397D9314E5F74F3FE44_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebRequestModulesSection_get_WebRequestModules_mDAD77F92B8E6DC4FF806A1E820DB01E38C237131_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebUtilityElement__ctor_m91C5382CC03A6E1E72C1BC5AD24705764213216D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebUtilityElement_get_Properties_m64C8392C2273BD9A4E8D2BB8FA6041BE852A733D_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebUtilityElement_get_UnicodeDecodingConformance_m1BD4FDFCC733FFD283EEF6318CEAF61A2DA78E0A_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebUtilityElement_get_UnicodeEncodingConformance_m90CAAD610B43BF4A842E049E6BDFE313420DB947_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebUtilityElement_set_UnicodeDecodingConformance_m11A0660C5A969D46E2B535D7B67032F451588427_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WebUtilityElement_set_UnicodeEncodingConformance_m322DFA2CC29BEA24894A4166BF98CDDD9BDD7540_MetadataUsageId;
IL2CPP_EXTERN_C const uint32_t WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D_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 MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com;
struct MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke;
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com;
struct ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
struct RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55;
struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012;
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
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.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 : public RuntimeObject
{
public:
public:
};
struct Il2CppArrayBounds;
// System.Array
// 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.List`1<System.Int32>
struct List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____items_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__items_1() const { return ____items_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226, ____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_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_StaticFields, ____emptyArray_5)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get__emptyArray_5() const { return ____emptyArray_5; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* 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.String>
struct List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____items_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__items_1() const { return ____items_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3, ____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_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_StaticFields, ____emptyArray_5)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__emptyArray_5() const { return ____emptyArray_5; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____emptyArray_5), (void*)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.Configuration.Configuration
struct Configuration_t83CCF9F0A5A77ABEADF3F054354A54542CE0BE01 : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationElement
struct ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationPropertyCollection
struct ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 : public RuntimeObject
{
public:
public:
};
// System.Configuration.ConfigurationSectionGroup
struct ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6 : public RuntimeObject
{
public:
public:
};
// System.EmptyArray`1<System.Object>
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26 : public RuntimeObject
{
public:
public:
};
struct EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields
{
public:
// T[] System.EmptyArray`1::Value
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields, ___Value_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_Value_0() const { return ___Value_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Value_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.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.Comparer
struct Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB : public RuntimeObject
{
public:
public:
};
// System.Net.Configuration.DefaultProxySectionInternal
struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 : public RuntimeObject
{
public:
// System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::webProxy
RuntimeObject* ___webProxy_0;
public:
inline static int32_t get_offset_of_webProxy_0() { return static_cast<int32_t>(offsetof(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459, ___webProxy_0)); }
inline RuntimeObject* get_webProxy_0() const { return ___webProxy_0; }
inline RuntimeObject** get_address_of_webProxy_0() { return &___webProxy_0; }
inline void set_webProxy_0(RuntimeObject* value)
{
___webProxy_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___webProxy_0), (void*)value);
}
};
struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields
{
public:
// System.Object System.Net.Configuration.DefaultProxySectionInternal::classSyncObject
RuntimeObject * ___classSyncObject_1;
public:
inline static int32_t get_offset_of_classSyncObject_1() { return static_cast<int32_t>(offsetof(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields, ___classSyncObject_1)); }
inline RuntimeObject * get_classSyncObject_1() const { return ___classSyncObject_1; }
inline RuntimeObject ** get_address_of_classSyncObject_1() { return &___classSyncObject_1; }
inline void set_classSyncObject_1(RuntimeObject * value)
{
___classSyncObject_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___classSyncObject_1), (void*)value);
}
};
// System.Net.CookieCollection_CookieCollectionEnumerator
struct CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D : public RuntimeObject
{
public:
// System.Net.CookieCollection System.Net.CookieCollection_CookieCollectionEnumerator::m_cookies
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___m_cookies_0;
// System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_count
int32_t ___m_count_1;
// System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_index
int32_t ___m_index_2;
// System.Int32 System.Net.CookieCollection_CookieCollectionEnumerator::m_version
int32_t ___m_version_3;
public:
inline static int32_t get_offset_of_m_cookies_0() { return static_cast<int32_t>(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_cookies_0)); }
inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * get_m_cookies_0() const { return ___m_cookies_0; }
inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 ** get_address_of_m_cookies_0() { return &___m_cookies_0; }
inline void set_m_cookies_0(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * value)
{
___m_cookies_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_cookies_0), (void*)value);
}
inline static int32_t get_offset_of_m_count_1() { return static_cast<int32_t>(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_count_1)); }
inline int32_t get_m_count_1() const { return ___m_count_1; }
inline int32_t* get_address_of_m_count_1() { return &___m_count_1; }
inline void set_m_count_1(int32_t value)
{
___m_count_1 = value;
}
inline static int32_t get_offset_of_m_index_2() { return static_cast<int32_t>(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_index_2)); }
inline int32_t get_m_index_2() const { return ___m_index_2; }
inline int32_t* get_address_of_m_index_2() { return &___m_index_2; }
inline void set_m_index_2(int32_t value)
{
___m_index_2 = value;
}
inline static int32_t get_offset_of_m_version_3() { return static_cast<int32_t>(offsetof(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D, ___m_version_3)); }
inline int32_t get_m_version_3() const { return ___m_version_3; }
inline int32_t* get_address_of_m_version_3() { return &___m_version_3; }
inline void set_m_version_3(int32_t value)
{
___m_version_3 = 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.CookieParser
struct CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 : public RuntimeObject
{
public:
// System.Net.CookieTokenizer System.Net.CookieParser::m_tokenizer
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * ___m_tokenizer_0;
public:
inline static int32_t get_offset_of_m_tokenizer_0() { return static_cast<int32_t>(offsetof(CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396, ___m_tokenizer_0)); }
inline CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * get_m_tokenizer_0() const { return ___m_tokenizer_0; }
inline CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD ** get_address_of_m_tokenizer_0() { return &___m_tokenizer_0; }
inline void set_m_tokenizer_0(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * value)
{
___m_tokenizer_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_tokenizer_0), (void*)value);
}
};
// System.Net.CredentialCache
struct CredentialCache_t5AB6054A54B30F44BC5746C09E6524F947E7904D : public RuntimeObject
{
public:
public:
};
// System.Net.DefaultCertificatePolicy
struct DefaultCertificatePolicy_t2B28BF921CE86F4956EF998580E48C314B14A674 : public RuntimeObject
{
public:
public:
};
// System.Net.DigestClient
struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C : public RuntimeObject
{
public:
public:
};
struct DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields
{
public:
// System.Collections.Hashtable System.Net.DigestClient::cache
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___cache_0;
public:
inline static int32_t get_offset_of_cache_0() { return static_cast<int32_t>(offsetof(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields, ___cache_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_cache_0() const { return ___cache_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_cache_0() { return &___cache_0; }
inline void set_cache_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___cache_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___cache_0), (void*)value);
}
};
// System.Net.DigestHeaderParser
struct DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 : public RuntimeObject
{
public:
// System.String System.Net.DigestHeaderParser::header
String_t* ___header_0;
// System.Int32 System.Net.DigestHeaderParser::length
int32_t ___length_1;
// System.Int32 System.Net.DigestHeaderParser::pos
int32_t ___pos_2;
// System.String[] System.Net.DigestHeaderParser::values
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___values_4;
public:
inline static int32_t get_offset_of_header_0() { return static_cast<int32_t>(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___header_0)); }
inline String_t* get_header_0() const { return ___header_0; }
inline String_t** get_address_of_header_0() { return &___header_0; }
inline void set_header_0(String_t* value)
{
___header_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___header_0), (void*)value);
}
inline static int32_t get_offset_of_length_1() { return static_cast<int32_t>(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___length_1)); }
inline int32_t get_length_1() const { return ___length_1; }
inline int32_t* get_address_of_length_1() { return &___length_1; }
inline void set_length_1(int32_t value)
{
___length_1 = value;
}
inline static int32_t get_offset_of_pos_2() { return static_cast<int32_t>(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___pos_2)); }
inline int32_t get_pos_2() const { return ___pos_2; }
inline int32_t* get_address_of_pos_2() { return &___pos_2; }
inline void set_pos_2(int32_t value)
{
___pos_2 = value;
}
inline static int32_t get_offset_of_values_4() { return static_cast<int32_t>(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9, ___values_4)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_values_4() const { return ___values_4; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_values_4() { return &___values_4; }
inline void set_values_4(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___values_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___values_4), (void*)value);
}
};
struct DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields
{
public:
// System.String[] System.Net.DigestHeaderParser::keywords
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___keywords_3;
public:
inline static int32_t get_offset_of_keywords_3() { return static_cast<int32_t>(offsetof(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields, ___keywords_3)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_keywords_3() const { return ___keywords_3; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_keywords_3() { return &___keywords_3; }
inline void set_keywords_3(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___keywords_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___keywords_3), (void*)value);
}
};
// System.Net.Dns
struct Dns_t0E6B5B77C654107F106B577875FE899BAF8ADCF9 : public RuntimeObject
{
public:
public:
};
// 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.ExceptionHelper
struct ExceptionHelper_t30F26B61D1E58922E85A71F240DE9AE0D3D4EC43 : public RuntimeObject
{
public:
public:
};
// System.Net.FileWebRequestCreator
struct FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D : public RuntimeObject
{
public:
public:
};
// System.Net.FtpAsyncResult
struct FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 : public RuntimeObject
{
public:
// System.Net.FtpWebResponse System.Net.FtpAsyncResult::response
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response_0;
// System.Threading.ManualResetEvent System.Net.FtpAsyncResult::waitHandle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___waitHandle_1;
// System.Exception System.Net.FtpAsyncResult::exception
Exception_t * ___exception_2;
// System.AsyncCallback System.Net.FtpAsyncResult::callback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback_3;
// System.IO.Stream System.Net.FtpAsyncResult::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_4;
// System.Object System.Net.FtpAsyncResult::state
RuntimeObject * ___state_5;
// System.Boolean System.Net.FtpAsyncResult::completed
bool ___completed_6;
// System.Boolean System.Net.FtpAsyncResult::synch
bool ___synch_7;
// System.Object System.Net.FtpAsyncResult::locker
RuntimeObject * ___locker_8;
public:
inline static int32_t get_offset_of_response_0() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___response_0)); }
inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * get_response_0() const { return ___response_0; }
inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 ** get_address_of_response_0() { return &___response_0; }
inline void set_response_0(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * value)
{
___response_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___response_0), (void*)value);
}
inline static int32_t get_offset_of_waitHandle_1() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___waitHandle_1)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_waitHandle_1() const { return ___waitHandle_1; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_waitHandle_1() { return &___waitHandle_1; }
inline void set_waitHandle_1(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___waitHandle_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___waitHandle_1), (void*)value);
}
inline static int32_t get_offset_of_exception_2() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___exception_2)); }
inline Exception_t * get_exception_2() const { return ___exception_2; }
inline Exception_t ** get_address_of_exception_2() { return &___exception_2; }
inline void set_exception_2(Exception_t * value)
{
___exception_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exception_2), (void*)value);
}
inline static int32_t get_offset_of_callback_3() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___callback_3)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_callback_3() const { return ___callback_3; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_callback_3() { return &___callback_3; }
inline void set_callback_3(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___callback_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___callback_3), (void*)value);
}
inline static int32_t get_offset_of_stream_4() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___stream_4)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_4() const { return ___stream_4; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_4() { return &___stream_4; }
inline void set_stream_4(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_4), (void*)value);
}
inline static int32_t get_offset_of_state_5() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___state_5)); }
inline RuntimeObject * get_state_5() const { return ___state_5; }
inline RuntimeObject ** get_address_of_state_5() { return &___state_5; }
inline void set_state_5(RuntimeObject * value)
{
___state_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___state_5), (void*)value);
}
inline static int32_t get_offset_of_completed_6() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___completed_6)); }
inline bool get_completed_6() const { return ___completed_6; }
inline bool* get_address_of_completed_6() { return &___completed_6; }
inline void set_completed_6(bool value)
{
___completed_6 = value;
}
inline static int32_t get_offset_of_synch_7() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___synch_7)); }
inline bool get_synch_7() const { return ___synch_7; }
inline bool* get_address_of_synch_7() { return &___synch_7; }
inline void set_synch_7(bool value)
{
___synch_7 = value;
}
inline static int32_t get_offset_of_locker_8() { return static_cast<int32_t>(offsetof(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3, ___locker_8)); }
inline RuntimeObject * get_locker_8() const { return ___locker_8; }
inline RuntimeObject ** get_address_of_locker_8() { return &___locker_8; }
inline void set_locker_8(RuntimeObject * value)
{
___locker_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locker_8), (void*)value);
}
};
// System.Net.FtpRequestCreator
struct FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F : public RuntimeObject
{
public:
public:
};
// 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.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.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.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.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.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.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
int32_t ___HashSizeValue_0;
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___HashValue_1;
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
int32_t ___State_2;
// System.Boolean System.Security.Cryptography.HashAlgorithm::m_bDisposed
bool ___m_bDisposed_3;
public:
inline static int32_t get_offset_of_HashSizeValue_0() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashSizeValue_0)); }
inline int32_t get_HashSizeValue_0() const { return ___HashSizeValue_0; }
inline int32_t* get_address_of_HashSizeValue_0() { return &___HashSizeValue_0; }
inline void set_HashSizeValue_0(int32_t value)
{
___HashSizeValue_0 = value;
}
inline static int32_t get_offset_of_HashValue_1() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___HashValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_HashValue_1() const { return ___HashValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_HashValue_1() { return &___HashValue_1; }
inline void set_HashValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___HashValue_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___HashValue_1), (void*)value);
}
inline static int32_t get_offset_of_State_2() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___State_2)); }
inline int32_t get_State_2() const { return ___State_2; }
inline int32_t* get_address_of_State_2() { return &___State_2; }
inline void set_State_2(int32_t value)
{
___State_2 = value;
}
inline static int32_t get_offset_of_m_bDisposed_3() { return static_cast<int32_t>(offsetof(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA, ___m_bDisposed_3)); }
inline bool get_m_bDisposed_3() const { return ___m_bDisposed_3; }
inline bool* get_address_of_m_bDisposed_3() { return &___m_bDisposed_3; }
inline void set_m_bDisposed_3(bool value)
{
___m_bDisposed_3 = value;
}
};
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 : public RuntimeObject
{
public:
public:
};
// 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.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.UriBuilder
struct UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 : public RuntimeObject
{
public:
// System.Boolean System.UriBuilder::_changed
bool ____changed_0;
// System.String System.UriBuilder::_fragment
String_t* ____fragment_1;
// System.String System.UriBuilder::_host
String_t* ____host_2;
// System.String System.UriBuilder::_password
String_t* ____password_3;
// System.String System.UriBuilder::_path
String_t* ____path_4;
// System.Int32 System.UriBuilder::_port
int32_t ____port_5;
// System.String System.UriBuilder::_query
String_t* ____query_6;
// System.String System.UriBuilder::_scheme
String_t* ____scheme_7;
// System.String System.UriBuilder::_schemeDelimiter
String_t* ____schemeDelimiter_8;
// System.Uri System.UriBuilder::_uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____uri_9;
// System.String System.UriBuilder::_username
String_t* ____username_10;
public:
inline static int32_t get_offset_of__changed_0() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____changed_0)); }
inline bool get__changed_0() const { return ____changed_0; }
inline bool* get_address_of__changed_0() { return &____changed_0; }
inline void set__changed_0(bool value)
{
____changed_0 = value;
}
inline static int32_t get_offset_of__fragment_1() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____fragment_1)); }
inline String_t* get__fragment_1() const { return ____fragment_1; }
inline String_t** get_address_of__fragment_1() { return &____fragment_1; }
inline void set__fragment_1(String_t* value)
{
____fragment_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____fragment_1), (void*)value);
}
inline static int32_t get_offset_of__host_2() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____host_2)); }
inline String_t* get__host_2() const { return ____host_2; }
inline String_t** get_address_of__host_2() { return &____host_2; }
inline void set__host_2(String_t* value)
{
____host_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&____host_2), (void*)value);
}
inline static int32_t get_offset_of__password_3() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____password_3)); }
inline String_t* get__password_3() const { return ____password_3; }
inline String_t** get_address_of__password_3() { return &____password_3; }
inline void set__password_3(String_t* value)
{
____password_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&____password_3), (void*)value);
}
inline static int32_t get_offset_of__path_4() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____path_4)); }
inline String_t* get__path_4() const { return ____path_4; }
inline String_t** get_address_of__path_4() { return &____path_4; }
inline void set__path_4(String_t* value)
{
____path_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&____path_4), (void*)value);
}
inline static int32_t get_offset_of__port_5() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____port_5)); }
inline int32_t get__port_5() const { return ____port_5; }
inline int32_t* get_address_of__port_5() { return &____port_5; }
inline void set__port_5(int32_t value)
{
____port_5 = value;
}
inline static int32_t get_offset_of__query_6() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____query_6)); }
inline String_t* get__query_6() const { return ____query_6; }
inline String_t** get_address_of__query_6() { return &____query_6; }
inline void set__query_6(String_t* value)
{
____query_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&____query_6), (void*)value);
}
inline static int32_t get_offset_of__scheme_7() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____scheme_7)); }
inline String_t* get__scheme_7() const { return ____scheme_7; }
inline String_t** get_address_of__scheme_7() { return &____scheme_7; }
inline void set__scheme_7(String_t* value)
{
____scheme_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&____scheme_7), (void*)value);
}
inline static int32_t get_offset_of__schemeDelimiter_8() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____schemeDelimiter_8)); }
inline String_t* get__schemeDelimiter_8() const { return ____schemeDelimiter_8; }
inline String_t** get_address_of__schemeDelimiter_8() { return &____schemeDelimiter_8; }
inline void set__schemeDelimiter_8(String_t* value)
{
____schemeDelimiter_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&____schemeDelimiter_8), (void*)value);
}
inline static int32_t get_offset_of__uri_9() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____uri_9)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__uri_9() const { return ____uri_9; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__uri_9() { return &____uri_9; }
inline void set__uri_9(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
____uri_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&____uri_9), (void*)value);
}
inline static int32_t get_offset_of__username_10() { return static_cast<int32_t>(offsetof(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905, ____username_10)); }
inline String_t* get__username_10() const { return ____username_10; }
inline String_t** get_address_of__username_10() { return &____username_10; }
inline void set__username_10(String_t* value)
{
____username_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____username_10), (void*)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.Xml.XmlReader
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB : public RuntimeObject
{
public:
public:
};
struct XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields
{
public:
// System.UInt32 System.Xml.XmlReader::IsTextualNodeBitmap
uint32_t ___IsTextualNodeBitmap_0;
// System.UInt32 System.Xml.XmlReader::CanReadContentAsBitmap
uint32_t ___CanReadContentAsBitmap_1;
// System.UInt32 System.Xml.XmlReader::HasValueBitmap
uint32_t ___HasValueBitmap_2;
public:
inline static int32_t get_offset_of_IsTextualNodeBitmap_0() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___IsTextualNodeBitmap_0)); }
inline uint32_t get_IsTextualNodeBitmap_0() const { return ___IsTextualNodeBitmap_0; }
inline uint32_t* get_address_of_IsTextualNodeBitmap_0() { return &___IsTextualNodeBitmap_0; }
inline void set_IsTextualNodeBitmap_0(uint32_t value)
{
___IsTextualNodeBitmap_0 = value;
}
inline static int32_t get_offset_of_CanReadContentAsBitmap_1() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___CanReadContentAsBitmap_1)); }
inline uint32_t get_CanReadContentAsBitmap_1() const { return ___CanReadContentAsBitmap_1; }
inline uint32_t* get_address_of_CanReadContentAsBitmap_1() { return &___CanReadContentAsBitmap_1; }
inline void set_CanReadContentAsBitmap_1(uint32_t value)
{
___CanReadContentAsBitmap_1 = value;
}
inline static int32_t get_offset_of_HasValueBitmap_2() { return static_cast<int32_t>(offsetof(XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB_StaticFields, ___HasValueBitmap_2)); }
inline uint32_t get_HasValueBitmap_2() const { return ___HasValueBitmap_2; }
inline uint32_t* get_address_of_HasValueBitmap_2() { return &___HasValueBitmap_2; }
inline void set_HasValueBitmap_2(uint32_t value)
{
___HasValueBitmap_2 = value;
}
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10
struct __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086__padding[10];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6];
};
public:
};
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9];
};
public:
};
// 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.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4
{
public:
// System.Object System.Collections.DictionaryEntry::_key
RuntimeObject * ____key_0;
// System.Object System.Collections.DictionaryEntry::_value
RuntimeObject * ____value_1;
public:
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____key_0)); }
inline RuntimeObject * get__key_0() const { return ____key_0; }
inline RuntimeObject ** get_address_of__key_0() { return &____key_0; }
inline void set__key_0(RuntimeObject * value)
{
____key_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&____key_0), (void*)value);
}
inline static int32_t get_offset_of__value_1() { return static_cast<int32_t>(offsetof(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4, ____value_1)); }
inline RuntimeObject * get__value_1() const { return ____value_1; }
inline RuntimeObject ** get_address_of__value_1() { return &____value_1; }
inline void set__value_1(RuntimeObject * value)
{
____value_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&____value_1), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_pinvoke
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// Native definition for COM marshalling of System.Collections.DictionaryEntry
struct DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_marshaled_com
{
Il2CppIUnknown* ____key_0;
Il2CppIUnknown* ____value_1;
};
// 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.Configuration.ConfigurationElementCollection
struct ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Configuration.ConfigurationSection
struct ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// 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.Configuration.AuthenticationModuleElement
struct AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.BypassElement
struct BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.ConnectionManagementElement
struct ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.FtpCachePolicyElement
struct FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.HttpCachePolicyElement
struct HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.HttpListenerElement
struct HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.HttpListenerTimeoutsElement
struct HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.HttpWebRequestElement
struct HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.Ipv6Element
struct Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.MailSettingsSectionGroup
struct MailSettingsSectionGroup_tDF447B7F8FB2FD1788402B2B8350DD8F3C74DBCB : public ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6
{
public:
public:
};
// System.Net.Configuration.ModuleElement
struct ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.NetSectionGroup
struct NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 : public ConfigurationSectionGroup_t64AC7C211E1F868ABF1BD604DA43815564D304E6
{
public:
public:
};
// System.Net.Configuration.PerformanceCountersElement
struct PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.ProxyElement
struct ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.ServicePointManagerElement
struct ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.SmtpNetworkElement
struct SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement
struct SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.SocketElement
struct SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.WebProxyScriptElement
struct WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.WebRequestModuleElement
struct WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// System.Net.Configuration.WebUtilityElement
struct WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD : public ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE
{
public:
public:
};
// 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.SystemNetworkCredential
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F : public NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062
{
public:
public:
};
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields
{
public:
// System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential
SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * ___defaultCredential_3;
public:
inline static int32_t get_offset_of_defaultCredential_3() { return static_cast<int32_t>(offsetof(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields, ___defaultCredential_3)); }
inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * get_defaultCredential_3() const { return ___defaultCredential_3; }
inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; }
inline void set_defaultCredential_3(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * value)
{
___defaultCredential_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___defaultCredential_3), (void*)value);
}
};
// 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.Security.Cryptography.MD5
struct MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
// System.Single
struct Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1
{
public:
// System.Single System.Single::m_value
float ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Single_tDDDA9169C4E4E308AC6D7A824F9B28DC82204AE1, ___m_value_0)); }
inline float get_m_value_0() const { return ___m_value_0; }
inline float* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(float value)
{
___m_value_0 = value;
}
};
// 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.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:
};
// <PrivateImplementationDetails>
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291 : public RuntimeObject
{
public:
public:
};
struct U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields
{
public:
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14 <PrivateImplementationDetails>::0283A6AF88802AB45989B29549915BEA0F6CD515
__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 ___0283A6AF88802AB45989B29549915BEA0F6CD515_0;
// System.Int64 <PrivateImplementationDetails>::03F4297FCC30D0FD5E420E5D26E7FA711167C7EF
int64_t ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::1A39764B112685485A5BA7B2880D878B858C1A7A
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___1A39764B112685485A5BA7B2880D878B858C1A7A_2;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3 <PrivateImplementationDetails>::1A84029C80CB5518379F199F53FF08A7B764F8FD
__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12 <PrivateImplementationDetails>::3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC
__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D10 <PrivateImplementationDetails>::53437C3B2572EDB9B8640C3195DF3BC2729C5EA1
__StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::59F5BD34B6C013DEACC784F69C67E95150033A84
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C
__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3
__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10;
// System.Int64 <PrivateImplementationDetails>::98A44A6F8606AE6F23FE230286C1D6FBCC407226
int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::CCEEADA43268372341F81AE0C9208C6856441C04
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_13;
// System.Int64 <PrivateImplementationDetails>::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78
int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::EC5842B3154E1AF94500B57220EB9F684BCCC42A
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::EEAFE8C6E1AB017237567305EE925C976CDB6458
__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16;
public:
inline static int32_t get_offset_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___0283A6AF88802AB45989B29549915BEA0F6CD515_0)); }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 get_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() const { return ___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 * get_address_of_U30283A6AF88802AB45989B29549915BEA0F6CD515_0() { return &___0283A6AF88802AB45989B29549915BEA0F6CD515_0; }
inline void set_U30283A6AF88802AB45989B29549915BEA0F6CD515_0(__StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0 value)
{
___0283A6AF88802AB45989B29549915BEA0F6CD515_0 = value;
}
inline static int32_t get_offset_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1)); }
inline int64_t get_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() const { return ___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline int64_t* get_address_of_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1() { return &___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1; }
inline void set_U303F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1(int64_t value)
{
___03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1 = value;
}
inline static int32_t get_offset_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A39764B112685485A5BA7B2880D878B858C1A7A_2)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() const { return ___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U31A39764B112685485A5BA7B2880D878B858C1A7A_2() { return &___1A39764B112685485A5BA7B2880D878B858C1A7A_2; }
inline void set_U31A39764B112685485A5BA7B2880D878B858C1A7A_2(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___1A39764B112685485A5BA7B2880D878B858C1A7A_2 = value;
}
inline static int32_t get_offset_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3)); }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 get_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() const { return ___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 * get_address_of_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3() { return &___1A84029C80CB5518379F199F53FF08A7B764F8FD_3; }
inline void set_U31A84029C80CB5518379F199F53FF08A7B764F8FD_3(__StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575 value)
{
___1A84029C80CB5518379F199F53FF08A7B764F8FD_3 = value;
}
inline static int32_t get_offset_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4)); }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 get_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() const { return ___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 * get_address_of_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4() { return &___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4; }
inline void set_U33BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4(__StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48 value)
{
___3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4 = value;
}
inline static int32_t get_offset_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5)); }
inline __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 get_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() const { return ___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; }
inline __StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 * get_address_of_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5() { return &___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5; }
inline void set_U353437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5(__StaticArrayInitTypeSizeU3D10_tE6F7FB38485D609454F9A89335B38F479C5B6086 value)
{
___53437C3B2572EDB9B8640C3195DF3BC2729C5EA1_5 = value;
}
inline static int32_t get_offset_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_6)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_6; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_6() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_6; }
inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_6(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___59F5BD34B6C013DEACC784F69C67E95150033A84_6 = value;
}
inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7)); }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7; }
inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value)
{
___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_8(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_8 = value;
}
inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9; }
inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_9 = value;
}
inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10)); }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10; }
inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value)
{
___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_10 = value;
}
inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11)); }
inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; }
inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11; }
inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_11(int64_t value)
{
___98A44A6F8606AE6F23FE230286C1D6FBCC407226_11 = value;
}
inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12; }
inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_12 = value;
}
inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_13)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_13() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_13; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_13() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_13; }
inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_13(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___CCEEADA43268372341F81AE0C9208C6856441C04_13 = value;
}
inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14)); }
inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; }
inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14; }
inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14(int64_t value)
{
___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_14 = value;
}
inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15; }
inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_15(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___EC5842B3154E1AF94500B57220EB9F684BCCC42A_15 = value;
}
inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16)); }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_16() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_16; }
inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_16(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value)
{
___EEAFE8C6E1AB017237567305EE925C976CDB6458_16 = 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.DateTimeStyles
struct DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E
{
public:
// System.Int32 System.Globalization.DateTimeStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DateTimeStyles_tD09B34DB3747CD91D8AAA1238C7595845715301E, ___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.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.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.FileMode
struct FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419
{
public:
// System.Int32 System.IO.FileMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileMode_tD19D05B1E6CAF201F88401B04FDB25227664C419, ___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.FileShare
struct FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684
{
public:
// System.Int32 System.IO.FileShare::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FileShare_t9AA8473BBE5DD8532CEAF3F48F26DA5A25A93684, ___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.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.StreamReader
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E : public TextReader_t7DF8314B601D202ECFEDF623093A87BFDAB58D0A
{
public:
// System.IO.Stream System.IO.StreamReader::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_5;
// System.Text.Encoding System.IO.StreamReader::encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding_6;
// System.Text.Decoder System.IO.StreamReader::decoder
Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * ___decoder_7;
// System.Byte[] System.IO.StreamReader::byteBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___byteBuffer_8;
// System.Char[] System.IO.StreamReader::charBuffer
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___charBuffer_9;
// System.Byte[] System.IO.StreamReader::_preamble
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____preamble_10;
// System.Int32 System.IO.StreamReader::charPos
int32_t ___charPos_11;
// System.Int32 System.IO.StreamReader::charLen
int32_t ___charLen_12;
// System.Int32 System.IO.StreamReader::byteLen
int32_t ___byteLen_13;
// System.Int32 System.IO.StreamReader::bytePos
int32_t ___bytePos_14;
// System.Int32 System.IO.StreamReader::_maxCharsPerBuffer
int32_t ____maxCharsPerBuffer_15;
// System.Boolean System.IO.StreamReader::_detectEncoding
bool ____detectEncoding_16;
// System.Boolean System.IO.StreamReader::_checkPreamble
bool ____checkPreamble_17;
// System.Boolean System.IO.StreamReader::_isBlocked
bool ____isBlocked_18;
// System.Boolean System.IO.StreamReader::_closable
bool ____closable_19;
// System.Threading.Tasks.Task modreq(System.Runtime.CompilerServices.IsVolatile) System.IO.StreamReader::_asyncReadTask
Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * ____asyncReadTask_20;
public:
inline static int32_t get_offset_of_stream_5() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_5() const { return ___stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_5() { return &___stream_5; }
inline void set_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_5), (void*)value);
}
inline static int32_t get_offset_of_encoding_6() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___encoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_encoding_6() const { return ___encoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_encoding_6() { return &___encoding_6; }
inline void set_encoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___encoding_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___encoding_6), (void*)value);
}
inline static int32_t get_offset_of_decoder_7() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___decoder_7)); }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * get_decoder_7() const { return ___decoder_7; }
inline Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 ** get_address_of_decoder_7() { return &___decoder_7; }
inline void set_decoder_7(Decoder_tEEF45EB6F965222036C49E8EC6BA8A0692AA1F26 * value)
{
___decoder_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___decoder_7), (void*)value);
}
inline static int32_t get_offset_of_byteBuffer_8() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_byteBuffer_8() const { return ___byteBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_byteBuffer_8() { return &___byteBuffer_8; }
inline void set_byteBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___byteBuffer_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___byteBuffer_8), (void*)value);
}
inline static int32_t get_offset_of_charBuffer_9() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charBuffer_9)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_charBuffer_9() const { return ___charBuffer_9; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_charBuffer_9() { return &___charBuffer_9; }
inline void set_charBuffer_9(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___charBuffer_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___charBuffer_9), (void*)value);
}
inline static int32_t get_offset_of__preamble_10() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____preamble_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__preamble_10() const { return ____preamble_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__preamble_10() { return &____preamble_10; }
inline void set__preamble_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____preamble_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&____preamble_10), (void*)value);
}
inline static int32_t get_offset_of_charPos_11() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charPos_11)); }
inline int32_t get_charPos_11() const { return ___charPos_11; }
inline int32_t* get_address_of_charPos_11() { return &___charPos_11; }
inline void set_charPos_11(int32_t value)
{
___charPos_11 = value;
}
inline static int32_t get_offset_of_charLen_12() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___charLen_12)); }
inline int32_t get_charLen_12() const { return ___charLen_12; }
inline int32_t* get_address_of_charLen_12() { return &___charLen_12; }
inline void set_charLen_12(int32_t value)
{
___charLen_12 = value;
}
inline static int32_t get_offset_of_byteLen_13() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___byteLen_13)); }
inline int32_t get_byteLen_13() const { return ___byteLen_13; }
inline int32_t* get_address_of_byteLen_13() { return &___byteLen_13; }
inline void set_byteLen_13(int32_t value)
{
___byteLen_13 = value;
}
inline static int32_t get_offset_of_bytePos_14() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ___bytePos_14)); }
inline int32_t get_bytePos_14() const { return ___bytePos_14; }
inline int32_t* get_address_of_bytePos_14() { return &___bytePos_14; }
inline void set_bytePos_14(int32_t value)
{
___bytePos_14 = value;
}
inline static int32_t get_offset_of__maxCharsPerBuffer_15() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____maxCharsPerBuffer_15)); }
inline int32_t get__maxCharsPerBuffer_15() const { return ____maxCharsPerBuffer_15; }
inline int32_t* get_address_of__maxCharsPerBuffer_15() { return &____maxCharsPerBuffer_15; }
inline void set__maxCharsPerBuffer_15(int32_t value)
{
____maxCharsPerBuffer_15 = value;
}
inline static int32_t get_offset_of__detectEncoding_16() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____detectEncoding_16)); }
inline bool get__detectEncoding_16() const { return ____detectEncoding_16; }
inline bool* get_address_of__detectEncoding_16() { return &____detectEncoding_16; }
inline void set__detectEncoding_16(bool value)
{
____detectEncoding_16 = value;
}
inline static int32_t get_offset_of__checkPreamble_17() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____checkPreamble_17)); }
inline bool get__checkPreamble_17() const { return ____checkPreamble_17; }
inline bool* get_address_of__checkPreamble_17() { return &____checkPreamble_17; }
inline void set__checkPreamble_17(bool value)
{
____checkPreamble_17 = value;
}
inline static int32_t get_offset_of__isBlocked_18() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____isBlocked_18)); }
inline bool get__isBlocked_18() const { return ____isBlocked_18; }
inline bool* get_address_of__isBlocked_18() { return &____isBlocked_18; }
inline void set__isBlocked_18(bool value)
{
____isBlocked_18 = value;
}
inline static int32_t get_offset_of__closable_19() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____closable_19)); }
inline bool get__closable_19() const { return ____closable_19; }
inline bool* get_address_of__closable_19() { return &____closable_19; }
inline void set__closable_19(bool value)
{
____closable_19 = value;
}
inline static int32_t get_offset_of__asyncReadTask_20() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E, ____asyncReadTask_20)); }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * get__asyncReadTask_20() const { return ____asyncReadTask_20; }
inline Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 ** get_address_of__asyncReadTask_20() { return &____asyncReadTask_20; }
inline void set__asyncReadTask_20(Task_t1F48C203E163126EBC69ACCA679D1A462DEE9EB2 * value)
{
____asyncReadTask_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&____asyncReadTask_20), (void*)value);
}
};
struct StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields
{
public:
// System.IO.StreamReader System.IO.StreamReader::Null
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___Null_4;
public:
inline static int32_t get_offset_of_Null_4() { return static_cast<int32_t>(offsetof(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_StaticFields, ___Null_4)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_Null_4() const { return ___Null_4; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_Null_4() { return &___Null_4; }
inline void set_Null_4(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___Null_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Null_4), (void*)value);
}
};
// System.Net.Cache.HttpRequestCacheLevel
struct HttpRequestCacheLevel_t31DC66727179F1D7225A780117CB094302F6DC23
{
public:
// System.Int32 System.Net.Cache.HttpRequestCacheLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HttpRequestCacheLevel_t31DC66727179F1D7225A780117CB094302F6DC23, ___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.Cache.RequestCacheLevel
struct RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B
{
public:
// System.Int32 System.Net.Cache.RequestCacheLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RequestCacheLevel_tB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B, ___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.CloseExState
struct CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429
{
public:
// System.Int32 System.Net.CloseExState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CloseExState_t7AD30E3EACEBBAF7661B1AC45F7BC018DA33E429, ___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.Configuration.AuthenticationModuleElementCollection
struct AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC
{
public:
public:
};
// System.Net.Configuration.AuthenticationModulesSection
struct AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Net.Configuration.BypassElementCollection
struct BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC
{
public:
public:
};
// System.Net.Configuration.ConnectionManagementElementCollection
struct ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC
{
public:
public:
};
// System.Net.Configuration.ConnectionManagementSection
struct ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Net.Configuration.DefaultProxySection
struct DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Net.Configuration.ProxyElement_AutoDetectValues
struct AutoDetectValues_t5FBC7CB20B71835CA991AD2467E1E855EDC2B3AB
{
public:
// System.Int32 System.Net.Configuration.ProxyElement_AutoDetectValues::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AutoDetectValues_t5FBC7CB20B71835CA991AD2467E1E855EDC2B3AB, ___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.Configuration.ProxyElement_BypassOnLocalValues
struct BypassOnLocalValues_t42DDF7A85427F95302AEFDD4E70F5A4069622025
{
public:
// System.Int32 System.Net.Configuration.ProxyElement_BypassOnLocalValues::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BypassOnLocalValues_t42DDF7A85427F95302AEFDD4E70F5A4069622025, ___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.Configuration.ProxyElement_UseSystemDefaultValues
struct UseSystemDefaultValues_tAE0283B8FBFE533D3F8F9ED4E9BD937878A86A55
{
public:
// System.Int32 System.Net.Configuration.ProxyElement_UseSystemDefaultValues::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UseSystemDefaultValues_tAE0283B8FBFE533D3F8F9ED4E9BD937878A86A55, ___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.Configuration.RequestCachingSection
struct RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Net.Configuration.SettingsSection
struct SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Net.Configuration.SmtpSection
struct SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// System.Net.Configuration.UnicodeDecodingConformance
struct UnicodeDecodingConformance_t9467A928E4A46098930CA0A67315E0159230771E
{
public:
// System.Int32 System.Net.Configuration.UnicodeDecodingConformance::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UnicodeDecodingConformance_t9467A928E4A46098930CA0A67315E0159230771E, ___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.Configuration.UnicodeEncodingConformance
struct UnicodeEncodingConformance_tB184A12AA9972C115D899779A92DCB82719B487A
{
public:
// System.Int32 System.Net.Configuration.UnicodeEncodingConformance::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UnicodeEncodingConformance_tB184A12AA9972C115D899779A92DCB82719B487A, ___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.Configuration.WebRequestModuleElementCollection
struct WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE : public ConfigurationElementCollection_tB0DA3194B9C1528D2627B291C79B560C68A78FCC
{
public:
public:
};
// System.Net.Configuration.WebRequestModulesSection
struct WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC : public ConfigurationSection_t044F68052218C8000611AE9ADD5F66E62A632B34
{
public:
public:
};
// 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.CookieCollection_Stamp
struct Stamp_t06B0F70FA36D78E86543007609E79740E8BB87BE
{
public:
// System.Int32 System.Net.CookieCollection_Stamp::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Stamp_t06B0F70FA36D78E86543007609E79740E8BB87BE, ___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.CookieToken
struct CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8
{
public:
// System.Int32 System.Net.CookieToken::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CookieToken_tB2F88831DE62615EAABB9CBF6CCFDFCD0A0D88B8, ___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.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.DigestSession
struct DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 : public RuntimeObject
{
public:
// System.DateTime System.Net.DigestSession::lastUse
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastUse_1;
// System.Int32 System.Net.DigestSession::_nc
int32_t ____nc_2;
// System.Security.Cryptography.HashAlgorithm System.Net.DigestSession::hash
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * ___hash_3;
// System.Net.DigestHeaderParser System.Net.DigestSession::parser
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * ___parser_4;
// System.String System.Net.DigestSession::_cnonce
String_t* ____cnonce_5;
public:
inline static int32_t get_offset_of_lastUse_1() { return static_cast<int32_t>(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ___lastUse_1)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastUse_1() const { return ___lastUse_1; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastUse_1() { return &___lastUse_1; }
inline void set_lastUse_1(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___lastUse_1 = value;
}
inline static int32_t get_offset_of__nc_2() { return static_cast<int32_t>(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ____nc_2)); }
inline int32_t get__nc_2() const { return ____nc_2; }
inline int32_t* get_address_of__nc_2() { return &____nc_2; }
inline void set__nc_2(int32_t value)
{
____nc_2 = value;
}
inline static int32_t get_offset_of_hash_3() { return static_cast<int32_t>(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ___hash_3)); }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * get_hash_3() const { return ___hash_3; }
inline HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA ** get_address_of_hash_3() { return &___hash_3; }
inline void set_hash_3(HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * value)
{
___hash_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hash_3), (void*)value);
}
inline static int32_t get_offset_of_parser_4() { return static_cast<int32_t>(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ___parser_4)); }
inline DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * get_parser_4() const { return ___parser_4; }
inline DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 ** get_address_of_parser_4() { return &___parser_4; }
inline void set_parser_4(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * value)
{
___parser_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___parser_4), (void*)value);
}
inline static int32_t get_offset_of__cnonce_5() { return static_cast<int32_t>(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627, ____cnonce_5)); }
inline String_t* get__cnonce_5() const { return ____cnonce_5; }
inline String_t** get_address_of__cnonce_5() { return &____cnonce_5; }
inline void set__cnonce_5(String_t* value)
{
____cnonce_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&____cnonce_5), (void*)value);
}
};
struct DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields
{
public:
// System.Security.Cryptography.RandomNumberGenerator System.Net.DigestSession::rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ___rng_0;
public:
inline static int32_t get_offset_of_rng_0() { return static_cast<int32_t>(offsetof(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields, ___rng_0)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get_rng_0() const { return ___rng_0; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of_rng_0() { return &___rng_0; }
inline void set_rng_0(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
___rng_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___rng_0), (void*)value);
}
};
// System.Net.FtpDataStream
struct FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Net.FtpWebRequest System.Net.FtpDataStream::request
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request_4;
// System.IO.Stream System.Net.FtpDataStream::networkStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___networkStream_5;
// System.Boolean System.Net.FtpDataStream::disposed
bool ___disposed_6;
// System.Boolean System.Net.FtpDataStream::isRead
bool ___isRead_7;
// System.Int32 System.Net.FtpDataStream::totalRead
int32_t ___totalRead_8;
public:
inline static int32_t get_offset_of_request_4() { return static_cast<int32_t>(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___request_4)); }
inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * get_request_4() const { return ___request_4; }
inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA ** get_address_of_request_4() { return &___request_4; }
inline void set_request_4(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * value)
{
___request_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___request_4), (void*)value);
}
inline static int32_t get_offset_of_networkStream_5() { return static_cast<int32_t>(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___networkStream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_networkStream_5() const { return ___networkStream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_networkStream_5() { return &___networkStream_5; }
inline void set_networkStream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___networkStream_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___networkStream_5), (void*)value);
}
inline static int32_t get_offset_of_disposed_6() { return static_cast<int32_t>(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___disposed_6)); }
inline bool get_disposed_6() const { return ___disposed_6; }
inline bool* get_address_of_disposed_6() { return &___disposed_6; }
inline void set_disposed_6(bool value)
{
___disposed_6 = value;
}
inline static int32_t get_offset_of_isRead_7() { return static_cast<int32_t>(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___isRead_7)); }
inline bool get_isRead_7() const { return ___isRead_7; }
inline bool* get_address_of_isRead_7() { return &___isRead_7; }
inline void set_isRead_7(bool value)
{
___isRead_7 = value;
}
inline static int32_t get_offset_of_totalRead_8() { return static_cast<int32_t>(offsetof(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1, ___totalRead_8)); }
inline int32_t get_totalRead_8() const { return ___totalRead_8; }
inline int32_t* get_address_of_totalRead_8() { return &___totalRead_8; }
inline void set_totalRead_8(int32_t value)
{
___totalRead_8 = value;
}
};
// System.Net.FtpStatusCode
struct FtpStatusCode_t25AB6DADF4DE44C0973C59F53A7D797F009F8C67
{
public:
// System.Int32 System.Net.FtpStatusCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(FtpStatusCode_t25AB6DADF4DE44C0973C59F53A7D797F009F8C67, ___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.FtpWebRequest_RequestState
struct RequestState_t850C56F50136642DB235E32D764586B31C248731
{
public:
// System.Int32 System.Net.FtpWebRequest_RequestState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RequestState_t850C56F50136642DB235E32D764586B31C248731, ___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.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.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.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.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.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.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.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.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.RuntimeFieldHandle
struct RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF
{
public:
// System.IntPtr System.RuntimeFieldHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF, ___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.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.Authentication.SslProtocols
struct SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE
{
public:
// System.Int32 System.Security.Authentication.SslProtocols::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SslProtocols_tDD37F8F06AD19BDAF27AEA484EC06820FE3107AE, ___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.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.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.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.FileStream
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.FileStream::buf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_6;
// System.String System.IO.FileStream::name
String_t* ___name_7;
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * ___safeHandle_8;
// System.Boolean System.IO.FileStream::isExposed
bool ___isExposed_9;
// System.Int64 System.IO.FileStream::append_startpos
int64_t ___append_startpos_10;
// System.IO.FileAccess System.IO.FileStream::access
int32_t ___access_11;
// System.Boolean System.IO.FileStream::owner
bool ___owner_12;
// System.Boolean System.IO.FileStream::async
bool ___async_13;
// System.Boolean System.IO.FileStream::canseek
bool ___canseek_14;
// System.Boolean System.IO.FileStream::anonymous
bool ___anonymous_15;
// System.Boolean System.IO.FileStream::buf_dirty
bool ___buf_dirty_16;
// System.Int32 System.IO.FileStream::buf_size
int32_t ___buf_size_17;
// System.Int32 System.IO.FileStream::buf_length
int32_t ___buf_length_18;
// System.Int32 System.IO.FileStream::buf_offset
int32_t ___buf_offset_19;
// System.Int64 System.IO.FileStream::buf_start
int64_t ___buf_start_20;
public:
inline static int32_t get_offset_of_buf_6() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_6() const { return ___buf_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_6() { return &___buf_6; }
inline void set_buf_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_6), (void*)value);
}
inline static int32_t get_offset_of_name_7() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___name_7)); }
inline String_t* get_name_7() const { return ___name_7; }
inline String_t** get_address_of_name_7() { return &___name_7; }
inline void set_name_7(String_t* value)
{
___name_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___name_7), (void*)value);
}
inline static int32_t get_offset_of_safeHandle_8() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___safeHandle_8)); }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * get_safeHandle_8() const { return ___safeHandle_8; }
inline SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB ** get_address_of_safeHandle_8() { return &___safeHandle_8; }
inline void set_safeHandle_8(SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * value)
{
___safeHandle_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___safeHandle_8), (void*)value);
}
inline static int32_t get_offset_of_isExposed_9() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___isExposed_9)); }
inline bool get_isExposed_9() const { return ___isExposed_9; }
inline bool* get_address_of_isExposed_9() { return &___isExposed_9; }
inline void set_isExposed_9(bool value)
{
___isExposed_9 = value;
}
inline static int32_t get_offset_of_append_startpos_10() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___append_startpos_10)); }
inline int64_t get_append_startpos_10() const { return ___append_startpos_10; }
inline int64_t* get_address_of_append_startpos_10() { return &___append_startpos_10; }
inline void set_append_startpos_10(int64_t value)
{
___append_startpos_10 = value;
}
inline static int32_t get_offset_of_access_11() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___access_11)); }
inline int32_t get_access_11() const { return ___access_11; }
inline int32_t* get_address_of_access_11() { return &___access_11; }
inline void set_access_11(int32_t value)
{
___access_11 = value;
}
inline static int32_t get_offset_of_owner_12() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___owner_12)); }
inline bool get_owner_12() const { return ___owner_12; }
inline bool* get_address_of_owner_12() { return &___owner_12; }
inline void set_owner_12(bool value)
{
___owner_12 = value;
}
inline static int32_t get_offset_of_async_13() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___async_13)); }
inline bool get_async_13() const { return ___async_13; }
inline bool* get_address_of_async_13() { return &___async_13; }
inline void set_async_13(bool value)
{
___async_13 = value;
}
inline static int32_t get_offset_of_canseek_14() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___canseek_14)); }
inline bool get_canseek_14() const { return ___canseek_14; }
inline bool* get_address_of_canseek_14() { return &___canseek_14; }
inline void set_canseek_14(bool value)
{
___canseek_14 = value;
}
inline static int32_t get_offset_of_anonymous_15() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___anonymous_15)); }
inline bool get_anonymous_15() const { return ___anonymous_15; }
inline bool* get_address_of_anonymous_15() { return &___anonymous_15; }
inline void set_anonymous_15(bool value)
{
___anonymous_15 = value;
}
inline static int32_t get_offset_of_buf_dirty_16() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_dirty_16)); }
inline bool get_buf_dirty_16() const { return ___buf_dirty_16; }
inline bool* get_address_of_buf_dirty_16() { return &___buf_dirty_16; }
inline void set_buf_dirty_16(bool value)
{
___buf_dirty_16 = value;
}
inline static int32_t get_offset_of_buf_size_17() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_size_17)); }
inline int32_t get_buf_size_17() const { return ___buf_size_17; }
inline int32_t* get_address_of_buf_size_17() { return &___buf_size_17; }
inline void set_buf_size_17(int32_t value)
{
___buf_size_17 = value;
}
inline static int32_t get_offset_of_buf_length_18() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_length_18)); }
inline int32_t get_buf_length_18() const { return ___buf_length_18; }
inline int32_t* get_address_of_buf_length_18() { return &___buf_length_18; }
inline void set_buf_length_18(int32_t value)
{
___buf_length_18 = value;
}
inline static int32_t get_offset_of_buf_offset_19() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_offset_19)); }
inline int32_t get_buf_offset_19() const { return ___buf_offset_19; }
inline int32_t* get_address_of_buf_offset_19() { return &___buf_offset_19; }
inline void set_buf_offset_19(int32_t value)
{
___buf_offset_19 = value;
}
inline static int32_t get_offset_of_buf_start_20() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418, ___buf_start_20)); }
inline int64_t get_buf_start_20() const { return ___buf_start_20; }
inline int64_t* get_address_of_buf_start_20() { return &___buf_start_20; }
inline void set_buf_start_20(int64_t value)
{
___buf_start_20 = value;
}
};
struct FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields
{
public:
// System.Byte[] System.IO.FileStream::buf_recycle
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buf_recycle_4;
// System.Object System.IO.FileStream::buf_recycle_lock
RuntimeObject * ___buf_recycle_lock_5;
public:
inline static int32_t get_offset_of_buf_recycle_4() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buf_recycle_4() const { return ___buf_recycle_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buf_recycle_4() { return &___buf_recycle_4; }
inline void set_buf_recycle_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buf_recycle_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_4), (void*)value);
}
inline static int32_t get_offset_of_buf_recycle_lock_5() { return static_cast<int32_t>(offsetof(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_StaticFields, ___buf_recycle_lock_5)); }
inline RuntimeObject * get_buf_recycle_lock_5() const { return ___buf_recycle_lock_5; }
inline RuntimeObject ** get_address_of_buf_recycle_lock_5() { return &___buf_recycle_lock_5; }
inline void set_buf_recycle_lock_5(RuntimeObject * value)
{
___buf_recycle_lock_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___buf_recycle_lock_5), (void*)value);
}
};
// 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.Cookie
struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 : public RuntimeObject
{
public:
// System.String System.Net.Cookie::m_comment
String_t* ___m_comment_4;
// System.Uri System.Net.Cookie::m_commentUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_commentUri_5;
// System.Net.CookieVariant System.Net.Cookie::m_cookieVariant
int32_t ___m_cookieVariant_6;
// System.Boolean System.Net.Cookie::m_discard
bool ___m_discard_7;
// System.String System.Net.Cookie::m_domain
String_t* ___m_domain_8;
// System.Boolean System.Net.Cookie::m_domain_implicit
bool ___m_domain_implicit_9;
// System.DateTime System.Net.Cookie::m_expires
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_expires_10;
// System.String System.Net.Cookie::m_name
String_t* ___m_name_11;
// System.String System.Net.Cookie::m_path
String_t* ___m_path_12;
// System.Boolean System.Net.Cookie::m_path_implicit
bool ___m_path_implicit_13;
// System.String System.Net.Cookie::m_port
String_t* ___m_port_14;
// System.Boolean System.Net.Cookie::m_port_implicit
bool ___m_port_implicit_15;
// System.Int32[] System.Net.Cookie::m_port_list
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___m_port_list_16;
// System.Boolean System.Net.Cookie::m_secure
bool ___m_secure_17;
// System.Boolean System.Net.Cookie::m_httpOnly
bool ___m_httpOnly_18;
// System.DateTime System.Net.Cookie::m_timeStamp
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_timeStamp_19;
// System.String System.Net.Cookie::m_value
String_t* ___m_value_20;
// System.Int32 System.Net.Cookie::m_version
int32_t ___m_version_21;
// System.String System.Net.Cookie::m_domainKey
String_t* ___m_domainKey_22;
// System.Boolean System.Net.Cookie::IsQuotedVersion
bool ___IsQuotedVersion_23;
// System.Boolean System.Net.Cookie::IsQuotedDomain
bool ___IsQuotedDomain_24;
public:
inline static int32_t get_offset_of_m_comment_4() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_comment_4)); }
inline String_t* get_m_comment_4() const { return ___m_comment_4; }
inline String_t** get_address_of_m_comment_4() { return &___m_comment_4; }
inline void set_m_comment_4(String_t* value)
{
___m_comment_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_comment_4), (void*)value);
}
inline static int32_t get_offset_of_m_commentUri_5() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_commentUri_5)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_commentUri_5() const { return ___m_commentUri_5; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_commentUri_5() { return &___m_commentUri_5; }
inline void set_m_commentUri_5(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___m_commentUri_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_commentUri_5), (void*)value);
}
inline static int32_t get_offset_of_m_cookieVariant_6() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_cookieVariant_6)); }
inline int32_t get_m_cookieVariant_6() const { return ___m_cookieVariant_6; }
inline int32_t* get_address_of_m_cookieVariant_6() { return &___m_cookieVariant_6; }
inline void set_m_cookieVariant_6(int32_t value)
{
___m_cookieVariant_6 = value;
}
inline static int32_t get_offset_of_m_discard_7() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_discard_7)); }
inline bool get_m_discard_7() const { return ___m_discard_7; }
inline bool* get_address_of_m_discard_7() { return &___m_discard_7; }
inline void set_m_discard_7(bool value)
{
___m_discard_7 = value;
}
inline static int32_t get_offset_of_m_domain_8() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_8)); }
inline String_t* get_m_domain_8() const { return ___m_domain_8; }
inline String_t** get_address_of_m_domain_8() { return &___m_domain_8; }
inline void set_m_domain_8(String_t* value)
{
___m_domain_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_domain_8), (void*)value);
}
inline static int32_t get_offset_of_m_domain_implicit_9() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domain_implicit_9)); }
inline bool get_m_domain_implicit_9() const { return ___m_domain_implicit_9; }
inline bool* get_address_of_m_domain_implicit_9() { return &___m_domain_implicit_9; }
inline void set_m_domain_implicit_9(bool value)
{
___m_domain_implicit_9 = value;
}
inline static int32_t get_offset_of_m_expires_10() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_expires_10)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_expires_10() const { return ___m_expires_10; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_expires_10() { return &___m_expires_10; }
inline void set_m_expires_10(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_expires_10 = value;
}
inline static int32_t get_offset_of_m_name_11() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_name_11)); }
inline String_t* get_m_name_11() const { return ___m_name_11; }
inline String_t** get_address_of_m_name_11() { return &___m_name_11; }
inline void set_m_name_11(String_t* value)
{
___m_name_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_11), (void*)value);
}
inline static int32_t get_offset_of_m_path_12() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_12)); }
inline String_t* get_m_path_12() const { return ___m_path_12; }
inline String_t** get_address_of_m_path_12() { return &___m_path_12; }
inline void set_m_path_12(String_t* value)
{
___m_path_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_path_12), (void*)value);
}
inline static int32_t get_offset_of_m_path_implicit_13() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_path_implicit_13)); }
inline bool get_m_path_implicit_13() const { return ___m_path_implicit_13; }
inline bool* get_address_of_m_path_implicit_13() { return &___m_path_implicit_13; }
inline void set_m_path_implicit_13(bool value)
{
___m_path_implicit_13 = value;
}
inline static int32_t get_offset_of_m_port_14() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_14)); }
inline String_t* get_m_port_14() const { return ___m_port_14; }
inline String_t** get_address_of_m_port_14() { return &___m_port_14; }
inline void set_m_port_14(String_t* value)
{
___m_port_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_port_14), (void*)value);
}
inline static int32_t get_offset_of_m_port_implicit_15() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_implicit_15)); }
inline bool get_m_port_implicit_15() const { return ___m_port_implicit_15; }
inline bool* get_address_of_m_port_implicit_15() { return &___m_port_implicit_15; }
inline void set_m_port_implicit_15(bool value)
{
___m_port_implicit_15 = value;
}
inline static int32_t get_offset_of_m_port_list_16() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_port_list_16)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_m_port_list_16() const { return ___m_port_list_16; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_m_port_list_16() { return &___m_port_list_16; }
inline void set_m_port_list_16(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___m_port_list_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_port_list_16), (void*)value);
}
inline static int32_t get_offset_of_m_secure_17() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_secure_17)); }
inline bool get_m_secure_17() const { return ___m_secure_17; }
inline bool* get_address_of_m_secure_17() { return &___m_secure_17; }
inline void set_m_secure_17(bool value)
{
___m_secure_17 = value;
}
inline static int32_t get_offset_of_m_httpOnly_18() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_httpOnly_18)); }
inline bool get_m_httpOnly_18() const { return ___m_httpOnly_18; }
inline bool* get_address_of_m_httpOnly_18() { return &___m_httpOnly_18; }
inline void set_m_httpOnly_18(bool value)
{
___m_httpOnly_18 = value;
}
inline static int32_t get_offset_of_m_timeStamp_19() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_timeStamp_19)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_timeStamp_19() const { return ___m_timeStamp_19; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_timeStamp_19() { return &___m_timeStamp_19; }
inline void set_m_timeStamp_19(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_timeStamp_19 = value;
}
inline static int32_t get_offset_of_m_value_20() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_value_20)); }
inline String_t* get_m_value_20() const { return ___m_value_20; }
inline String_t** get_address_of_m_value_20() { return &___m_value_20; }
inline void set_m_value_20(String_t* value)
{
___m_value_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_value_20), (void*)value);
}
inline static int32_t get_offset_of_m_version_21() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_version_21)); }
inline int32_t get_m_version_21() const { return ___m_version_21; }
inline int32_t* get_address_of_m_version_21() { return &___m_version_21; }
inline void set_m_version_21(int32_t value)
{
___m_version_21 = value;
}
inline static int32_t get_offset_of_m_domainKey_22() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___m_domainKey_22)); }
inline String_t* get_m_domainKey_22() const { return ___m_domainKey_22; }
inline String_t** get_address_of_m_domainKey_22() { return &___m_domainKey_22; }
inline void set_m_domainKey_22(String_t* value)
{
___m_domainKey_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_domainKey_22), (void*)value);
}
inline static int32_t get_offset_of_IsQuotedVersion_23() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedVersion_23)); }
inline bool get_IsQuotedVersion_23() const { return ___IsQuotedVersion_23; }
inline bool* get_address_of_IsQuotedVersion_23() { return &___IsQuotedVersion_23; }
inline void set_IsQuotedVersion_23(bool value)
{
___IsQuotedVersion_23 = value;
}
inline static int32_t get_offset_of_IsQuotedDomain_24() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90, ___IsQuotedDomain_24)); }
inline bool get_IsQuotedDomain_24() const { return ___IsQuotedDomain_24; }
inline bool* get_address_of_IsQuotedDomain_24() { return &___IsQuotedDomain_24; }
inline void set_IsQuotedDomain_24(bool value)
{
___IsQuotedDomain_24 = value;
}
};
struct Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields
{
public:
// System.Char[] System.Net.Cookie::PortSplitDelimiters
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___PortSplitDelimiters_0;
// System.Char[] System.Net.Cookie::Reserved2Name
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Name_1;
// System.Char[] System.Net.Cookie::Reserved2Value
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___Reserved2Value_2;
// System.Net.Comparer System.Net.Cookie::staticComparer
Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * ___staticComparer_3;
public:
inline static int32_t get_offset_of_PortSplitDelimiters_0() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___PortSplitDelimiters_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_PortSplitDelimiters_0() const { return ___PortSplitDelimiters_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_PortSplitDelimiters_0() { return &___PortSplitDelimiters_0; }
inline void set_PortSplitDelimiters_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___PortSplitDelimiters_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___PortSplitDelimiters_0), (void*)value);
}
inline static int32_t get_offset_of_Reserved2Name_1() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Name_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Name_1() const { return ___Reserved2Name_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Name_1() { return &___Reserved2Name_1; }
inline void set_Reserved2Name_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Reserved2Name_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Name_1), (void*)value);
}
inline static int32_t get_offset_of_Reserved2Value_2() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___Reserved2Value_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_Reserved2Value_2() const { return ___Reserved2Value_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_Reserved2Value_2() { return &___Reserved2Value_2; }
inline void set_Reserved2Value_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___Reserved2Value_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___Reserved2Value_2), (void*)value);
}
inline static int32_t get_offset_of_staticComparer_3() { return static_cast<int32_t>(offsetof(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields, ___staticComparer_3)); }
inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * get_staticComparer_3() const { return ___staticComparer_3; }
inline Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB ** get_address_of_staticComparer_3() { return &___staticComparer_3; }
inline void set_staticComparer_3(Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * value)
{
___staticComparer_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___staticComparer_3), (void*)value);
}
};
// System.Net.CookieTokenizer
struct CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD : public RuntimeObject
{
public:
// System.Boolean System.Net.CookieTokenizer::m_eofCookie
bool ___m_eofCookie_0;
// System.Int32 System.Net.CookieTokenizer::m_index
int32_t ___m_index_1;
// System.Int32 System.Net.CookieTokenizer::m_length
int32_t ___m_length_2;
// System.String System.Net.CookieTokenizer::m_name
String_t* ___m_name_3;
// System.Boolean System.Net.CookieTokenizer::m_quoted
bool ___m_quoted_4;
// System.Int32 System.Net.CookieTokenizer::m_start
int32_t ___m_start_5;
// System.Net.CookieToken System.Net.CookieTokenizer::m_token
int32_t ___m_token_6;
// System.Int32 System.Net.CookieTokenizer::m_tokenLength
int32_t ___m_tokenLength_7;
// System.String System.Net.CookieTokenizer::m_tokenStream
String_t* ___m_tokenStream_8;
// System.String System.Net.CookieTokenizer::m_value
String_t* ___m_value_9;
public:
inline static int32_t get_offset_of_m_eofCookie_0() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_eofCookie_0)); }
inline bool get_m_eofCookie_0() const { return ___m_eofCookie_0; }
inline bool* get_address_of_m_eofCookie_0() { return &___m_eofCookie_0; }
inline void set_m_eofCookie_0(bool value)
{
___m_eofCookie_0 = value;
}
inline static int32_t get_offset_of_m_index_1() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_index_1)); }
inline int32_t get_m_index_1() const { return ___m_index_1; }
inline int32_t* get_address_of_m_index_1() { return &___m_index_1; }
inline void set_m_index_1(int32_t value)
{
___m_index_1 = value;
}
inline static int32_t get_offset_of_m_length_2() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_length_2)); }
inline int32_t get_m_length_2() const { return ___m_length_2; }
inline int32_t* get_address_of_m_length_2() { return &___m_length_2; }
inline void set_m_length_2(int32_t value)
{
___m_length_2 = value;
}
inline static int32_t get_offset_of_m_name_3() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_name_3)); }
inline String_t* get_m_name_3() const { return ___m_name_3; }
inline String_t** get_address_of_m_name_3() { return &___m_name_3; }
inline void set_m_name_3(String_t* value)
{
___m_name_3 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_name_3), (void*)value);
}
inline static int32_t get_offset_of_m_quoted_4() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_quoted_4)); }
inline bool get_m_quoted_4() const { return ___m_quoted_4; }
inline bool* get_address_of_m_quoted_4() { return &___m_quoted_4; }
inline void set_m_quoted_4(bool value)
{
___m_quoted_4 = value;
}
inline static int32_t get_offset_of_m_start_5() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_start_5)); }
inline int32_t get_m_start_5() const { return ___m_start_5; }
inline int32_t* get_address_of_m_start_5() { return &___m_start_5; }
inline void set_m_start_5(int32_t value)
{
___m_start_5 = value;
}
inline static int32_t get_offset_of_m_token_6() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_token_6)); }
inline int32_t get_m_token_6() const { return ___m_token_6; }
inline int32_t* get_address_of_m_token_6() { return &___m_token_6; }
inline void set_m_token_6(int32_t value)
{
___m_token_6 = value;
}
inline static int32_t get_offset_of_m_tokenLength_7() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_tokenLength_7)); }
inline int32_t get_m_tokenLength_7() const { return ___m_tokenLength_7; }
inline int32_t* get_address_of_m_tokenLength_7() { return &___m_tokenLength_7; }
inline void set_m_tokenLength_7(int32_t value)
{
___m_tokenLength_7 = value;
}
inline static int32_t get_offset_of_m_tokenStream_8() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_tokenStream_8)); }
inline String_t* get_m_tokenStream_8() const { return ___m_tokenStream_8; }
inline String_t** get_address_of_m_tokenStream_8() { return &___m_tokenStream_8; }
inline void set_m_tokenStream_8(String_t* value)
{
___m_tokenStream_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_tokenStream_8), (void*)value);
}
inline static int32_t get_offset_of_m_value_9() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD, ___m_value_9)); }
inline String_t* get_m_value_9() const { return ___m_value_9; }
inline String_t** get_address_of_m_value_9() { return &___m_value_9; }
inline void set_m_value_9(String_t* value)
{
___m_value_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_value_9), (void*)value);
}
};
struct CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields
{
public:
// System.Net.CookieTokenizer_RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedAttributes
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* ___RecognizedAttributes_10;
// System.Net.CookieTokenizer_RecognizedAttribute[] System.Net.CookieTokenizer::RecognizedServerAttributes
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* ___RecognizedServerAttributes_11;
public:
inline static int32_t get_offset_of_RecognizedAttributes_10() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields, ___RecognizedAttributes_10)); }
inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* get_RecognizedAttributes_10() const { return ___RecognizedAttributes_10; }
inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55** get_address_of_RecognizedAttributes_10() { return &___RecognizedAttributes_10; }
inline void set_RecognizedAttributes_10(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* value)
{
___RecognizedAttributes_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___RecognizedAttributes_10), (void*)value);
}
inline static int32_t get_offset_of_RecognizedServerAttributes_11() { return static_cast<int32_t>(offsetof(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields, ___RecognizedServerAttributes_11)); }
inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* get_RecognizedServerAttributes_11() const { return ___RecognizedServerAttributes_11; }
inline RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55** get_address_of_RecognizedServerAttributes_11() { return &___RecognizedServerAttributes_11; }
inline void set_RecognizedServerAttributes_11(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* value)
{
___RecognizedServerAttributes_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___RecognizedServerAttributes_11), (void*)value);
}
};
// System.Net.CookieTokenizer_RecognizedAttribute
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B
{
public:
// System.String System.Net.CookieTokenizer_RecognizedAttribute::m_name
String_t* ___m_name_0;
// System.Net.CookieToken System.Net.CookieTokenizer_RecognizedAttribute::m_token
int32_t ___m_token_1;
public:
inline static int32_t get_offset_of_m_name_0() { return static_cast<int32_t>(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___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_token_1() { return static_cast<int32_t>(offsetof(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B, ___m_token_1)); }
inline int32_t get_m_token_1() const { return ___m_token_1; }
inline int32_t* get_address_of_m_token_1() { return &___m_token_1; }
inline void set_m_token_1(int32_t value)
{
___m_token_1 = value;
}
};
// Native definition for P/Invoke marshalling of System.Net.CookieTokenizer/RecognizedAttribute
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke
{
char* ___m_name_0;
int32_t ___m_token_1;
};
// Native definition for COM marshalling of System.Net.CookieTokenizer/RecognizedAttribute
struct RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com
{
Il2CppChar* ___m_name_0;
int32_t ___m_token_1;
};
// System.Net.FileWebResponse
struct FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD
{
public:
// System.Boolean System.Net.FileWebResponse::m_closed
bool ___m_closed_1;
// System.Int64 System.Net.FileWebResponse::m_contentLength
int64_t ___m_contentLength_2;
// System.IO.FileAccess System.Net.FileWebResponse::m_fileAccess
int32_t ___m_fileAccess_3;
// System.Net.WebHeaderCollection System.Net.FileWebResponse::m_headers
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___m_headers_4;
// System.IO.Stream System.Net.FileWebResponse::m_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_5;
// System.Uri System.Net.FileWebResponse::m_uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_uri_6;
public:
inline static int32_t get_offset_of_m_closed_1() { return static_cast<int32_t>(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_closed_1)); }
inline bool get_m_closed_1() const { return ___m_closed_1; }
inline bool* get_address_of_m_closed_1() { return &___m_closed_1; }
inline void set_m_closed_1(bool value)
{
___m_closed_1 = value;
}
inline static int32_t get_offset_of_m_contentLength_2() { return static_cast<int32_t>(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_contentLength_2)); }
inline int64_t get_m_contentLength_2() const { return ___m_contentLength_2; }
inline int64_t* get_address_of_m_contentLength_2() { return &___m_contentLength_2; }
inline void set_m_contentLength_2(int64_t value)
{
___m_contentLength_2 = value;
}
inline static int32_t get_offset_of_m_fileAccess_3() { return static_cast<int32_t>(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_fileAccess_3)); }
inline int32_t get_m_fileAccess_3() const { return ___m_fileAccess_3; }
inline int32_t* get_address_of_m_fileAccess_3() { return &___m_fileAccess_3; }
inline void set_m_fileAccess_3(int32_t value)
{
___m_fileAccess_3 = value;
}
inline static int32_t get_offset_of_m_headers_4() { return static_cast<int32_t>(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_headers_4)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_m_headers_4() const { return ___m_headers_4; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_m_headers_4() { return &___m_headers_4; }
inline void set_m_headers_4(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___m_headers_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_headers_4), (void*)value);
}
inline static int32_t get_offset_of_m_stream_5() { return static_cast<int32_t>(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_stream_5)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_5() const { return ___m_stream_5; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_5() { return &___m_stream_5; }
inline void set_m_stream_5(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___m_stream_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stream_5), (void*)value);
}
inline static int32_t get_offset_of_m_uri_6() { return static_cast<int32_t>(offsetof(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325, ___m_uri_6)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_uri_6() const { return ___m_uri_6; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_uri_6() { return &___m_uri_6; }
inline void set_m_uri_6(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___m_uri_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_uri_6), (void*)value);
}
};
// System.Net.FtpStatus
struct FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 : public RuntimeObject
{
public:
// System.Net.FtpStatusCode System.Net.FtpStatus::statusCode
int32_t ___statusCode_0;
// System.String System.Net.FtpStatus::statusDescription
String_t* ___statusDescription_1;
public:
inline static int32_t get_offset_of_statusCode_0() { return static_cast<int32_t>(offsetof(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876, ___statusCode_0)); }
inline int32_t get_statusCode_0() const { return ___statusCode_0; }
inline int32_t* get_address_of_statusCode_0() { return &___statusCode_0; }
inline void set_statusCode_0(int32_t value)
{
___statusCode_0 = value;
}
inline static int32_t get_offset_of_statusDescription_1() { return static_cast<int32_t>(offsetof(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876, ___statusDescription_1)); }
inline String_t* get_statusDescription_1() const { return ___statusDescription_1; }
inline String_t** get_address_of_statusDescription_1() { return &___statusDescription_1; }
inline void set_statusDescription_1(String_t* value)
{
___statusDescription_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___statusDescription_1), (void*)value);
}
};
// System.Net.FtpWebResponse
struct FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD
{
public:
// System.IO.Stream System.Net.FtpWebResponse::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_1;
// System.Uri System.Net.FtpWebResponse::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_2;
// System.Net.FtpStatusCode System.Net.FtpWebResponse::statusCode
int32_t ___statusCode_3;
// System.DateTime System.Net.FtpWebResponse::lastModified
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastModified_4;
// System.String System.Net.FtpWebResponse::bannerMessage
String_t* ___bannerMessage_5;
// System.String System.Net.FtpWebResponse::welcomeMessage
String_t* ___welcomeMessage_6;
// System.String System.Net.FtpWebResponse::exitMessage
String_t* ___exitMessage_7;
// System.String System.Net.FtpWebResponse::statusDescription
String_t* ___statusDescription_8;
// System.String System.Net.FtpWebResponse::method
String_t* ___method_9;
// System.Boolean System.Net.FtpWebResponse::disposed
bool ___disposed_10;
// System.Net.FtpWebRequest System.Net.FtpWebResponse::request
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request_11;
// System.Int64 System.Net.FtpWebResponse::contentLength
int64_t ___contentLength_12;
public:
inline static int32_t get_offset_of_stream_1() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___stream_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_1() const { return ___stream_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_1() { return &___stream_1; }
inline void set_stream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___stream_1), (void*)value);
}
inline static int32_t get_offset_of_uri_2() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___uri_2)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_2() const { return ___uri_2; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_2() { return &___uri_2; }
inline void set_uri_2(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___uri_2), (void*)value);
}
inline static int32_t get_offset_of_statusCode_3() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___statusCode_3)); }
inline int32_t get_statusCode_3() const { return ___statusCode_3; }
inline int32_t* get_address_of_statusCode_3() { return &___statusCode_3; }
inline void set_statusCode_3(int32_t value)
{
___statusCode_3 = value;
}
inline static int32_t get_offset_of_lastModified_4() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___lastModified_4)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastModified_4() const { return ___lastModified_4; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastModified_4() { return &___lastModified_4; }
inline void set_lastModified_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___lastModified_4 = value;
}
inline static int32_t get_offset_of_bannerMessage_5() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___bannerMessage_5)); }
inline String_t* get_bannerMessage_5() const { return ___bannerMessage_5; }
inline String_t** get_address_of_bannerMessage_5() { return &___bannerMessage_5; }
inline void set_bannerMessage_5(String_t* value)
{
___bannerMessage_5 = value;
Il2CppCodeGenWriteBarrier((void**)(&___bannerMessage_5), (void*)value);
}
inline static int32_t get_offset_of_welcomeMessage_6() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___welcomeMessage_6)); }
inline String_t* get_welcomeMessage_6() const { return ___welcomeMessage_6; }
inline String_t** get_address_of_welcomeMessage_6() { return &___welcomeMessage_6; }
inline void set_welcomeMessage_6(String_t* value)
{
___welcomeMessage_6 = value;
Il2CppCodeGenWriteBarrier((void**)(&___welcomeMessage_6), (void*)value);
}
inline static int32_t get_offset_of_exitMessage_7() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___exitMessage_7)); }
inline String_t* get_exitMessage_7() const { return ___exitMessage_7; }
inline String_t** get_address_of_exitMessage_7() { return &___exitMessage_7; }
inline void set_exitMessage_7(String_t* value)
{
___exitMessage_7 = value;
Il2CppCodeGenWriteBarrier((void**)(&___exitMessage_7), (void*)value);
}
inline static int32_t get_offset_of_statusDescription_8() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___statusDescription_8)); }
inline String_t* get_statusDescription_8() const { return ___statusDescription_8; }
inline String_t** get_address_of_statusDescription_8() { return &___statusDescription_8; }
inline void set_statusDescription_8(String_t* value)
{
___statusDescription_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___statusDescription_8), (void*)value);
}
inline static int32_t get_offset_of_method_9() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___method_9)); }
inline String_t* get_method_9() const { return ___method_9; }
inline String_t** get_address_of_method_9() { return &___method_9; }
inline void set_method_9(String_t* value)
{
___method_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___method_9), (void*)value);
}
inline static int32_t get_offset_of_disposed_10() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___disposed_10)); }
inline bool get_disposed_10() const { return ___disposed_10; }
inline bool* get_address_of_disposed_10() { return &___disposed_10; }
inline void set_disposed_10(bool value)
{
___disposed_10 = value;
}
inline static int32_t get_offset_of_request_11() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___request_11)); }
inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * get_request_11() const { return ___request_11; }
inline FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA ** get_address_of_request_11() { return &___request_11; }
inline void set_request_11(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * value)
{
___request_11 = value;
Il2CppCodeGenWriteBarrier((void**)(&___request_11), (void*)value);
}
inline static int32_t get_offset_of_contentLength_12() { return static_cast<int32_t>(offsetof(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205, ___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;
}
};
// 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.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.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.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.Runtime.Remoting.Messaging.AsyncResult
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 : public RuntimeObject
{
public:
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state
RuntimeObject * ___async_state_0;
// System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * ___handle_1;
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate
RuntimeObject * ___async_delegate_2;
// System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data
intptr_t ___data_3;
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data
RuntimeObject * ___object_data_4;
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed
bool ___sync_completed_5;
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed
bool ___completed_6;
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called
bool ___endinvoke_called_7;
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback
RuntimeObject * ___async_callback_8;
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
// System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time
int64_t ___add_time_11;
// System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * ___call_message_12;
// System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl
RuntimeObject* ___message_ctrl_13;
// System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message
RuntimeObject* ___reply_message_14;
// System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___orig_cb_15;
public:
inline static int32_t get_offset_of_async_state_0() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_state_0)); }
inline RuntimeObject * get_async_state_0() const { return ___async_state_0; }
inline RuntimeObject ** get_address_of_async_state_0() { return &___async_state_0; }
inline void set_async_state_0(RuntimeObject * value)
{
___async_state_0 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_state_0), (void*)value);
}
inline static int32_t get_offset_of_handle_1() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___handle_1)); }
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * get_handle_1() const { return ___handle_1; }
inline WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 ** get_address_of_handle_1() { return &___handle_1; }
inline void set_handle_1(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * value)
{
___handle_1 = value;
Il2CppCodeGenWriteBarrier((void**)(&___handle_1), (void*)value);
}
inline static int32_t get_offset_of_async_delegate_2() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_delegate_2)); }
inline RuntimeObject * get_async_delegate_2() const { return ___async_delegate_2; }
inline RuntimeObject ** get_address_of_async_delegate_2() { return &___async_delegate_2; }
inline void set_async_delegate_2(RuntimeObject * value)
{
___async_delegate_2 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_delegate_2), (void*)value);
}
inline static int32_t get_offset_of_data_3() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___data_3)); }
inline intptr_t get_data_3() const { return ___data_3; }
inline intptr_t* get_address_of_data_3() { return &___data_3; }
inline void set_data_3(intptr_t value)
{
___data_3 = value;
}
inline static int32_t get_offset_of_object_data_4() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___object_data_4)); }
inline RuntimeObject * get_object_data_4() const { return ___object_data_4; }
inline RuntimeObject ** get_address_of_object_data_4() { return &___object_data_4; }
inline void set_object_data_4(RuntimeObject * value)
{
___object_data_4 = value;
Il2CppCodeGenWriteBarrier((void**)(&___object_data_4), (void*)value);
}
inline static int32_t get_offset_of_sync_completed_5() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___sync_completed_5)); }
inline bool get_sync_completed_5() const { return ___sync_completed_5; }
inline bool* get_address_of_sync_completed_5() { return &___sync_completed_5; }
inline void set_sync_completed_5(bool value)
{
___sync_completed_5 = value;
}
inline static int32_t get_offset_of_completed_6() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___completed_6)); }
inline bool get_completed_6() const { return ___completed_6; }
inline bool* get_address_of_completed_6() { return &___completed_6; }
inline void set_completed_6(bool value)
{
___completed_6 = value;
}
inline static int32_t get_offset_of_endinvoke_called_7() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___endinvoke_called_7)); }
inline bool get_endinvoke_called_7() const { return ___endinvoke_called_7; }
inline bool* get_address_of_endinvoke_called_7() { return &___endinvoke_called_7; }
inline void set_endinvoke_called_7(bool value)
{
___endinvoke_called_7 = value;
}
inline static int32_t get_offset_of_async_callback_8() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___async_callback_8)); }
inline RuntimeObject * get_async_callback_8() const { return ___async_callback_8; }
inline RuntimeObject ** get_address_of_async_callback_8() { return &___async_callback_8; }
inline void set_async_callback_8(RuntimeObject * value)
{
___async_callback_8 = value;
Il2CppCodeGenWriteBarrier((void**)(&___async_callback_8), (void*)value);
}
inline static int32_t get_offset_of_current_9() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___current_9)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_current_9() const { return ___current_9; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_current_9() { return &___current_9; }
inline void set_current_9(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___current_9 = value;
Il2CppCodeGenWriteBarrier((void**)(&___current_9), (void*)value);
}
inline static int32_t get_offset_of_original_10() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___original_10)); }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * get_original_10() const { return ___original_10; }
inline ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 ** get_address_of_original_10() { return &___original_10; }
inline void set_original_10(ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * value)
{
___original_10 = value;
Il2CppCodeGenWriteBarrier((void**)(&___original_10), (void*)value);
}
inline static int32_t get_offset_of_add_time_11() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___add_time_11)); }
inline int64_t get_add_time_11() const { return ___add_time_11; }
inline int64_t* get_address_of_add_time_11() { return &___add_time_11; }
inline void set_add_time_11(int64_t value)
{
___add_time_11 = value;
}
inline static int32_t get_offset_of_call_message_12() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___call_message_12)); }
inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * get_call_message_12() const { return ___call_message_12; }
inline MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 ** get_address_of_call_message_12() { return &___call_message_12; }
inline void set_call_message_12(MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234 * value)
{
___call_message_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___call_message_12), (void*)value);
}
inline static int32_t get_offset_of_message_ctrl_13() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___message_ctrl_13)); }
inline RuntimeObject* get_message_ctrl_13() const { return ___message_ctrl_13; }
inline RuntimeObject** get_address_of_message_ctrl_13() { return &___message_ctrl_13; }
inline void set_message_ctrl_13(RuntimeObject* value)
{
___message_ctrl_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___message_ctrl_13), (void*)value);
}
inline static int32_t get_offset_of_reply_message_14() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___reply_message_14)); }
inline RuntimeObject* get_reply_message_14() const { return ___reply_message_14; }
inline RuntimeObject** get_address_of_reply_message_14() { return &___reply_message_14; }
inline void set_reply_message_14(RuntimeObject* value)
{
___reply_message_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___reply_message_14), (void*)value);
}
inline static int32_t get_offset_of_orig_cb_15() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2, ___orig_cb_15)); }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_orig_cb_15() const { return ___orig_cb_15; }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_orig_cb_15() { return &___orig_cb_15; }
inline void set_orig_cb_15(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value)
{
___orig_cb_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___orig_cb_15), (void*)value);
}
};
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields
{
public:
// System.Threading.ContextCallback System.Runtime.Remoting.Messaging.AsyncResult::ccb
ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * ___ccb_16;
public:
inline static int32_t get_offset_of_ccb_16() { return static_cast<int32_t>(offsetof(AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_StaticFields, ___ccb_16)); }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * get_ccb_16() const { return ___ccb_16; }
inline ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 ** get_address_of_ccb_16() { return &___ccb_16; }
inline void set_ccb_16(ContextCallback_t8AE8A965AC6C7ECD396F527F15CDC8E683BE1676 * value)
{
___ccb_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ccb_16), (void*)value);
}
};
// Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_pinvoke
{
Il2CppIUnknown* ___async_state_0;
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke ___handle_1;
Il2CppIUnknown* ___async_delegate_2;
intptr_t ___data_3;
Il2CppIUnknown* ___object_data_4;
int32_t ___sync_completed_5;
int32_t ___completed_6;
int32_t ___endinvoke_called_7;
Il2CppIUnknown* ___async_callback_8;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
int64_t ___add_time_11;
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_pinvoke* ___call_message_12;
RuntimeObject* ___message_ctrl_13;
RuntimeObject* ___reply_message_14;
Il2CppMethodPointer ___orig_cb_15;
};
// Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult
struct AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_marshaled_com
{
Il2CppIUnknown* ___async_state_0;
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com* ___handle_1;
Il2CppIUnknown* ___async_delegate_2;
intptr_t ___data_3;
Il2CppIUnknown* ___object_data_4;
int32_t ___sync_completed_5;
int32_t ___completed_6;
int32_t ___endinvoke_called_7;
Il2CppIUnknown* ___async_callback_8;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___current_9;
ExecutionContext_t0E11C30308A4CC964D8A2EA9132F9BDCE5362C70 * ___original_10;
int64_t ___add_time_11;
MonoMethodMessage_t0846334ADE91F66FECE638BEF57256CFF6EEA234_marshaled_com* ___call_message_12;
RuntimeObject* ___message_ctrl_13;
RuntimeObject* ___reply_message_14;
Il2CppMethodPointer ___orig_cb_15;
};
// 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.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);
}
};
// Microsoft.Win32.SafeHandles.SafeFileHandle
struct SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB : public SafeHandleZeroOrMinusOneIsInvalid_t779A965C82098677DF1ED10A134DBCDEC8AACB8E
{
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.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.FormatException
struct FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
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.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Net.Dns_GetHostAddressesCallback
struct GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 : public MulticastDelegate_t
{
public:
public:
};
// System.Net.FileWebRequest
struct FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8
{
public:
// System.String System.Net.FileWebRequest::m_connectionGroupName
String_t* ___m_connectionGroupName_14;
// System.Int64 System.Net.FileWebRequest::m_contentLength
int64_t ___m_contentLength_15;
// System.Net.ICredentials System.Net.FileWebRequest::m_credentials
RuntimeObject* ___m_credentials_16;
// System.IO.FileAccess System.Net.FileWebRequest::m_fileAccess
int32_t ___m_fileAccess_17;
// System.Net.WebHeaderCollection System.Net.FileWebRequest::m_headers
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___m_headers_18;
// System.String System.Net.FileWebRequest::m_method
String_t* ___m_method_19;
// System.Net.IWebProxy System.Net.FileWebRequest::m_proxy
RuntimeObject* ___m_proxy_20;
// System.Threading.ManualResetEvent System.Net.FileWebRequest::m_readerEvent
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___m_readerEvent_21;
// System.Boolean System.Net.FileWebRequest::m_readPending
bool ___m_readPending_22;
// System.Net.WebResponse System.Net.FileWebRequest::m_response
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___m_response_23;
// System.IO.Stream System.Net.FileWebRequest::m_stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___m_stream_24;
// System.Boolean System.Net.FileWebRequest::m_syncHint
bool ___m_syncHint_25;
// System.Int32 System.Net.FileWebRequest::m_timeout
int32_t ___m_timeout_26;
// System.Uri System.Net.FileWebRequest::m_uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___m_uri_27;
// System.Boolean System.Net.FileWebRequest::m_writePending
bool ___m_writePending_28;
// System.Boolean System.Net.FileWebRequest::m_writing
bool ___m_writing_29;
// System.Net.LazyAsyncResult System.Net.FileWebRequest::m_WriteAResult
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * ___m_WriteAResult_30;
// System.Net.LazyAsyncResult System.Net.FileWebRequest::m_ReadAResult
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * ___m_ReadAResult_31;
// System.Int32 System.Net.FileWebRequest::m_Aborted
int32_t ___m_Aborted_32;
public:
inline static int32_t get_offset_of_m_connectionGroupName_14() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_connectionGroupName_14)); }
inline String_t* get_m_connectionGroupName_14() const { return ___m_connectionGroupName_14; }
inline String_t** get_address_of_m_connectionGroupName_14() { return &___m_connectionGroupName_14; }
inline void set_m_connectionGroupName_14(String_t* value)
{
___m_connectionGroupName_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_connectionGroupName_14), (void*)value);
}
inline static int32_t get_offset_of_m_contentLength_15() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_contentLength_15)); }
inline int64_t get_m_contentLength_15() const { return ___m_contentLength_15; }
inline int64_t* get_address_of_m_contentLength_15() { return &___m_contentLength_15; }
inline void set_m_contentLength_15(int64_t value)
{
___m_contentLength_15 = value;
}
inline static int32_t get_offset_of_m_credentials_16() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_credentials_16)); }
inline RuntimeObject* get_m_credentials_16() const { return ___m_credentials_16; }
inline RuntimeObject** get_address_of_m_credentials_16() { return &___m_credentials_16; }
inline void set_m_credentials_16(RuntimeObject* value)
{
___m_credentials_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_credentials_16), (void*)value);
}
inline static int32_t get_offset_of_m_fileAccess_17() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_fileAccess_17)); }
inline int32_t get_m_fileAccess_17() const { return ___m_fileAccess_17; }
inline int32_t* get_address_of_m_fileAccess_17() { return &___m_fileAccess_17; }
inline void set_m_fileAccess_17(int32_t value)
{
___m_fileAccess_17 = value;
}
inline static int32_t get_offset_of_m_headers_18() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_headers_18)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_m_headers_18() const { return ___m_headers_18; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_m_headers_18() { return &___m_headers_18; }
inline void set_m_headers_18(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___m_headers_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_headers_18), (void*)value);
}
inline static int32_t get_offset_of_m_method_19() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_method_19)); }
inline String_t* get_m_method_19() const { return ___m_method_19; }
inline String_t** get_address_of_m_method_19() { return &___m_method_19; }
inline void set_m_method_19(String_t* value)
{
___m_method_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_method_19), (void*)value);
}
inline static int32_t get_offset_of_m_proxy_20() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_proxy_20)); }
inline RuntimeObject* get_m_proxy_20() const { return ___m_proxy_20; }
inline RuntimeObject** get_address_of_m_proxy_20() { return &___m_proxy_20; }
inline void set_m_proxy_20(RuntimeObject* value)
{
___m_proxy_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_proxy_20), (void*)value);
}
inline static int32_t get_offset_of_m_readerEvent_21() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_readerEvent_21)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_m_readerEvent_21() const { return ___m_readerEvent_21; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_m_readerEvent_21() { return &___m_readerEvent_21; }
inline void set_m_readerEvent_21(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___m_readerEvent_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_readerEvent_21), (void*)value);
}
inline static int32_t get_offset_of_m_readPending_22() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_readPending_22)); }
inline bool get_m_readPending_22() const { return ___m_readPending_22; }
inline bool* get_address_of_m_readPending_22() { return &___m_readPending_22; }
inline void set_m_readPending_22(bool value)
{
___m_readPending_22 = value;
}
inline static int32_t get_offset_of_m_response_23() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_response_23)); }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * get_m_response_23() const { return ___m_response_23; }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD ** get_address_of_m_response_23() { return &___m_response_23; }
inline void set_m_response_23(WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * value)
{
___m_response_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_response_23), (void*)value);
}
inline static int32_t get_offset_of_m_stream_24() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_stream_24)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_m_stream_24() const { return ___m_stream_24; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_m_stream_24() { return &___m_stream_24; }
inline void set_m_stream_24(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___m_stream_24 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_stream_24), (void*)value);
}
inline static int32_t get_offset_of_m_syncHint_25() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_syncHint_25)); }
inline bool get_m_syncHint_25() const { return ___m_syncHint_25; }
inline bool* get_address_of_m_syncHint_25() { return &___m_syncHint_25; }
inline void set_m_syncHint_25(bool value)
{
___m_syncHint_25 = value;
}
inline static int32_t get_offset_of_m_timeout_26() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_timeout_26)); }
inline int32_t get_m_timeout_26() const { return ___m_timeout_26; }
inline int32_t* get_address_of_m_timeout_26() { return &___m_timeout_26; }
inline void set_m_timeout_26(int32_t value)
{
___m_timeout_26 = value;
}
inline static int32_t get_offset_of_m_uri_27() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_uri_27)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_m_uri_27() const { return ___m_uri_27; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_m_uri_27() { return &___m_uri_27; }
inline void set_m_uri_27(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___m_uri_27 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_uri_27), (void*)value);
}
inline static int32_t get_offset_of_m_writePending_28() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_writePending_28)); }
inline bool get_m_writePending_28() const { return ___m_writePending_28; }
inline bool* get_address_of_m_writePending_28() { return &___m_writePending_28; }
inline void set_m_writePending_28(bool value)
{
___m_writePending_28 = value;
}
inline static int32_t get_offset_of_m_writing_29() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_writing_29)); }
inline bool get_m_writing_29() const { return ___m_writing_29; }
inline bool* get_address_of_m_writing_29() { return &___m_writing_29; }
inline void set_m_writing_29(bool value)
{
___m_writing_29 = value;
}
inline static int32_t get_offset_of_m_WriteAResult_30() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_WriteAResult_30)); }
inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * get_m_WriteAResult_30() const { return ___m_WriteAResult_30; }
inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 ** get_address_of_m_WriteAResult_30() { return &___m_WriteAResult_30; }
inline void set_m_WriteAResult_30(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * value)
{
___m_WriteAResult_30 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_WriteAResult_30), (void*)value);
}
inline static int32_t get_offset_of_m_ReadAResult_31() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_ReadAResult_31)); }
inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * get_m_ReadAResult_31() const { return ___m_ReadAResult_31; }
inline LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 ** get_address_of_m_ReadAResult_31() { return &___m_ReadAResult_31; }
inline void set_m_ReadAResult_31(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * value)
{
___m_ReadAResult_31 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_ReadAResult_31), (void*)value);
}
inline static int32_t get_offset_of_m_Aborted_32() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F, ___m_Aborted_32)); }
inline int32_t get_m_Aborted_32() const { return ___m_Aborted_32; }
inline int32_t* get_address_of_m_Aborted_32() { return &___m_Aborted_32; }
inline void set_m_Aborted_32(int32_t value)
{
___m_Aborted_32 = value;
}
};
struct FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields
{
public:
// System.Threading.WaitCallback System.Net.FileWebRequest::s_GetRequestStreamCallback
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___s_GetRequestStreamCallback_12;
// System.Threading.WaitCallback System.Net.FileWebRequest::s_GetResponseCallback
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___s_GetResponseCallback_13;
public:
inline static int32_t get_offset_of_s_GetRequestStreamCallback_12() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields, ___s_GetRequestStreamCallback_12)); }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_s_GetRequestStreamCallback_12() const { return ___s_GetRequestStreamCallback_12; }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_s_GetRequestStreamCallback_12() { return &___s_GetRequestStreamCallback_12; }
inline void set_s_GetRequestStreamCallback_12(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value)
{
___s_GetRequestStreamCallback_12 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_GetRequestStreamCallback_12), (void*)value);
}
inline static int32_t get_offset_of_s_GetResponseCallback_13() { return static_cast<int32_t>(offsetof(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields, ___s_GetResponseCallback_13)); }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * get_s_GetResponseCallback_13() const { return ___s_GetResponseCallback_13; }
inline WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC ** get_address_of_s_GetResponseCallback_13() { return &___s_GetResponseCallback_13; }
inline void set_s_GetResponseCallback_13(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * value)
{
___s_GetResponseCallback_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___s_GetResponseCallback_13), (void*)value);
}
};
// System.Net.FileWebStream
struct FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 : public FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418
{
public:
// System.Net.FileWebRequest System.Net.FileWebStream::m_request
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___m_request_21;
public:
inline static int32_t get_offset_of_m_request_21() { return static_cast<int32_t>(offsetof(FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766, ___m_request_21)); }
inline FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * get_m_request_21() const { return ___m_request_21; }
inline FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F ** get_address_of_m_request_21() { return &___m_request_21; }
inline void set_m_request_21(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * value)
{
___m_request_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___m_request_21), (void*)value);
}
};
// System.Net.FtpDataStream_ReadDelegate
struct ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE : public MulticastDelegate_t
{
public:
public:
};
// System.Net.FtpDataStream_WriteDelegate
struct WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 : public MulticastDelegate_t
{
public:
public:
};
// System.Net.FtpWebRequest
struct FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8
{
public:
// System.Uri System.Net.FtpWebRequest::requestUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12;
// System.String System.Net.FtpWebRequest::file_name
String_t* ___file_name_13;
// System.Net.ServicePoint System.Net.FtpWebRequest::servicePoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_14;
// System.IO.Stream System.Net.FtpWebRequest::origDataStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___origDataStream_15;
// System.IO.Stream System.Net.FtpWebRequest::dataStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___dataStream_16;
// System.IO.Stream System.Net.FtpWebRequest::controlStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___controlStream_17;
// System.IO.StreamReader System.Net.FtpWebRequest::controlReader
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * ___controlReader_18;
// System.Net.NetworkCredential System.Net.FtpWebRequest::credentials
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___credentials_19;
// System.Net.IPHostEntry System.Net.FtpWebRequest::hostEntry
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___hostEntry_20;
// System.Net.IPEndPoint System.Net.FtpWebRequest::localEndPoint
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___localEndPoint_21;
// System.Net.IPEndPoint System.Net.FtpWebRequest::remoteEndPoint
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remoteEndPoint_22;
// System.Net.IWebProxy System.Net.FtpWebRequest::proxy
RuntimeObject* ___proxy_23;
// System.Int32 System.Net.FtpWebRequest::timeout
int32_t ___timeout_24;
// System.Int32 System.Net.FtpWebRequest::rwTimeout
int32_t ___rwTimeout_25;
// System.Int64 System.Net.FtpWebRequest::offset
int64_t ___offset_26;
// System.Boolean System.Net.FtpWebRequest::binary
bool ___binary_27;
// System.Boolean System.Net.FtpWebRequest::enableSsl
bool ___enableSsl_28;
// System.Boolean System.Net.FtpWebRequest::usePassive
bool ___usePassive_29;
// System.Boolean System.Net.FtpWebRequest::keepAlive
bool ___keepAlive_30;
// System.String System.Net.FtpWebRequest::method
String_t* ___method_31;
// System.String System.Net.FtpWebRequest::renameTo
String_t* ___renameTo_32;
// System.Object System.Net.FtpWebRequest::locker
RuntimeObject * ___locker_33;
// System.Net.FtpWebRequest_RequestState System.Net.FtpWebRequest::requestState
int32_t ___requestState_34;
// System.Net.FtpAsyncResult System.Net.FtpWebRequest::asyncResult
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * ___asyncResult_35;
// System.Net.FtpWebResponse System.Net.FtpWebRequest::ftpResponse
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___ftpResponse_36;
// System.IO.Stream System.Net.FtpWebRequest::requestStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___requestStream_37;
// System.String System.Net.FtpWebRequest::initial_path
String_t* ___initial_path_38;
// System.Text.Encoding System.Net.FtpWebRequest::dataEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___dataEncoding_40;
public:
inline static int32_t get_offset_of_requestUri_12() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___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_file_name_13() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___file_name_13)); }
inline String_t* get_file_name_13() const { return ___file_name_13; }
inline String_t** get_address_of_file_name_13() { return &___file_name_13; }
inline void set_file_name_13(String_t* value)
{
___file_name_13 = value;
Il2CppCodeGenWriteBarrier((void**)(&___file_name_13), (void*)value);
}
inline static int32_t get_offset_of_servicePoint_14() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___servicePoint_14)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_14() const { return ___servicePoint_14; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_14() { return &___servicePoint_14; }
inline void set_servicePoint_14(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___servicePoint_14 = value;
Il2CppCodeGenWriteBarrier((void**)(&___servicePoint_14), (void*)value);
}
inline static int32_t get_offset_of_origDataStream_15() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___origDataStream_15)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_origDataStream_15() const { return ___origDataStream_15; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_origDataStream_15() { return &___origDataStream_15; }
inline void set_origDataStream_15(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___origDataStream_15 = value;
Il2CppCodeGenWriteBarrier((void**)(&___origDataStream_15), (void*)value);
}
inline static int32_t get_offset_of_dataStream_16() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___dataStream_16)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_dataStream_16() const { return ___dataStream_16; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_dataStream_16() { return &___dataStream_16; }
inline void set_dataStream_16(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___dataStream_16 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataStream_16), (void*)value);
}
inline static int32_t get_offset_of_controlStream_17() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___controlStream_17)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_controlStream_17() const { return ___controlStream_17; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_controlStream_17() { return &___controlStream_17; }
inline void set_controlStream_17(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___controlStream_17 = value;
Il2CppCodeGenWriteBarrier((void**)(&___controlStream_17), (void*)value);
}
inline static int32_t get_offset_of_controlReader_18() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___controlReader_18)); }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * get_controlReader_18() const { return ___controlReader_18; }
inline StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E ** get_address_of_controlReader_18() { return &___controlReader_18; }
inline void set_controlReader_18(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * value)
{
___controlReader_18 = value;
Il2CppCodeGenWriteBarrier((void**)(&___controlReader_18), (void*)value);
}
inline static int32_t get_offset_of_credentials_19() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___credentials_19)); }
inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * get_credentials_19() const { return ___credentials_19; }
inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 ** get_address_of_credentials_19() { return &___credentials_19; }
inline void set_credentials_19(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * value)
{
___credentials_19 = value;
Il2CppCodeGenWriteBarrier((void**)(&___credentials_19), (void*)value);
}
inline static int32_t get_offset_of_hostEntry_20() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___hostEntry_20)); }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_hostEntry_20() const { return ___hostEntry_20; }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_hostEntry_20() { return &___hostEntry_20; }
inline void set_hostEntry_20(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value)
{
___hostEntry_20 = value;
Il2CppCodeGenWriteBarrier((void**)(&___hostEntry_20), (void*)value);
}
inline static int32_t get_offset_of_localEndPoint_21() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___localEndPoint_21)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_localEndPoint_21() const { return ___localEndPoint_21; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_localEndPoint_21() { return &___localEndPoint_21; }
inline void set_localEndPoint_21(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___localEndPoint_21 = value;
Il2CppCodeGenWriteBarrier((void**)(&___localEndPoint_21), (void*)value);
}
inline static int32_t get_offset_of_remoteEndPoint_22() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___remoteEndPoint_22)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_remoteEndPoint_22() const { return ___remoteEndPoint_22; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_remoteEndPoint_22() { return &___remoteEndPoint_22; }
inline void set_remoteEndPoint_22(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___remoteEndPoint_22 = value;
Il2CppCodeGenWriteBarrier((void**)(&___remoteEndPoint_22), (void*)value);
}
inline static int32_t get_offset_of_proxy_23() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___proxy_23)); }
inline RuntimeObject* get_proxy_23() const { return ___proxy_23; }
inline RuntimeObject** get_address_of_proxy_23() { return &___proxy_23; }
inline void set_proxy_23(RuntimeObject* value)
{
___proxy_23 = value;
Il2CppCodeGenWriteBarrier((void**)(&___proxy_23), (void*)value);
}
inline static int32_t get_offset_of_timeout_24() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___timeout_24)); }
inline int32_t get_timeout_24() const { return ___timeout_24; }
inline int32_t* get_address_of_timeout_24() { return &___timeout_24; }
inline void set_timeout_24(int32_t value)
{
___timeout_24 = value;
}
inline static int32_t get_offset_of_rwTimeout_25() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___rwTimeout_25)); }
inline int32_t get_rwTimeout_25() const { return ___rwTimeout_25; }
inline int32_t* get_address_of_rwTimeout_25() { return &___rwTimeout_25; }
inline void set_rwTimeout_25(int32_t value)
{
___rwTimeout_25 = value;
}
inline static int32_t get_offset_of_offset_26() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___offset_26)); }
inline int64_t get_offset_26() const { return ___offset_26; }
inline int64_t* get_address_of_offset_26() { return &___offset_26; }
inline void set_offset_26(int64_t value)
{
___offset_26 = value;
}
inline static int32_t get_offset_of_binary_27() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___binary_27)); }
inline bool get_binary_27() const { return ___binary_27; }
inline bool* get_address_of_binary_27() { return &___binary_27; }
inline void set_binary_27(bool value)
{
___binary_27 = value;
}
inline static int32_t get_offset_of_enableSsl_28() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___enableSsl_28)); }
inline bool get_enableSsl_28() const { return ___enableSsl_28; }
inline bool* get_address_of_enableSsl_28() { return &___enableSsl_28; }
inline void set_enableSsl_28(bool value)
{
___enableSsl_28 = value;
}
inline static int32_t get_offset_of_usePassive_29() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___usePassive_29)); }
inline bool get_usePassive_29() const { return ___usePassive_29; }
inline bool* get_address_of_usePassive_29() { return &___usePassive_29; }
inline void set_usePassive_29(bool value)
{
___usePassive_29 = value;
}
inline static int32_t get_offset_of_keepAlive_30() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___keepAlive_30)); }
inline bool get_keepAlive_30() const { return ___keepAlive_30; }
inline bool* get_address_of_keepAlive_30() { return &___keepAlive_30; }
inline void set_keepAlive_30(bool value)
{
___keepAlive_30 = value;
}
inline static int32_t get_offset_of_method_31() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___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_renameTo_32() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___renameTo_32)); }
inline String_t* get_renameTo_32() const { return ___renameTo_32; }
inline String_t** get_address_of_renameTo_32() { return &___renameTo_32; }
inline void set_renameTo_32(String_t* value)
{
___renameTo_32 = value;
Il2CppCodeGenWriteBarrier((void**)(&___renameTo_32), (void*)value);
}
inline static int32_t get_offset_of_locker_33() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___locker_33)); }
inline RuntimeObject * get_locker_33() const { return ___locker_33; }
inline RuntimeObject ** get_address_of_locker_33() { return &___locker_33; }
inline void set_locker_33(RuntimeObject * value)
{
___locker_33 = value;
Il2CppCodeGenWriteBarrier((void**)(&___locker_33), (void*)value);
}
inline static int32_t get_offset_of_requestState_34() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___requestState_34)); }
inline int32_t get_requestState_34() const { return ___requestState_34; }
inline int32_t* get_address_of_requestState_34() { return &___requestState_34; }
inline void set_requestState_34(int32_t value)
{
___requestState_34 = value;
}
inline static int32_t get_offset_of_asyncResult_35() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___asyncResult_35)); }
inline FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * get_asyncResult_35() const { return ___asyncResult_35; }
inline FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 ** get_address_of_asyncResult_35() { return &___asyncResult_35; }
inline void set_asyncResult_35(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * value)
{
___asyncResult_35 = value;
Il2CppCodeGenWriteBarrier((void**)(&___asyncResult_35), (void*)value);
}
inline static int32_t get_offset_of_ftpResponse_36() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___ftpResponse_36)); }
inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * get_ftpResponse_36() const { return ___ftpResponse_36; }
inline FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 ** get_address_of_ftpResponse_36() { return &___ftpResponse_36; }
inline void set_ftpResponse_36(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * value)
{
___ftpResponse_36 = value;
Il2CppCodeGenWriteBarrier((void**)(&___ftpResponse_36), (void*)value);
}
inline static int32_t get_offset_of_requestStream_37() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___requestStream_37)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_requestStream_37() const { return ___requestStream_37; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_requestStream_37() { return &___requestStream_37; }
inline void set_requestStream_37(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___requestStream_37 = value;
Il2CppCodeGenWriteBarrier((void**)(&___requestStream_37), (void*)value);
}
inline static int32_t get_offset_of_initial_path_38() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___initial_path_38)); }
inline String_t* get_initial_path_38() const { return ___initial_path_38; }
inline String_t** get_address_of_initial_path_38() { return &___initial_path_38; }
inline void set_initial_path_38(String_t* value)
{
___initial_path_38 = value;
Il2CppCodeGenWriteBarrier((void**)(&___initial_path_38), (void*)value);
}
inline static int32_t get_offset_of_dataEncoding_40() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA, ___dataEncoding_40)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_dataEncoding_40() const { return ___dataEncoding_40; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_dataEncoding_40() { return &___dataEncoding_40; }
inline void set_dataEncoding_40(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___dataEncoding_40 = value;
Il2CppCodeGenWriteBarrier((void**)(&___dataEncoding_40), (void*)value);
}
};
struct FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields
{
public:
// System.String[] System.Net.FtpWebRequest::supportedCommands
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___supportedCommands_39;
public:
inline static int32_t get_offset_of_supportedCommands_39() { return static_cast<int32_t>(offsetof(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields, ___supportedCommands_39)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_supportedCommands_39() const { return ___supportedCommands_39; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_supportedCommands_39() { return &___supportedCommands_39; }
inline void set_supportedCommands_39(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___supportedCommands_39 = value;
Il2CppCodeGenWriteBarrier((void**)(&___supportedCommands_39), (void*)value);
}
};
// 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.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.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public:
public:
};
// System.Threading.ThreadAbortException
struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
// System.Threading.ThreadStart
struct ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF : public MulticastDelegate_t
{
public:
public:
};
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t
{
public:
public:
};
// 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.Net.CookieException
struct CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 : public FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC
{
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.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.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.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int32_t m_Items[1];
public:
inline int32_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int32_t* GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, int32_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int32_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int32_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int32_t value)
{
m_Items[index] = value;
}
};
// System.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.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.Net.HeaderVariantInfo[]
struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012 : public RuntimeArray
{
public:
ALIGN_FIELD (8) HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 m_Items[1];
public:
inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * 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, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL);
}
inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL);
}
};
// System.Net.CookieTokenizer_RecognizedAttribute[]
struct RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55 : public RuntimeArray
{
public:
ALIGN_FIELD (8) RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B m_Items[1];
public:
inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * 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, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL);
}
inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___m_name_0), (void*)NULL);
}
};
// 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.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.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.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method);
// !0[] System.Collections.Generic.List`1<System.Int32>::ToArray()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_gshared (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __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.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);
// !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.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.Object>(!!0[],!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch<System.Object>(!!0[],!!0)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_BinarySearch_TisRuntimeObject_m44F22A9ADAA9F817E895064D21CB88752CAA2CBD_gshared (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___array0, RuntimeObject * ___value1, const RuntimeMethod* method);
// !!0[] System.Array::Empty<System.Object>()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (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);
// System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 (const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.WebProxy::CreateDefaultProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5 (const RuntimeMethod* method);
// System.Void System.Object::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, 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.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65 (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.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m0C5C6CB50669D34ED3B3699B39170041383E0005 (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __this, const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 (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.Void System.Net.Configuration.SettingsSectionInternal::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal__ctor_mED2DFF382A20FC3136B1514D8BD40B520758F636 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_Now()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
// System.Boolean System.Net.Cookie::get_Plain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __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.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.DateTime::op_Inequality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Inequality_m3CE79ABD4AA011CAA6E6EDE6D1028AEB56BFF5A1 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method);
// System.DateTime System.DateTime::ToLocalTime()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_LessThanOrEqual(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThanOrEqual_m7131235B927010BD9DB3C93FEB51640286D1107B (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___t21, const RuntimeMethod* method);
// System.Boolean System.Net.ValidationHelper::IsBlankString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89 (String_t* ___stringValue0, 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.Int32 System.String::IndexOfAny(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___anyOf0, 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.Net.CookieVariant System.Net.Cookie::get_Variant()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* ___strA0, int32_t ___indexA1, String_t* ___strB2, int32_t ___indexB3, int32_t ___length4, int32_t ___comparisonType5, 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.Int32 System.Uri::get_Port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Uri::get_AbsolutePath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Int32 System.Net.Cookie::get_Version()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __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.Void System.Net.CookieException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, const RuntimeMethod* method);
// System.String System.Net.Cookie::get_Comment()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.Cookie::get_Path()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Cookie::DomainCharsTest(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m4F98C8A98E89996F06A2A636DE04E3430CCAAE10 (String_t* ___name0, 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.Int32 System.String::Compare(System.String,System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442 (String_t* ___strA0, String_t* ___strB1, int32_t ___comparisonType2, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, int32_t ___count2, const RuntimeMethod* method);
// System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.String System.String::ToLower(System.Globalization.CultureInfo)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5 (String_t* __this, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___culture0, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59 (String_t* __this, Il2CppChar ___value0, 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.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.Boolean System.String::StartsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___separator0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::.ctor()
inline void List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_gshared)(__this, 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.Boolean System.Int32::TryParse(System.String,System.Int32&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00 (String_t* ___s0, int32_t* ___result1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Int32>::Add(!0)
inline void List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, int32_t ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, int32_t, const RuntimeMethod*))List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_gshared)(__this, ___item0, method);
}
// !0[] System.Collections.Generic.List`1<System.Int32>::ToArray()
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98 (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * __this, const RuntimeMethod* method)
{
return (( Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* (*) (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *, const RuntimeMethod*))List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_gshared)(__this, method);
}
// System.String System.Net.Cookie::get_Domain()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, 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.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.String System.Net.Cookie::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.Cookie::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args0, const RuntimeMethod* method);
// System.String System.Net.Cookie::get__Domain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.Cookie::get__Path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.Cookie::get__Port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.Cookie::get__Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, 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.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.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * ___array0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF ___fldHandle1, const RuntimeMethod* method);
// System.Void System.Net.Comparer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Comparer__ctor_mF8BEE6E98AA318C038B7E523C70590B404EE4CA4 (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * __this, 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.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.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method);
// System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieCollection::Add(System.Net.Cookie)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method);
// System.Collections.IComparer System.Net.Cookie::GetComparer()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_inline (const RuntimeMethod* method);
// System.Void System.Net.CookieCollection/CookieCollectionEnumerator::.ctor(System.Net.CookieCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollectionEnumerator__ctor_m8C55845548C7E5591CC2F53838F3117A635911CB (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, 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.String SR::GetString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, 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.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Collections.Hashtable::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68 (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * __this, const RuntimeMethod* method);
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014 (const RuntimeMethod* method);
// System.String System.Net.Cookie::get_DomainKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.Void System.Net.PathList::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___key0, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * ___value1, const RuntimeMethod* method);
// System.Int32 System.Net.PathList::GetCookiesCount()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, 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.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);
// System.Void System.Net.CookieCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method);
// 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);
// System.Boolean System.Net.Cookie::get_Expired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___idx0, const RuntimeMethod* method);
// System.Boolean System.Net.CookieContainer::AgeCookies(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___domain0, const RuntimeMethod* method);
// System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method);
// System.Void System.Net.CookieException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2 (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method);
// System.Object System.Collections.DictionaryEntry::get_Key()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method);
// System.Object System.Collections.DictionaryEntry::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method);
// 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);
// System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m3175EDCCA821274D54D895F702A92B49BCA194B4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cc0, const RuntimeMethod* method);
// System.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection/Stamp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___how0, 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.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.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ___handle0, const RuntimeMethod* method);
// 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);
// System.Array System.Array::CreateInstance(System.Type,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeArray * Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F (Type_t * ___elementType0, int32_t ___length1, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * ___value0, int32_t ___index1, const RuntimeMethod* method);
// System.Void System.Array::Sort(System.Array,System.Array)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Sort_m82F14E448023AE35C0A0E97D83C0E05B1CA3022E (RuntimeArray * ___keys0, RuntimeArray * ___items1, const RuntimeMethod* method);
// System.Object System.Array::GetValue(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544 (RuntimeArray * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_Equality(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, 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.Boolean System.Net.CookieContainer::IsLocalDomain(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___host0, const RuntimeMethod* method);
// System.Void System.Net.CookieParser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, String_t* ___cookieString0, const RuntimeMethod* method);
// System.Net.Cookie System.Net.CookieParser::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___variant0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method);
// System.String System.Uri::get_AbsoluteUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___throwOnError1, 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.Void System.Collections.Generic.List`1<System.String>::.ctor()
inline void List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.String>::Add(!0)
inline void List_1_Add_mA348FA1140766465189459D25B01EB179001DE83 (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, String_t* ___item0, const RuntimeMethod* method)
{
(( void (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, String_t*, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, ___item0, 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.Int32 System.String::LastIndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D (String_t* __this, Il2CppChar ___value0, int32_t ___startIndex1, const RuntimeMethod* method);
// System.Void System.Net.CookieContainer::BuildCookieCollectionFromDomainMatches(System.Uri,System.Boolean,System.Int32,System.Net.CookieCollection,System.Collections.Generic.List`1<System.String>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies3, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.String>::get_Item(System.Int32)
inline String_t* List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
return (( String_t* (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared_inline)(__this, ___index0, method);
}
// System.Collections.IEnumerator System.Net.PathList::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_m75D1F5AD9B3CC5617C0509F45E240C6A52226B76 (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___destination0, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.String>::get_Count()
inline int32_t List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared_inline)(__this, method);
}
// System.Int32[] System.Net.Cookie::get_PortList()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Cookie::get_Secure()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __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.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method);
// System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, 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.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE_inline (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, 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.Void System.FormatException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __this, 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.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.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * __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.Net.CookieTokenizer::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_mD6B2EFD3CD57C3351A4A70A4DB9285CC4FE69BE3 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___tokenStream0, const RuntimeMethod* method);
// System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_mB6360231D04FAB9D6D55CFE9932FB2AA453C07D7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method);
// System.Void System.Net.Cookie::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method);
// System.String System.Net.CookieTokenizer::get_Name()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Boolean System.Net.Cookie::InternalSetName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.Net.CookieTokenizer::get_Value()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Value(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Net.CookieToken System.Net.CookieTokenizer::get_Token()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Comment(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Uri::TryCreate(System.String,System.UriKind,System.Uri&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB (String_t* ___uriString0, int32_t ___uriKind1, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___result2, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_CommentUri(System.Uri)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Domain(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.CookieTokenizer::get_Quoted()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Boolean System.DateTime::TryParse(System.String,System.IFormatProvider,System.Globalization.DateTimeStyles,System.DateTime&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B (String_t* ___s0, RuntimeObject* ___provider1, int32_t ___styles2, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___result3, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Expires(System.DateTime)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
// System.DateTime System.DateTime::AddSeconds(System.Double)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, double ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Path(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Port(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Version(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Discard(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_Secure(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.Cookie::set_HttpOnly(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.CookieTokenizer::get_Eof()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Boolean System.Net.CookieTokenizer::get_EndOfCookie()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, 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.Boolean System.Char::IsWhiteSpace(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B (Il2CppChar ___c0, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method);
// System.String System.Net.CookieTokenizer::Extract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer::set_Name(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___parseResponseCookies0, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer::set_Value(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.CookieTokenizer/RecognizedAttribute::IsEqualTo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Net.CookieToken System.Net.CookieTokenizer/RecognizedAttribute::get_Token()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_inline (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, const RuntimeMethod* method);
// System.Void System.Net.CookieTokenizer/RecognizedAttribute::.ctor(System.String,System.Net.CookieToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method);
// System.Void System.Net.DigestClient::CheckExpired(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E (int32_t ___count0, 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.DateTime System.Net.DigestSession::get_LastUse()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51_inline (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method);
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d10, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___d21, const RuntimeMethod* method);
// System.Int64 System.TimeSpan::get_Ticks()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, 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.Int32 System.String::IndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.DigestSession::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.DigestSession::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___challenge0, const RuntimeMethod* method);
// System.Uri System.Net.HttpWebRequest::get_Address()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestSession::get_Nonce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method);
// System.Collections.Hashtable System.Net.DigestClient::get_Cache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC (const RuntimeMethod* method);
// System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method);
// System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * Hashtable_Synchronized_mC8C9F5D223078C699FD738B48A4A760549C2221E (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___table0, const RuntimeMethod* method);
// System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mBF56EC9DAEC31A972C59D0A5A5259A1CAF3E5916 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method);
// System.Void System.Net.DigestHeaderParser::SkipWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.Int32 System.Array::IndexOf<System.String>(!!0[],!!0)
inline int32_t Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, String_t* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_IndexOf_TisRuntimeObject_m40554FA47BA74C45E33C913F60628DD0E83DB370_gshared)(___array0, ___value1, method);
}
// System.String System.Net.DigestHeaderParser::get_Realm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestHeaderParser::get_Nonce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestHeaderParser::GetKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m3C3F0B41AF90B6F5B5974328AD09862300886B89 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4 (const RuntimeMethod* method);
// System.String System.Net.DigestHeaderParser::get_Algorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestHeaderParser::get_Opaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mF4C837019B521E45655DEAA4768DEA4F45A5B7D3 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestHeaderParser::get_QOP()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m217B778DCFD49BB7CEA628EE322709281697C3F2 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.String System.Convert::ToBase64String(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___inArray0, const RuntimeMethod* method);
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E (RuntimeArray * ___array0, int32_t ___index1, int32_t ___length2, const RuntimeMethod* method);
// System.Void System.Net.DigestHeaderParser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t* ___header0, const RuntimeMethod* method);
// System.Boolean System.Net.DigestHeaderParser::Parse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method);
// System.String System.String::ToUpper()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method);
// System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE (const RuntimeMethod* 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.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, 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.Byte::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* ___format0, 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.String System.Net.DigestSession::get_Realm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __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.String System.Net.DigestSession::get_Algorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestSession::HashToHexString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___toBeHashed0, const RuntimeMethod* method);
// System.String System.Net.DigestSession::get_CNonce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __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)
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.DigestSession::get_QOP()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method);
// System.String System.Net.DigestSession::HA1(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8 (int32_t* __this, String_t* ___format0, const RuntimeMethod* method);
// System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest0, 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.String System.Net.NetworkCredential::get_UserName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// 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);
// 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.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest2, const RuntimeMethod* method);
// System.String System.Net.DigestSession::get_Opaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, 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.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.Void System.Net.Authorization::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55 (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, String_t* ___token0, 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.Void System.Net.Dns/GetHostAddressesCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHostAddressesCallback__ctor_m7F56CD5F1950229DCCAE37626F4869BDFA8DBC12 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.IAsyncResult System.Net.Dns/GetHostAddressesCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetHostAddressesCallback_BeginInvoke_mCC4050B472B9B88348C7EB4E6C66589E1BA5C7C3 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, String_t* ___hostName0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method);
// System.Net.IPAddress[] System.Net.Dns/GetHostAddressesCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* GetHostAddressesCallback_EndInvoke_m53A465BE07F1A63908611493884024F1978D4BE2 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* ___format0, RuntimeObject * ___arg01, const RuntimeMethod* method);
// System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, int32_t ___error0, String_t* ___message1, 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.Void System.Net.IPHostEntry::set_HostName(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mE132ABF58C3C4C28A58A48132698FA99F55C328D_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.IPHostEntry::set_Aliases(System.String[])
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_m4D05E9F3D5C6FD0996C86816B36B1DF9BE79D8ED_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, 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.Boolean System.Net.Sockets.Socket::get_SupportsIPv6()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4 (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.Boolean System.Net.Sockets.Socket::get_SupportsIPv4()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81 (const RuntimeMethod* method);
// System.Void System.Net.Dns::Error_11001(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72 (String_t* ___hostName0, 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.String::Equals(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Net.Sockets.Socket::get_FamilyHint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224 (const RuntimeMethod* method);
// System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method);
// System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3 (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_addrlist3, 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.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, 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.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681 (String_t* ___address0, bool ___parse1, 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.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.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8 (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method);
// System.Boolean System.Net.Dns::GetHostName_internal(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6 (String_t** ___h_name0, const RuntimeMethod* method);
// System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B (const RuntimeMethod* method);
// System.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84 (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.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);
// 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.WebRequest::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, 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.WebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_mD4C70AB50E522A71C1B47263DD8714FC3B52A3C1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, 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.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.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.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.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.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest_GetObjectData_m06BD9D15936178B48D44F18C02CD94EE21DD1CF0 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, 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.Boolean System.Net.FileWebRequest::get_Aborted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method);
// System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945 (const RuntimeMethod* method);
// 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);
// System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * ___callBack0, RuntimeObject * ___state1, const RuntimeMethod* method);
// System.Object System.Net.LazyAsyncResult::InternalWaitForCompletion()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_InternalWaitForCompletion_m4761B180266391141ACD1E689FE0D640E72F4736 (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method);
// 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);
// System.Object System.Net.LazyAsyncResult::get_AsyncObject()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059_inline (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method);
// System.String System.Uri::get_LocalPath()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// 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);
// 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.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, int32_t ___access2, bool ___asyncHint3, 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.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.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.Void System.Net.FileWebRequest::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, 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.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, int32_t ___length5, bool ___async6, const RuntimeMethod* method);
// System.String System.Int64::ToString(System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m25F3F61DC30EAF186B76BD91F83083BDDDE82B2A (int64_t* __this, RuntimeObject* ___provider0, 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.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.Net.WebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse__ctor_mC4FCBBBB946A8703F5279A1390D56A50CBE7164B (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method);
// System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse_GetObjectData_m52CD293C2D47F35D8FF1EA2769D272E48398EB4A (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method);
// System.Void System.Net.FileWebResponse::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, 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.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, const RuntimeMethod* method);
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, String_t* ___path0, int32_t ___mode1, int32_t ___access2, int32_t ___share3, int32_t ___bufferSize4, bool ___useAsync5, const RuntimeMethod* method);
// System.Void System.Net.FileWebRequest::UnblockReader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_m9E687E8F4413F2727339A41C3DE03A7D8ADBEDE3 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method);
// System.Void System.IO.FileStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, bool ___disposing0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.SafeHandle::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Close_m284B185A04D5FB0A23F55B333737B7DF2CBE1F80 (SafeHandle_t1E326D75E23FD5BB6D40BA322298FDC6526CC383 * __this, const RuntimeMethod* method);
// System.Void System.Net.FileWebStream::CheckError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, const RuntimeMethod* method);
// System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
// System.Void System.IO.FileStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___count2, const RuntimeMethod* method);
// System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method);
// System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019 (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___array0, int32_t ___offset1, int32_t ___numBytes2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___userCallback3, RuntimeObject * ___stateObject4, const RuntimeMethod* method);
// System.Void System.IO.FileStream::EndWrite(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D (FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method);
// System.Boolean System.Net.FtpAsyncResult::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method);
// System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpAsyncResult::DoCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response2, 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.Void System.IO.Stream::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::CheckIfAborted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, 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.Void System.Net.FtpWebRequest::CloseDataConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::SetTransferCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpDataStream::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpDataStream/ReadDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m846902BA329986F9EA8FF6CC7882B2E90D7227CF (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.IAsyncResult System.Net.FtpDataStream/ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method);
// System.Int32 System.Net.FtpDataStream/ReadDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m81D23E1BBCCA7A4358439D8FA8703BD1DD0E51F1 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
// System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41_inline (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.ProtocolViolationException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m9E1CE4D0A1DBB0EAE0BE6C7C026154C789F41A49 (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpDataStream/WriteDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate__ctor_mEA287F4C0CA3BBF6E313D227555374667713465F (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.IAsyncResult System.Net.FtpDataStream/WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method);
// System.Void System.Net.FtpDataStream/WriteDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_mE7E6F50CA22059FB6DB1B65AB9D6949F90DC98E8 (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject* ___result0, const RuntimeMethod* method);
// System.Void System.Object::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __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.Void System.Net.FtpWebRequest::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, 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.Net.IWebProxy System.Net.GlobalProxySelection::get_Select()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B (const RuntimeMethod* method);
// System.Void System.NotImplementedException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4 (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::CheckRequestStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510 (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, 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.Exception System.Net.FtpWebRequest::GetMustImplement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC (const RuntimeMethod* method);
// System.Int32 System.Array::BinarySearch<System.String>(!!0[],!!0)
inline int32_t Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___array0, String_t* ___value1, const RuntimeMethod* method)
{
return (( int32_t (*) (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t*, const RuntimeMethod*))Array_BinarySearch_TisRuntimeObject_m44F22A9ADAA9F817E895064D21CB88752CAA2CBD_gshared)(___array0, ___value1, method);
}
// System.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::CheckFinalState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Net.FtpWebRequest/RequestState System.Net.FtpWebRequest::get_State()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// !!0[] System.Array::Empty<System.String>()
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline (const RuntimeMethod* method)
{
return (( StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* (*) (const RuntimeMethod*))Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline)(method);
}
// System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters2, const RuntimeMethod* method);
// System.Boolean System.Net.FtpWebRequest::InFinalState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest/RequestState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method);
// System.Void System.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method);
// System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response1, const RuntimeMethod* method);
// System.Void System.Threading.ThreadStart::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5 (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Threading.Thread::.ctor(System.Threading.ThreadStart)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * ___start0, const RuntimeMethod* method);
// System.Void System.Threading.Thread::set_IsBackground(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Threading.Thread::Start()
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6 (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * __this, 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.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_mB0A55CC17C7AF43C3E92D3CFBA32D9BD4A13DC3E (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method);
// System.Boolean System.Net.FtpAsyncResult::get_GotException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_mAC09EE00EE24A4BE52C8117CEE71D8B22478C241 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method);
// System.Exception System.Net.FtpAsyncResult::get_Exception()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB_inline (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method);
// System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0_inline (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, 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.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);
// System.Void System.Net.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, 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.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::ProcessMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, 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.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_mCAD8855318D9C05C6D2EFF0CA58C964AD0EC47A5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Exception_t * ___exc0, const RuntimeMethod* method);
// System.Boolean System.Net.FtpWebRequest::InProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_mB3C30F4635E943E86ACD2B89EB10E203409A32F5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Boolean System.Net.FtpWebResponse::IsFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m0D47181A2DB04567196AD438FE81EB7C102ED5D5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method);
// System.String System.Net.FtpWebRequest::get_DataType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___command0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters1, const RuntimeMethod* method);
// System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method);
// System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method);
// System.String System.Uri::UnescapeDataString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D (String_t* ___stringToUnescape0, const RuntimeMethod* method);
// System.Void System.UriBuilder::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, const RuntimeMethod* method);
// System.Void System.UriBuilder::set_Scheme(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.UriBuilder::set_Host(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.UriBuilder::set_Path(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Uri System.UriBuilder::get_Uri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631 (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * __this, 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.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, 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.Net.WebRequest System.Net.WebRequest::Create(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_Address(System.Uri)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isRead2, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::set_StatusCode(System.Net.FtpStatusCode)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::ResolveHost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::OpenControlConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::SetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874 (String_t* ___s0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::DownloadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::UploadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::ProcessSimpleMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __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.Void System.Net.FtpWebRequest::CloseControlConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.String System.Net.FtpStatus::get_StatusDescription()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method);
// System.Boolean System.Char::IsDigit(System.Char)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E (Il2CppChar ___c0, 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.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.DateTime System.DateTime::ParseExact(System.String,System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56 (String_t* ___s0, String_t* ___format1, RuntimeObject* ___provider2, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::OpenDataConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0_inline (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method);
// 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);
// 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.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_get_ServicePoint_m9905A072551D262F6125C6F805186887E3E564BB (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// 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);
// System.Void System.Net.Sockets.Socket::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// 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);
// 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);
// 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);
// System.Void System.IO.StreamReader::.ctor(System.IO.Stream,System.Text.Encoding)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___encoding1, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::Authenticate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Default()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method);
// System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method);
// System.Boolean System.String::EndsWith(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Net.FtpWebRequest::GetPortV4(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method);
// System.Int32 System.Net.FtpWebRequest::GetPortV6(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, 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.Boolean System.Char::IsNumber(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Char_IsNumber_m6E7E5B9BD0DBF69581B6B08D25752D9CC29C97B1 (String_t* ___s0, int32_t ___index1, const RuntimeMethod* method);
// System.Byte System.Convert::ToByte(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR uint8_t Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7 (String_t* ___value0, RuntimeObject* ___provider1, const RuntimeMethod* method);
// System.Int32 System.String::LastIndexOf(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20 (String_t* __this, String_t* ___value0, const RuntimeMethod* method);
// System.Int32 System.Convert::ToInt32(System.String,System.IFormatProvider)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E (String_t* ___value0, RuntimeObject* ___provider1, 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.Text.StringBuilder::.ctor(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t ___capacity0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Byte)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717 (StringBuilder_t * __this, uint8_t ___value0, 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.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m14AE71384600E877A903006445068AB50EF06486 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status3, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::CloseConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mD743363CDB181114AD06522C51750064823D681C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method);
// System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___statusDescription0, bool ___ipv61, 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.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);
// 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.String System.Net.FtpWebRequest::FormatAddress(System.Net.IPAddress,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___Port1, const RuntimeMethod* method);
// System.String System.Net.FtpWebRequest::FormatAddressV6(System.Net.IPAddress,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method);
// System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __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.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);
// System.Boolean System.Net.FtpWebRequest::get_EnableSsl()
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113_inline (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method);
// 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);
// 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);
// System.Boolean System.String::IsNullOrEmpty(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.String System.String::Join(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4 (String_t* ___separator0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value1, const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* ___msg0, const RuntimeMethod* method);
// System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540 (const RuntimeMethod* method);
// System.String System.Int32::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02 (int32_t* __this, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Boolean System.String::StartsWith(System.String,System.StringComparison)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49 (String_t* __this, String_t* ___value0, int32_t ___comparisonType1, const RuntimeMethod* method);
// Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsProviderFactory::GetProviderInternal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * MonoTlsProviderFactory_GetProviderInternal_m39B343490A04AEA1AA38A90180E1B3BB1FB09020 (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);
// 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 Mono.Security.Interface.MonoTlsSettings::set_UseServicePointManagerCallback(System.Nullable`1<System.Boolean>)
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MonoTlsSettings_set_UseServicePointManagerCallback_m3982FDDB084256E77E18F9A3E42E91E65F6F699B_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebRequest::OperationCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m130241F4F4B2BC102AA8327C8542058344A482DD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpWebResponse::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, 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.Void System.Net.Configuration.AuthenticationModuleElementCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection__ctor_m5D3838D8FE90FD214E8F45407B96F55AC3B380B0 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection__ctor_m5D3838D8FE90FD214E8F45407B96F55AC3B380B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection__ctor_m5D3838D8FE90FD214E8F45407B96F55AC3B380B0_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.AuthenticationModuleElement System.Net.Configuration.AuthenticationModuleElementCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * AuthenticationModuleElementCollection_get_Item_m0EFAF93D15F490BF75F891DA778AD16A98ADAC74 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_get_Item_m0EFAF93D15F490BF75F891DA778AD16A98ADAC74_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_get_Item_m0EFAF93D15F490BF75F891DA778AD16A98ADAC74_RuntimeMethod_var);
return (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 *)NULL;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::set_Item(System.Int32,System.Net.Configuration.AuthenticationModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_set_Item_mCE21BA70B3426B0E8367722448151B3CE73D1D06 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, int32_t ___index0, AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_set_Item_mCE21BA70B3426B0E8367722448151B3CE73D1D06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_set_Item_mCE21BA70B3426B0E8367722448151B3CE73D1D06_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.AuthenticationModuleElement System.Net.Configuration.AuthenticationModuleElementCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * AuthenticationModuleElementCollection_get_Item_m9C75F6C1430E7263329970443F22E695C481A01A (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_get_Item_m9C75F6C1430E7263329970443F22E695C481A01A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_get_Item_m9C75F6C1430E7263329970443F22E695C481A01A_RuntimeMethod_var);
return (AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 *)NULL;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::set_Item(System.String,System.Net.Configuration.AuthenticationModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_set_Item_m012DB9FCC5DC3454B4070A9BC1730E60C34F013C (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, String_t* ___name0, AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_set_Item_m012DB9FCC5DC3454B4070A9BC1730E60C34F013C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_set_Item_m012DB9FCC5DC3454B4070A9BC1730E60C34F013C_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Add(System.Net.Configuration.AuthenticationModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Add_m6A53C84D97DE1AA0CDF79D7AA7D28345D2E02BAB (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_Add_m6A53C84D97DE1AA0CDF79D7AA7D28345D2E02BAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Add_m6A53C84D97DE1AA0CDF79D7AA7D28345D2E02BAB_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Clear_m1CF53F7D39CE8D87215F1A82E15A2B86E61A24C1 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_Clear_m1CF53F7D39CE8D87215F1A82E15A2B86E61A24C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Clear_m1CF53F7D39CE8D87215F1A82E15A2B86E61A24C1_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElement System.Net.Configuration.AuthenticationModuleElementCollection::CreateNewElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * AuthenticationModuleElementCollection_CreateNewElement_m331D74244E35BCFF08C9E13206315317EDB54194 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_CreateNewElement_m331D74244E35BCFF08C9E13206315317EDB54194_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_CreateNewElement_m331D74244E35BCFF08C9E13206315317EDB54194_RuntimeMethod_var);
return (ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE *)NULL;
}
}
// System.Object System.Net.Configuration.AuthenticationModuleElementCollection::GetElementKey(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * AuthenticationModuleElementCollection_GetElementKey_m59B5459764DFCCABFBDB100A5FA00A6E240198DB (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_GetElementKey_m59B5459764DFCCABFBDB100A5FA00A6E240198DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_GetElementKey_m59B5459764DFCCABFBDB100A5FA00A6E240198DB_RuntimeMethod_var);
return NULL;
}
}
// System.Int32 System.Net.Configuration.AuthenticationModuleElementCollection::IndexOf(System.Net.Configuration.AuthenticationModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AuthenticationModuleElementCollection_IndexOf_m8998E4CB4B9D4FB2C35433C83C8998F72BE1D6F5 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_IndexOf_m8998E4CB4B9D4FB2C35433C83C8998F72BE1D6F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_IndexOf_m8998E4CB4B9D4FB2C35433C83C8998F72BE1D6F5_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Remove(System.Net.Configuration.AuthenticationModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Remove_mD183FF461C7F1B038B0F61D5F918C111B70F1355 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, AuthenticationModuleElement_t849BD00E7B5095C8FAE3848BD08BA1D929FD1E80 * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_Remove_mD183FF461C7F1B038B0F61D5F918C111B70F1355_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Remove_mD183FF461C7F1B038B0F61D5F918C111B70F1355_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_Remove_m80EA8EB88A356C9A0ED4505BAE0FC9FD846210A3 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_Remove_m80EA8EB88A356C9A0ED4505BAE0FC9FD846210A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_Remove_m80EA8EB88A356C9A0ED4505BAE0FC9FD846210A3_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.AuthenticationModuleElementCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModuleElementCollection_RemoveAt_m0F808A1EA890B77A95259A89C404293465AC9E82 (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModuleElementCollection_RemoveAt_m0F808A1EA890B77A95259A89C404293465AC9E82_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModuleElementCollection_RemoveAt_m0F808A1EA890B77A95259A89C404293465AC9E82_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.Configuration.AuthenticationModulesSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModulesSection__ctor_m904240CB6DE9562087C0F80A0F6FDAC53232BD99 (AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModulesSection__ctor_m904240CB6DE9562087C0F80A0F6FDAC53232BD99_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection__ctor_m904240CB6DE9562087C0F80A0F6FDAC53232BD99_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.AuthenticationModuleElementCollection System.Net.Configuration.AuthenticationModulesSection::get_AuthenticationModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD * AuthenticationModulesSection_get_AuthenticationModules_mA044A8475AE15EB879B21463E4928D50A87B8AB6 (AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModulesSection_get_AuthenticationModules_mA044A8475AE15EB879B21463E4928D50A87B8AB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_get_AuthenticationModules_mA044A8475AE15EB879B21463E4928D50A87B8AB6_RuntimeMethod_var);
return (AuthenticationModuleElementCollection_tF7B605BB9AEB4E9C477799AE3A2A641E03A1D7DD *)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.AuthenticationModulesSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * AuthenticationModulesSection_get_Properties_m78034207AA4659E8ADCA99B66006F857CB9D75FF (AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModulesSection_get_Properties_m78034207AA4659E8ADCA99B66006F857CB9D75FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_get_Properties_m78034207AA4659E8ADCA99B66006F857CB9D75FF_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Void System.Net.Configuration.AuthenticationModulesSection::InitializeDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModulesSection_InitializeDefault_mA3D3E7D2B763CDA1453485A3D924CB6B1BB4A118 (AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModulesSection_InitializeDefault_mA3D3E7D2B763CDA1453485A3D924CB6B1BB4A118_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_InitializeDefault_mA3D3E7D2B763CDA1453485A3D924CB6B1BB4A118_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.AuthenticationModulesSection::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationModulesSection_PostDeserialize_m3D669C344533443EACEFEE9D4D62CF5797671604 (AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationModulesSection_PostDeserialize_m3D669C344533443EACEFEE9D4D62CF5797671604_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(AuthenticationModulesSection_PostDeserialize_m3D669C344533443EACEFEE9D4D62CF5797671604_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.Configuration.BypassElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElement__ctor_mCF0B6BA7FA37103C4AD1DBCAC46B83E428ACC08F (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElement__ctor_mCF0B6BA7FA37103C4AD1DBCAC46B83E428ACC08F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElement__ctor_mCF0B6BA7FA37103C4AD1DBCAC46B83E428ACC08F_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.BypassElement::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElement__ctor_m955FA23835148B26B2DB78EDB487BC6F62F6D32F (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * __this, String_t* ___address0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElement__ctor_m955FA23835148B26B2DB78EDB487BC6F62F6D32F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElement__ctor_m955FA23835148B26B2DB78EDB487BC6F62F6D32F_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.BypassElement::get_Address()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BypassElement_get_Address_mDA0213FE100716F815C3E099C2806C9A3C03B599 (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElement_get_Address_mDA0213FE100716F815C3E099C2806C9A3C03B599_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElement_get_Address_mDA0213FE100716F815C3E099C2806C9A3C03B599_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.BypassElement::set_Address(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElement_set_Address_m527A35BC7876A7775E90650C9348746F41BC425E (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElement_set_Address_m527A35BC7876A7775E90650C9348746F41BC425E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElement_set_Address_m527A35BC7876A7775E90650C9348746F41BC425E_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.BypassElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * BypassElement_get_Properties_m3B9626957B575CCBB4AF77A7349A9E481C99B220 (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElement_get_Properties_m3B9626957B575CCBB4AF77A7349A9E481C99B220_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElement_get_Properties_m3B9626957B575CCBB4AF77A7349A9E481C99B220_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.BypassElementCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection__ctor_m867AF1FE6DBB2768AA199F45039C3E2641A9627A_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.BypassElement System.Net.Configuration.BypassElementCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * BypassElementCollection_get_Item_mC626B5F63A82C62580DFA2352461C52CE3501B9C (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_get_Item_mC626B5F63A82C62580DFA2352461C52CE3501B9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_get_Item_mC626B5F63A82C62580DFA2352461C52CE3501B9C_RuntimeMethod_var);
return (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF *)NULL;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::set_Item(System.Int32,System.Net.Configuration.BypassElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_set_Item_m70F1533435BAD792B34A9D7E6CB2B4E4032AB4DF (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, int32_t ___index0, BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_set_Item_m70F1533435BAD792B34A9D7E6CB2B4E4032AB4DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_set_Item_m70F1533435BAD792B34A9D7E6CB2B4E4032AB4DF_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.BypassElement System.Net.Configuration.BypassElementCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * BypassElementCollection_get_Item_mDC49CE8A00B1596C446856725D7E3A19A7EBC9BC (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_get_Item_mDC49CE8A00B1596C446856725D7E3A19A7EBC9BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_get_Item_mDC49CE8A00B1596C446856725D7E3A19A7EBC9BC_RuntimeMethod_var);
return (BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF *)NULL;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::set_Item(System.String,System.Net.Configuration.BypassElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_set_Item_m5F12952183B6B3E855A1A59537A5D5E96FD0CD00 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, String_t* ___name0, BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_set_Item_m5F12952183B6B3E855A1A59537A5D5E96FD0CD00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_set_Item_m5F12952183B6B3E855A1A59537A5D5E96FD0CD00_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.BypassElementCollection::get_ThrowOnDuplicate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BypassElementCollection_get_ThrowOnDuplicate_m82C6E9EA697FDDC3D9095D1EF806301B73411077 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_get_ThrowOnDuplicate_m82C6E9EA697FDDC3D9095D1EF806301B73411077_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_get_ThrowOnDuplicate_m82C6E9EA697FDDC3D9095D1EF806301B73411077_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::Add(System.Net.Configuration.BypassElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Add_m0E62A0E96E19C9E096ECBB7C2210E98B97134768 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_Add_m0E62A0E96E19C9E096ECBB7C2210E98B97134768_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_Add_m0E62A0E96E19C9E096ECBB7C2210E98B97134768_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Clear_m1BA291A0E65009DF1E39AC42F28B339A5BB0EF7C (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_Clear_m1BA291A0E65009DF1E39AC42F28B339A5BB0EF7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_Clear_m1BA291A0E65009DF1E39AC42F28B339A5BB0EF7C_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElement System.Net.Configuration.BypassElementCollection::CreateNewElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * BypassElementCollection_CreateNewElement_mD1EF34BF6A0062CE5FA934DCF9F6663064E4D021 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_CreateNewElement_mD1EF34BF6A0062CE5FA934DCF9F6663064E4D021_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_CreateNewElement_mD1EF34BF6A0062CE5FA934DCF9F6663064E4D021_RuntimeMethod_var);
return (ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE *)NULL;
}
}
// System.Object System.Net.Configuration.BypassElementCollection::GetElementKey(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * BypassElementCollection_GetElementKey_mCE3FAB145C447A26AA48190EFE939FE0E8B07773 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_GetElementKey_mCE3FAB145C447A26AA48190EFE939FE0E8B07773_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_GetElementKey_mCE3FAB145C447A26AA48190EFE939FE0E8B07773_RuntimeMethod_var);
return NULL;
}
}
// System.Int32 System.Net.Configuration.BypassElementCollection::IndexOf(System.Net.Configuration.BypassElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t BypassElementCollection_IndexOf_mC83B6CA72E61A8723981572468100F49DDB55F66 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_IndexOf_mC83B6CA72E61A8723981572468100F49DDB55F66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_IndexOf_mC83B6CA72E61A8723981572468100F49DDB55F66_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::Remove(System.Net.Configuration.BypassElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Remove_m43BFFB83705D7F4EB675B035EB2BDD46AF743EAE (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, BypassElement_t89C59A549C7A25609AA5C200352CD9E310172BAF * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_Remove_m43BFFB83705D7F4EB675B035EB2BDD46AF743EAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_Remove_m43BFFB83705D7F4EB675B035EB2BDD46AF743EAE_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_Remove_m60C702B5942E709E6BDC9EBA97AE89563A71B1F1 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_Remove_m60C702B5942E709E6BDC9EBA97AE89563A71B1F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_Remove_m60C702B5942E709E6BDC9EBA97AE89563A71B1F1_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.BypassElementCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BypassElementCollection_RemoveAt_m090649057E928F64B6A6DFD78C93CD753112CD52 (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (BypassElementCollection_RemoveAt_m090649057E928F64B6A6DFD78C93CD753112CD52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(BypassElementCollection_RemoveAt_m090649057E928F64B6A6DFD78C93CD753112CD52_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.Configuration.ConnectionManagementElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement__ctor_m0023BA2436790A1103DECB09C8E6327434807BE9 (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement__ctor_m0023BA2436790A1103DECB09C8E6327434807BE9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement__ctor_m0023BA2436790A1103DECB09C8E6327434807BE9_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElement::.ctor(System.String,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement__ctor_m1F1F16B2F2D83DFF101BDDE70B80810974ED39DE (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, String_t* ___address0, int32_t ___maxConnection1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement__ctor_m1F1F16B2F2D83DFF101BDDE70B80810974ED39DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement__ctor_m1F1F16B2F2D83DFF101BDDE70B80810974ED39DE_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.ConnectionManagementElement::get_Address()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ConnectionManagementElement_get_Address_mB3BF0CD3F2917B34CC82C81AFF9310B2D51D4BB6 (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement_get_Address_mB3BF0CD3F2917B34CC82C81AFF9310B2D51D4BB6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_get_Address_mB3BF0CD3F2917B34CC82C81AFF9310B2D51D4BB6_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElement::set_Address(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement_set_Address_m8DCC5E63F0FDE6D0139D649FD433C64CAB56AC37 (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement_set_Address_m8DCC5E63F0FDE6D0139D649FD433C64CAB56AC37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_set_Address_m8DCC5E63F0FDE6D0139D649FD433C64CAB56AC37_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Net.Configuration.ConnectionManagementElement::get_MaxConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionManagementElement_get_MaxConnection_m30E7F9D3661EF9EF1DAF4A7C39093E940592391C (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement_get_MaxConnection_m30E7F9D3661EF9EF1DAF4A7C39093E940592391C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_get_MaxConnection_m30E7F9D3661EF9EF1DAF4A7C39093E940592391C_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElement::set_MaxConnection(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElement_set_MaxConnection_m267B972B117EBB2452FF8B7BA480EDF15B47227A (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement_set_MaxConnection_m267B972B117EBB2452FF8B7BA480EDF15B47227A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_set_MaxConnection_m267B972B117EBB2452FF8B7BA480EDF15B47227A_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * ConnectionManagementElement_get_Properties_mF0DEA60C9A6260A80894DDC65B1DA7868494594B (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElement_get_Properties_mF0DEA60C9A6260A80894DDC65B1DA7868494594B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElement_get_Properties_mF0DEA60C9A6260A80894DDC65B1DA7868494594B_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection__ctor_mA29AB3A62411F032C5EF86B16E7633A386000C7B_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ConnectionManagementElement System.Net.Configuration.ConnectionManagementElementCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ConnectionManagementElementCollection_get_Item_mB66335B7CB81069B2976B56EB7443CE1BAE25D8C (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_get_Item_mB66335B7CB81069B2976B56EB7443CE1BAE25D8C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_get_Item_mB66335B7CB81069B2976B56EB7443CE1BAE25D8C_RuntimeMethod_var);
return (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD *)NULL;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::set_Item(System.Int32,System.Net.Configuration.ConnectionManagementElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_set_Item_m62D225CBCF22C168EA6CBAB1089A871E6A0F1C03 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, int32_t ___index0, ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_set_Item_m62D225CBCF22C168EA6CBAB1089A871E6A0F1C03_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_set_Item_m62D225CBCF22C168EA6CBAB1089A871E6A0F1C03_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ConnectionManagementElement System.Net.Configuration.ConnectionManagementElementCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ConnectionManagementElementCollection_get_Item_mDFEF6B45AE6C3361670D3F7BDBD245BA43588FDD (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_get_Item_mDFEF6B45AE6C3361670D3F7BDBD245BA43588FDD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_get_Item_mDFEF6B45AE6C3361670D3F7BDBD245BA43588FDD_RuntimeMethod_var);
return (ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD *)NULL;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::set_Item(System.String,System.Net.Configuration.ConnectionManagementElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_set_Item_m21A429B0561CD6528BD135F7066737E63625E3D6 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, String_t* ___name0, ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_set_Item_m21A429B0561CD6528BD135F7066737E63625E3D6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_set_Item_m21A429B0561CD6528BD135F7066737E63625E3D6_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::Add(System.Net.Configuration.ConnectionManagementElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Add_m27CF8784089268495A0B19B5C6CFBC7BE9EFEAEA (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_Add_m27CF8784089268495A0B19B5C6CFBC7BE9EFEAEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Add_m27CF8784089268495A0B19B5C6CFBC7BE9EFEAEA_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Clear_m6F253ED69AB1E6A03E3900498FDD9183D905A608 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_Clear_m6F253ED69AB1E6A03E3900498FDD9183D905A608_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Clear_m6F253ED69AB1E6A03E3900498FDD9183D905A608_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElement System.Net.Configuration.ConnectionManagementElementCollection::CreateNewElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ConnectionManagementElementCollection_CreateNewElement_m4C117E2FB6B32B842182A84EDAAF500FC2D8A8E8 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_CreateNewElement_m4C117E2FB6B32B842182A84EDAAF500FC2D8A8E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_CreateNewElement_m4C117E2FB6B32B842182A84EDAAF500FC2D8A8E8_RuntimeMethod_var);
return (ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE *)NULL;
}
}
// System.Object System.Net.Configuration.ConnectionManagementElementCollection::GetElementKey(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * ConnectionManagementElementCollection_GetElementKey_mE1A93BE341B14538E0ABF687686F20EC837A1DCD (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_GetElementKey_mE1A93BE341B14538E0ABF687686F20EC837A1DCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_GetElementKey_mE1A93BE341B14538E0ABF687686F20EC837A1DCD_RuntimeMethod_var);
return NULL;
}
}
// System.Int32 System.Net.Configuration.ConnectionManagementElementCollection::IndexOf(System.Net.Configuration.ConnectionManagementElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConnectionManagementElementCollection_IndexOf_mCBBC52D00D6DC58679ED823DEA626AA9D843DCD3 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_IndexOf_mCBBC52D00D6DC58679ED823DEA626AA9D843DCD3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_IndexOf_mCBBC52D00D6DC58679ED823DEA626AA9D843DCD3_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::Remove(System.Net.Configuration.ConnectionManagementElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Remove_m9CF8D067B7A597432AFD52B6DDAF1519883399AA (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, ConnectionManagementElement_tABDA95F63A9CBFC2720D7D3F15C5B352EC5CE7AD * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_Remove_m9CF8D067B7A597432AFD52B6DDAF1519883399AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Remove_m9CF8D067B7A597432AFD52B6DDAF1519883399AA_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_Remove_mF42D064759A1B1368609DD6AC6500936DB935151 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_Remove_mF42D064759A1B1368609DD6AC6500936DB935151_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_Remove_mF42D064759A1B1368609DD6AC6500936DB935151_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.ConnectionManagementElementCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementElementCollection_RemoveAt_mB7D7996568D4D4BE34B349CE22E56D1956EDC6C9 (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementElementCollection_RemoveAt_mB7D7996568D4D4BE34B349CE22E56D1956EDC6C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementElementCollection_RemoveAt_mB7D7996568D4D4BE34B349CE22E56D1956EDC6C9_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.Configuration.ConnectionManagementSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4 (ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementSection__ctor_m1112C1BE1A9466BBCDD5C2ED20E80CDE03B46CA4_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ConnectionManagementElementCollection System.Net.Configuration.ConnectionManagementSection::get_ConnectionManagement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 * ConnectionManagementSection_get_ConnectionManagement_m6D95AD9F8E1387A6E23D6B65B99E85AD367376DE (ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementSection_get_ConnectionManagement_m6D95AD9F8E1387A6E23D6B65B99E85AD367376DE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementSection_get_ConnectionManagement_m6D95AD9F8E1387A6E23D6B65B99E85AD367376DE_RuntimeMethod_var);
return (ConnectionManagementElementCollection_t83F843AEC2D2354836CC863E346FE2ECFEED2572 *)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ConnectionManagementSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * ConnectionManagementSection_get_Properties_m1737189D2D78E81728CFF1CCCEB99E1FFFEA3F19 (ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionManagementSection_get_Properties_m1737189D2D78E81728CFF1CCCEB99E1FFFEA3F19_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ConnectionManagementSection_get_Properties_m1737189D2D78E81728CFF1CCCEB99E1FFFEA3F19_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.DefaultProxySection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection__ctor_m41EADE87065B61EDF32F67D2E62F04946886DAF6_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.BypassElementCollection System.Net.Configuration.DefaultProxySection::get_BypassList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 * DefaultProxySection_get_BypassList_m7DA26F2B2033B509E26047C33CC19DD0488AA6A4 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_get_BypassList_m7DA26F2B2033B509E26047C33CC19DD0488AA6A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_BypassList_m7DA26F2B2033B509E26047C33CC19DD0488AA6A4_RuntimeMethod_var);
return (BypassElementCollection_t5CCE032F76311FCEFC3128DA5A88D25568A234A7 *)NULL;
}
}
// System.Boolean System.Net.Configuration.DefaultProxySection::get_Enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultProxySection_get_Enabled_m01CA9E8608CC7B921F66EF2132D4184FBDD5E569 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_get_Enabled_m01CA9E8608CC7B921F66EF2132D4184FBDD5E569_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Enabled_m01CA9E8608CC7B921F66EF2132D4184FBDD5E569_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.DefaultProxySection::set_Enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_set_Enabled_m6EEDFE5E0E9013954158A041F70FAE52669A2FC6 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_set_Enabled_m6EEDFE5E0E9013954158A041F70FAE52669A2FC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_set_Enabled_m6EEDFE5E0E9013954158A041F70FAE52669A2FC6_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ModuleElement System.Net.Configuration.DefaultProxySection::get_Module()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F * DefaultProxySection_get_Module_mB20B34E3878810DB85D2E2BE792926B2F6E519FD (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_get_Module_mB20B34E3878810DB85D2E2BE792926B2F6E519FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Module_mB20B34E3878810DB85D2E2BE792926B2F6E519FD_RuntimeMethod_var);
return (ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F *)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.DefaultProxySection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * DefaultProxySection_get_Properties_m6F70EC02D977EB16F86354188A72DC87A8959555 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_get_Properties_m6F70EC02D977EB16F86354188A72DC87A8959555_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Properties_m6F70EC02D977EB16F86354188A72DC87A8959555_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Net.Configuration.ProxyElement System.Net.Configuration.DefaultProxySection::get_Proxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * DefaultProxySection_get_Proxy_m63174DA388B41CE3EA8332FA0D4E3887C7BE9A13 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_get_Proxy_m63174DA388B41CE3EA8332FA0D4E3887C7BE9A13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_Proxy_m63174DA388B41CE3EA8332FA0D4E3887C7BE9A13_RuntimeMethod_var);
return (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 *)NULL;
}
}
// System.Boolean System.Net.Configuration.DefaultProxySection::get_UseDefaultCredentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DefaultProxySection_get_UseDefaultCredentials_mE894C56BE6E9AC6D96E19056FE1034C716FC0406 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_get_UseDefaultCredentials_mE894C56BE6E9AC6D96E19056FE1034C716FC0406_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_get_UseDefaultCredentials_mE894C56BE6E9AC6D96E19056FE1034C716FC0406_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.DefaultProxySection::set_UseDefaultCredentials(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_set_UseDefaultCredentials_m3FE7769E4FC9A782874797027021E0A2C34B53EA (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_set_UseDefaultCredentials_m3FE7769E4FC9A782874797027021E0A2C34B53EA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_set_UseDefaultCredentials_m3FE7769E4FC9A782874797027021E0A2C34B53EA_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.DefaultProxySection::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_PostDeserialize_mA96C061423D829309CD71496F9B4E6F6C76FA839 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_PostDeserialize_mA96C061423D829309CD71496F9B4E6F6C76FA839_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_PostDeserialize_mA96C061423D829309CD71496F9B4E6F6C76FA839_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.DefaultProxySection::Reset(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySection_Reset_m54AC9323047B1FB38795C9F466C1C01192F75276 (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___parentElement0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySection_Reset_m54AC9323047B1FB38795C9F466C1C01192F75276_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(DefaultProxySection_Reset_m54AC9323047B1FB38795C9F466C1C01192F75276_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.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetDefaultProxy_UsingOldMonoCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795 (const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0(/*hidden argument*/NULL);
return L_0;
}
}
// System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::GetSystemWebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_GetSystemWebProxy_m7BE3F8E1011DD7156B05BEA3264DB8ED549072C0 (const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5(/*hidden argument*/NULL);
return L_0;
}
}
// System.Object System.Net.Configuration.DefaultProxySectionInternal::get_ClassSyncObject()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
RuntimeObject * L_0 = ((DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var))->get_classSyncObject_1();
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;
RuntimeObject * L_2 = V_0;
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)(((DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var))->get_address_of_classSyncObject_1()), L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
RuntimeObject * L_3 = ((DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_StaticFields*)il2cpp_codegen_static_fields_for(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var))->get_classSyncObject_1();
return L_3;
}
}
// System.Net.Configuration.DefaultProxySectionInternal System.Net.Configuration.DefaultProxySectionInternal::GetSection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * 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);
{
RuntimeObject * L_0 = DefaultProxySectionInternal_get_ClassSyncObject_mB2D90511F956EA13FAB810CBF9A4C656E5D56F65(/*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
RuntimeObject * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_2 = (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 *)il2cpp_codegen_object_new(DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459_il2cpp_TypeInfo_var);
DefaultProxySectionInternal__ctor_m0C5C6CB50669D34ED3B3699B39170041383E0005(L_2, /*hidden argument*/NULL);
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_3 = L_2;
RuntimeObject* L_4 = DefaultProxySectionInternal_GetDefaultProxy_UsingOldMonoCode_m1FBAB2FA8C0B87ADA0523CAA34F9D5230098A795(/*hidden argument*/NULL);
NullCheck(L_3);
L_3->set_webProxy_0(L_4);
V_2 = L_3;
IL2CPP_LEAVE(0x2D, FINALLY_0023);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0023;
}
FINALLY_0023:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_002c;
}
}
IL_0026:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_002c:
{
IL2CPP_END_FINALLY(35)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(35)
{
IL2CPP_JUMP_TBL(0x2D, IL_002d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002d:
{
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_7 = V_2;
return L_7;
}
}
// System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::get_WebProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_get_WebProxy_m38F5DF1772271FC6014B56D93654B771D745AB9B (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_webProxy_0();
return L_0;
}
}
// System.Void System.Net.Configuration.DefaultProxySectionInternal::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DefaultProxySectionInternal__ctor_m0C5C6CB50669D34ED3B3699B39170041383E0005 (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __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.Configuration.FtpCachePolicyElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement__ctor_m95B1E588E43D686712A53D13797E7D1A94BE31AB (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpCachePolicyElement__ctor_m95B1E588E43D686712A53D13797E7D1A94BE31AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement__ctor_m95B1E588E43D686712A53D13797E7D1A94BE31AB_RuntimeMethod_var);
return;
}
}
// System.Net.Cache.RequestCacheLevel System.Net.Configuration.FtpCachePolicyElement::get_PolicyLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpCachePolicyElement_get_PolicyLevel_m7C8578BE71C665A789B2D60481B906DFE7F1E50B (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpCachePolicyElement_get_PolicyLevel_m7C8578BE71C665A789B2D60481B906DFE7F1E50B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_get_PolicyLevel_m7C8578BE71C665A789B2D60481B906DFE7F1E50B_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.FtpCachePolicyElement::set_PolicyLevel(System.Net.Cache.RequestCacheLevel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement_set_PolicyLevel_mB7BE8351F888485F7D3FCAA1D8577E89D413D591 (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpCachePolicyElement_set_PolicyLevel_mB7BE8351F888485F7D3FCAA1D8577E89D413D591_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_set_PolicyLevel_mB7BE8351F888485F7D3FCAA1D8577E89D413D591_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.FtpCachePolicyElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * FtpCachePolicyElement_get_Properties_m7E8ECAEAD1E0BAFF7C93179948AA267E163C8D9C (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpCachePolicyElement_get_Properties_m7E8ECAEAD1E0BAFF7C93179948AA267E163C8D9C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_get_Properties_m7E8ECAEAD1E0BAFF7C93179948AA267E163C8D9C_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Void System.Net.Configuration.FtpCachePolicyElement::DeserializeElement(System.Xml.XmlReader,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement_DeserializeElement_m7DE5BF070F345AF2987B195F90E7FF9F47933C10 (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpCachePolicyElement_DeserializeElement_m7DE5BF070F345AF2987B195F90E7FF9F47933C10_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_DeserializeElement_m7DE5BF070F345AF2987B195F90E7FF9F47933C10_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.FtpCachePolicyElement::Reset(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpCachePolicyElement_Reset_m6C29118C74125A84EBE280D9082D98DF03CA75C8 (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___parentElement0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpCachePolicyElement_Reset_m6C29118C74125A84EBE280D9082D98DF03CA75C8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(FtpCachePolicyElement_Reset_m6C29118C74125A84EBE280D9082D98DF03CA75C8_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.Configuration.HttpCachePolicyElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement__ctor_m652635C889C140E4CB01D0F74E774C3B6362403A (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement__ctor_m652635C889C140E4CB01D0F74E774C3B6362403A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement__ctor_m652635C889C140E4CB01D0F74E774C3B6362403A_RuntimeMethod_var);
return;
}
}
// System.TimeSpan System.Net.Configuration.HttpCachePolicyElement::get_MaximumAge()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpCachePolicyElement_get_MaximumAge_m06886C64EA00F985C50C5363035D74F15816183A (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_get_MaximumAge_m06886C64EA00F985C50C5363035D74F15816183A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_get_MaximumAge_m06886C64EA00F985C50C5363035D74F15816183A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpCachePolicyElement::set_MaximumAge(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement_set_MaximumAge_m8728E0F92D50E3F2BD4603252AC649EEB5D79768 (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_set_MaximumAge_m8728E0F92D50E3F2BD4603252AC649EEB5D79768_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_set_MaximumAge_m8728E0F92D50E3F2BD4603252AC649EEB5D79768_RuntimeMethod_var);
return;
}
}
// System.TimeSpan System.Net.Configuration.HttpCachePolicyElement::get_MaximumStale()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpCachePolicyElement_get_MaximumStale_mF770E69DB89D2803CFF6CBEEA3F9BBBCA91F3AA5 (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_get_MaximumStale_mF770E69DB89D2803CFF6CBEEA3F9BBBCA91F3AA5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_get_MaximumStale_mF770E69DB89D2803CFF6CBEEA3F9BBBCA91F3AA5_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpCachePolicyElement::set_MaximumStale(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement_set_MaximumStale_m8EB2C4FCBA69B7EEBEE79A19EDD3401982B72FDA (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_set_MaximumStale_m8EB2C4FCBA69B7EEBEE79A19EDD3401982B72FDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_set_MaximumStale_m8EB2C4FCBA69B7EEBEE79A19EDD3401982B72FDA_RuntimeMethod_var);
return;
}
}
// System.TimeSpan System.Net.Configuration.HttpCachePolicyElement::get_MinimumFresh()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpCachePolicyElement_get_MinimumFresh_m1F3587A5AAB94B20BB76983A0BFBE841720154AB (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_get_MinimumFresh_m1F3587A5AAB94B20BB76983A0BFBE841720154AB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_get_MinimumFresh_m1F3587A5AAB94B20BB76983A0BFBE841720154AB_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpCachePolicyElement::set_MinimumFresh(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement_set_MinimumFresh_mC06BDF698AA0824C3E0FFF04480D7A8EF06C2FD0 (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_set_MinimumFresh_mC06BDF698AA0824C3E0FFF04480D7A8EF06C2FD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_set_MinimumFresh_mC06BDF698AA0824C3E0FFF04480D7A8EF06C2FD0_RuntimeMethod_var);
return;
}
}
// System.Net.Cache.HttpRequestCacheLevel System.Net.Configuration.HttpCachePolicyElement::get_PolicyLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpCachePolicyElement_get_PolicyLevel_mCCB6EF90046CB7E9E595CC2AD370399477A51D69 (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_get_PolicyLevel_mCCB6EF90046CB7E9E595CC2AD370399477A51D69_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_get_PolicyLevel_mCCB6EF90046CB7E9E595CC2AD370399477A51D69_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpCachePolicyElement::set_PolicyLevel(System.Net.Cache.HttpRequestCacheLevel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement_set_PolicyLevel_m13C4321FD9E5BF3B2EC7AF005F23A972EF007C2F (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_set_PolicyLevel_m13C4321FD9E5BF3B2EC7AF005F23A972EF007C2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_set_PolicyLevel_m13C4321FD9E5BF3B2EC7AF005F23A972EF007C2F_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpCachePolicyElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * HttpCachePolicyElement_get_Properties_m86843872506C11CFD292179D7A0BB9E4E6642FD0 (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_get_Properties_m86843872506C11CFD292179D7A0BB9E4E6642FD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_get_Properties_m86843872506C11CFD292179D7A0BB9E4E6642FD0_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Void System.Net.Configuration.HttpCachePolicyElement::DeserializeElement(System.Xml.XmlReader,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement_DeserializeElement_mF2DE1A5CD89E93B605C170CAE25CCAC8E57A8B7F (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_DeserializeElement_mF2DE1A5CD89E93B605C170CAE25CCAC8E57A8B7F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_DeserializeElement_mF2DE1A5CD89E93B605C170CAE25CCAC8E57A8B7F_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.HttpCachePolicyElement::Reset(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpCachePolicyElement_Reset_mBDA7181090E874C36E34AD29310387E19096FEDE (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___parentElement0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpCachePolicyElement_Reset_mBDA7181090E874C36E34AD29310387E19096FEDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpCachePolicyElement_Reset_mBDA7181090E874C36E34AD29310387E19096FEDE_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.Configuration.HttpListenerElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpListenerElement__ctor_m9629AC91C4F2468B58ABE80D60E97EF0E341AD91 (HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerElement__ctor_m9629AC91C4F2468B58ABE80D60E97EF0E341AD91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpListenerElement__ctor_m9629AC91C4F2468B58ABE80D60E97EF0E341AD91_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpListenerElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * HttpListenerElement_get_Properties_m3F1B65FACAD3AD63B354AC1A156B3B6A8352131A (HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerElement_get_Properties_m3F1B65FACAD3AD63B354AC1A156B3B6A8352131A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpListenerElement_get_Properties_m3F1B65FACAD3AD63B354AC1A156B3B6A8352131A_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Net.Configuration.HttpListenerTimeoutsElement System.Net.Configuration.HttpListenerElement::get_Timeouts()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * HttpListenerElement_get_Timeouts_m0AA98E1D079B8858D0CA331C9E20C2BA3F56E2C9 (HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerElement_get_Timeouts_m0AA98E1D079B8858D0CA331C9E20C2BA3F56E2C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpListenerElement_get_Timeouts_m0AA98E1D079B8858D0CA331C9E20C2BA3F56E2C9_RuntimeMethod_var);
return (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD *)NULL;
}
}
// System.Boolean System.Net.Configuration.HttpListenerElement::get_UnescapeRequestUrl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpListenerElement_get_UnescapeRequestUrl_mBE885551A236AA0470E179075BC58B9CC33AD911 (HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerElement_get_UnescapeRequestUrl_mBE885551A236AA0470E179075BC58B9CC33AD911_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(HttpListenerElement_get_UnescapeRequestUrl_mBE885551A236AA0470E179075BC58B9CC33AD911_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.HttpListenerTimeoutsElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpListenerTimeoutsElement__ctor_m9F93D9507CDFD3CDB8028040B16275F2A9C4BB31 (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement__ctor_m9F93D9507CDFD3CDB8028040B16275F2A9C4BB31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement__ctor_m9F93D9507CDFD3CDB8028040B16275F2A9C4BB31_RuntimeMethod_var);
return;
}
}
// System.TimeSpan System.Net.Configuration.HttpListenerTimeoutsElement::get_DrainEntityBody()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpListenerTimeoutsElement_get_DrainEntityBody_mD63F13E01A5C7C4EFDB10CE778279B2A0B92AF37 (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_DrainEntityBody_mD63F13E01A5C7C4EFDB10CE778279B2A0B92AF37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_DrainEntityBody_mD63F13E01A5C7C4EFDB10CE778279B2A0B92AF37_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.TimeSpan System.Net.Configuration.HttpListenerTimeoutsElement::get_EntityBody()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpListenerTimeoutsElement_get_EntityBody_mD34FB7976AA94C8B04250D855EC4DED0DAB6CAC6 (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_EntityBody_mD34FB7976AA94C8B04250D855EC4DED0DAB6CAC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_EntityBody_mD34FB7976AA94C8B04250D855EC4DED0DAB6CAC6_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.TimeSpan System.Net.Configuration.HttpListenerTimeoutsElement::get_HeaderWait()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpListenerTimeoutsElement_get_HeaderWait_mEDD3616D5C0D3C01CDD8898404E70C015EF38D5C (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_HeaderWait_mEDD3616D5C0D3C01CDD8898404E70C015EF38D5C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_HeaderWait_mEDD3616D5C0D3C01CDD8898404E70C015EF38D5C_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.TimeSpan System.Net.Configuration.HttpListenerTimeoutsElement::get_IdleConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpListenerTimeoutsElement_get_IdleConnection_m44973CDED6F8E784BF69F577C2798FD26DBA5436 (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_IdleConnection_m44973CDED6F8E784BF69F577C2798FD26DBA5436_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_IdleConnection_m44973CDED6F8E784BF69F577C2798FD26DBA5436_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.Int64 System.Net.Configuration.HttpListenerTimeoutsElement::get_MinSendBytesPerSecond()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HttpListenerTimeoutsElement_get_MinSendBytesPerSecond_mA4329C375EB32699E8A2ECE6C957886E79A31502 (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_MinSendBytesPerSecond_mA4329C375EB32699E8A2ECE6C957886E79A31502_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_MinSendBytesPerSecond_mA4329C375EB32699E8A2ECE6C957886E79A31502_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int64_t));
int64_t L_0 = V_0;
return L_0;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpListenerTimeoutsElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * HttpListenerTimeoutsElement_get_Properties_mAB41184BDC5B5077CC9FEE7B77CC46EEAFD71CE1 (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_Properties_mAB41184BDC5B5077CC9FEE7B77CC46EEAFD71CE1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_Properties_mAB41184BDC5B5077CC9FEE7B77CC46EEAFD71CE1_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.TimeSpan System.Net.Configuration.HttpListenerTimeoutsElement::get_RequestQueue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 HttpListenerTimeoutsElement_get_RequestQueue_m0EB1A713F92E1309824B9421F7F4C2A336FC4A2F (HttpListenerTimeoutsElement_t6C71FADDF95D0625B99DD4BBB266E518B6C8CEDD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpListenerTimeoutsElement_get_RequestQueue_m0EB1A713F92E1309824B9421F7F4C2A336FC4A2F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(HttpListenerTimeoutsElement_get_RequestQueue_m0EB1A713F92E1309824B9421F7F4C2A336FC4A2F_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.HttpWebRequestElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement__ctor_mE3A4CA43FCC72E10B6C7B4920F429C028765E233_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Net.Configuration.HttpWebRequestElement::get_MaximumErrorResponseLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequestElement_get_MaximumErrorResponseLength_mD4988D8745389248E570D18E87217B622BC7EE09 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_get_MaximumErrorResponseLength_mD4988D8745389248E570D18E87217B622BC7EE09_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_get_MaximumErrorResponseLength_mD4988D8745389248E570D18E87217B622BC7EE09_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpWebRequestElement::set_MaximumErrorResponseLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_MaximumErrorResponseLength_m846B1FC8346203259E2950B8F630422239E28D4D (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_set_MaximumErrorResponseLength_m846B1FC8346203259E2950B8F630422239E28D4D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_set_MaximumErrorResponseLength_m846B1FC8346203259E2950B8F630422239E28D4D_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Net.Configuration.HttpWebRequestElement::get_MaximumResponseHeadersLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequestElement_get_MaximumResponseHeadersLength_m9841ADDC5115766A297E0B19FA67DC8F31DCE93E (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_get_MaximumResponseHeadersLength_m9841ADDC5115766A297E0B19FA67DC8F31DCE93E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_get_MaximumResponseHeadersLength_m9841ADDC5115766A297E0B19FA67DC8F31DCE93E_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpWebRequestElement::set_MaximumResponseHeadersLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_MaximumResponseHeadersLength_m7D6CDCA32890FE1CA8AA4A944C9AB6A61BB5A589 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_set_MaximumResponseHeadersLength_m7D6CDCA32890FE1CA8AA4A944C9AB6A61BB5A589_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_set_MaximumResponseHeadersLength_m7D6CDCA32890FE1CA8AA4A944C9AB6A61BB5A589_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Net.Configuration.HttpWebRequestElement::get_MaximumUnauthorizedUploadLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m9B09BBA544AAC2D3EA9AC72498739704A66ECE00 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m9B09BBA544AAC2D3EA9AC72498739704A66ECE00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_get_MaximumUnauthorizedUploadLength_m9B09BBA544AAC2D3EA9AC72498739704A66ECE00_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpWebRequestElement::set_MaximumUnauthorizedUploadLength(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m07F74A5193FFA6F158A4DA10815E724C135AEC27 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m07F74A5193FFA6F158A4DA10815E724C135AEC27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_set_MaximumUnauthorizedUploadLength_m07F74A5193FFA6F158A4DA10815E724C135AEC27_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.HttpWebRequestElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * HttpWebRequestElement_get_Properties_m531EDF2F56823100C47A9EEE1575143E5EB5463C (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_get_Properties_m531EDF2F56823100C47A9EEE1575143E5EB5463C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_get_Properties_m531EDF2F56823100C47A9EEE1575143E5EB5463C_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Boolean System.Net.Configuration.HttpWebRequestElement::get_UseUnsafeHeaderParsing()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequestElement_get_UseUnsafeHeaderParsing_mC9B1CD7FD8476A9464F2E9E9242273CDADA360C3 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_get_UseUnsafeHeaderParsing_mC9B1CD7FD8476A9464F2E9E9242273CDADA360C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_get_UseUnsafeHeaderParsing_mC9B1CD7FD8476A9464F2E9E9242273CDADA360C3_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.HttpWebRequestElement::set_UseUnsafeHeaderParsing(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequestElement_set_UseUnsafeHeaderParsing_m9C3690651176771DC6A07128A4B67789D3EB1C33 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_set_UseUnsafeHeaderParsing_m9C3690651176771DC6A07128A4B67789D3EB1C33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_set_UseUnsafeHeaderParsing_m9C3690651176771DC6A07128A4B67789D3EB1C33_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.HttpWebRequestElement::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequestElement_PostDeserialize_mC52705595736D79039D0404106EE91FB3C47CCC1 (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (HttpWebRequestElement_PostDeserialize_mC52705595736D79039D0404106EE91FB3C47CCC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(HttpWebRequestElement_PostDeserialize_mC52705595736D79039D0404106EE91FB3C47CCC1_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.Configuration.Ipv6Element::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965 (Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(Ipv6Element__ctor_m3F7DF39E6E51517E1429BAE43FA782BF3AF17965_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.Ipv6Element::get_Enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Ipv6Element_get_Enabled_m0A5503CB8F4C257C1BF3BAAFE34BCEF44C009DBF (Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ipv6Element_get_Enabled_m0A5503CB8F4C257C1BF3BAAFE34BCEF44C009DBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(Ipv6Element_get_Enabled_m0A5503CB8F4C257C1BF3BAAFE34BCEF44C009DBF_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.Ipv6Element::set_Enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Ipv6Element_set_Enabled_m5F03946933BD0C6209773C2F5E9916A2B9237334 (Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ipv6Element_set_Enabled_m5F03946933BD0C6209773C2F5E9916A2B9237334_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(Ipv6Element_set_Enabled_m5F03946933BD0C6209773C2F5E9916A2B9237334_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.Ipv6Element::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * Ipv6Element_get_Properties_m156008D7E5279C50DE4CEDB6D4D3CEDAF2ACF8DC (Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Ipv6Element_get_Properties_m156008D7E5279C50DE4CEDB6D4D3CEDAF2ACF8DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(Ipv6Element_get_Properties_m156008D7E5279C50DE4CEDB6D4D3CEDAF2ACF8DC_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.MailSettingsSectionGroup::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MailSettingsSectionGroup__ctor_mCE0A5D234BFD0FC495BD215DE5947EDF79AB8E52 (MailSettingsSectionGroup_tDF447B7F8FB2FD1788402B2B8350DD8F3C74DBCB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MailSettingsSectionGroup__ctor_mCE0A5D234BFD0FC495BD215DE5947EDF79AB8E52_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(MailSettingsSectionGroup__ctor_mCE0A5D234BFD0FC495BD215DE5947EDF79AB8E52_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.SmtpSection System.Net.Configuration.MailSettingsSectionGroup::get_Smtp()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * MailSettingsSectionGroup_get_Smtp_m1A38DD20AD2B8FE5BCB287800C0F114A2804F67B (MailSettingsSectionGroup_tDF447B7F8FB2FD1788402B2B8350DD8F3C74DBCB * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (MailSettingsSectionGroup_get_Smtp_m1A38DD20AD2B8FE5BCB287800C0F114A2804F67B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(MailSettingsSectionGroup_get_Smtp_m1A38DD20AD2B8FE5BCB287800C0F114A2804F67B_RuntimeMethod_var);
return (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.ModuleElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuleElement__ctor_m28AB5250C24A0A50B43E74D587FAE8362BD5C585 (ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ModuleElement__ctor_m28AB5250C24A0A50B43E74D587FAE8362BD5C585_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ModuleElement__ctor_m28AB5250C24A0A50B43E74D587FAE8362BD5C585_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ModuleElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * ModuleElement_get_Properties_m5EC5A35992191DA17DA37970F6791D578063A639 (ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ModuleElement_get_Properties_m5EC5A35992191DA17DA37970F6791D578063A639_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ModuleElement_get_Properties_m5EC5A35992191DA17DA37970F6791D578063A639_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.String System.Net.Configuration.ModuleElement::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* ModuleElement_get_Type_m55A589185B11FD2387C3864A69C9CD402B4EAF27 (ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ModuleElement_get_Type_m55A589185B11FD2387C3864A69C9CD402B4EAF27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ModuleElement_get_Type_m55A589185B11FD2387C3864A69C9CD402B4EAF27_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.ModuleElement::set_Type(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ModuleElement_set_Type_m275ED7FFEB17ED234905A98EBF214CE22E38FF81 (ModuleElement_t99D93E6480F780316895A76DCC49E6AB7212507F * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ModuleElement_set_Type_m275ED7FFEB17ED234905A98EBF214CE22E38FF81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ModuleElement_set_Type_m275ED7FFEB17ED234905A98EBF214CE22E38FF81_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.Configuration.NetSectionGroup::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269 (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup__ctor_m566D7C9466957BCE3B8FE2D0EA2582CC2F95F269_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.AuthenticationModulesSection System.Net.Configuration.NetSectionGroup::get_AuthenticationModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 * NetSectionGroup_get_AuthenticationModules_m3460D43955D0FD986C371F252D78042A1E30CC8D (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_AuthenticationModules_m3460D43955D0FD986C371F252D78042A1E30CC8D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_AuthenticationModules_m3460D43955D0FD986C371F252D78042A1E30CC8D_RuntimeMethod_var);
return (AuthenticationModulesSection_tC01D5227FFEEA3135D0B519F7EF1425CE65DDC41 *)NULL;
}
}
// System.Net.Configuration.ConnectionManagementSection System.Net.Configuration.NetSectionGroup::get_ConnectionManagement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 * NetSectionGroup_get_ConnectionManagement_m5E31A7D443A49E060BF25A5D55BB560BB596102B (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_ConnectionManagement_m5E31A7D443A49E060BF25A5D55BB560BB596102B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_ConnectionManagement_m5E31A7D443A49E060BF25A5D55BB560BB596102B_RuntimeMethod_var);
return (ConnectionManagementSection_tA88F9BAD144E401AB524A9579B50050140592447 *)NULL;
}
}
// System.Net.Configuration.DefaultProxySection System.Net.Configuration.NetSectionGroup::get_DefaultProxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B * NetSectionGroup_get_DefaultProxy_mAB9CF2076A1FAFB051FA4FEA35E7C1CBE676F114 (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_DefaultProxy_mAB9CF2076A1FAFB051FA4FEA35E7C1CBE676F114_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_DefaultProxy_mAB9CF2076A1FAFB051FA4FEA35E7C1CBE676F114_RuntimeMethod_var);
return (DefaultProxySection_tB752851846FC0CEBA83C36C2BF6553211029AA3B *)NULL;
}
}
// System.Net.Configuration.MailSettingsSectionGroup System.Net.Configuration.NetSectionGroup::get_MailSettings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MailSettingsSectionGroup_tDF447B7F8FB2FD1788402B2B8350DD8F3C74DBCB * NetSectionGroup_get_MailSettings_m48687DBAC62C17026FD55AC004A6EB19C884F1C6 (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_MailSettings_m48687DBAC62C17026FD55AC004A6EB19C884F1C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_MailSettings_m48687DBAC62C17026FD55AC004A6EB19C884F1C6_RuntimeMethod_var);
return (MailSettingsSectionGroup_tDF447B7F8FB2FD1788402B2B8350DD8F3C74DBCB *)NULL;
}
}
// System.Net.Configuration.RequestCachingSection System.Net.Configuration.NetSectionGroup::get_RequestCaching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * NetSectionGroup_get_RequestCaching_m52B598483380CEA9165493ABB8514BA8B5309F2B (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_RequestCaching_m52B598483380CEA9165493ABB8514BA8B5309F2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_RequestCaching_m52B598483380CEA9165493ABB8514BA8B5309F2B_RuntimeMethod_var);
return (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F *)NULL;
}
}
// System.Net.Configuration.SettingsSection System.Net.Configuration.NetSectionGroup::get_Settings()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * NetSectionGroup_get_Settings_mF8F86CC2BD26EB6869D3BE1D82179F36B61E5FF0 (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_Settings_mF8F86CC2BD26EB6869D3BE1D82179F36B61E5FF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_Settings_mF8F86CC2BD26EB6869D3BE1D82179F36B61E5FF0_RuntimeMethod_var);
return (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 *)NULL;
}
}
// System.Net.Configuration.WebRequestModulesSection System.Net.Configuration.NetSectionGroup::get_WebRequestModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * NetSectionGroup_get_WebRequestModules_mA03F2BD6E15292EECD0C68B93AFF2408DA8EF0A6 (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_get_WebRequestModules_mA03F2BD6E15292EECD0C68B93AFF2408DA8EF0A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_get_WebRequestModules_mA03F2BD6E15292EECD0C68B93AFF2408DA8EF0A6_RuntimeMethod_var);
return (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC *)NULL;
}
}
// System.Net.Configuration.NetSectionGroup System.Net.Configuration.NetSectionGroup::GetSectionGroup(System.Configuration.Configuration)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 * NetSectionGroup_GetSectionGroup_m7A1385DD8FC2340CC6F8A75DA75C2832597ACBE7 (Configuration_t83CCF9F0A5A77ABEADF3F054354A54542CE0BE01 * ___config0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (NetSectionGroup_GetSectionGroup_m7A1385DD8FC2340CC6F8A75DA75C2832597ACBE7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(NetSectionGroup_GetSectionGroup_m7A1385DD8FC2340CC6F8A75DA75C2832597ACBE7_RuntimeMethod_var);
return (NetSectionGroup_tA4ACD82AFE8B5C11E509FA8623D554BB5B4DB591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.PerformanceCountersElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083 (PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(PerformanceCountersElement__ctor_m5A090222699B48BEB5FCC743198613FA8D081083_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.PerformanceCountersElement::get_Enabled()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool PerformanceCountersElement_get_Enabled_m8E63227CCFAA1EA1151EE8ED27986EB44FD38615 (PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PerformanceCountersElement_get_Enabled_m8E63227CCFAA1EA1151EE8ED27986EB44FD38615_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_get_Enabled_m8E63227CCFAA1EA1151EE8ED27986EB44FD38615_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.PerformanceCountersElement::set_Enabled(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PerformanceCountersElement_set_Enabled_mF05473E3D50498CB0DB7AD801A382792A35BAC17 (PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PerformanceCountersElement_set_Enabled_mF05473E3D50498CB0DB7AD801A382792A35BAC17_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_set_Enabled_mF05473E3D50498CB0DB7AD801A382792A35BAC17_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.PerformanceCountersElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * PerformanceCountersElement_get_Properties_m3C7B73AC6E5F5E92426D7DC091A2ECE5CFCD9FD0 (PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PerformanceCountersElement_get_Properties_m3C7B73AC6E5F5E92426D7DC091A2ECE5CFCD9FD0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(PerformanceCountersElement_get_Properties_m3C7B73AC6E5F5E92426D7DC091A2ECE5CFCD9FD0_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.ProxyElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement__ctor_mAFD852231DF0231726E41911409CB2725BE990AC_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ProxyElement_AutoDetectValues System.Net.Configuration.ProxyElement::get_AutoDetect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProxyElement_get_AutoDetect_m62226A24A615BDEEB6814EA59C515B3A6F7F6F9F (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_get_AutoDetect_m62226A24A615BDEEB6814EA59C515B3A6F7F6F9F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ProxyElement_get_AutoDetect_m62226A24A615BDEEB6814EA59C515B3A6F7F6F9F_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ProxyElement::set_AutoDetect(System.Net.Configuration.ProxyElement_AutoDetectValues)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_AutoDetect_m0B392599BA75FF6C7E25C6D43D3D2E62AE43403E (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_set_AutoDetect_m0B392599BA75FF6C7E25C6D43D3D2E62AE43403E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_set_AutoDetect_m0B392599BA75FF6C7E25C6D43D3D2E62AE43403E_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ProxyElement_BypassOnLocalValues System.Net.Configuration.ProxyElement::get_BypassOnLocal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProxyElement_get_BypassOnLocal_m7FE544F0B99E14207606D666C47B82959610459D (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_get_BypassOnLocal_m7FE544F0B99E14207606D666C47B82959610459D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ProxyElement_get_BypassOnLocal_m7FE544F0B99E14207606D666C47B82959610459D_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ProxyElement::set_BypassOnLocal(System.Net.Configuration.ProxyElement_BypassOnLocalValues)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_BypassOnLocal_mD6A873612C4AD5E288C493BB5086ABC35AB52A06 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_set_BypassOnLocal_mD6A873612C4AD5E288C493BB5086ABC35AB52A06_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_set_BypassOnLocal_mD6A873612C4AD5E288C493BB5086ABC35AB52A06_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ProxyElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * ProxyElement_get_Properties_m8A3EE4A3EEF2571DE4768730CEF4107331490377 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_get_Properties_m8A3EE4A3EEF2571DE4768730CEF4107331490377_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_get_Properties_m8A3EE4A3EEF2571DE4768730CEF4107331490377_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Uri System.Net.Configuration.ProxyElement::get_ProxyAddress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ProxyElement_get_ProxyAddress_m4C1E7507438BA1940BC62DAD06CA9B43BDE3ABB7 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_get_ProxyAddress_m4C1E7507438BA1940BC62DAD06CA9B43BDE3ABB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_get_ProxyAddress_m4C1E7507438BA1940BC62DAD06CA9B43BDE3ABB7_RuntimeMethod_var);
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
}
}
// System.Void System.Net.Configuration.ProxyElement::set_ProxyAddress(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_ProxyAddress_m9F4C919E9250ED78771F12DEA316211A4137DBAE (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_set_ProxyAddress_m9F4C919E9250ED78771F12DEA316211A4137DBAE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_set_ProxyAddress_m9F4C919E9250ED78771F12DEA316211A4137DBAE_RuntimeMethod_var);
return;
}
}
// System.Uri System.Net.Configuration.ProxyElement::get_ScriptLocation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ProxyElement_get_ScriptLocation_mFE75A38163EF37DAE7D8C978C725F48A2E488988 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_get_ScriptLocation_mFE75A38163EF37DAE7D8C978C725F48A2E488988_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_get_ScriptLocation_mFE75A38163EF37DAE7D8C978C725F48A2E488988_RuntimeMethod_var);
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL;
}
}
// System.Void System.Net.Configuration.ProxyElement::set_ScriptLocation(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_ScriptLocation_m2D862F67BCFF33226ACCC79E58F09E7119E604E8 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_set_ScriptLocation_m2D862F67BCFF33226ACCC79E58F09E7119E604E8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_set_ScriptLocation_m2D862F67BCFF33226ACCC79E58F09E7119E604E8_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.ProxyElement_UseSystemDefaultValues System.Net.Configuration.ProxyElement::get_UseSystemDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ProxyElement_get_UseSystemDefault_m0E7A3C740104C5076D1D79B936434F9B98272E35 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_get_UseSystemDefault_m0E7A3C740104C5076D1D79B936434F9B98272E35_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ProxyElement_get_UseSystemDefault_m0E7A3C740104C5076D1D79B936434F9B98272E35_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ProxyElement::set_UseSystemDefault(System.Net.Configuration.ProxyElement_UseSystemDefaultValues)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProxyElement_set_UseSystemDefault_mB9E8591A04730B0278FE00C06B2F96A3666DF745 (ProxyElement_tBD5D75620576BA5BB5521C11D09E0A6E996F9449 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ProxyElement_set_UseSystemDefault_mB9E8591A04730B0278FE00C06B2F96A3666DF745_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ProxyElement_set_UseSystemDefault_mB9E8591A04730B0278FE00C06B2F96A3666DF745_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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.RequestCachingSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection__ctor_mA0375E72FD04B2EFF355124E2B1DCB73AAC0CB7C (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection__ctor_mA0375E72FD04B2EFF355124E2B1DCB73AAC0CB7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection__ctor_mA0375E72FD04B2EFF355124E2B1DCB73AAC0CB7C_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.FtpCachePolicyElement System.Net.Configuration.RequestCachingSection::get_DefaultFtpCachePolicy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 * RequestCachingSection_get_DefaultFtpCachePolicy_m178F771DCCFDC884B6BDFE41F52BA72A3161A114 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_DefaultFtpCachePolicy_m178F771DCCFDC884B6BDFE41F52BA72A3161A114_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DefaultFtpCachePolicy_m178F771DCCFDC884B6BDFE41F52BA72A3161A114_RuntimeMethod_var);
return (FtpCachePolicyElement_t75AA63C2C74DCE55747733DB9F7F19EFA7C72D92 *)NULL;
}
}
// System.Net.Configuration.HttpCachePolicyElement System.Net.Configuration.RequestCachingSection::get_DefaultHttpCachePolicy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 * RequestCachingSection_get_DefaultHttpCachePolicy_m42AA7CAD0EC8C8E544B11D8F9096A6629D9247B3 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_DefaultHttpCachePolicy_m42AA7CAD0EC8C8E544B11D8F9096A6629D9247B3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DefaultHttpCachePolicy_m42AA7CAD0EC8C8E544B11D8F9096A6629D9247B3_RuntimeMethod_var);
return (HttpCachePolicyElement_t913ED10DF4916C215BC26E7D4F58D1B84B41E721 *)NULL;
}
}
// System.Net.Cache.RequestCacheLevel System.Net.Configuration.RequestCachingSection::get_DefaultPolicyLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RequestCachingSection_get_DefaultPolicyLevel_m2A5DEE245E0D8E6A411803B57C99E0CE66BFDE64 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_DefaultPolicyLevel_m2A5DEE245E0D8E6A411803B57C99E0CE66BFDE64_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DefaultPolicyLevel_m2A5DEE245E0D8E6A411803B57C99E0CE66BFDE64_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.RequestCachingSection::set_DefaultPolicyLevel(System.Net.Cache.RequestCacheLevel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_DefaultPolicyLevel_m3124DB4C951600EC287CFEAD3947348B6FE3E45E (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_set_DefaultPolicyLevel_m3124DB4C951600EC287CFEAD3947348B6FE3E45E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_DefaultPolicyLevel_m3124DB4C951600EC287CFEAD3947348B6FE3E45E_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.RequestCachingSection::get_DisableAllCaching()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RequestCachingSection_get_DisableAllCaching_m8770EC80DB05D44079C113720850F3020054174F (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_DisableAllCaching_m8770EC80DB05D44079C113720850F3020054174F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_DisableAllCaching_m8770EC80DB05D44079C113720850F3020054174F_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.RequestCachingSection::set_DisableAllCaching(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_DisableAllCaching_m021195CC4E1414FB1F7D053AB83DC907848B8CFC (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_set_DisableAllCaching_m021195CC4E1414FB1F7D053AB83DC907848B8CFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_DisableAllCaching_m021195CC4E1414FB1F7D053AB83DC907848B8CFC_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.RequestCachingSection::get_IsPrivateCache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RequestCachingSection_get_IsPrivateCache_mE00DBBAE818AD25950E5429974B2C4156DF2B16C (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_IsPrivateCache_mE00DBBAE818AD25950E5429974B2C4156DF2B16C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_IsPrivateCache_mE00DBBAE818AD25950E5429974B2C4156DF2B16C_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.RequestCachingSection::set_IsPrivateCache(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_IsPrivateCache_m7E0DFBDA7EAE93114B001184B00A85E158DA3752 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_set_IsPrivateCache_m7E0DFBDA7EAE93114B001184B00A85E158DA3752_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_IsPrivateCache_m7E0DFBDA7EAE93114B001184B00A85E158DA3752_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.RequestCachingSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * RequestCachingSection_get_Properties_m593F3860E465AECF9F8E2DCF9CF295424145EE2B (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_Properties_m593F3860E465AECF9F8E2DCF9CF295424145EE2B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_Properties_m593F3860E465AECF9F8E2DCF9CF295424145EE2B_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.TimeSpan System.Net.Configuration.RequestCachingSection::get_UnspecifiedMaximumAge()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 RequestCachingSection_get_UnspecifiedMaximumAge_m9EFBDF4E5C5633924C8BC504C31A1B2CD1D9F905 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_get_UnspecifiedMaximumAge_m9EFBDF4E5C5633924C8BC504C31A1B2CD1D9F905_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_get_UnspecifiedMaximumAge_m9EFBDF4E5C5633924C8BC504C31A1B2CD1D9F905_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.RequestCachingSection::set_UnspecifiedMaximumAge(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_set_UnspecifiedMaximumAge_mC931D3D93C4BB2D55635EB125E468609934C56B0 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_set_UnspecifiedMaximumAge_mC931D3D93C4BB2D55635EB125E468609934C56B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_set_UnspecifiedMaximumAge_mC931D3D93C4BB2D55635EB125E468609934C56B0_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.RequestCachingSection::DeserializeElement(System.Xml.XmlReader,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_DeserializeElement_mF641BE222C5702248CAA521A40091375D4FCFBE0 (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, XmlReader_t13F08E3C651EB9F2AE882342BCD5E2CA86F29ABB * ___reader0, bool ___serializeCollectionKey1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_DeserializeElement_mF641BE222C5702248CAA521A40091375D4FCFBE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_DeserializeElement_mF641BE222C5702248CAA521A40091375D4FCFBE0_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.RequestCachingSection::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachingSection_PostDeserialize_mE63CAB4DD9D1E8EE9BC5C4FA3B3706E4FFA4CC8A (RequestCachingSection_tABA641B9FDC4A1285453AAB4B9D1BFAA838A539F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (RequestCachingSection_PostDeserialize_mE63CAB4DD9D1E8EE9BC5C4FA3B3706E4FFA4CC8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(RequestCachingSection_PostDeserialize_mE63CAB4DD9D1E8EE9BC5C4FA3B3706E4FFA4CC8A_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.Configuration.ServicePointManagerElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement__ctor_m61B031714F8498D467B5A0958EE62F73E0C58EB7_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.ServicePointManagerElement::get_CheckCertificateName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_CheckCertificateName_m4BCD92CB3067E1AD3CAF0735F985587019CBF756 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_CheckCertificateName_m4BCD92CB3067E1AD3CAF0735F985587019CBF756_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_CheckCertificateName_m4BCD92CB3067E1AD3CAF0735F985587019CBF756_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_CheckCertificateName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_CheckCertificateName_mE1AC7FA86968273E4AAAFDC24C53167E7BA9C786 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_CheckCertificateName_mE1AC7FA86968273E4AAAFDC24C53167E7BA9C786_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_CheckCertificateName_mE1AC7FA86968273E4AAAFDC24C53167E7BA9C786_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.ServicePointManagerElement::get_CheckCertificateRevocationList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_CheckCertificateRevocationList_m045C8AF9A4A4EE9E42A97BA99756453389717AD9 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_CheckCertificateRevocationList_m045C8AF9A4A4EE9E42A97BA99756453389717AD9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_CheckCertificateRevocationList_m045C8AF9A4A4EE9E42A97BA99756453389717AD9_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_CheckCertificateRevocationList(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_CheckCertificateRevocationList_m72F2885BF7A31C0DCB04446B6E501CCD8E617027 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_CheckCertificateRevocationList_m72F2885BF7A31C0DCB04446B6E501CCD8E617027_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_CheckCertificateRevocationList_m72F2885BF7A31C0DCB04446B6E501CCD8E617027_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Net.Configuration.ServicePointManagerElement::get_DnsRefreshTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManagerElement_get_DnsRefreshTimeout_mE0C25A3D74FB28CEE41EE3EF76362458D9A6A697 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_DnsRefreshTimeout_mE0C25A3D74FB28CEE41EE3EF76362458D9A6A697_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_DnsRefreshTimeout_mE0C25A3D74FB28CEE41EE3EF76362458D9A6A697_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_DnsRefreshTimeout(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_DnsRefreshTimeout_m7E5A67B40F2F98AA17AF1C1833999F249AFC5192 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_DnsRefreshTimeout_m7E5A67B40F2F98AA17AF1C1833999F249AFC5192_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_DnsRefreshTimeout_m7E5A67B40F2F98AA17AF1C1833999F249AFC5192_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.ServicePointManagerElement::get_EnableDnsRoundRobin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_EnableDnsRoundRobin_m71E2CA1EA15A38CA8D093AF4D1BF9A708CB57F4E (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_EnableDnsRoundRobin_m71E2CA1EA15A38CA8D093AF4D1BF9A708CB57F4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_EnableDnsRoundRobin_m71E2CA1EA15A38CA8D093AF4D1BF9A708CB57F4E_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_EnableDnsRoundRobin(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_EnableDnsRoundRobin_mC624B1CD0FC0296178C82566ADD1FFBF373A27D1 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_EnableDnsRoundRobin_mC624B1CD0FC0296178C82566ADD1FFBF373A27D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_EnableDnsRoundRobin_mC624B1CD0FC0296178C82566ADD1FFBF373A27D1_RuntimeMethod_var);
return;
}
}
// System.Net.Security.EncryptionPolicy System.Net.Configuration.ServicePointManagerElement::get_EncryptionPolicy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManagerElement_get_EncryptionPolicy_m2E5321EE31A4057954C772BC13C626019A20381E (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_EncryptionPolicy_m2E5321EE31A4057954C772BC13C626019A20381E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_EncryptionPolicy_m2E5321EE31A4057954C772BC13C626019A20381E_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_EncryptionPolicy(System.Net.Security.EncryptionPolicy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_EncryptionPolicy_m8CA94D4E45039F9E94A3A6371E561AE745E9B92A (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_EncryptionPolicy_m8CA94D4E45039F9E94A3A6371E561AE745E9B92A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_EncryptionPolicy_m8CA94D4E45039F9E94A3A6371E561AE745E9B92A_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.ServicePointManagerElement::get_Expect100Continue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_Expect100Continue_m23993273EE5EC40F35769C7285AB6D68F3407494 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_Expect100Continue_m23993273EE5EC40F35769C7285AB6D68F3407494_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_Expect100Continue_m23993273EE5EC40F35769C7285AB6D68F3407494_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_Expect100Continue(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_Expect100Continue_m82865FF2C757DD8573C786C22A4242FBB6ED0124 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_Expect100Continue_m82865FF2C757DD8573C786C22A4242FBB6ED0124_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_Expect100Continue_m82865FF2C757DD8573C786C22A4242FBB6ED0124_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.ServicePointManagerElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * ServicePointManagerElement_get_Properties_mC1C586246B4FE10AC90622A0CC6A5936D501B677 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_Properties_mC1C586246B4FE10AC90622A0CC6A5936D501B677_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_Properties_mC1C586246B4FE10AC90622A0CC6A5936D501B677_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Boolean System.Net.Configuration.ServicePointManagerElement::get_UseNagleAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManagerElement_get_UseNagleAlgorithm_mD25DD90FF245A3E71F87D18A372643D4A1A53F2A (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_get_UseNagleAlgorithm_mD25DD90FF245A3E71F87D18A372643D4A1A53F2A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_get_UseNagleAlgorithm_mD25DD90FF245A3E71F87D18A372643D4A1A53F2A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::set_UseNagleAlgorithm(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_set_UseNagleAlgorithm_mB53C6B65B659EE3D4585C7283C3A92B9CCF45B81 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_set_UseNagleAlgorithm_mB53C6B65B659EE3D4585C7283C3A92B9CCF45B81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_set_UseNagleAlgorithm_mB53C6B65B659EE3D4585C7283C3A92B9CCF45B81_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.ServicePointManagerElement::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManagerElement_PostDeserialize_m465195CF13EEC903A529C2EF236CAC33E3E8A6E0 (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ServicePointManagerElement_PostDeserialize_m465195CF13EEC903A529C2EF236CAC33E3E8A6E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(ServicePointManagerElement_PostDeserialize_m465195CF13EEC903A529C2EF236CAC33E3E8A6E0_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.Configuration.SettingsSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection__ctor_mC5F3D29EDC94D87B0B0542DE3702795441AC3005_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.HttpListenerElement System.Net.Configuration.SettingsSection::get_HttpListener()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF * SettingsSection_get_HttpListener_m7E5B4881CBAC6E44041631D499FA967462767CC9 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_HttpListener_m7E5B4881CBAC6E44041631D499FA967462767CC9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_HttpListener_m7E5B4881CBAC6E44041631D499FA967462767CC9_RuntimeMethod_var);
return (HttpListenerElement_t160115D829A4163491F955C387C7A7B3924F93AF *)NULL;
}
}
// System.Net.Configuration.HttpWebRequestElement System.Net.Configuration.SettingsSection::get_HttpWebRequest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D * SettingsSection_get_HttpWebRequest_m5ADB3F960F6E2330F910766FA84F2B5A57047E7B (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_HttpWebRequest_m5ADB3F960F6E2330F910766FA84F2B5A57047E7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_HttpWebRequest_m5ADB3F960F6E2330F910766FA84F2B5A57047E7B_RuntimeMethod_var);
return (HttpWebRequestElement_t3E2FC0EB83C362CC92300949AF90A0B0BE01EA3D *)NULL;
}
}
// System.Net.Configuration.Ipv6Element System.Net.Configuration.SettingsSection::get_Ipv6()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 * SettingsSection_get_Ipv6_mD7A051C08ABADF84202B27228B5958C793B6646A (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_Ipv6_mD7A051C08ABADF84202B27228B5958C793B6646A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_Ipv6_mD7A051C08ABADF84202B27228B5958C793B6646A_RuntimeMethod_var);
return (Ipv6Element_tCA869DC79FE3740DBDECC47877F1676294DB4A23 *)NULL;
}
}
// System.Net.Configuration.PerformanceCountersElement System.Net.Configuration.SettingsSection::get_PerformanceCounters()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 * SettingsSection_get_PerformanceCounters_m27BD48DA684FDBAE032A1300F57E4C3119758113 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_PerformanceCounters_m27BD48DA684FDBAE032A1300F57E4C3119758113_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_PerformanceCounters_m27BD48DA684FDBAE032A1300F57E4C3119758113_RuntimeMethod_var);
return (PerformanceCountersElement_tCE4CFF0A3503E44D7B8EC6E85FD3C50EB1A1B570 *)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SettingsSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SettingsSection_get_Properties_m1ABB76DEC7441CFEDD4E7EDF99B8F5C258101254 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_Properties_m1ABB76DEC7441CFEDD4E7EDF99B8F5C258101254_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_Properties_m1ABB76DEC7441CFEDD4E7EDF99B8F5C258101254_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Net.Configuration.ServicePointManagerElement System.Net.Configuration.SettingsSection::get_ServicePointManager()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC * SettingsSection_get_ServicePointManager_m1A4EB5B89F3E5200F00E6860D35651CCEE6E28A6 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_ServicePointManager_m1A4EB5B89F3E5200F00E6860D35651CCEE6E28A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_ServicePointManager_m1A4EB5B89F3E5200F00E6860D35651CCEE6E28A6_RuntimeMethod_var);
return (ServicePointManagerElement_tD8D1491569C963460C14DF4D42ED05DF34428CFC *)NULL;
}
}
// System.Net.Configuration.SocketElement System.Net.Configuration.SettingsSection::get_Socket()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * SettingsSection_get_Socket_mFEBAC6C484A1E3DC437CB82E9C5DBF0E9744845D (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_Socket_mFEBAC6C484A1E3DC437CB82E9C5DBF0E9744845D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_Socket_mFEBAC6C484A1E3DC437CB82E9C5DBF0E9744845D_RuntimeMethod_var);
return (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 *)NULL;
}
}
// System.Net.Configuration.WebProxyScriptElement System.Net.Configuration.SettingsSection::get_WebProxyScript()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * SettingsSection_get_WebProxyScript_mEECE2AFA2D169409DD1F3959287BDE8A058BD301 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_WebProxyScript_mEECE2AFA2D169409DD1F3959287BDE8A058BD301_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_WebProxyScript_mEECE2AFA2D169409DD1F3959287BDE8A058BD301_RuntimeMethod_var);
return (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 *)NULL;
}
}
// System.Net.Configuration.WebUtilityElement System.Net.Configuration.SettingsSection::get_WebUtility()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * SettingsSection_get_WebUtility_mC5E95C6781775D44F6A841F7F93B6B5721080925 (SettingsSection_t8BECD0EB76F1865B33D072DD368676A8D51840B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSection_get_WebUtility_mC5E95C6781775D44F6A841F7F93B6B5721080925_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SettingsSection_get_WebUtility_mC5E95C6781775D44F6A841F7F93B6B5721080925_RuntimeMethod_var);
return (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Configuration.SettingsSectionInternal System.Net.Configuration.SettingsSectionInternal::get_Section()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSectionInternal_get_Section_m109D7450776A48BEFA47FA7CBB521CE6BA0CA5C9_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;
}
}
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_UseNagleAlgorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_UseNagleAlgorithm_mE748B6C8CBA9A38C14743CC11AFDE9A11396F5D1 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CUseNagleAlgorithmU3Ek__BackingField_3();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_UseNagleAlgorithm(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_UseNagleAlgorithm_m2ACFE8B0ACF6539D24CCC1CB7653B59F94F09B74 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CUseNagleAlgorithmU3Ek__BackingField_3(L_0);
return;
}
}
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_Expect100Continue()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_Expect100Continue_m7B2FEEE69F0895688338EF04B0D446A8D5D2BC77 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CExpect100ContinueU3Ek__BackingField_4();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_Expect100Continue(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_Expect100Continue_mB0DA59CDD575FB5C4565C43631F3E90795F39C4C (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CExpect100ContinueU3Ek__BackingField_4(L_0);
return;
}
}
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_CheckCertificateName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_CheckCertificateName_m278536754214CC35D620961070932CFBCB086A20 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CCheckCertificateNameU3Ek__BackingField_5();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_CheckCertificateName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_CheckCertificateName_m96307859C3E924E82A5451BDDF1B737C495854B6 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CCheckCertificateNameU3Ek__BackingField_5(L_0);
return;
}
}
// System.Int32 System.Net.Configuration.SettingsSectionInternal::get_DnsRefreshTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsSectionInternal_get_DnsRefreshTimeout_mABB8689E04DF10B1232846CA15633A32CDD25BD0 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CDnsRefreshTimeoutU3Ek__BackingField_6();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_DnsRefreshTimeout(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_DnsRefreshTimeout_m74A04F716FAEA758297D3B131FF5676FBB5F3081 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CDnsRefreshTimeoutU3Ek__BackingField_6(L_0);
return;
}
}
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_EnableDnsRoundRobin()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_EnableDnsRoundRobin_mCF90C17C8D3851052BEF13D19D8664339B740A6A (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CEnableDnsRoundRobinU3Ek__BackingField_7();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_EnableDnsRoundRobin(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_EnableDnsRoundRobin_mBD2A7CB398A4709DD34A2762C01AD0B23EC7F71B (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CEnableDnsRoundRobinU3Ek__BackingField_7(L_0);
return;
}
}
// System.Boolean System.Net.Configuration.SettingsSectionInternal::get_CheckCertificateRevocationList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SettingsSectionInternal_get_CheckCertificateRevocationList_mC75A445C82B04BA312FE7AE877B887939DB82E39 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CCheckCertificateRevocationListU3Ek__BackingField_8();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_CheckCertificateRevocationList(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_CheckCertificateRevocationList_mA645FBE69D0DD4CE1091B7B23A757D260F9FC405 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_U3CCheckCertificateRevocationListU3Ek__BackingField_8(L_0);
return;
}
}
// System.Net.Security.EncryptionPolicy System.Net.Configuration.SettingsSectionInternal::get_EncryptionPolicy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SettingsSectionInternal_get_EncryptionPolicy_mA4840380B7C55CDD5BD8482C891F991C8AAA328E (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_U3CEncryptionPolicyU3Ek__BackingField_9();
return L_0;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::set_EncryptionPolicy(System.Net.Security.EncryptionPolicy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal_set_EncryptionPolicy_m11B537C05DAE690097D6E51E1A2C9AE4B9394C09 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_U3CEncryptionPolicyU3Ek__BackingField_9(L_0);
return;
}
}
// 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)
{
{
return (bool)1;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal__ctor_mED2DFF382A20FC3136B1514D8BD40B520758F636 (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * __this, const RuntimeMethod* method)
{
{
__this->set_HttpListenerUnescapeRequestUrl_1((bool)1);
__this->set_IPProtectionLevel_2((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.Configuration.SettingsSectionInternal::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SettingsSectionInternal__cctor_mB44A40867AA454670DC1D71ADE59576183610030 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SettingsSectionInternal__cctor_mB44A40867AA454670DC1D71ADE59576183610030_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 * L_0 = (SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821 *)il2cpp_codegen_object_new(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var);
SettingsSectionInternal__ctor_mED2DFF382A20FC3136B1514D8BD40B520758F636(L_0, /*hidden argument*/NULL);
((SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_StaticFields*)il2cpp_codegen_static_fields_for(SettingsSectionInternal_tF2FB73EEA570541CE4BEE9C77A920B8C4EE6C821_il2cpp_TypeInfo_var))->set_instance_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.Configuration.SmtpNetworkElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement__ctor_m8059FFC3D4F4133CB5A505D219009EE7D48139A4 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement__ctor_m8059FFC3D4F4133CB5A505D219009EE7D48139A4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement__ctor_m8059FFC3D4F4133CB5A505D219009EE7D48139A4_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.SmtpNetworkElement::get_ClientDomain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_ClientDomain_mB7E3143DF063C7363419848127CD211A19D27963 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_ClientDomain_mB7E3143DF063C7363419848127CD211A19D27963_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_ClientDomain_mB7E3143DF063C7363419848127CD211A19D27963_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_ClientDomain(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_ClientDomain_mBAB4B39DA5B27956F45E7BF97DC02961BDAF1CC8 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_ClientDomain_mBAB4B39DA5B27956F45E7BF97DC02961BDAF1CC8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_ClientDomain_mBAB4B39DA5B27956F45E7BF97DC02961BDAF1CC8_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.SmtpNetworkElement::get_DefaultCredentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmtpNetworkElement_get_DefaultCredentials_m2924FDEB21155AA5DDB42A782431C791BE3F72F1 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_DefaultCredentials_m2924FDEB21155AA5DDB42A782431C791BE3F72F1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_DefaultCredentials_m2924FDEB21155AA5DDB42A782431C791BE3F72F1_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_DefaultCredentials(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_DefaultCredentials_mD2A6C80AF2F42730D14CBC353286E73BF9B54CED (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_DefaultCredentials_mD2A6C80AF2F42730D14CBC353286E73BF9B54CED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_DefaultCredentials_mD2A6C80AF2F42730D14CBC353286E73BF9B54CED_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.SmtpNetworkElement::get_EnableSsl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SmtpNetworkElement_get_EnableSsl_m45B97A4AA1F5E3CFA9951CCE364667CDF712205F (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_EnableSsl_m45B97A4AA1F5E3CFA9951CCE364667CDF712205F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_EnableSsl_m45B97A4AA1F5E3CFA9951CCE364667CDF712205F_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_EnableSsl(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_EnableSsl_m81A11A058443DA8631900A17DF8BBEA4464DA50C (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_EnableSsl_m81A11A058443DA8631900A17DF8BBEA4464DA50C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_EnableSsl_m81A11A058443DA8631900A17DF8BBEA4464DA50C_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.SmtpNetworkElement::get_Host()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_Host_mC3CA23F21650F1079DBFA80AF2977F549E3D6D9B (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_Host_mC3CA23F21650F1079DBFA80AF2977F549E3D6D9B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Host_mC3CA23F21650F1079DBFA80AF2977F549E3D6D9B_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_Host(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_Host_mD19FE6BD8624DC257F8858F215F96D7586A4A37A (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_Host_mD19FE6BD8624DC257F8858F215F96D7586A4A37A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_Host_mD19FE6BD8624DC257F8858F215F96D7586A4A37A_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.SmtpNetworkElement::get_Password()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_Password_m7BBD9FB377E625D5DCE4364B530A80977E9EE49C (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_Password_m7BBD9FB377E625D5DCE4364B530A80977E9EE49C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Password_m7BBD9FB377E625D5DCE4364B530A80977E9EE49C_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_Password(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_Password_m9115A3992D0BC3E7599B16F39395E2C6E2EF84D3 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_Password_m9115A3992D0BC3E7599B16F39395E2C6E2EF84D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_Password_m9115A3992D0BC3E7599B16F39395E2C6E2EF84D3_RuntimeMethod_var);
return;
}
}
// System.Int32 System.Net.Configuration.SmtpNetworkElement::get_Port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmtpNetworkElement_get_Port_m64860F457E28072D5E1D8FC996774156D273048D (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_Port_m64860F457E28072D5E1D8FC996774156D273048D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Port_m64860F457E28072D5E1D8FC996774156D273048D_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_Port(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_Port_mD9565BA082AA470ADCD41483C45F4B0D7EF04922 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_Port_mD9565BA082AA470ADCD41483C45F4B0D7EF04922_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_Port_mD9565BA082AA470ADCD41483C45F4B0D7EF04922_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SmtpNetworkElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SmtpNetworkElement_get_Properties_m2C377FA963919F4ECC72B48B420F51528AA2E6C6 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_Properties_m2C377FA963919F4ECC72B48B420F51528AA2E6C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_Properties_m2C377FA963919F4ECC72B48B420F51528AA2E6C6_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.String System.Net.Configuration.SmtpNetworkElement::get_TargetName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_TargetName_m486AABD082C0BD304D848E5D9DEAAF6222453F00 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_TargetName_m486AABD082C0BD304D848E5D9DEAAF6222453F00_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_TargetName_m486AABD082C0BD304D848E5D9DEAAF6222453F00_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_TargetName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_TargetName_m64581560DFC09F5D0A42566FA2B7BDC384DC3F5F (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_TargetName_m64581560DFC09F5D0A42566FA2B7BDC384DC3F5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_TargetName_m64581560DFC09F5D0A42566FA2B7BDC384DC3F5F_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.SmtpNetworkElement::get_UserName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpNetworkElement_get_UserName_m4575F8170763FE2B6556A4D9C2B5953D9585F067 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_get_UserName_m4575F8170763FE2B6556A4D9C2B5953D9585F067_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_get_UserName_m4575F8170763FE2B6556A4D9C2B5953D9585F067_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::set_UserName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_set_UserName_m3DC43BD51228F77CF728430A87847424EE85F9D3 (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_set_UserName_m3DC43BD51228F77CF728430A87847424EE85F9D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_set_UserName_m3DC43BD51228F77CF728430A87847424EE85F9D3_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.SmtpNetworkElement::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpNetworkElement_PostDeserialize_m4CDBE4AF717D3F4D9F584554FA4F47EB3244453E (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpNetworkElement_PostDeserialize_m4CDBE4AF717D3F4D9F584554FA4F47EB3244453E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpNetworkElement_PostDeserialize_m4CDBE4AF717D3F4D9F584554FA4F47EB3244453E_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.Configuration.SmtpSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection__ctor_m06811DA6186A9657F2E277C856B045C3F0E12C85 (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection__ctor_m06811DA6186A9657F2E277C856B045C3F0E12C85_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection__ctor_m06811DA6186A9657F2E277C856B045C3F0E12C85_RuntimeMethod_var);
return;
}
}
// System.Net.Mail.SmtpDeliveryFormat System.Net.Configuration.SmtpSection::get_DeliveryFormat()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmtpSection_get_DeliveryFormat_mE4B1C80637E017E7C0D966A0547F0C8C8BDCC879 (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_get_DeliveryFormat_mE4B1C80637E017E7C0D966A0547F0C8C8BDCC879_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SmtpSection_get_DeliveryFormat_mE4B1C80637E017E7C0D966A0547F0C8C8BDCC879_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SmtpSection::set_DeliveryFormat(System.Net.Mail.SmtpDeliveryFormat)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection_set_DeliveryFormat_mAEB97D968961DCF110816A2AEA6F5C33DCF3E35D (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_set_DeliveryFormat_mAEB97D968961DCF110816A2AEA6F5C33DCF3E35D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_set_DeliveryFormat_mAEB97D968961DCF110816A2AEA6F5C33DCF3E35D_RuntimeMethod_var);
return;
}
}
// System.Net.Mail.SmtpDeliveryMethod System.Net.Configuration.SmtpSection::get_DeliveryMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SmtpSection_get_DeliveryMethod_m7895BFF6FD40F763080ABFF9855C254641D90137 (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_get_DeliveryMethod_m7895BFF6FD40F763080ABFF9855C254641D90137_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SmtpSection_get_DeliveryMethod_m7895BFF6FD40F763080ABFF9855C254641D90137_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SmtpSection::set_DeliveryMethod(System.Net.Mail.SmtpDeliveryMethod)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection_set_DeliveryMethod_m48CD0436C682168BA1485F125FEC90636681320F (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_set_DeliveryMethod_m48CD0436C682168BA1485F125FEC90636681320F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_set_DeliveryMethod_m48CD0436C682168BA1485F125FEC90636681320F_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.SmtpSection::get_From()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpSection_get_From_m1F68E08353D0A729B08AB78DC326F49FE6262528 (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_get_From_m1F68E08353D0A729B08AB78DC326F49FE6262528_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_get_From_m1F68E08353D0A729B08AB78DC326F49FE6262528_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpSection::set_From(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSection_set_From_mE3ECA5CE26B86D59C755618193D609D6E5ABAF6F (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_set_From_mE3ECA5CE26B86D59C755618193D609D6E5ABAF6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_set_From_mE3ECA5CE26B86D59C755618193D609D6E5ABAF6F_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.SmtpNetworkElement System.Net.Configuration.SmtpSection::get_Network()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 * SmtpSection_get_Network_mD35325FC762523A57D223601EF34E808A54D6389 (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_get_Network_mD35325FC762523A57D223601EF34E808A54D6389_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_get_Network_mD35325FC762523A57D223601EF34E808A54D6389_RuntimeMethod_var);
return (SmtpNetworkElement_t2AA9866A13D29D54D98E1625985F2C2418B69829 *)NULL;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SmtpSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SmtpSection_get_Properties_mDEE70DAD5B303135DAB25F9DC07CDFD1A915C7B9 (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_get_Properties_mDEE70DAD5B303135DAB25F9DC07CDFD1A915C7B9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_get_Properties_mDEE70DAD5B303135DAB25F9DC07CDFD1A915C7B9_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement System.Net.Configuration.SmtpSection::get_SpecifiedPickupDirectory()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 * SmtpSection_get_SpecifiedPickupDirectory_m1E41BB0B1A662838D6D939F2D2FE03DC95C380BC (SmtpSection_t3FEBA2E374A2BD04E8C7B045BD207E9AC9BC76D6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSection_get_SpecifiedPickupDirectory_m1E41BB0B1A662838D6D939F2D2FE03DC95C380BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSection_get_SpecifiedPickupDirectory_m1E41BB0B1A662838D6D939F2D2FE03DC95C380BC_RuntimeMethod_var);
return (SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSpecifiedPickupDirectoryElement__ctor_m8A30685DB92E2F7A5697C7948B78744DF4D009E0 (SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSpecifiedPickupDirectoryElement__ctor_m8A30685DB92E2F7A5697C7948B78744DF4D009E0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement__ctor_m8A30685DB92E2F7A5697C7948B78744DF4D009E0_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::get_PickupDirectoryLocation()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_m125ED51AF7000C33766AF3F35620CA8EC82648F4 (SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_m125ED51AF7000C33766AF3F35620CA8EC82648F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement_get_PickupDirectoryLocation_m125ED51AF7000C33766AF3F35620CA8EC82648F4_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::set_PickupDirectoryLocation(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m424E417C37E64564DD6E17CC47075921116129E2 (SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m424E417C37E64564DD6E17CC47075921116129E2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement_set_PickupDirectoryLocation_m424E417C37E64564DD6E17CC47075921116129E2_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SmtpSpecifiedPickupDirectoryElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SmtpSpecifiedPickupDirectoryElement_get_Properties_mAF714235A479FAFD410D5EF0B00E10F162926FB8 (SmtpSpecifiedPickupDirectoryElement_tC164D1DE45082963DA81072CDDC52985E4497245 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SmtpSpecifiedPickupDirectoryElement_get_Properties_mAF714235A479FAFD410D5EF0B00E10F162926FB8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SmtpSpecifiedPickupDirectoryElement_get_Properties_mAF714235A479FAFD410D5EF0B00E10F162926FB8_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.SocketElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SocketElement__ctor_m428B7094399223FFB9A5B62BF9D8CEA18A00A4C3_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.SocketElement::get_AlwaysUseCompletionPortsForAccept()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketElement_get_AlwaysUseCompletionPortsForAccept_m969F53904002E15FAA2BB650CD651B480897D712 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_get_AlwaysUseCompletionPortsForAccept_m969F53904002E15FAA2BB650CD651B480897D712_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SocketElement_get_AlwaysUseCompletionPortsForAccept_m969F53904002E15FAA2BB650CD651B480897D712_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SocketElement::set_AlwaysUseCompletionPortsForAccept(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_set_AlwaysUseCompletionPortsForAccept_mF12A6D43139F1F59783B653C57D1CB23004FA446 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_set_AlwaysUseCompletionPortsForAccept_mF12A6D43139F1F59783B653C57D1CB23004FA446_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SocketElement_set_AlwaysUseCompletionPortsForAccept_mF12A6D43139F1F59783B653C57D1CB23004FA446_RuntimeMethod_var);
return;
}
}
// System.Boolean System.Net.Configuration.SocketElement::get_AlwaysUseCompletionPortsForConnect()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SocketElement_get_AlwaysUseCompletionPortsForConnect_m9EE9B98C81A329A31DE1F42F4556D5E1F13C9695 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_get_AlwaysUseCompletionPortsForConnect_m9EE9B98C81A329A31DE1F42F4556D5E1F13C9695_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
il2cpp_codegen_raise_profile_exception(SocketElement_get_AlwaysUseCompletionPortsForConnect_m9EE9B98C81A329A31DE1F42F4556D5E1F13C9695_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(bool));
bool L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SocketElement::set_AlwaysUseCompletionPortsForConnect(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_set_AlwaysUseCompletionPortsForConnect_m64EC90C1788D45A08A621E2D5B1883299DAA1D30 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, bool ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_set_AlwaysUseCompletionPortsForConnect_m64EC90C1788D45A08A621E2D5B1883299DAA1D30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SocketElement_set_AlwaysUseCompletionPortsForConnect_m64EC90C1788D45A08A621E2D5B1883299DAA1D30_RuntimeMethod_var);
return;
}
}
// System.Net.Sockets.IPProtectionLevel System.Net.Configuration.SocketElement::get_IPProtectionLevel()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SocketElement_get_IPProtectionLevel_m6B27E4A0571527E7CC014D2A9066FAC34500C322 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_get_IPProtectionLevel_m6B27E4A0571527E7CC014D2A9066FAC34500C322_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(SocketElement_get_IPProtectionLevel_m6B27E4A0571527E7CC014D2A9066FAC34500C322_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.SocketElement::set_IPProtectionLevel(System.Net.Sockets.IPProtectionLevel)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_set_IPProtectionLevel_mE57AEC2E0B754065CAD1C35A2341514A71C9ED4B (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_set_IPProtectionLevel_mE57AEC2E0B754065CAD1C35A2341514A71C9ED4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SocketElement_set_IPProtectionLevel_mE57AEC2E0B754065CAD1C35A2341514A71C9ED4B_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.SocketElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * SocketElement_get_Properties_m9CF8E9B1A9B41B7EC24A4F91CE2E8ECBF317426A (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_get_Properties_m9CF8E9B1A9B41B7EC24A4F91CE2E8ECBF317426A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SocketElement_get_Properties_m9CF8E9B1A9B41B7EC24A4F91CE2E8ECBF317426A_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Void System.Net.Configuration.SocketElement::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketElement_PostDeserialize_m98FC455D8C9AF54F245092F866C5889126DEE2F6 (SocketElement_t32F016077CBED287B80063811E80BCCC7E8B1BF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SocketElement_PostDeserialize_m98FC455D8C9AF54F245092F866C5889126DEE2F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(SocketElement_PostDeserialize_m98FC455D8C9AF54F245092F866C5889126DEE2F6_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
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.Configuration.WebProxyScriptElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591 (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebProxyScriptElement__ctor_mC8AF875E80D96B18AA387148009AE1C630D83591_RuntimeMethod_var);
return;
}
}
// System.TimeSpan System.Net.Configuration.WebProxyScriptElement::get_DownloadTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 WebProxyScriptElement_get_DownloadTimeout_mE13F88C0E99E1951C76662E8020131EC3019122A (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxyScriptElement_get_DownloadTimeout_mE13F88C0E99E1951C76662E8020131EC3019122A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_0;
memset((&V_0), 0, sizeof(V_0));
{
il2cpp_codegen_raise_profile_exception(WebProxyScriptElement_get_DownloadTimeout_mE13F88C0E99E1951C76662E8020131EC3019122A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ));
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.WebProxyScriptElement::set_DownloadTimeout(System.TimeSpan)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxyScriptElement_set_DownloadTimeout_m5672A8A8A6F1722B9B906F61D50CFCC60AD34932 (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxyScriptElement_set_DownloadTimeout_m5672A8A8A6F1722B9B906F61D50CFCC60AD34932_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebProxyScriptElement_set_DownloadTimeout_m5672A8A8A6F1722B9B906F61D50CFCC60AD34932_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebProxyScriptElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * WebProxyScriptElement_get_Properties_m8AD25399F804B2D22BC8312102EBC28A0CAE6E26 (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxyScriptElement_get_Properties_m8AD25399F804B2D22BC8312102EBC28A0CAE6E26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebProxyScriptElement_get_Properties_m8AD25399F804B2D22BC8312102EBC28A0CAE6E26_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Void System.Net.Configuration.WebProxyScriptElement::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxyScriptElement_PostDeserialize_mAD4E3E436D9976B67189C8E3BD99E3505D1AE643 (WebProxyScriptElement_t4302A26A6D4E02146662B30E3452A5167966E6B3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxyScriptElement_PostDeserialize_mAD4E3E436D9976B67189C8E3BD99E3505D1AE643_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebProxyScriptElement_PostDeserialize_mAD4E3E436D9976B67189C8E3BD99E3505D1AE643_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.Configuration.WebRequestModuleElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_m63B53F95E19DBF4583C1960A28B5AEBA2A716436 (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement__ctor_m63B53F95E19DBF4583C1960A28B5AEBA2A716436_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement__ctor_m63B53F95E19DBF4583C1960A28B5AEBA2A716436_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElement::.ctor(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_mCA54D4BD7272CFAA89629787D81ADF3E7B878B40 (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, String_t* ___prefix0, String_t* ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement__ctor_mCA54D4BD7272CFAA89629787D81ADF3E7B878B40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement__ctor_mCA54D4BD7272CFAA89629787D81ADF3E7B878B40_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElement::.ctor(System.String,System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElement__ctor_mC84335A9859D114C761A7C8A7D0F1687E774AE0A (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, String_t* ___prefix0, Type_t * ___type1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement__ctor_mC84335A9859D114C761A7C8A7D0F1687E774AE0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement__ctor_mC84335A9859D114C761A7C8A7D0F1687E774AE0A_RuntimeMethod_var);
return;
}
}
// System.String System.Net.Configuration.WebRequestModuleElement::get_Prefix()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* WebRequestModuleElement_get_Prefix_m7A1E49C8A16495AA4DA2FF8231D6EA12C29E01B6 (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement_get_Prefix_m7A1E49C8A16495AA4DA2FF8231D6EA12C29E01B6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement_get_Prefix_m7A1E49C8A16495AA4DA2FF8231D6EA12C29E01B6_RuntimeMethod_var);
return (String_t*)NULL;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElement::set_Prefix(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElement_set_Prefix_mC6566327D75A1764A8C296E4D5649907902072A5 (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement_set_Prefix_mC6566327D75A1764A8C296E4D5649907902072A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement_set_Prefix_mC6566327D75A1764A8C296E4D5649907902072A5_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebRequestModuleElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * WebRequestModuleElement_get_Properties_m5B26EB7AF00EE742678560BD4D8C325D4549DEAB (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement_get_Properties_m5B26EB7AF00EE742678560BD4D8C325D4549DEAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement_get_Properties_m5B26EB7AF00EE742678560BD4D8C325D4549DEAB_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Type System.Net.Configuration.WebRequestModuleElement::get_Type()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t * WebRequestModuleElement_get_Type_m33D579662D51FBDFFB9BA87023F37BCB32D92CF4 (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement_get_Type_m33D579662D51FBDFFB9BA87023F37BCB32D92CF4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement_get_Type_m33D579662D51FBDFFB9BA87023F37BCB32D92CF4_RuntimeMethod_var);
return (Type_t *)NULL;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElement::set_Type(System.Type)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElement_set_Type_m55A0122F0030B5DC74F75F0B60767B27449EDAB1 (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * __this, Type_t * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElement_set_Type_m55A0122F0030B5DC74F75F0B60767B27449EDAB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElement_set_Type_m55A0122F0030B5DC74F75F0B60767B27449EDAB1_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.Configuration.WebRequestModuleElementCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection__ctor_m8B880B0EAE7CEF1CB79CD264A9B6D62AB6A22961_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.WebRequestModuleElement System.Net.Configuration.WebRequestModuleElementCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * WebRequestModuleElementCollection_get_Item_mF32694FD5054914459C1C51E59D4D07F6D4D7A9D (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_get_Item_mF32694FD5054914459C1C51E59D4D07F6D4D7A9D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_get_Item_mF32694FD5054914459C1C51E59D4D07F6D4D7A9D_RuntimeMethod_var);
return (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC *)NULL;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::set_Item(System.Int32,System.Net.Configuration.WebRequestModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_set_Item_mF762DFA4745E7B5CB89CDB46A9CA582C92212F14 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, int32_t ___index0, WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_set_Item_mF762DFA4745E7B5CB89CDB46A9CA582C92212F14_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_set_Item_mF762DFA4745E7B5CB89CDB46A9CA582C92212F14_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.WebRequestModuleElement System.Net.Configuration.WebRequestModuleElementCollection::get_Item(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * WebRequestModuleElementCollection_get_Item_m44BB1386A038DD30CB36C1496ED803D8F1B79184 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_get_Item_m44BB1386A038DD30CB36C1496ED803D8F1B79184_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_get_Item_m44BB1386A038DD30CB36C1496ED803D8F1B79184_RuntimeMethod_var);
return (WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC *)NULL;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::set_Item(System.String,System.Net.Configuration.WebRequestModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_set_Item_mAB801F20261A19FF067E3F3D7725CAE0B9EA8794 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, String_t* ___name0, WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_set_Item_mAB801F20261A19FF067E3F3D7725CAE0B9EA8794_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_set_Item_mAB801F20261A19FF067E3F3D7725CAE0B9EA8794_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::Add(System.Net.Configuration.WebRequestModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Add_m80722E381351D1D25F8194B82629933286F71E8F (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_Add_m80722E381351D1D25F8194B82629933286F71E8F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_Add_m80722E381351D1D25F8194B82629933286F71E8F_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::Clear()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Clear_m7273DCC2F0CD938BC2E0D0DCCFE771959F843D27 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_Clear_m7273DCC2F0CD938BC2E0D0DCCFE771959F843D27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_Clear_m7273DCC2F0CD938BC2E0D0DCCFE771959F843D27_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationElement System.Net.Configuration.WebRequestModuleElementCollection::CreateNewElement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * WebRequestModuleElementCollection_CreateNewElement_mE0336C7369252EC92CFC8A518FE116B4CA5FE352 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_CreateNewElement_mE0336C7369252EC92CFC8A518FE116B4CA5FE352_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_CreateNewElement_mE0336C7369252EC92CFC8A518FE116B4CA5FE352_RuntimeMethod_var);
return (ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE *)NULL;
}
}
// System.Object System.Net.Configuration.WebRequestModuleElementCollection::GetElementKey(System.Configuration.ConfigurationElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * WebRequestModuleElementCollection_GetElementKey_mCD1FA9CA31921DC24EF4E2070D9016EE1087CD45 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, ConfigurationElement_tF3ECE1CDFD3304CD9D595E758276F014321AD9FE * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_GetElementKey_mCD1FA9CA31921DC24EF4E2070D9016EE1087CD45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_GetElementKey_mCD1FA9CA31921DC24EF4E2070D9016EE1087CD45_RuntimeMethod_var);
return NULL;
}
}
// System.Int32 System.Net.Configuration.WebRequestModuleElementCollection::IndexOf(System.Net.Configuration.WebRequestModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebRequestModuleElementCollection_IndexOf_m62031B8D5909CC860F4A8FB21DA43CECF27C9C57 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_IndexOf_m62031B8D5909CC860F4A8FB21DA43CECF27C9C57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_IndexOf_m62031B8D5909CC860F4A8FB21DA43CECF27C9C57_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::Remove(System.Net.Configuration.WebRequestModuleElement)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Remove_m97895514AA15F71083EC63DB0FD6684CD6D81BC6 (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, WebRequestModuleElement_tE81A1FA5B9B4BCFB1ED015287A2D4F9EED37F3EC * ___element0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_Remove_m97895514AA15F71083EC63DB0FD6684CD6D81BC6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_Remove_m97895514AA15F71083EC63DB0FD6684CD6D81BC6_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::Remove(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_Remove_m5D97CBAF96E21E43BE83AFBDFA5BD5950B7368DB (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_Remove_m5D97CBAF96E21E43BE83AFBDFA5BD5950B7368DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_Remove_m5D97CBAF96E21E43BE83AFBDFA5BD5950B7368DB_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModuleElementCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModuleElementCollection_RemoveAt_mCE24F740212364AA946AE1D5A95D7557AFD2C96A (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModuleElementCollection_RemoveAt_mCE24F740212364AA946AE1D5A95D7557AFD2C96A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModuleElementCollection_RemoveAt_mCE24F740212364AA946AE1D5A95D7557AFD2C96A_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.Configuration.WebRequestModulesSection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02 (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModulesSection__ctor_m0CAB6F207E3B29D65AEA38A6AC191873E3000F02_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebRequestModulesSection::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * WebRequestModulesSection_get_Properties_m909A3E4C4A61BFCC9D09F397D9314E5F74F3FE44 (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModulesSection_get_Properties_m909A3E4C4A61BFCC9D09F397D9314E5F74F3FE44_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModulesSection_get_Properties_m909A3E4C4A61BFCC9D09F397D9314E5F74F3FE44_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Net.Configuration.WebRequestModuleElementCollection System.Net.Configuration.WebRequestModulesSection::get_WebRequestModules()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE * WebRequestModulesSection_get_WebRequestModules_mDAD77F92B8E6DC4FF806A1E820DB01E38C237131 (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModulesSection_get_WebRequestModules_mDAD77F92B8E6DC4FF806A1E820DB01E38C237131_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModulesSection_get_WebRequestModules_mDAD77F92B8E6DC4FF806A1E820DB01E38C237131_RuntimeMethod_var);
return (WebRequestModuleElementCollection_t2A993B681E96AAF6A96CCB0458F0F0B99BFF51BE *)NULL;
}
}
// System.Void System.Net.Configuration.WebRequestModulesSection::InitializeDefault()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModulesSection_InitializeDefault_m00BF7709796F6C8090F12403F072BF5932B246C9 (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModulesSection_InitializeDefault_m00BF7709796F6C8090F12403F072BF5932B246C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModulesSection_InitializeDefault_m00BF7709796F6C8090F12403F072BF5932B246C9_RuntimeMethod_var);
return;
}
}
// System.Void System.Net.Configuration.WebRequestModulesSection::PostDeserialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestModulesSection_PostDeserialize_mE9ABC289280CBCC5436DC7BE9836821DBD8833D3 (WebRequestModulesSection_t5E031F632797D2C7F0D394BCEE4BD0DF0ECA81BC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestModulesSection_PostDeserialize_mE9ABC289280CBCC5436DC7BE9836821DBD8833D3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebRequestModulesSection_PostDeserialize_mE9ABC289280CBCC5436DC7BE9836821DBD8833D3_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.Configuration.WebUtilityElement::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebUtilityElement__ctor_m91C5382CC03A6E1E72C1BC5AD24705764213216D (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebUtilityElement__ctor_m91C5382CC03A6E1E72C1BC5AD24705764213216D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebUtilityElement__ctor_m91C5382CC03A6E1E72C1BC5AD24705764213216D_RuntimeMethod_var);
return;
}
}
// System.Configuration.ConfigurationPropertyCollection System.Net.Configuration.WebUtilityElement::get_Properties()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 * WebUtilityElement_get_Properties_m64C8392C2273BD9A4E8D2BB8FA6041BE852A733D (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebUtilityElement_get_Properties_m64C8392C2273BD9A4E8D2BB8FA6041BE852A733D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebUtilityElement_get_Properties_m64C8392C2273BD9A4E8D2BB8FA6041BE852A733D_RuntimeMethod_var);
return (ConfigurationPropertyCollection_tF435364EB4EA4A7CC30A7B885EA11204A7367591 *)NULL;
}
}
// System.Net.Configuration.UnicodeDecodingConformance System.Net.Configuration.WebUtilityElement::get_UnicodeDecodingConformance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebUtilityElement_get_UnicodeDecodingConformance_m1BD4FDFCC733FFD283EEF6318CEAF61A2DA78E0A (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebUtilityElement_get_UnicodeDecodingConformance_m1BD4FDFCC733FFD283EEF6318CEAF61A2DA78E0A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(WebUtilityElement_get_UnicodeDecodingConformance_m1BD4FDFCC733FFD283EEF6318CEAF61A2DA78E0A_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.WebUtilityElement::set_UnicodeDecodingConformance(System.Net.Configuration.UnicodeDecodingConformance)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebUtilityElement_set_UnicodeDecodingConformance_m11A0660C5A969D46E2B535D7B67032F451588427 (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebUtilityElement_set_UnicodeDecodingConformance_m11A0660C5A969D46E2B535D7B67032F451588427_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebUtilityElement_set_UnicodeDecodingConformance_m11A0660C5A969D46E2B535D7B67032F451588427_RuntimeMethod_var);
return;
}
}
// System.Net.Configuration.UnicodeEncodingConformance System.Net.Configuration.WebUtilityElement::get_UnicodeEncodingConformance()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebUtilityElement_get_UnicodeEncodingConformance_m90CAAD610B43BF4A842E049E6BDFE313420DB947 (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebUtilityElement_get_UnicodeEncodingConformance_m90CAAD610B43BF4A842E049E6BDFE313420DB947_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
il2cpp_codegen_raise_profile_exception(WebUtilityElement_get_UnicodeEncodingConformance_m90CAAD610B43BF4A842E049E6BDFE313420DB947_RuntimeMethod_var);
il2cpp_codegen_initobj((&V_0), sizeof(int32_t));
int32_t L_0 = V_0;
return L_0;
}
}
// System.Void System.Net.Configuration.WebUtilityElement::set_UnicodeEncodingConformance(System.Net.Configuration.UnicodeEncodingConformance)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebUtilityElement_set_UnicodeEncodingConformance_m322DFA2CC29BEA24894A4166BF98CDDD9BDD7540 (WebUtilityElement_tA9DDC7201EFC437A3B893E54B73897DC83DB6DFD * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebUtilityElement_set_UnicodeEncodingConformance_m322DFA2CC29BEA24894A4166BF98CDDD9BDD7540_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
il2cpp_codegen_raise_profile_exception(WebUtilityElement_set_UnicodeEncodingConformance_m322DFA2CC29BEA24894A4166BF98CDDD9BDD7540_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.Cookie::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_comment_4(L_0);
__this->set_m_cookieVariant_6(1);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_domain_8(L_1);
__this->set_m_domain_implicit_9((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
__this->set_m_expires_10(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_name_11(L_3);
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_path_12(L_4);
__this->set_m_path_implicit_13((bool)1);
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_port_14(L_5);
__this->set_m_port_implicit_15((bool)1);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_6 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
__this->set_m_timeStamp_19(L_6);
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_value_20(L_7);
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_domainKey_22(L_8);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.String System.Net.Cookie::get_Comment()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_comment_4();
return L_0;
}
}
// System.Void System.Net.Cookie::set_Comment(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
if (L_0)
{
goto IL_000a;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
___value0 = L_1;
}
IL_000a:
{
String_t* L_2 = ___value0;
__this->set_m_comment_4(L_2);
return;
}
}
// System.Void System.Net.Cookie::set_CommentUri(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
__this->set_m_commentUri_5(L_0);
return;
}
}
// System.Void System.Net.Cookie::set_HttpOnly(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_httpOnly_18(L_0);
return;
}
}
// System.Void System.Net.Cookie::set_Discard(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_discard_7(L_0);
return;
}
}
// System.String System.Net.Cookie::get_Domain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_domain_8();
return L_0;
}
}
// System.Void System.Net.Cookie::set_Domain(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B2_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B3_1 = NULL;
{
String_t* L_0 = ___value0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
}
{
String_t* L_1 = ___value0;
G_B3_0 = L_1;
G_B3_1 = G_B1_0;
goto IL_000c;
}
IL_0007:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_000c:
{
NullCheck(G_B3_1);
G_B3_1->set_m_domain_8(G_B3_0);
__this->set_m_domain_implicit_9((bool)0);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_domainKey_22(L_3);
return;
}
}
// System.String System.Net.Cookie::get__Domain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B5_0 = NULL;
String_t* G_B4_0 = NULL;
String_t* G_B6_0 = NULL;
String_t* G_B6_1 = NULL;
String_t* G_B8_0 = NULL;
String_t* G_B8_1 = NULL;
String_t* G_B8_2 = NULL;
String_t* G_B7_0 = NULL;
String_t* G_B7_1 = NULL;
String_t* G_B7_2 = NULL;
String_t* G_B9_0 = NULL;
String_t* G_B9_1 = NULL;
String_t* G_B9_2 = NULL;
String_t* G_B9_3 = NULL;
{
bool L_0 = Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0056;
}
}
{
bool L_1 = __this->get_m_domain_implicit_9();
if (L_1)
{
goto IL_0056;
}
}
{
String_t* L_2 = __this->get_m_domain_8();
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0056;
}
}
{
bool L_4 = __this->get_IsQuotedDomain_24();
G_B4_0 = _stringLiteralF624F9BCEFFF97614D51114B4D98876489DFA808;
if (L_4)
{
G_B5_0 = _stringLiteralF624F9BCEFFF97614D51114B4D98876489DFA808;
goto IL_0031;
}
}
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B6_0 = L_5;
G_B6_1 = G_B4_0;
goto IL_0036;
}
IL_0031:
{
G_B6_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
G_B6_1 = G_B5_0;
}
IL_0036:
{
String_t* L_6 = __this->get_m_domain_8();
bool L_7 = __this->get_IsQuotedDomain_24();
G_B7_0 = L_6;
G_B7_1 = G_B6_0;
G_B7_2 = G_B6_1;
if (L_7)
{
G_B8_0 = L_6;
G_B8_1 = G_B6_0;
G_B8_2 = G_B6_1;
goto IL_004b;
}
}
{
String_t* L_8 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B9_0 = L_8;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
G_B9_3 = G_B7_2;
goto IL_0050;
}
IL_004b:
{
G_B9_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
G_B9_3 = G_B8_2;
}
IL_0050:
{
String_t* L_9 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B9_3, G_B9_2, G_B9_1, G_B9_0, /*hidden argument*/NULL);
return L_9;
}
IL_0056:
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_10;
}
}
// System.Boolean System.Net.Cookie::get_Expired()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_m_expires_10();
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();
bool L_2 = DateTime_op_Inequality_m3CE79ABD4AA011CAA6E6EDE6D1028AEB56BFF5A1(L_0, L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0028;
}
}
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_3 = __this->get_address_of_m_expires_10();
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
bool L_6 = DateTime_op_LessThanOrEqual_m7131235B927010BD9DB3C93FEB51640286D1107B(L_4, L_5, /*hidden argument*/NULL);
return L_6;
}
IL_0028:
{
return (bool)0;
}
}
// System.Void System.Net.Cookie::set_Expires(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
__this->set_m_expires_10(L_0);
return;
}
}
// System.String System.Net.Cookie::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_11();
return L_0;
}
}
// System.Boolean System.Net.Cookie::InternalSetName(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
bool L_1 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0021;
}
}
{
String_t* L_2 = ___value0;
NullCheck(L_2);
Il2CppChar L_3 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_2, 0, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)((int32_t)36))))
{
goto IL_0021;
}
}
{
String_t* L_4 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Name_1();
NullCheck(L_4);
int32_t L_6 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_4, L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) == ((int32_t)(-1))))
{
goto IL_002e;
}
}
IL_0021:
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_name_11(L_7);
return (bool)0;
}
IL_002e:
{
String_t* L_8 = ___value0;
__this->set_m_name_11(L_8);
return (bool)1;
}
}
// System.String System.Net.Cookie::get_Path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_path_12();
return L_0;
}
}
// System.Void System.Net.Cookie::set_Path(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B2_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B3_1 = NULL;
{
String_t* L_0 = ___value0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
}
{
String_t* L_1 = ___value0;
G_B3_0 = L_1;
G_B3_1 = G_B1_0;
goto IL_000c;
}
IL_0007:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_000c:
{
NullCheck(G_B3_1);
G_B3_1->set_m_path_12(G_B3_0);
__this->set_m_path_implicit_13((bool)0);
return;
}
}
// System.String System.Net.Cookie::get__Path()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_002e;
}
}
{
bool L_1 = __this->get_m_path_implicit_13();
if (L_1)
{
goto IL_002e;
}
}
{
String_t* L_2 = __this->get_m_path_12();
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002e;
}
}
{
String_t* L_4 = __this->get_m_path_12();
String_t* L_5 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral359B616379C8686F51EF5E3A8762571D940EABF0, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_002e:
{
String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_6;
}
}
// System.Boolean System.Net.Cookie::get_Plain()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Plain_mE690884D12C79ABE5CB6C196CB9DEF3E2DF04C78 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B_inline(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_0) == ((int32_t)1))? 1 : 0);
}
}
// System.Boolean System.Net.Cookie::IsDomainEqualToHost(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A (String_t* ___domain0, String_t* ___host1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___host1;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
String_t* L_2 = ___domain0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if ((!(((uint32_t)((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1))) == ((uint32_t)L_3))))
{
goto IL_0024;
}
}
{
String_t* L_4 = ___host1;
String_t* L_5 = ___domain0;
String_t* L_6 = ___host1;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
int32_t L_8 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_4, 0, L_5, 1, L_7, 5, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0024;
}
}
{
return (bool)1;
}
IL_0024:
{
return (bool)0;
}
}
// System.Boolean System.Net.Cookie::VerifySetDefaults(System.Net.CookieVariant,System.Uri,System.Boolean,System.String,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___variant0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, bool ___isLocalDomain2, String_t* ___localDomain3, bool ___set_default4, bool ___isThrow5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
bool V_3 = false;
String_t* V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_7 = NULL;
int32_t V_8 = 0;
int32_t G_B14_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B14_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B14_2 = NULL;
String_t* G_B14_3 = NULL;
int32_t G_B13_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B13_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B13_2 = NULL;
String_t* G_B13_3 = NULL;
String_t* G_B15_0 = NULL;
int32_t G_B15_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B15_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B15_3 = NULL;
String_t* G_B15_4 = NULL;
int32_t G_B25_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B25_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B25_2 = NULL;
String_t* G_B25_3 = NULL;
int32_t G_B24_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B24_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B24_2 = NULL;
String_t* G_B24_3 = NULL;
String_t* G_B26_0 = NULL;
int32_t G_B26_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B26_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B26_3 = NULL;
String_t* G_B26_4 = NULL;
int32_t G_B52_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B52_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B52_2 = NULL;
String_t* G_B52_3 = NULL;
int32_t G_B51_0 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B51_1 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B51_2 = NULL;
String_t* G_B51_3 = NULL;
String_t* G_B53_0 = NULL;
int32_t G_B53_1 = 0;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B53_2 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* G_B53_3 = NULL;
String_t* G_B53_4 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri1;
NullCheck(L_0);
String_t* L_1 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_0, /*hidden argument*/NULL);
V_0 = L_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri1;
NullCheck(L_2);
int32_t L_3 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_2, /*hidden argument*/NULL);
V_1 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri1;
NullCheck(L_4);
String_t* L_5 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_4, /*hidden argument*/NULL);
V_2 = L_5;
V_3 = (bool)1;
bool L_6 = ___set_default4;
if (!L_6)
{
goto IL_003e;
}
}
{
int32_t L_7 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(__this, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0028;
}
}
{
___variant0 = 1;
goto IL_0037;
}
IL_0028:
{
int32_t L_8 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)1))))
{
goto IL_0037;
}
}
{
int32_t L_9 = ___variant0;
if (L_9)
{
goto IL_0037;
}
}
{
___variant0 = 2;
}
IL_0037:
{
int32_t L_10 = ___variant0;
__this->set_m_cookieVariant_6(L_10);
}
IL_003e:
{
String_t* L_11 = __this->get_m_name_11();
if (!L_11)
{
goto IL_0076;
}
}
{
String_t* L_12 = __this->get_m_name_11();
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
if (!L_13)
{
goto IL_0076;
}
}
{
String_t* L_14 = __this->get_m_name_11();
NullCheck(L_14);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, 0, /*hidden argument*/NULL);
if ((((int32_t)L_15) == ((int32_t)((int32_t)36))))
{
goto IL_0076;
}
}
{
String_t* L_16 = __this->get_m_name_11();
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Name_1();
NullCheck(L_16);
int32_t L_18 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_16, L_17, /*hidden argument*/NULL);
if ((((int32_t)L_18) == ((int32_t)(-1))))
{
goto IL_00b2;
}
}
IL_0076:
{
bool L_19 = ___isThrow5;
if (!L_19)
{
goto IL_00b0;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_20 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = L_20;
NullCheck(L_21);
ArrayElementTypeCheck (L_21, _stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral709A23220F2C3D64D1E1D6D18C4D5280F8D82FCA);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
String_t* L_23 = __this->get_m_name_11();
G_B13_0 = 1;
G_B13_1 = L_22;
G_B13_2 = L_22;
G_B13_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
if (!L_23)
{
G_B14_0 = 1;
G_B14_1 = L_22;
G_B14_2 = L_22;
G_B14_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
goto IL_009f;
}
}
{
String_t* L_24 = __this->get_m_name_11();
G_B15_0 = L_24;
G_B15_1 = G_B13_0;
G_B15_2 = G_B13_1;
G_B15_3 = G_B13_2;
G_B15_4 = G_B13_3;
goto IL_00a4;
}
IL_009f:
{
G_B15_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A;
G_B15_1 = G_B14_0;
G_B15_2 = G_B14_1;
G_B15_3 = G_B14_2;
G_B15_4 = G_B14_3;
}
IL_00a4:
{
NullCheck(G_B15_2);
ArrayElementTypeCheck (G_B15_2, G_B15_0);
(G_B15_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B15_1), (RuntimeObject *)G_B15_0);
String_t* L_25 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(G_B15_4, G_B15_3, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_26 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_26, L_25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_00b0:
{
return (bool)0;
}
IL_00b2:
{
String_t* L_27 = __this->get_m_value_20();
if (!L_27)
{
goto IL_0107;
}
}
{
String_t* L_28 = __this->get_m_value_20();
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
if ((((int32_t)L_29) <= ((int32_t)2)))
{
goto IL_00f4;
}
}
{
String_t* L_30 = __this->get_m_value_20();
NullCheck(L_30);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_30, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)34)))))
{
goto IL_00f4;
}
}
{
String_t* L_32 = __this->get_m_value_20();
String_t* L_33 = __this->get_m_value_20();
NullCheck(L_33);
int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_32, ((int32_t)il2cpp_codegen_subtract((int32_t)L_34, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_35) == ((int32_t)((int32_t)34))))
{
goto IL_0143;
}
}
IL_00f4:
{
String_t* L_36 = __this->get_m_value_20();
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_37 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Value_2();
NullCheck(L_36);
int32_t L_38 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_36, L_37, /*hidden argument*/NULL);
if ((((int32_t)L_38) == ((int32_t)(-1))))
{
goto IL_0143;
}
}
IL_0107:
{
bool L_39 = ___isThrow5;
if (!L_39)
{
goto IL_0141;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, _stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral8DCE170DE238B1FEDA2ECD9674EA3CA0D068FBCB);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_42 = L_41;
String_t* L_43 = __this->get_m_value_20();
G_B24_0 = 1;
G_B24_1 = L_42;
G_B24_2 = L_42;
G_B24_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
if (!L_43)
{
G_B25_0 = 1;
G_B25_1 = L_42;
G_B25_2 = L_42;
G_B25_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
goto IL_0130;
}
}
{
String_t* L_44 = __this->get_m_value_20();
G_B26_0 = L_44;
G_B26_1 = G_B24_0;
G_B26_2 = G_B24_1;
G_B26_3 = G_B24_2;
G_B26_4 = G_B24_3;
goto IL_0135;
}
IL_0130:
{
G_B26_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A;
G_B26_1 = G_B25_0;
G_B26_2 = G_B25_1;
G_B26_3 = G_B25_2;
G_B26_4 = G_B25_3;
}
IL_0135:
{
NullCheck(G_B26_2);
ArrayElementTypeCheck (G_B26_2, G_B26_0);
(G_B26_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B26_1), (RuntimeObject *)G_B26_0);
String_t* L_45 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(G_B26_4, G_B26_3, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_46 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_46, L_45, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_0141:
{
return (bool)0;
}
IL_0143:
{
String_t* L_47 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_01c5;
}
}
{
String_t* L_48 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_48);
int32_t L_49 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_48, /*hidden argument*/NULL);
if ((((int32_t)L_49) <= ((int32_t)2)))
{
goto IL_0185;
}
}
{
String_t* L_50 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_50);
Il2CppChar L_51 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_50, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_51) == ((uint32_t)((int32_t)34)))))
{
goto IL_0185;
}
}
{
String_t* L_52 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
String_t* L_53 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_53);
int32_t L_54 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_53, /*hidden argument*/NULL);
NullCheck(L_52);
Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, ((int32_t)il2cpp_codegen_subtract((int32_t)L_54, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_55) == ((int32_t)((int32_t)34))))
{
goto IL_01c5;
}
}
IL_0185:
{
String_t* L_56 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_57 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Value_2();
NullCheck(L_56);
int32_t L_58 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_56, L_57, /*hidden argument*/NULL);
if ((((int32_t)L_58) == ((int32_t)(-1))))
{
goto IL_01c5;
}
}
{
bool L_59 = ___isThrow5;
if (!L_59)
{
goto IL_01c3;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_60 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_61 = L_60;
NullCheck(L_61);
ArrayElementTypeCheck (L_61, _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D);
(L_61)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_62 = L_61;
String_t* L_63 = Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline(__this, /*hidden argument*/NULL);
NullCheck(L_62);
ArrayElementTypeCheck (L_62, L_63);
(L_62)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_63);
String_t* L_64 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_62, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_65 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_65, L_64, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_01c3:
{
return (bool)0;
}
IL_01c5:
{
String_t* L_66 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
if (!L_66)
{
goto IL_0247;
}
}
{
String_t* L_67 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
NullCheck(L_67);
int32_t L_68 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_67, /*hidden argument*/NULL);
if ((((int32_t)L_68) <= ((int32_t)2)))
{
goto IL_0207;
}
}
{
String_t* L_69 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
NullCheck(L_69);
Il2CppChar L_70 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_69, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_70) == ((uint32_t)((int32_t)34)))))
{
goto IL_0207;
}
}
{
String_t* L_71 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
String_t* L_72 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
NullCheck(L_72);
int32_t L_73 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_72, /*hidden argument*/NULL);
NullCheck(L_71);
Il2CppChar L_74 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_71, ((int32_t)il2cpp_codegen_subtract((int32_t)L_73, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_74) == ((int32_t)((int32_t)34))))
{
goto IL_0247;
}
}
IL_0207:
{
String_t* L_75 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_76 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_Reserved2Value_2();
NullCheck(L_75);
int32_t L_77 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_75, L_76, /*hidden argument*/NULL);
if ((((int32_t)L_77) == ((int32_t)(-1))))
{
goto IL_0247;
}
}
{
bool L_78 = ___isThrow5;
if (!L_78)
{
goto IL_0245;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_79 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_80 = L_79;
NullCheck(L_80);
ArrayElementTypeCheck (L_80, _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE);
(L_80)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_81 = L_80;
String_t* L_82 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
NullCheck(L_81);
ArrayElementTypeCheck (L_81, L_82);
(L_81)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_82);
String_t* L_83 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_81, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_84 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_84, L_83, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_84, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_0245:
{
return (bool)0;
}
IL_0247:
{
bool L_85 = ___set_default4;
if (!L_85)
{
goto IL_025f;
}
}
{
bool L_86 = __this->get_m_domain_implicit_9();
if (!L_86)
{
goto IL_025f;
}
}
{
String_t* L_87 = V_0;
__this->set_m_domain_8(L_87);
goto IL_0414;
}
IL_025f:
{
bool L_88 = __this->get_m_domain_implicit_9();
if (L_88)
{
goto IL_03d3;
}
}
{
String_t* L_89 = __this->get_m_domain_8();
V_4 = L_89;
String_t* L_90 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
bool L_91 = Cookie_DomainCharsTest_m4F98C8A98E89996F06A2A636DE04E3430CCAAE10(L_90, /*hidden argument*/NULL);
if (L_91)
{
goto IL_02af;
}
}
{
bool L_92 = ___isThrow5;
if (!L_92)
{
goto IL_02ad;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_93 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_94 = L_93;
NullCheck(L_94);
ArrayElementTypeCheck (L_94, _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44);
(L_94)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_95 = L_94;
String_t* L_96 = V_4;
G_B51_0 = 1;
G_B51_1 = L_95;
G_B51_2 = L_95;
G_B51_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
if (!L_96)
{
G_B52_0 = 1;
G_B52_1 = L_95;
G_B52_2 = L_95;
G_B52_3 = _stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF;
goto IL_029c;
}
}
{
String_t* L_97 = V_4;
G_B53_0 = L_97;
G_B53_1 = G_B51_0;
G_B53_2 = G_B51_1;
G_B53_3 = G_B51_2;
G_B53_4 = G_B51_3;
goto IL_02a1;
}
IL_029c:
{
G_B53_0 = _stringLiteral798275C17944BDA73AC13CB181018C138194815A;
G_B53_1 = G_B52_0;
G_B53_2 = G_B52_1;
G_B53_3 = G_B52_2;
G_B53_4 = G_B52_3;
}
IL_02a1:
{
NullCheck(G_B53_2);
ArrayElementTypeCheck (G_B53_2, G_B53_0);
(G_B53_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B53_1), (RuntimeObject *)G_B53_0);
String_t* L_98 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(G_B53_4, G_B53_3, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_99 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_99, L_98, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_99, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_02ad:
{
return (bool)0;
}
IL_02af:
{
String_t* L_100 = V_4;
NullCheck(L_100);
Il2CppChar L_101 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_100, 0, /*hidden argument*/NULL);
if ((((int32_t)L_101) == ((int32_t)((int32_t)46))))
{
goto IL_02fe;
}
}
{
int32_t L_102 = ___variant0;
if ((((int32_t)L_102) == ((int32_t)3)))
{
goto IL_02f0;
}
}
{
int32_t L_103 = ___variant0;
if ((((int32_t)L_103) == ((int32_t)1)))
{
goto IL_02f0;
}
}
{
bool L_104 = ___isThrow5;
if (!L_104)
{
goto IL_02ee;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_105 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_106 = L_105;
NullCheck(L_106);
ArrayElementTypeCheck (L_106, _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44);
(L_106)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_107 = L_106;
String_t* L_108 = __this->get_m_domain_8();
NullCheck(L_107);
ArrayElementTypeCheck (L_107, L_108);
(L_107)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_108);
String_t* L_109 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_107, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_110 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_110, L_109, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_110, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_02ee:
{
return (bool)0;
}
IL_02f0:
{
String_t* L_111 = V_4;
String_t* L_112 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_111, /*hidden argument*/NULL);
V_4 = L_112;
}
IL_02fe:
{
String_t* L_113 = V_0;
NullCheck(L_113);
int32_t L_114 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_113, ((int32_t)46), /*hidden argument*/NULL);
V_5 = L_114;
bool L_115 = ___isLocalDomain2;
if (!L_115)
{
goto IL_031e;
}
}
{
String_t* L_116 = ___localDomain3;
String_t* L_117 = V_4;
int32_t L_118 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_116, L_117, 5, /*hidden argument*/NULL);
if (L_118)
{
goto IL_031e;
}
}
{
V_3 = (bool)1;
goto IL_03bc;
}
IL_031e:
{
String_t* L_119 = V_4;
String_t* L_120 = V_4;
NullCheck(L_120);
int32_t L_121 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_120, /*hidden argument*/NULL);
NullCheck(L_119);
int32_t L_122 = String_IndexOf_m0B93E3C108839038A68DD6DD22D64798CBF6F5DB(L_119, ((int32_t)46), 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_121, (int32_t)2)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_122) == ((uint32_t)(-1)))))
{
goto IL_0342;
}
}
{
String_t* L_123 = V_4;
String_t* L_124 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
bool L_125 = Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A(L_123, L_124, /*hidden argument*/NULL);
if (L_125)
{
goto IL_03bc;
}
}
{
V_3 = (bool)0;
goto IL_03bc;
}
IL_0342:
{
int32_t L_126 = ___variant0;
if ((!(((uint32_t)L_126) == ((uint32_t)1))))
{
goto IL_0384;
}
}
{
String_t* L_127 = V_4;
String_t* L_128 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
bool L_129 = Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A(L_127, L_128, /*hidden argument*/NULL);
if (L_129)
{
goto IL_03bc;
}
}
{
String_t* L_130 = V_0;
NullCheck(L_130);
int32_t L_131 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_130, /*hidden argument*/NULL);
String_t* L_132 = V_4;
NullCheck(L_132);
int32_t L_133 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_132, /*hidden argument*/NULL);
if ((((int32_t)L_131) <= ((int32_t)L_133)))
{
goto IL_0380;
}
}
{
String_t* L_134 = V_0;
String_t* L_135 = V_0;
NullCheck(L_135);
int32_t L_136 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_135, /*hidden argument*/NULL);
String_t* L_137 = V_4;
NullCheck(L_137);
int32_t L_138 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_137, /*hidden argument*/NULL);
String_t* L_139 = V_4;
String_t* L_140 = V_4;
NullCheck(L_140);
int32_t L_141 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_140, /*hidden argument*/NULL);
int32_t L_142 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_134, ((int32_t)il2cpp_codegen_subtract((int32_t)L_136, (int32_t)L_138)), L_139, 0, L_141, 5, /*hidden argument*/NULL);
if (!L_142)
{
goto IL_03bc;
}
}
IL_0380:
{
V_3 = (bool)0;
goto IL_03bc;
}
IL_0384:
{
int32_t L_143 = V_5;
if ((((int32_t)L_143) == ((int32_t)(-1))))
{
goto IL_03b0;
}
}
{
String_t* L_144 = V_4;
NullCheck(L_144);
int32_t L_145 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_144, /*hidden argument*/NULL);
String_t* L_146 = V_0;
NullCheck(L_146);
int32_t L_147 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_146, /*hidden argument*/NULL);
int32_t L_148 = V_5;
if ((!(((uint32_t)L_145) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_147, (int32_t)L_148))))))
{
goto IL_03b0;
}
}
{
String_t* L_149 = V_0;
int32_t L_150 = V_5;
String_t* L_151 = V_4;
String_t* L_152 = V_4;
NullCheck(L_152);
int32_t L_153 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_152, /*hidden argument*/NULL);
int32_t L_154 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_149, L_150, L_151, 0, L_153, 5, /*hidden argument*/NULL);
if (!L_154)
{
goto IL_03bc;
}
}
IL_03b0:
{
String_t* L_155 = V_4;
String_t* L_156 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
bool L_157 = Cookie_IsDomainEqualToHost_m2D3968F6BC2253C61925D3966518958CCC0CA20A(L_155, L_156, /*hidden argument*/NULL);
if (L_157)
{
goto IL_03bc;
}
}
{
V_3 = (bool)0;
}
IL_03bc:
{
bool L_158 = V_3;
if (!L_158)
{
goto IL_03e4;
}
}
{
String_t* L_159 = V_4;
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_160 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
NullCheck(L_159);
String_t* L_161 = String_ToLower_m91732DBE4AE31B77EA3BB2C185E66513919968A5(L_159, L_160, /*hidden argument*/NULL);
__this->set_m_domainKey_22(L_161);
goto IL_03e4;
}
IL_03d3:
{
String_t* L_162 = V_0;
String_t* L_163 = __this->get_m_domain_8();
int32_t L_164 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_162, L_163, 5, /*hidden argument*/NULL);
if (!L_164)
{
goto IL_03e4;
}
}
{
V_3 = (bool)0;
}
IL_03e4:
{
bool L_165 = V_3;
if (L_165)
{
goto IL_0414;
}
}
{
bool L_166 = ___isThrow5;
if (!L_166)
{
goto IL_0412;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_167 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_168 = L_167;
NullCheck(L_168);
ArrayElementTypeCheck (L_168, _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44);
(L_168)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_169 = L_168;
String_t* L_170 = __this->get_m_domain_8();
NullCheck(L_169);
ArrayElementTypeCheck (L_169, L_170);
(L_169)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_170);
String_t* L_171 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_169, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_172 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_172, L_171, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_172, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_0412:
{
return (bool)0;
}
IL_0414:
{
bool L_173 = ___set_default4;
if (!L_173)
{
goto IL_0478;
}
}
{
bool L_174 = __this->get_m_path_implicit_13();
if (!L_174)
{
goto IL_0478;
}
}
{
int32_t L_175 = __this->get_m_cookieVariant_6();
V_6 = L_175;
int32_t L_176 = V_6;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_176, (int32_t)1)))
{
case 0:
{
goto IL_043f;
}
case 1:
{
goto IL_0448;
}
case 2:
{
goto IL_045f;
}
}
}
{
goto IL_045f;
}
IL_043f:
{
String_t* L_177 = V_2;
__this->set_m_path_12(L_177);
goto IL_04b8;
}
IL_0448:
{
String_t* L_178 = V_2;
String_t* L_179 = V_2;
NullCheck(L_179);
int32_t L_180 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_179, ((int32_t)47), /*hidden argument*/NULL);
NullCheck(L_178);
String_t* L_181 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_178, 0, L_180, /*hidden argument*/NULL);
__this->set_m_path_12(L_181);
goto IL_04b8;
}
IL_045f:
{
String_t* L_182 = V_2;
String_t* L_183 = V_2;
NullCheck(L_183);
int32_t L_184 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_183, ((int32_t)47), /*hidden argument*/NULL);
NullCheck(L_182);
String_t* L_185 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_182, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_184, (int32_t)1)), /*hidden argument*/NULL);
__this->set_m_path_12(L_185);
goto IL_04b8;
}
IL_0478:
{
String_t* L_186 = V_2;
String_t* L_187 = __this->get_m_path_12();
String_t* L_188 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_187, /*hidden argument*/NULL);
NullCheck(L_186);
bool L_189 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_186, L_188, /*hidden argument*/NULL);
if (L_189)
{
goto IL_04b8;
}
}
{
bool L_190 = ___isThrow5;
if (!L_190)
{
goto IL_04b6;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_191 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_192 = L_191;
NullCheck(L_192);
ArrayElementTypeCheck (L_192, _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE);
(L_192)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_193 = L_192;
String_t* L_194 = __this->get_m_path_12();
NullCheck(L_193);
ArrayElementTypeCheck (L_193, L_194);
(L_193)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_194);
String_t* L_195 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_193, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_196 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_196, L_195, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_196, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_04b6:
{
return (bool)0;
}
IL_04b8:
{
bool L_197 = ___set_default4;
if (!L_197)
{
goto IL_04e1;
}
}
{
bool L_198 = __this->get_m_port_implicit_15();
if (L_198)
{
goto IL_04e1;
}
}
{
String_t* L_199 = __this->get_m_port_14();
NullCheck(L_199);
int32_t L_200 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_199, /*hidden argument*/NULL);
if (L_200)
{
goto IL_04e1;
}
}
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_201 = (Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83*)SZArrayNew(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83_il2cpp_TypeInfo_var, (uint32_t)1);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_202 = L_201;
int32_t L_203 = V_1;
NullCheck(L_202);
(L_202)->SetAt(static_cast<il2cpp_array_size_t>(0), (int32_t)L_203);
__this->set_m_port_list_16(L_202);
}
IL_04e1:
{
bool L_204 = __this->get_m_port_implicit_15();
if (L_204)
{
goto IL_0542;
}
}
{
V_3 = (bool)0;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_205 = __this->get_m_port_list_16();
V_7 = L_205;
V_8 = 0;
goto IL_050a;
}
IL_04f8:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_206 = V_7;
int32_t L_207 = V_8;
NullCheck(L_206);
int32_t L_208 = L_207;
int32_t L_209 = (L_206)->GetAt(static_cast<il2cpp_array_size_t>(L_208));
int32_t L_210 = V_1;
if ((!(((uint32_t)L_209) == ((uint32_t)L_210))))
{
goto IL_0504;
}
}
{
V_3 = (bool)1;
goto IL_0512;
}
IL_0504:
{
int32_t L_211 = V_8;
V_8 = ((int32_t)il2cpp_codegen_add((int32_t)L_211, (int32_t)1));
}
IL_050a:
{
int32_t L_212 = V_8;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_213 = V_7;
NullCheck(L_213);
if ((((int32_t)L_212) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_213)->max_length)))))))
{
goto IL_04f8;
}
}
IL_0512:
{
bool L_214 = V_3;
if (L_214)
{
goto IL_0542;
}
}
{
bool L_215 = ___isThrow5;
if (!L_215)
{
goto IL_0540;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_216 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_217 = L_216;
NullCheck(L_217);
ArrayElementTypeCheck (L_217, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
(L_217)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_218 = L_217;
String_t* L_219 = __this->get_m_port_14();
NullCheck(L_218);
ArrayElementTypeCheck (L_218, L_219);
(L_218)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_219);
String_t* L_220 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_218, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_221 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_221, L_220, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_221, Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC_RuntimeMethod_var);
}
IL_0540:
{
return (bool)0;
}
IL_0542:
{
return (bool)1;
}
}
// System.Boolean System.Net.Cookie::DomainCharsTest(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_DomainCharsTest_m4F98C8A98E89996F06A2A636DE04E3430CCAAE10 (String_t* ___name0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
Il2CppChar V_1 = 0x0;
{
String_t* L_0 = ___name0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___name0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_000d;
}
}
IL_000b:
{
return (bool)0;
}
IL_000d:
{
V_0 = 0;
goto IL_004c;
}
IL_0011:
{
String_t* L_3 = ___name0;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
V_1 = L_5;
Il2CppChar L_6 = V_1;
if ((((int32_t)L_6) < ((int32_t)((int32_t)48))))
{
goto IL_0023;
}
}
{
Il2CppChar L_7 = V_1;
if ((((int32_t)L_7) <= ((int32_t)((int32_t)57))))
{
goto IL_0048;
}
}
IL_0023:
{
Il2CppChar L_8 = V_1;
if ((((int32_t)L_8) == ((int32_t)((int32_t)46))))
{
goto IL_0048;
}
}
{
Il2CppChar L_9 = V_1;
if ((((int32_t)L_9) == ((int32_t)((int32_t)45))))
{
goto IL_0048;
}
}
{
Il2CppChar L_10 = V_1;
if ((((int32_t)L_10) < ((int32_t)((int32_t)97))))
{
goto IL_0037;
}
}
{
Il2CppChar L_11 = V_1;
if ((((int32_t)L_11) <= ((int32_t)((int32_t)122))))
{
goto IL_0048;
}
}
IL_0037:
{
Il2CppChar L_12 = V_1;
if ((((int32_t)L_12) < ((int32_t)((int32_t)65))))
{
goto IL_0041;
}
}
{
Il2CppChar L_13 = V_1;
if ((((int32_t)L_13) <= ((int32_t)((int32_t)90))))
{
goto IL_0048;
}
}
IL_0041:
{
Il2CppChar L_14 = V_1;
if ((((int32_t)L_14) == ((int32_t)((int32_t)95))))
{
goto IL_0048;
}
}
{
return (bool)0;
}
IL_0048:
{
int32_t L_15 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_15, (int32_t)1));
}
IL_004c:
{
int32_t L_16 = V_0;
String_t* L_17 = ___name0;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) < ((int32_t)L_18)))
{
goto IL_0011;
}
}
{
return (bool)1;
}
}
// System.Void System.Net.Cookie::set_Port(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
__this->set_m_port_implicit_15((bool)0);
String_t* L_0 = ___value0;
if (!L_0)
{
goto IL_0012;
}
}
{
String_t* L_1 = ___value0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_001e;
}
}
IL_0012:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_port_14(L_3);
return;
}
IL_001e:
{
String_t* L_4 = ___value0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)34)))))
{
goto IL_003b;
}
}
{
String_t* L_6 = ___value0;
String_t* L_7 = ___value0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
Il2CppChar L_9 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_6, ((int32_t)il2cpp_codegen_subtract((int32_t)L_8, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_9) == ((int32_t)((int32_t)34))))
{
goto IL_005d;
}
}
IL_003b:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_11;
String_t* L_13 = ___value0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_13);
String_t* L_14 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_12, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_15 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var);
}
IL_005d:
{
String_t* L_16 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_PortSplitDelimiters_0();
NullCheck(L_16);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_16, L_17, /*hidden argument*/NULL);
V_0 = L_18;
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_19 = (List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 *)il2cpp_codegen_object_new(List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226_il2cpp_TypeInfo_var);
List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4(L_19, /*hidden argument*/List_1__ctor_mA7F9F92F641CEECFD9D8CFDC667568A05FFD27B4_RuntimeMethod_var);
V_1 = L_19;
V_3 = 0;
goto IL_00e9;
}
IL_0073:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_0;
int32_t L_21 = V_3;
NullCheck(L_20);
int32_t L_22 = L_21;
String_t* L_23 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
String_t* L_24 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
bool L_25 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_23, L_24, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00e5;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_0;
int32_t L_27 = V_3;
NullCheck(L_26);
int32_t L_28 = L_27;
String_t* L_29 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
bool L_30 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_29, (int32_t*)(&V_2), /*hidden argument*/NULL);
if (L_30)
{
goto IL_00b0;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = L_31;
NullCheck(L_32);
ArrayElementTypeCheck (L_32, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_33 = L_32;
String_t* L_34 = ___value0;
NullCheck(L_33);
ArrayElementTypeCheck (L_33, L_34);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_34);
String_t* L_35 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_33, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_36 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_36, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var);
}
IL_00b0:
{
int32_t L_37 = V_2;
if ((((int32_t)L_37) < ((int32_t)0)))
{
goto IL_00bc;
}
}
{
int32_t L_38 = V_2;
if ((((int32_t)L_38) <= ((int32_t)((int32_t)65535))))
{
goto IL_00de;
}
}
IL_00bc:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_39 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = L_39;
NullCheck(L_40);
ArrayElementTypeCheck (L_40, _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40;
String_t* L_42 = ___value0;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_42);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_42);
String_t* L_43 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral84067ED8F22337591A2C2741DF5CAF88859F6DAF, L_41, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_44 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_44, L_43, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC_RuntimeMethod_var);
}
IL_00de:
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_45 = V_1;
int32_t L_46 = V_2;
NullCheck(L_45);
List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771(L_45, L_46, /*hidden argument*/List_1_Add_m50C0D1F69B2EF31137658E2F052EBBAC7BF82771_RuntimeMethod_var);
}
IL_00e5:
{
int32_t L_47 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_47, (int32_t)1));
}
IL_00e9:
{
int32_t L_48 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_49 = V_0;
NullCheck(L_49);
if ((((int32_t)L_48) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_49)->max_length)))))))
{
goto IL_0073;
}
}
{
List_1_tE1526161A558A17A39A8B69D8EEF3801393B6226 * L_50 = V_1;
NullCheck(L_50);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_51 = List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98(L_50, /*hidden argument*/List_1_ToArray_mFEF088E03E18EF79C06317909C301876B3037D98_RuntimeMethod_var);
__this->set_m_port_list_16(L_51);
String_t* L_52 = ___value0;
__this->set_m_port_14(L_52);
__this->set_m_version_21(1);
__this->set_m_cookieVariant_6(3);
return;
}
}
// System.Int32[] System.Net.Cookie::get_PortList()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_port_list_16();
return L_0;
}
}
// System.String System.Net.Cookie::get__Port()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B3_0 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
{
bool L_0 = __this->get_m_port_implicit_15();
if (L_0)
{
goto IL_0037;
}
}
{
String_t* L_1 = __this->get_m_port_14();
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
G_B2_0 = _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640;
if (!L_2)
{
G_B3_0 = _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640;
goto IL_002c;
}
}
{
String_t* L_3 = __this->get_m_port_14();
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, L_3, /*hidden argument*/NULL);
G_B4_0 = L_4;
G_B4_1 = G_B2_0;
goto IL_0031;
}
IL_002c:
{
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B4_0 = L_5;
G_B4_1 = G_B3_0;
}
IL_0031:
{
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B4_1, G_B4_0, /*hidden argument*/NULL);
return L_6;
}
IL_0037:
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_7;
}
}
// System.Boolean System.Net.Cookie::get_Secure()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_secure_17();
return L_0;
}
}
// System.Void System.Net.Cookie::set_Secure(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_secure_17(L_0);
return;
}
}
// System.String System.Net.Cookie::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_value_20();
return L_0;
}
}
// System.Void System.Net.Cookie::set_Value(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B2_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B1_0 = NULL;
String_t* G_B3_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * G_B3_1 = NULL;
{
String_t* L_0 = ___value0;
G_B1_0 = __this;
if (!L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
}
{
String_t* L_1 = ___value0;
G_B3_0 = L_1;
G_B3_1 = G_B1_0;
goto IL_000c;
}
IL_0007:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_2;
G_B3_1 = G_B2_0;
}
IL_000c:
{
NullCheck(G_B3_1);
G_B3_1->set_m_value_20(G_B3_0);
return;
}
}
// System.Net.CookieVariant System.Net.Cookie::get_Variant()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_cookieVariant_6();
return L_0;
}
}
// System.String System.Net.Cookie::get_DomainKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_domain_implicit_9();
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = __this->get_m_domainKey_22();
return L_1;
}
IL_000f:
{
String_t* L_2 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline(__this, /*hidden argument*/NULL);
return L_2;
}
}
// System.Int32 System.Net.Cookie::get_Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_version_21();
return L_0;
}
}
// System.Void System.Net.Cookie::set_Version(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___value0;
if ((((int32_t)L_0) >= ((int32_t)0)))
{
goto IL_000f;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_1 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13_RuntimeMethod_var);
}
IL_000f:
{
int32_t L_2 = ___value0;
__this->set_m_version_21(L_2);
int32_t L_3 = ___value0;
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_002a;
}
}
{
int32_t L_4 = __this->get_m_cookieVariant_6();
if ((((int32_t)L_4) >= ((int32_t)2)))
{
goto IL_002a;
}
}
{
__this->set_m_cookieVariant_6(2);
}
IL_002a:
{
return;
}
}
// System.String System.Net.Cookie::get__Version()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B3_0 = NULL;
String_t* G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
String_t* G_B6_0 = NULL;
String_t* G_B6_1 = NULL;
String_t* G_B6_2 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B5_1 = NULL;
String_t* G_B5_2 = NULL;
String_t* G_B7_0 = NULL;
String_t* G_B7_1 = NULL;
String_t* G_B7_2 = NULL;
String_t* G_B7_3 = NULL;
{
int32_t L_0 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_004b;
}
}
{
bool L_1 = __this->get_IsQuotedVersion_23();
G_B2_0 = _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481;
if (L_1)
{
G_B3_0 = _stringLiteralC6FC42C72609142B300B076BEFED5623027F3481;
goto IL_001c;
}
}
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B4_0 = L_2;
G_B4_1 = G_B2_0;
goto IL_0021;
}
IL_001c:
{
G_B4_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
G_B4_1 = G_B3_0;
}
IL_0021:
{
int32_t* L_3 = __this->get_address_of_m_version_21();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_4 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_5 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)L_3, L_4, /*hidden argument*/NULL);
bool L_6 = __this->get_IsQuotedVersion_23();
G_B5_0 = L_5;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
if (L_6)
{
G_B6_0 = L_5;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
goto IL_0040;
}
}
{
String_t* L_7 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B7_0 = L_7;
G_B7_1 = G_B5_0;
G_B7_2 = G_B5_1;
G_B7_3 = G_B5_2;
goto IL_0045;
}
IL_0040:
{
G_B7_0 = _stringLiteral2ACE62C1BEFA19E3EA37DD52BE9F6D508C5163E6;
G_B7_1 = G_B6_0;
G_B7_2 = G_B6_1;
G_B7_3 = G_B6_2;
}
IL_0045:
{
String_t* L_8 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B7_3, G_B7_2, G_B7_1, G_B7_0, /*hidden argument*/NULL);
return L_8;
}
IL_004b:
{
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_9;
}
}
// System.Collections.IComparer System.Net.Cookie::GetComparer()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * L_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_staticComparer_3();
return L_0;
}
}
// System.Boolean System.Net.Cookie::Equals(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Cookie_Equals_m74305F8EA7C93F817EC69275DC908E47FB301BF6 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, RuntimeObject * ___comparand0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_Equals_m74305F8EA7C93F817EC69275DC908E47FB301BF6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_0 = NULL;
{
RuntimeObject * L_0 = ___comparand0;
if (((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)IsInstSealed((RuntimeObject*)L_0, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var)))
{
goto IL_000a;
}
}
{
return (bool)0;
}
IL_000a:
{
RuntimeObject * L_1 = ___comparand0;
V_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_1, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
String_t* L_2 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(__this, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_3 = V_0;
NullCheck(L_3);
String_t* L_4 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(L_3, /*hidden argument*/NULL);
int32_t L_5 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_2, L_4, 5, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0070;
}
}
{
String_t* L_6 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline(__this, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline(L_7, /*hidden argument*/NULL);
int32_t L_9 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_6, L_8, 4, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0070;
}
}
{
String_t* L_10 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(L_11, /*hidden argument*/NULL);
int32_t L_13 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_10, L_12, 4, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0070;
}
}
{
String_t* L_14 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline(__this, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_15 = V_0;
NullCheck(L_15);
String_t* L_16 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline(L_15, /*hidden argument*/NULL);
int32_t L_17 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_14, L_16, 5, /*hidden argument*/NULL);
if (L_17)
{
goto IL_0070;
}
}
{
int32_t L_18 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(__this, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_19 = V_0;
NullCheck(L_19);
int32_t L_20 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(L_19, /*hidden argument*/NULL);
return (bool)((((int32_t)L_18) == ((int32_t)L_20))? 1 : 0);
}
IL_0070:
{
return (bool)0;
}
}
// System.Int32 System.Net.Cookie::GetHashCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Cookie_GetHashCode_mF39EC56666F1E0C0233FE18131B00E5607A95150 (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_GetHashCode_mF39EC56666F1E0C0233FE18131B00E5607A95150_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_1 = L_0;
String_t* L_2 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_3 = L_1;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_4 = L_3;
String_t* L_5 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_5);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_4;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)_stringLiteral2D14AB97CC3DC294C51C0D6814F4EA45F4B4E312);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = L_6;
String_t* L_8 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(__this, /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_8);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_7;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteralD2D586849E53CFD2F880934665669C695A79C230);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)_stringLiteralD2D586849E53CFD2F880934665669C695A79C230);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = L_9;
String_t* L_11 = Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline(__this, /*hidden argument*/NULL);
NullCheck(L_10);
ArrayElementTypeCheck (L_10, L_11);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(6), (RuntimeObject *)L_11);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = L_10;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralD2D586849E53CFD2F880934665669C695A79C230);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(7), (RuntimeObject *)_stringLiteralD2D586849E53CFD2F880934665669C695A79C230);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
int32_t L_14 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(__this, /*hidden argument*/NULL);
int32_t L_15 = L_14;
RuntimeObject * L_16 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_16);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(8), (RuntimeObject *)L_16);
String_t* L_17 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_13, /*hidden argument*/NULL);
NullCheck(L_17);
int32_t L_18 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_17);
return L_18;
}
}
// System.String System.Net.Cookie::ToString()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Cookie_ToString_mFC5C73DC436E950266395CBEDAD0A11A810B938F (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_ToString_mFC5C73DC436E950266395CBEDAD0A11A810B938F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
int32_t G_B2_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B2_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B2_2 = NULL;
int32_t G_B1_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B1_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B1_2 = NULL;
String_t* G_B3_0 = NULL;
int32_t G_B3_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B3_3 = NULL;
int32_t G_B5_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B5_2 = NULL;
int32_t G_B4_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B4_2 = NULL;
String_t* G_B6_0 = NULL;
int32_t G_B6_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B6_3 = NULL;
int32_t G_B8_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B8_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B8_2 = NULL;
int32_t G_B7_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B7_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B7_2 = NULL;
String_t* G_B9_0 = NULL;
int32_t G_B9_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B9_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B9_3 = NULL;
int32_t G_B11_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B11_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B11_2 = NULL;
int32_t G_B10_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B10_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B10_2 = NULL;
String_t* G_B12_0 = NULL;
int32_t G_B12_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B12_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B12_3 = NULL;
{
String_t* L_0 = Cookie_get__Domain_m87C0AA28DF5C3EFA7EC6A84D1D648A6AB7B65A15(__this, /*hidden argument*/NULL);
V_0 = L_0;
String_t* L_1 = Cookie_get__Path_m3BC69BAA03E72DE447FD41AD437B8E4AECE105AC(__this, /*hidden argument*/NULL);
V_1 = L_1;
String_t* L_2 = Cookie_get__Port_m2842F50E250F1263917F5C9F9EEF4EDA74E578E5(__this, /*hidden argument*/NULL);
V_2 = L_2;
String_t* L_3 = Cookie_get__Version_mE3373F85D5CDF535705977B029D34D742076FBB3(__this, /*hidden argument*/NULL);
V_3 = L_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)7);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
String_t* L_6 = V_3;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
G_B1_0 = 0;
G_B1_1 = L_5;
G_B1_2 = L_5;
if (!L_7)
{
G_B2_0 = 0;
G_B2_1 = L_5;
G_B2_2 = L_5;
goto IL_0039;
}
}
{
String_t* L_8 = V_3;
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_8, _stringLiteralD2D586849E53CFD2F880934665669C695A79C230, /*hidden argument*/NULL);
G_B3_0 = L_9;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
G_B3_3 = G_B1_2;
goto IL_003e;
}
IL_0039:
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B3_0 = L_10;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
G_B3_3 = G_B2_2;
}
IL_003e:
{
NullCheck(G_B3_2);
ArrayElementTypeCheck (G_B3_2, G_B3_0);
(G_B3_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B3_1), (String_t*)G_B3_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = G_B3_3;
String_t* L_12 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(__this, /*hidden argument*/NULL);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_12);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)L_12);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_11;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
String_t* L_15 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline(__this, /*hidden argument*/NULL);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_15);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_14;
String_t* L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_17, /*hidden argument*/NULL);
G_B4_0 = 4;
G_B4_1 = L_16;
G_B4_2 = L_16;
if (!L_18)
{
G_B5_0 = 4;
G_B5_1 = L_16;
G_B5_2 = L_16;
goto IL_0070;
}
}
{
String_t* L_19 = V_1;
String_t* L_20 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD2D586849E53CFD2F880934665669C695A79C230, L_19, /*hidden argument*/NULL);
G_B6_0 = L_20;
G_B6_1 = G_B4_0;
G_B6_2 = G_B4_1;
G_B6_3 = G_B4_2;
goto IL_0075;
}
IL_0070:
{
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B6_0 = L_21;
G_B6_1 = G_B5_0;
G_B6_2 = G_B5_1;
G_B6_3 = G_B5_2;
}
IL_0075:
{
NullCheck(G_B6_2);
ArrayElementTypeCheck (G_B6_2, G_B6_0);
(G_B6_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B6_1), (String_t*)G_B6_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_22 = G_B6_3;
String_t* L_23 = V_0;
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_23, /*hidden argument*/NULL);
G_B7_0 = 5;
G_B7_1 = L_22;
G_B7_2 = L_22;
if (!L_24)
{
G_B8_0 = 5;
G_B8_1 = L_22;
G_B8_2 = L_22;
goto IL_008d;
}
}
{
String_t* L_25 = V_0;
String_t* L_26 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD2D586849E53CFD2F880934665669C695A79C230, L_25, /*hidden argument*/NULL);
G_B9_0 = L_26;
G_B9_1 = G_B7_0;
G_B9_2 = G_B7_1;
G_B9_3 = G_B7_2;
goto IL_0092;
}
IL_008d:
{
String_t* L_27 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B9_0 = L_27;
G_B9_1 = G_B8_0;
G_B9_2 = G_B8_1;
G_B9_3 = G_B8_2;
}
IL_0092:
{
NullCheck(G_B9_2);
ArrayElementTypeCheck (G_B9_2, G_B9_0);
(G_B9_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B9_1), (String_t*)G_B9_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_28 = G_B9_3;
String_t* L_29 = V_2;
NullCheck(L_29);
int32_t L_30 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_29, /*hidden argument*/NULL);
G_B10_0 = 6;
G_B10_1 = L_28;
G_B10_2 = L_28;
if (!L_30)
{
G_B11_0 = 6;
G_B11_1 = L_28;
G_B11_2 = L_28;
goto IL_00aa;
}
}
{
String_t* L_31 = V_2;
String_t* L_32 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralD2D586849E53CFD2F880934665669C695A79C230, L_31, /*hidden argument*/NULL);
G_B12_0 = L_32;
G_B12_1 = G_B10_0;
G_B12_2 = G_B10_1;
G_B12_3 = G_B10_2;
goto IL_00af;
}
IL_00aa:
{
String_t* L_33 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B12_0 = L_33;
G_B12_1 = G_B11_0;
G_B12_2 = G_B11_1;
G_B12_3 = G_B11_2;
}
IL_00af:
{
NullCheck(G_B12_2);
ArrayElementTypeCheck (G_B12_2, G_B12_0);
(G_B12_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B12_1), (String_t*)G_B12_0);
String_t* L_34 = String_Concat_m232E857CA5107EA6AC52E7DD7018716C021F237B(G_B12_3, /*hidden argument*/NULL);
V_4 = L_34;
String_t* L_35 = V_4;
bool L_36 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_35, _stringLiteral21606782C65E44CAC7AFBB90977D8B6F82140E76, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00cb;
}
}
{
String_t* L_37 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_37;
}
IL_00cb:
{
String_t* L_38 = V_4;
return L_38;
}
}
// System.Void System.Net.Cookie::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Cookie__cctor_m650C2BB9FCA1DDF4624BA3C89FAAEB77D8815A87 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie__cctor_m650C2BB9FCA1DDF4624BA3C89FAAEB77D8815A87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_0 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)3);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_7_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_PortSplitDelimiters_0(L_1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_3 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)7);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = L_3;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_5 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____0283A6AF88802AB45989B29549915BEA0F6CD515_0_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_4, L_5, /*hidden argument*/NULL);
((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_Reserved2Name_1(L_4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_6 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_7 = L_6;
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)59));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_8 = L_7;
NullCheck(L_8);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(1), (Il2CppChar)((int32_t)44));
((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_Reserved2Value_2(L_8);
Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * L_9 = (Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB *)il2cpp_codegen_object_new(Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB_il2cpp_TypeInfo_var);
Comparer__ctor_mF8BEE6E98AA318C038B7E523C70590B404EE4CA4(L_9, /*hidden argument*/NULL);
((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->set_staticComparer_3(L_9);
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.CookieCollection::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
__this->set_m_list_1(L_0);
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();
__this->set_m_TimeStamp_2(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set_m_IsReadOnly_4((bool)1);
return;
}
}
// System.Net.Cookie System.Net.CookieCollection::get_Item(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___index0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0012;
}
}
{
int32_t L_1 = ___index0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_m_list_1();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
if ((((int32_t)L_1) < ((int32_t)L_3)))
{
goto IL_001d;
}
}
IL_0012:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_4 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_4, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E_RuntimeMethod_var);
}
IL_001d:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get_m_list_1();
int32_t L_6 = ___index0;
NullCheck(L_5);
RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_5, L_6);
return ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
}
}
// System.Void System.Net.CookieCollection::Add(System.Net.Cookie)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_0 = ___cookie0;
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, _stringLiteral59C826FC854197CBD4D1083BCE8FC00D0761E8B3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = __this->get_m_version_0();
__this->set_m_version_0(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_3 = ___cookie0;
int32_t L_4 = CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F(__this, L_3, /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = V_0;
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0036;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_6 = __this->get_m_list_1();
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = ___cookie0;
NullCheck(L_6);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7);
return;
}
IL_0036:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get_m_list_1();
int32_t L_9 = V_0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_10 = ___cookie0;
NullCheck(L_8);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_8, L_9, L_10);
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___cookies0;
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, _stringLiteralD2BD354967D6DA5D68C9540C90A6352E927C88C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, CookieCollection_Add_m0E25B9BA3B73C80B357B7AF8143350AB84D38CD8_RuntimeMethod_var);
}
IL_000e:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_2 = ___cookies0;
NullCheck(L_2);
RuntimeObject* L_3 = CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687(L_2, /*hidden argument*/NULL);
V_0 = L_3;
}
IL_0015:
try
{ // begin try (depth: 1)
{
goto IL_002a;
}
IL_0017:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_1 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_6 = V_1;
CookieCollection_Add_m79F761F0B6996E16AE9C0E14FE2F89CE6A57E744(__this, L_6, /*hidden argument*/NULL);
}
IL_002a:
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
bool L_8 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_7);
if (L_8)
{
goto IL_0017;
}
}
IL_0032:
{
IL2CPP_LEAVE(0x45, FINALLY_0034);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0034;
}
FINALLY_0034:
{ // begin finally (depth: 1)
{
RuntimeObject* L_9 = V_0;
V_2 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_10 = V_2;
if (!L_10)
{
goto IL_0044;
}
}
IL_003e:
{
RuntimeObject* L_11 = V_2;
NullCheck(L_11);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_11);
}
IL_0044:
{
IL2CPP_END_FINALLY(52)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(52)
{
IL2CPP_JUMP_TBL(0x45, IL_0045)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0045:
{
return;
}
}
// 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)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_1();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
return L_1;
}
}
// System.Boolean System.Net.CookieCollection::get_IsSynchronized()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollection_get_IsSynchronized_m83B74F498AF726EE70F05844578A0DE6A547937D (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Net.CookieCollection::get_SyncRoot()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CookieCollection_get_SyncRoot_mDD065ED6344025A5FBB2E02C19E7153E259CFA5F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Void System.Net.CookieCollection::CopyTo(System.Array,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_CopyTo_m0C63CDBC3A59242D48DCCADB513AA13EF3AA284C (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_1();
RuntimeArray * L_1 = ___array0;
int32_t L_2 = ___index1;
NullCheck(L_0);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_0, L_1, L_2);
return;
}
}
// System.DateTime System.Net.CookieCollection::TimeStamp(System.Net.CookieCollection_Stamp)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___how0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = ___how0;
switch (L_0)
{
case 0:
{
goto IL_003d;
}
case 1:
{
goto IL_0018;
}
case 2:
{
goto IL_0032;
}
case 3:
{
goto IL_0025;
}
}
}
{
goto IL_003d;
}
IL_0018:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
__this->set_m_TimeStamp_2(L_1);
goto IL_003d;
}
IL_0025:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32();
__this->set_m_TimeStamp_2(L_2);
goto IL_003d;
}
IL_0032:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
__this->set_m_TimeStamp_2(L_3);
}
IL_003d:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = __this->get_m_TimeStamp_2();
return L_4;
}
}
// System.Boolean System.Net.CookieCollection::get_IsOtherVersionSeen()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_has_other_versions_3();
return L_0;
}
}
// System.Int32 System.Net.CookieCollection::InternalAdd(System.Net.Cookie,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___isStrict1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
RuntimeObject* V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject* V_3 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = 1;
bool L_0 = ___isStrict1;
if (!L_0)
{
goto IL_0095;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_inline(/*hidden argument*/NULL);
V_1 = L_1;
V_2 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = __this->get_m_list_1();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_2);
V_3 = L_3;
}
IL_001c:
try
{ // begin try (depth: 1)
{
goto IL_005a;
}
IL_001e:
{
RuntimeObject* L_4 = V_3;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_4);
V_4 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_5, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
RuntimeObject* L_6 = V_1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = ___cookie0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_8 = V_4;
NullCheck(L_6);
int32_t L_9 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_6, L_7, L_8);
if (L_9)
{
goto IL_0056;
}
}
IL_0036:
{
V_0 = 0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_10 = V_4;
NullCheck(L_10);
int32_t L_11 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B_inline(L_10, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_12 = ___cookie0;
NullCheck(L_12);
int32_t L_13 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_11) > ((int32_t)L_13)))
{
goto IL_0062;
}
}
IL_0047:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = __this->get_m_list_1();
int32_t L_15 = V_2;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_16 = ___cookie0;
NullCheck(L_14);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_14, L_15, L_16);
IL2CPP_LEAVE(0x78, FINALLY_0064);
}
IL_0056:
{
int32_t L_17 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)1));
}
IL_005a:
{
RuntimeObject* L_18 = V_3;
NullCheck(L_18);
bool L_19 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_18);
if (L_19)
{
goto IL_001e;
}
}
IL_0062:
{
IL2CPP_LEAVE(0x78, 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)
{
RuntimeObject* L_20 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_20, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_21 = V_5;
if (!L_21)
{
goto IL_0077;
}
}
IL_0070:
{
RuntimeObject* L_22 = V_5;
NullCheck(L_22);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_22);
}
IL_0077:
{
IL2CPP_END_FINALLY(100)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(100)
{
IL2CPP_JUMP_TBL(0x78, IL_0078)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0078:
{
int32_t L_23 = V_2;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = __this->get_m_list_1();
NullCheck(L_24);
int32_t L_25 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24);
if ((!(((uint32_t)L_23) == ((uint32_t)L_25))))
{
goto IL_00a2;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = __this->get_m_list_1();
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_27 = ___cookie0;
NullCheck(L_26);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_27);
goto IL_00a2;
}
IL_0095:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_28 = __this->get_m_list_1();
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_29 = ___cookie0;
NullCheck(L_28);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_28, L_29);
}
IL_00a2:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_30 = ___cookie0;
NullCheck(L_30);
int32_t L_31 = Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline(L_30, /*hidden argument*/NULL);
if ((((int32_t)L_31) == ((int32_t)1)))
{
goto IL_00b2;
}
}
{
__this->set_m_has_other_versions_3((bool)1);
}
IL_00b2:
{
int32_t L_32 = V_0;
return L_32;
}
}
// System.Int32 System.Net.CookieCollection::IndexOf(System.Net.Cookie)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
int32_t V_1 = 0;
RuntimeObject* V_2 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_3 = NULL;
int32_t V_4 = 0;
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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_inline(/*hidden argument*/NULL);
V_0 = L_0;
V_1 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = __this->get_m_list_1();
NullCheck(L_1);
RuntimeObject* L_2 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_1);
V_2 = L_2;
}
IL_0014:
try
{ // begin try (depth: 1)
{
goto IL_0035;
}
IL_0016:
{
RuntimeObject* L_3 = V_2;
NullCheck(L_3);
RuntimeObject * L_4 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_3);
V_3 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_4, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = V_0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_6 = ___cookie0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = V_3;
NullCheck(L_5);
int32_t L_8 = InterfaceFuncInvoker2< int32_t, RuntimeObject *, RuntimeObject * >::Invoke(0 /* System.Int32 System.Collections.IComparer::Compare(System.Object,System.Object) */, IComparer_t6A5E1BC727C7FF28888E407A797CE1ED92DA8E95_il2cpp_TypeInfo_var, L_5, L_6, L_7);
if (L_8)
{
goto IL_0031;
}
}
IL_002c:
{
int32_t L_9 = V_1;
V_4 = L_9;
IL2CPP_LEAVE(0x55, FINALLY_003f);
}
IL_0031:
{
int32_t L_10 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0035:
{
RuntimeObject* L_11 = V_2;
NullCheck(L_11);
bool L_12 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_11);
if (L_12)
{
goto IL_0016;
}
}
IL_003d:
{
IL2CPP_LEAVE(0x53, FINALLY_003f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003f;
}
FINALLY_003f:
{ // begin finally (depth: 1)
{
RuntimeObject* L_13 = V_2;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_13, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_14 = V_5;
if (!L_14)
{
goto IL_0052;
}
}
IL_004b:
{
RuntimeObject* L_15 = V_5;
NullCheck(L_15);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_15);
}
IL_0052:
{
IL2CPP_END_FINALLY(63)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(63)
{
IL2CPP_JUMP_TBL(0x55, IL_0055)
IL2CPP_JUMP_TBL(0x53, IL_0053)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0053:
{
return (-1);
}
IL_0055:
{
int32_t L_16 = V_4;
return L_16;
}
}
// System.Void System.Net.CookieCollection::RemoveAt(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, int32_t ___idx0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_1();
int32_t L_1 = ___idx0;
NullCheck(L_0);
VirtActionInvoker1< int32_t >::Invoke(42 /* System.Void System.Collections.ArrayList::RemoveAt(System.Int32) */, L_0, L_1);
return;
}
}
// System.Collections.IEnumerator System.Net.CookieCollection::GetEnumerator()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687 (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * L_0 = (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D *)il2cpp_codegen_object_new(CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D_il2cpp_TypeInfo_var);
CookieCollectionEnumerator__ctor_m8C55845548C7E5591CC2F53838F3117A635911CB(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.CookieCollection_CookieCollectionEnumerator::.ctor(System.Net.CookieCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollectionEnumerator__ctor_m8C55845548C7E5591CC2F53838F3117A635911CB (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies0, const RuntimeMethod* method)
{
{
__this->set_m_index_2((-1));
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___cookies0;
__this->set_m_cookies_0(L_0);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = ___cookies0;
NullCheck(L_1);
int32_t L_2 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_1, /*hidden argument*/NULL);
__this->set_m_count_1(L_2);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_3 = ___cookies0;
NullCheck(L_3);
int32_t L_4 = L_3->get_m_version_0();
__this->set_m_version_3(L_4);
return;
}
}
// System.Object System.Net.CookieCollection_CookieCollectionEnumerator::System.Collections.IEnumerator.get_Current()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191 (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = __this->get_m_index_2();
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0017;
}
}
{
int32_t L_1 = __this->get_m_index_2();
int32_t L_2 = __this->get_m_count_1();
if ((((int32_t)L_1) < ((int32_t)L_2)))
{
goto IL_0027;
}
}
IL_0017:
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral4B7A2452FBAAF02487F5667BCA2E7D64B9707EDC, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_5 = __this->get_m_version_3();
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_6 = __this->get_m_cookies_0();
NullCheck(L_6);
int32_t L_7 = L_6->get_m_version_0();
if ((((int32_t)L_5) == ((int32_t)L_7)))
{
goto IL_004a;
}
}
{
String_t* L_8 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_9 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, CookieCollectionEnumerator_System_Collections_IEnumerator_get_Current_mA14163AE9BDD398876E89ABAA64BB74E3B8FA191_RuntimeMethod_var);
}
IL_004a:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_10 = __this->get_m_cookies_0();
int32_t L_11 = __this->get_m_index_2();
NullCheck(L_10);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_12 = CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E(L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// System.Boolean System.Net.CookieCollection_CookieCollectionEnumerator::System.Collections.IEnumerator.MoveNext()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013 (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get_m_version_3();
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = __this->get_m_cookies_0();
NullCheck(L_1);
int32_t L_2 = L_1->get_m_version_0();
if ((((int32_t)L_0) == ((int32_t)L_2)))
{
goto IL_0023;
}
}
{
String_t* L_3 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralFAD66767010E09AA6ADD07FA89C43A7F43F44049, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_4 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_4, L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, CookieCollectionEnumerator_System_Collections_IEnumerator_MoveNext_m8136554DDFD93AA8E272ED8D736C5F999AF5D013_RuntimeMethod_var);
}
IL_0023:
{
int32_t L_5 = __this->get_m_index_2();
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_0;
__this->set_m_index_2(L_6);
int32_t L_7 = V_0;
int32_t L_8 = __this->get_m_count_1();
if ((((int32_t)L_7) >= ((int32_t)L_8)))
{
goto IL_003e;
}
}
{
return (bool)1;
}
IL_003e:
{
int32_t L_9 = __this->get_m_count_1();
__this->set_m_index_2(L_9);
return (bool)0;
}
}
// System.Void System.Net.CookieCollection_CookieCollectionEnumerator::System.Collections.IEnumerator.Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollectionEnumerator_System_Collections_IEnumerator_Reset_mB2ABB3AC007745755ED5B2E1A453F1A83465B1CB (CookieCollectionEnumerator_tDADB2721F8B45D4F815C846DCE2EF92E3760A48D * __this, const RuntimeMethod* method)
{
{
__this->set_m_index_2((-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.CookieContainer::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer__ctor_m4FD264ED607530C02A9BA429752A35CD30E7757F (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer__ctor_m4FD264ED607530C02A9BA429752A35CD30E7757F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
__this->set_m_domainTable_1(L_0);
__this->set_m_maxCookieSize_2(((int32_t)4096));
__this->set_m_maxCookies_3(((int32_t)300));
__this->set_m_maxCookiesPerDomain_4(((int32_t)20));
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_fqdnMyDomain_6(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * L_2 = IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014(/*hidden argument*/NULL);
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Net.NetworkInformation.IPGlobalProperties::get_DomainName() */, L_2);
V_0 = L_3;
String_t* L_4 = V_0;
if (!L_4)
{
goto IL_0062;
}
}
{
String_t* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) <= ((int32_t)1)))
{
goto IL_0062;
}
}
{
String_t* L_7 = V_0;
String_t* L_8 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_7, /*hidden argument*/NULL);
__this->set_m_fqdnMyDomain_6(L_8);
}
IL_0062:
{
return;
}
}
// System.Void System.Net.CookieContainer::AddRemoveDomain(System.String,System.Net.PathList)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___key0, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * ___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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_m_domainTable_1();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_3 = ___value1;
if (L_3)
{
goto IL_0027;
}
}
IL_0019:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get_m_domainTable_1();
String_t* L_5 = ___key0;
NullCheck(L_4);
VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_4, L_5);
IL2CPP_LEAVE(0x40, FINALLY_0036);
}
IL_0027:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_6 = __this->get_m_domainTable_1();
String_t* L_7 = ___key0;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_8 = ___value1;
NullCheck(L_6);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(30 /* System.Void System.Collections.Hashtable::set_Item(System.Object,System.Object) */, L_6, L_7, L_8);
IL2CPP_LEAVE(0x40, FINALLY_0036);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0036;
}
FINALLY_0036:
{ // begin finally (depth: 1)
{
bool L_9 = V_1;
if (!L_9)
{
goto IL_003f;
}
}
IL_0039:
{
RuntimeObject * L_10 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_003f:
{
IL2CPP_END_FINALLY(54)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(54)
{
IL2CPP_JUMP_TBL(0x40, IL_0040)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0040:
{
return;
}
}
// System.Void System.Net.CookieContainer::Add(System.Net.Cookie,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * ___cookie0, bool ___throwOnError1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * V_0 = NULL;
int32_t V_1 = 0;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_2 = NULL;
RuntimeObject * V_3 = NULL;
bool V_4 = false;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_5 = NULL;
int32_t V_6 = 0;
Exception_t * V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 8);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_0 = ___cookie0;
NullCheck(L_0);
String_t* L_1 = Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
int32_t L_3 = __this->get_m_maxCookieSize_2();
if ((((int32_t)L_2) <= ((int32_t)L_3)))
{
goto IL_0044;
}
}
{
bool L_4 = ___throwOnError1;
if (!L_4)
{
goto IL_0043;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)2);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = ___cookie0;
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_8);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_8);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_9 = L_6;
int32_t L_10 = __this->get_m_maxCookieSize_2();
int32_t L_11 = L_10;
RuntimeObject * L_12 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_11);
NullCheck(L_9);
ArrayElementTypeCheck (L_9, L_12);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)L_12);
String_t* L_13 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralB1ACB798C5BCC45C8E733181DF953701C6619D8F, L_9, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_14 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_14, L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var);
}
IL_0043:
{
return;
}
IL_0044:
{
}
IL_0045:
try
{ // begin try (depth: 1)
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_15 = __this->get_m_domainTable_1();
NullCheck(L_15);
RuntimeObject * L_16 = VirtFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_15);
V_3 = L_16;
V_4 = (bool)0;
}
IL_0054:
try
{ // begin try (depth: 2)
{
RuntimeObject * L_17 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_17, (bool*)(&V_4), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = __this->get_m_domainTable_1();
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_19 = ___cookie0;
NullCheck(L_19);
String_t* L_20 = Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52(L_19, /*hidden argument*/NULL);
NullCheck(L_18);
RuntimeObject * L_21 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_20);
V_0 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_21, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var));
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_22 = V_0;
if (L_22)
{
goto IL_0089;
}
}
IL_0076:
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_23 = (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)il2cpp_codegen_object_new(PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var);
PathList__ctor_m348955CF169886F712B4BD462E969C9384FF35A6(L_23, /*hidden argument*/NULL);
V_0 = L_23;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_24 = ___cookie0;
NullCheck(L_24);
String_t* L_25 = Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52(L_24, /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_26 = V_0;
CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB(__this, L_25, L_26, /*hidden argument*/NULL);
}
IL_0089:
{
IL2CPP_LEAVE(0x96, FINALLY_008b);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_008b;
}
FINALLY_008b:
{ // begin finally (depth: 2)
{
bool L_27 = V_4;
if (!L_27)
{
goto IL_0095;
}
}
IL_008f:
{
RuntimeObject * L_28 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_28, /*hidden argument*/NULL);
}
IL_0095:
{
IL2CPP_END_FINALLY(139)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(139)
{
IL2CPP_JUMP_TBL(0x96, IL_0096)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0096:
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_29 = V_0;
NullCheck(L_29);
int32_t L_30 = PathList_GetCookiesCount_m7A36C47755CB15B66BADD71407EB8DEA1CA443FF(L_29, /*hidden argument*/NULL);
V_1 = L_30;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_31 = V_0;
NullCheck(L_31);
RuntimeObject * L_32 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_31, /*hidden argument*/NULL);
V_3 = L_32;
V_4 = (bool)0;
}
IL_00a7:
try
{ // begin try (depth: 2)
{
RuntimeObject * L_33 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_33, (bool*)(&V_4), /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_34 = V_0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_35 = ___cookie0;
NullCheck(L_35);
String_t* L_36 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
RuntimeObject * L_37 = PathList_get_Item_m5D18254EBB9626DA8BF4251E48956BA92F16431E(L_34, L_36, /*hidden argument*/NULL);
V_2 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_37, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_38 = V_2;
if (L_38)
{
goto IL_00d7;
}
}
IL_00c4:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_39 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)il2cpp_codegen_object_new(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var);
CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E(L_39, /*hidden argument*/NULL);
V_2 = L_39;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_40 = V_0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_41 = ___cookie0;
NullCheck(L_41);
String_t* L_42 = Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline(L_41, /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_43 = V_2;
NullCheck(L_40);
PathList_set_Item_mA12DBC255C0037FB70894D0F23A2CF6645ABB8DF(L_40, L_42, L_43, /*hidden argument*/NULL);
}
IL_00d7:
{
IL2CPP_LEAVE(0xE4, FINALLY_00d9);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00d9;
}
FINALLY_00d9:
{ // begin finally (depth: 2)
{
bool L_44 = V_4;
if (!L_44)
{
goto IL_00e3;
}
}
IL_00dd:
{
RuntimeObject * L_45 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_45, /*hidden argument*/NULL);
}
IL_00e3:
{
IL2CPP_END_FINALLY(217)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(217)
{
IL2CPP_JUMP_TBL(0xE4, IL_00e4)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00e4:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_46 = ___cookie0;
NullCheck(L_46);
bool L_47 = Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA(L_46, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_012d;
}
}
IL_00ec:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_48 = V_2;
V_5 = L_48;
V_4 = (bool)0;
}
IL_00f2:
try
{ // begin try (depth: 2)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_49 = V_5;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_49, (bool*)(&V_4), /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_50 = V_2;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_51 = ___cookie0;
NullCheck(L_50);
int32_t L_52 = CookieCollection_IndexOf_m919B3286409A7C63D5AD9C1D3048257B8066FD6F(L_50, L_51, /*hidden argument*/NULL);
V_6 = L_52;
int32_t L_53 = V_6;
if ((((int32_t)L_53) == ((int32_t)(-1))))
{
goto IL_011f;
}
}
IL_0109:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_54 = V_2;
int32_t L_55 = V_6;
NullCheck(L_54);
CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_54, L_55, /*hidden argument*/NULL);
int32_t L_56 = __this->get_m_count_5();
__this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)1)));
}
IL_011f:
{
IL2CPP_LEAVE(0x194, 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)
{
bool L_57 = V_4;
if (!L_57)
{
goto IL_012c;
}
}
IL_0125:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_58 = V_5;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_58, /*hidden argument*/NULL);
}
IL_012c:
{
IL2CPP_END_FINALLY(289)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(289)
{
IL2CPP_JUMP_TBL(0x194, IL_0194)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_012d:
{
int32_t L_59 = V_1;
int32_t L_60 = __this->get_m_maxCookiesPerDomain_4();
if ((((int32_t)L_59) < ((int32_t)L_60)))
{
goto IL_0149;
}
}
IL_0136:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_61 = ___cookie0;
NullCheck(L_61);
String_t* L_62 = Cookie_get_DomainKey_m6DC689AB2C187491DD1DBFE80E107E26CBDB5F52(L_61, /*hidden argument*/NULL);
bool L_63 = CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A(__this, L_62, /*hidden argument*/NULL);
if (L_63)
{
goto IL_0149;
}
}
IL_0144:
{
goto IL_01cc;
}
IL_0149:
{
int32_t L_64 = __this->get_m_count_5();
int32_t L_65 = __this->get_m_maxCookies_3();
if ((((int32_t)L_64) < ((int32_t)L_65)))
{
goto IL_0162;
}
}
IL_0157:
{
bool L_66 = CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A(__this, (String_t*)NULL, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0162;
}
}
IL_0160:
{
goto IL_01cc;
}
IL_0162:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_67 = V_2;
V_5 = L_67;
V_4 = (bool)0;
}
IL_0168:
try
{ // begin try (depth: 2)
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_68 = V_5;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_68, (bool*)(&V_4), /*hidden argument*/NULL);
int32_t L_69 = __this->get_m_count_5();
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_70 = V_2;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_71 = ___cookie0;
NullCheck(L_70);
int32_t L_72 = CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525(L_70, L_71, (bool)1, /*hidden argument*/NULL);
__this->set_m_count_5(((int32_t)il2cpp_codegen_add((int32_t)L_69, (int32_t)L_72)));
IL2CPP_LEAVE(0x194, FINALLY_0188);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0188;
}
FINALLY_0188:
{ // begin finally (depth: 2)
{
bool L_73 = V_4;
if (!L_73)
{
goto IL_0193;
}
}
IL_018c:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_74 = V_5;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_74, /*hidden argument*/NULL);
}
IL_0193:
{
IL2CPP_END_FINALLY(392)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(392)
{
IL2CPP_JUMP_TBL(0x194, IL_0194)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0194:
{
goto IL_01cc;
}
} // 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_0196;
throw e;
}
CATCH_0196:
{ // begin catch(System.Exception)
{
V_7 = ((Exception_t *)__exception_local);
Exception_t * L_75 = V_7;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_75, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_01b3;
}
}
IL_01a1:
{
Exception_t * L_76 = V_7;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_76, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_01b3;
}
}
IL_01aa:
{
Exception_t * L_77 = V_7;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_77, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_01b5;
}
}
IL_01b3:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var);
}
IL_01b5:
{
bool L_78 = ___throwOnError1;
if (!L_78)
{
goto IL_01ca;
}
}
IL_01b8:
{
String_t* L_79 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA5DE1F3322EE9D5A8EF9E6B6021B7715D19B0D33, /*hidden argument*/NULL);
Exception_t * L_80 = V_7;
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_81 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2(L_81, L_79, L_80, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_81, CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB_RuntimeMethod_var);
}
IL_01ca:
{
goto IL_01cc;
}
} // end catch (depth: 1)
IL_01cc:
{
return;
}
}
// System.Boolean System.Net.CookieContainer::AgeCookies(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___domain0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_AgeCookies_m2BBBB116D6410A9A0B1306925D4B6D3E05470D1A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
memset((&V_1), 0, sizeof(V_1));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_2;
memset((&V_2), 0, sizeof(V_2));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_3 = NULL;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * V_4 = NULL;
int32_t V_5 = 0;
int32_t V_6 = 0;
float V_7 = 0.0f;
RuntimeObject * V_8 = NULL;
bool V_9 = false;
RuntimeObject* V_10 = NULL;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_11;
memset((&V_11), 0, sizeof(V_11));
int32_t V_12 = 0;
RuntimeObject * V_13 = NULL;
bool V_14 = false;
RuntimeObject* V_15 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_16 = NULL;
RuntimeObject* V_17 = NULL;
RuntimeArray * V_18 = NULL;
RuntimeArray * V_19 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_20 = NULL;
int32_t V_21 = 0;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_22 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_23 = 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);
{
int32_t L_0 = __this->get_m_maxCookies_3();
if (!L_0)
{
goto IL_0010;
}
}
{
int32_t L_1 = __this->get_m_maxCookiesPerDomain_4();
if (L_1)
{
goto IL_0024;
}
}
IL_0010:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_2, /*hidden argument*/NULL);
__this->set_m_domainTable_1(L_2);
__this->set_m_count_5(0);
return (bool)0;
}
IL_0024:
{
V_0 = 0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32();
V_1 = L_3;
V_3 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)NULL;
V_5 = 0;
V_6 = 0;
V_7 = (1.0f);
int32_t L_4 = __this->get_m_count_5();
int32_t L_5 = __this->get_m_maxCookies_3();
if ((((int32_t)L_4) <= ((int32_t)L_5)))
{
goto IL_005a;
}
}
{
int32_t L_6 = __this->get_m_maxCookies_3();
int32_t L_7 = __this->get_m_count_5();
V_7 = ((float)((float)(((float)((float)L_6)))/(float)(((float)((float)L_7)))));
}
IL_005a:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = __this->get_m_domainTable_1();
NullCheck(L_8);
RuntimeObject * L_9 = VirtFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_8);
V_8 = L_9;
V_9 = (bool)0;
}
IL_006a:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_10 = V_8;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_10, (bool*)(&V_9), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_11 = __this->get_m_domainTable_1();
NullCheck(L_11);
RuntimeObject* L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(31 /* System.Collections.IDictionaryEnumerator System.Collections.Hashtable::GetEnumerator() */, L_11);
V_10 = L_12;
}
IL_0080:
try
{ // begin try (depth: 2)
{
goto IL_02ec;
}
IL_0085:
{
RuntimeObject* L_13 = V_10;
NullCheck(L_13);
RuntimeObject * L_14 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13);
V_11 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_14, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
String_t* L_15 = ___domain0;
if (L_15)
{
goto IL_00b3;
}
}
IL_0096:
{
RuntimeObject * L_16 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_11), /*hidden argument*/NULL);
RuntimeObject * L_17 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_11), /*hidden argument*/NULL);
V_4 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_17, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var));
goto IL_00c6;
}
IL_00b3:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_18 = __this->get_m_domainTable_1();
String_t* L_19 = ___domain0;
NullCheck(L_18);
RuntimeObject * L_20 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_18, L_19);
V_4 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_20, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var));
}
IL_00c6:
{
V_5 = 0;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_21 = V_4;
NullCheck(L_21);
RuntimeObject * L_22 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_21, /*hidden argument*/NULL);
V_13 = L_22;
V_14 = (bool)0;
}
IL_00d5:
try
{ // begin try (depth: 3)
{
RuntimeObject * L_23 = V_13;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_23, (bool*)(&V_14), /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_24 = V_4;
NullCheck(L_24);
RuntimeObject* L_25 = PathList_get_Values_mE785B5F28E224DC2C98B547757D6696952F0BD71(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
RuntimeObject* L_26 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_25);
V_15 = L_26;
}
IL_00ec:
try
{ // begin try (depth: 4)
{
goto IL_0147;
}
IL_00ee:
{
RuntimeObject* L_27 = V_15;
NullCheck(L_27);
RuntimeObject * L_28 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_27);
V_16 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_28, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_29 = V_16;
int32_t L_30 = CookieContainer_ExpireCollection_m3175EDCCA821274D54D895F702A92B49BCA194B4(__this, L_29, /*hidden argument*/NULL);
V_6 = L_30;
int32_t L_31 = V_0;
int32_t L_32 = V_6;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)L_32));
int32_t L_33 = __this->get_m_count_5();
int32_t L_34 = V_6;
__this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_33, (int32_t)L_34)));
int32_t L_35 = V_5;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_36 = V_16;
NullCheck(L_36);
int32_t L_37 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_36, /*hidden argument*/NULL);
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_35, (int32_t)L_37));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_38 = V_16;
NullCheck(L_38);
int32_t L_39 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_38, /*hidden argument*/NULL);
if ((((int32_t)L_39) <= ((int32_t)0)))
{
goto IL_0147;
}
}
IL_0130:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_40 = V_16;
NullCheck(L_40);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_41 = CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_40, 0, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_42 = L_41;
V_2 = L_42;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_43 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_44 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_42, L_43, /*hidden argument*/NULL);
if (!L_44)
{
goto IL_0147;
}
}
IL_0142:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_45 = V_16;
V_3 = L_45;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_46 = V_2;
V_1 = L_46;
}
IL_0147:
{
RuntimeObject* L_47 = V_15;
NullCheck(L_47);
bool L_48 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_47);
if (L_48)
{
goto IL_00ee;
}
}
IL_0150:
{
IL2CPP_LEAVE(0x173, FINALLY_0152);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0152;
}
FINALLY_0152:
{ // begin finally (depth: 4)
{
RuntimeObject* L_49 = V_15;
V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_49, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_50 = V_17;
if (!L_50)
{
goto IL_0166;
}
}
IL_015f:
{
RuntimeObject* L_51 = V_17;
NullCheck(L_51);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_51);
}
IL_0166:
{
IL2CPP_END_FINALLY(338)
}
} // end finally (depth: 4)
IL2CPP_CLEANUP(338)
{
IL2CPP_END_CLEANUP(0x173, FINALLY_0167);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0167;
}
FINALLY_0167:
{ // begin finally (depth: 3)
{
bool L_52 = V_14;
if (!L_52)
{
goto IL_0172;
}
}
IL_016b:
{
RuntimeObject * L_53 = V_13;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_53, /*hidden argument*/NULL);
}
IL_0172:
{
IL2CPP_END_FINALLY(359)
}
} // end finally (depth: 3)
IL2CPP_CLEANUP(359)
{
IL2CPP_JUMP_TBL(0x173, IL_0173)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0173:
{
int32_t L_54 = V_5;
float L_55 = V_7;
int32_t L_56 = __this->get_m_maxCookiesPerDomain_4();
int32_t L_57 = __this->get_m_maxCookies_3();
IL2CPP_RUNTIME_CLASS_INIT(Math_tFB388E53C7FDC6FCCF9A19ABF5A4E521FBD52E19_il2cpp_TypeInfo_var);
int32_t L_58 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525(L_56, L_57, /*hidden argument*/NULL);
int32_t L_59 = Math_Min_mC950438198519FB2B0260FCB91220847EE4BB525((((int32_t)((int32_t)((float)il2cpp_codegen_multiply((float)(((float)((float)L_54))), (float)L_55))))), ((int32_t)il2cpp_codegen_subtract((int32_t)L_58, (int32_t)1)), /*hidden argument*/NULL);
V_12 = L_59;
int32_t L_60 = V_5;
int32_t L_61 = V_12;
if ((((int32_t)L_60) <= ((int32_t)L_61)))
{
goto IL_02ec;
}
}
IL_019d:
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_62 = V_4;
NullCheck(L_62);
RuntimeObject * L_63 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_62, /*hidden argument*/NULL);
V_13 = L_63;
V_14 = (bool)0;
}
IL_01a9:
try
{ // begin try (depth: 3)
{
RuntimeObject * L_64 = V_13;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_64, (bool*)(&V_14), /*hidden argument*/NULL);
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_65 = { reinterpret_cast<intptr_t> (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_66 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_65, /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_67 = V_4;
NullCheck(L_67);
int32_t L_68 = PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085(L_67, /*hidden argument*/NULL);
RuntimeArray * L_69 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_66, L_68, /*hidden argument*/NULL);
V_18 = L_69;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_70 = { reinterpret_cast<intptr_t> (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_0_0_0_var) };
Type_t * L_71 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_70, /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_72 = V_4;
NullCheck(L_72);
int32_t L_73 = PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085(L_72, /*hidden argument*/NULL);
RuntimeArray * L_74 = Array_CreateInstance_mE3FF1559BCD06302A7DA79FCE32232941AC38F3F(L_71, L_73, /*hidden argument*/NULL);
V_19 = L_74;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_75 = V_4;
NullCheck(L_75);
RuntimeObject* L_76 = PathList_get_Values_mE785B5F28E224DC2C98B547757D6696952F0BD71(L_75, /*hidden argument*/NULL);
NullCheck(L_76);
RuntimeObject* L_77 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_76);
V_15 = L_77;
}
IL_01f0:
try
{ // begin try (depth: 4)
{
goto IL_0227;
}
IL_01f2:
{
RuntimeObject* L_78 = V_15;
NullCheck(L_78);
RuntimeObject * L_79 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_78);
V_20 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_79, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
RuntimeArray * L_80 = V_19;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_81 = V_20;
NullCheck(L_81);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_82 = CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_81, 0, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_83 = L_82;
RuntimeObject * L_84 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_83);
int32_t L_85 = V_6;
NullCheck(L_80);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_80, L_84, L_85, /*hidden argument*/NULL);
RuntimeArray * L_86 = V_18;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_87 = V_20;
int32_t L_88 = V_6;
NullCheck(L_86);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_86, L_87, L_88, /*hidden argument*/NULL);
int32_t L_89 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_89, (int32_t)1));
}
IL_0227:
{
RuntimeObject* L_90 = V_15;
NullCheck(L_90);
bool L_91 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_90);
if (L_91)
{
goto IL_01f2;
}
}
IL_0230:
{
IL2CPP_LEAVE(0x253, FINALLY_0232);
}
} // end try (depth: 4)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0232;
}
FINALLY_0232:
{ // begin finally (depth: 4)
{
RuntimeObject* L_92 = V_15;
V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_92, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_93 = V_17;
if (!L_93)
{
goto IL_0246;
}
}
IL_023f:
{
RuntimeObject* L_94 = V_17;
NullCheck(L_94);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_94);
}
IL_0246:
{
IL2CPP_END_FINALLY(562)
}
} // end finally (depth: 4)
IL2CPP_CLEANUP(562)
{
IL2CPP_END_CLEANUP(0x253, FINALLY_0247);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0247;
}
FINALLY_0247:
{ // begin finally (depth: 3)
{
bool L_95 = V_14;
if (!L_95)
{
goto IL_0252;
}
}
IL_024b:
{
RuntimeObject * L_96 = V_13;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_96, /*hidden argument*/NULL);
}
IL_0252:
{
IL2CPP_END_FINALLY(583)
}
} // end finally (depth: 3)
IL2CPP_CLEANUP(583)
{
IL2CPP_JUMP_TBL(0x253, IL_0253)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0253:
{
RuntimeArray * L_97 = V_19;
RuntimeArray * L_98 = V_18;
Array_Sort_m82F14E448023AE35C0A0E97D83C0E05B1CA3022E(L_97, L_98, /*hidden argument*/NULL);
V_6 = 0;
V_21 = 0;
goto IL_02d0;
}
IL_0264:
{
RuntimeArray * L_99 = V_18;
int32_t L_100 = V_21;
NullCheck(L_99);
RuntimeObject * L_101 = Array_GetValue_m9B1409D22139722A3149AC49ABCF558A2E066544(L_99, L_100, /*hidden argument*/NULL);
V_22 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_101, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_102 = V_22;
V_23 = L_102;
V_14 = (bool)0;
}
IL_027b:
try
{ // begin try (depth: 3)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_103 = V_23;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_103, (bool*)(&V_14), /*hidden argument*/NULL);
goto IL_02a6;
}
IL_0286:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_104 = V_22;
NullCheck(L_104);
CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_104, 0, /*hidden argument*/NULL);
int32_t L_105 = V_5;
V_5 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_105, (int32_t)1));
int32_t L_106 = __this->get_m_count_5();
__this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_106, (int32_t)1)));
int32_t L_107 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_107, (int32_t)1));
}
IL_02a6:
{
int32_t L_108 = V_5;
int32_t L_109 = V_12;
if ((((int32_t)L_108) <= ((int32_t)L_109)))
{
goto IL_02b6;
}
}
IL_02ac:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_110 = V_22;
NullCheck(L_110);
int32_t L_111 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_110, /*hidden argument*/NULL);
if ((((int32_t)L_111) > ((int32_t)0)))
{
goto IL_0286;
}
}
IL_02b6:
{
IL2CPP_LEAVE(0x2C4, FINALLY_02b8);
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_02b8;
}
FINALLY_02b8:
{ // begin finally (depth: 3)
{
bool L_112 = V_14;
if (!L_112)
{
goto IL_02c3;
}
}
IL_02bc:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_113 = V_23;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_113, /*hidden argument*/NULL);
}
IL_02c3:
{
IL2CPP_END_FINALLY(696)
}
} // end finally (depth: 3)
IL2CPP_CLEANUP(696)
{
IL2CPP_JUMP_TBL(0x2C4, IL_02c4)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_02c4:
{
int32_t L_114 = V_5;
int32_t L_115 = V_12;
if ((((int32_t)L_114) <= ((int32_t)L_115)))
{
goto IL_02db;
}
}
IL_02ca:
{
int32_t L_116 = V_21;
V_21 = ((int32_t)il2cpp_codegen_add((int32_t)L_116, (int32_t)1));
}
IL_02d0:
{
int32_t L_117 = V_21;
RuntimeArray * L_118 = V_18;
NullCheck(L_118);
int32_t L_119 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_118, /*hidden argument*/NULL);
if ((((int32_t)L_117) < ((int32_t)L_119)))
{
goto IL_0264;
}
}
IL_02db:
{
int32_t L_120 = V_5;
int32_t L_121 = V_12;
if ((((int32_t)L_120) <= ((int32_t)L_121)))
{
goto IL_02ec;
}
}
IL_02e1:
{
String_t* L_122 = ___domain0;
if (!L_122)
{
goto IL_02ec;
}
}
IL_02e4:
{
V_14 = (bool)0;
IL2CPP_LEAVE(0x381, FINALLY_02fa);
}
IL_02ec:
{
RuntimeObject* L_123 = V_10;
NullCheck(L_123);
bool L_124 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_123);
if (L_124)
{
goto IL_0085;
}
}
IL_02f8:
{
IL2CPP_LEAVE(0x31B, FINALLY_02fa);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_02fa;
}
FINALLY_02fa:
{ // begin finally (depth: 2)
{
RuntimeObject* L_125 = V_10;
V_17 = ((RuntimeObject*)IsInst((RuntimeObject*)L_125, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_126 = V_17;
if (!L_126)
{
goto IL_030e;
}
}
IL_0307:
{
RuntimeObject* L_127 = V_17;
NullCheck(L_127);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_127);
}
IL_030e:
{
IL2CPP_END_FINALLY(762)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(762)
{
IL2CPP_END_CLEANUP(0x381, FINALLY_030f);
IL2CPP_END_CLEANUP(0x31B, FINALLY_030f);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_030f;
}
FINALLY_030f:
{ // begin finally (depth: 1)
{
bool L_128 = V_9;
if (!L_128)
{
goto IL_031a;
}
}
IL_0313:
{
RuntimeObject * L_129 = V_8;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_129, /*hidden argument*/NULL);
}
IL_031a:
{
IL2CPP_END_FINALLY(783)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(783)
{
IL2CPP_JUMP_TBL(0x381, IL_0381)
IL2CPP_JUMP_TBL(0x31B, IL_031b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_031b:
{
String_t* L_130 = ___domain0;
if (!L_130)
{
goto IL_0320;
}
}
{
return (bool)1;
}
IL_0320:
{
int32_t L_131 = V_0;
if (!L_131)
{
goto IL_0325;
}
}
{
return (bool)1;
}
IL_0325:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_132 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_133 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MaxValue_32();
bool L_134 = DateTime_op_Equality_m5715465D90806F5305BBA5F690377819C55AF084(L_132, L_133, /*hidden argument*/NULL);
if (!L_134)
{
goto IL_0334;
}
}
{
return (bool)0;
}
IL_0334:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_135 = V_3;
V_23 = L_135;
V_9 = (bool)0;
}
IL_033a:
try
{ // begin try (depth: 1)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_136 = V_23;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_136, (bool*)(&V_9), /*hidden argument*/NULL);
goto IL_035a;
}
IL_0345:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_137 = V_3;
NullCheck(L_137);
CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_137, 0, /*hidden argument*/NULL);
int32_t L_138 = __this->get_m_count_5();
__this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_138, (int32_t)1)));
}
IL_035a:
{
int32_t L_139 = __this->get_m_count_5();
int32_t L_140 = __this->get_m_maxCookies_3();
if ((((int32_t)L_139) < ((int32_t)L_140)))
{
goto IL_0371;
}
}
IL_0368:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_141 = V_3;
NullCheck(L_141);
int32_t L_142 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_141, /*hidden argument*/NULL);
if ((((int32_t)L_142) > ((int32_t)0)))
{
goto IL_0345;
}
}
IL_0371:
{
IL2CPP_LEAVE(0x37F, FINALLY_0373);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0373;
}
FINALLY_0373:
{ // begin finally (depth: 1)
{
bool L_143 = V_9;
if (!L_143)
{
goto IL_037e;
}
}
IL_0377:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_144 = V_23;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_144, /*hidden argument*/NULL);
}
IL_037e:
{
IL2CPP_END_FINALLY(883)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(883)
{
IL2CPP_JUMP_TBL(0x37F, IL_037f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_037f:
{
return (bool)1;
}
IL_0381:
{
bool L_145 = V_14;
return L_145;
}
}
// System.Int32 System.Net.CookieContainer::ExpireCollection(System.Net.CookieCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieContainer_ExpireCollection_m3175EDCCA821274D54D895F702A92B49BCA194B4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cc0, const RuntimeMethod* method)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
int32_t V_3 = 0;
int32_t V_4 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___cc0;
V_0 = L_0;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_2 = ___cc0;
NullCheck(L_2);
int32_t L_3 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_2, /*hidden argument*/NULL);
V_2 = L_3;
int32_t L_4 = V_2;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_4, (int32_t)1));
goto IL_0032;
}
IL_0019:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_5 = ___cc0;
int32_t L_6 = V_3;
NullCheck(L_5);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E(L_5, L_6, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA(L_7, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_002e;
}
}
IL_0027:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_9 = ___cc0;
int32_t L_10 = V_3;
NullCheck(L_9);
CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_9, L_10, /*hidden argument*/NULL);
}
IL_002e:
{
int32_t L_11 = V_3;
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1));
}
IL_0032:
{
int32_t L_12 = V_3;
if ((((int32_t)L_12) >= ((int32_t)0)))
{
goto IL_0019;
}
}
IL_0036:
{
int32_t L_13 = V_2;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_14 = ___cc0;
NullCheck(L_14);
int32_t L_15 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_14, /*hidden argument*/NULL);
V_4 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_15));
IL2CPP_LEAVE(0x4C, FINALLY_0042);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0042;
}
FINALLY_0042:
{ // begin finally (depth: 1)
{
bool L_16 = V_1;
if (!L_16)
{
goto IL_004b;
}
}
IL_0045:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_17 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
}
IL_004b:
{
IL2CPP_END_FINALLY(66)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(66)
{
IL2CPP_JUMP_TBL(0x4C, IL_004c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004c:
{
int32_t L_18 = V_4;
return L_18;
}
}
// System.Boolean System.Net.CookieContainer::IsLocalDomain(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, String_t* ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
String_t* L_0 = ___host0;
NullCheck(L_0);
int32_t L_1 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_0, ((int32_t)46), /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
{
goto IL_000f;
}
}
{
return (bool)1;
}
IL_000f:
{
String_t* L_3 = ___host0;
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0036;
}
}
{
String_t* L_5 = ___host0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral363BAEA9CBA210AFAC6D7A556FCA596E30C46333, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0036;
}
}
{
String_t* L_7 = ___host0;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral98BE478B044C162AB3D992120EF006367B04CACB, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0038;
}
}
IL_0036:
{
return (bool)1;
}
IL_0038:
{
String_t* L_9 = __this->get_m_fqdnMyDomain_6();
String_t* L_10 = ___host0;
int32_t L_11 = V_0;
String_t* L_12 = __this->get_m_fqdnMyDomain_6();
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
int32_t L_14 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_9, 0, L_10, L_11, L_13, 5, /*hidden argument*/NULL);
if (L_14)
{
goto IL_0056;
}
}
{
return (bool)1;
}
IL_0056:
{
String_t* L_15 = ___host0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_16 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = L_16;
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)46));
NullCheck(L_15);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_15, L_17, /*hidden argument*/NULL);
V_1 = L_18;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_1;
if (!L_19)
{
goto IL_0105;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_1;
NullCheck(L_20);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) == ((uint32_t)4))))
{
goto IL_0105;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = V_1;
NullCheck(L_21);
int32_t L_22 = 0;
String_t* L_23 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_22));
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral008451A05E1E7AA32C75119DF950D405265E0904, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_0105;
}
}
{
V_2 = 1;
goto IL_00fb;
}
IL_008a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = V_1;
int32_t L_26 = V_2;
NullCheck(L_25);
int32_t L_27 = L_26;
String_t* L_28 = (L_25)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NullCheck(L_28);
int32_t L_29 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_28, /*hidden argument*/NULL);
V_3 = L_29;
int32_t L_30 = V_3;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_30, (int32_t)1)))
{
case 0:
{
goto IL_00dd;
}
case 1:
{
goto IL_00c3;
}
case 2:
{
goto IL_00a9;
}
}
}
{
goto IL_00ff;
}
IL_00a9:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = V_1;
int32_t L_32 = V_2;
NullCheck(L_31);
int32_t L_33 = L_32;
String_t* L_34 = (L_31)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
NullCheck(L_34);
Il2CppChar L_35 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_34, 2, /*hidden argument*/NULL);
if ((((int32_t)L_35) < ((int32_t)((int32_t)48))))
{
goto IL_00ff;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = V_1;
int32_t L_37 = V_2;
NullCheck(L_36);
int32_t L_38 = L_37;
String_t* L_39 = (L_36)->GetAt(static_cast<il2cpp_array_size_t>(L_38));
NullCheck(L_39);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_39, 2, /*hidden argument*/NULL);
if ((((int32_t)L_40) > ((int32_t)((int32_t)57))))
{
goto IL_00ff;
}
}
IL_00c3:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = V_1;
int32_t L_42 = V_2;
NullCheck(L_41);
int32_t L_43 = L_42;
String_t* L_44 = (L_41)->GetAt(static_cast<il2cpp_array_size_t>(L_43));
NullCheck(L_44);
Il2CppChar L_45 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_44, 1, /*hidden argument*/NULL);
if ((((int32_t)L_45) < ((int32_t)((int32_t)48))))
{
goto IL_00ff;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = V_1;
int32_t L_47 = V_2;
NullCheck(L_46);
int32_t L_48 = L_47;
String_t* L_49 = (L_46)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
NullCheck(L_49);
Il2CppChar L_50 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_49, 1, /*hidden argument*/NULL);
if ((((int32_t)L_50) > ((int32_t)((int32_t)57))))
{
goto IL_00ff;
}
}
IL_00dd:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_51 = V_1;
int32_t L_52 = V_2;
NullCheck(L_51);
int32_t L_53 = L_52;
String_t* L_54 = (L_51)->GetAt(static_cast<il2cpp_array_size_t>(L_53));
NullCheck(L_54);
Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_54, 0, /*hidden argument*/NULL);
if ((((int32_t)L_55) < ((int32_t)((int32_t)48))))
{
goto IL_00ff;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_56 = V_1;
int32_t L_57 = V_2;
NullCheck(L_56);
int32_t L_58 = L_57;
String_t* L_59 = (L_56)->GetAt(static_cast<il2cpp_array_size_t>(L_58));
NullCheck(L_59);
Il2CppChar L_60 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_59, 0, /*hidden argument*/NULL);
if ((((int32_t)L_60) > ((int32_t)((int32_t)57))))
{
goto IL_00ff;
}
}
{
int32_t L_61 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_61, (int32_t)1));
}
IL_00fb:
{
int32_t L_62 = V_2;
if ((((int32_t)L_62) < ((int32_t)4)))
{
goto IL_008a;
}
}
IL_00ff:
{
int32_t L_63 = V_2;
if ((!(((uint32_t)L_63) == ((uint32_t)4))))
{
goto IL_0105;
}
}
{
return (bool)1;
}
IL_0105:
{
return (bool)0;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
int32_t V_3 = 0;
CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * V_4 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_5 = NULL;
Exception_t * V_6 = NULL;
RuntimeObject* V_7 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_8 = NULL;
RuntimeObject* V_9 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)il2cpp_codegen_object_new(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var);
CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = 0;
String_t* L_1 = ___headerName1;
if (L_1)
{
goto IL_000f;
}
}
{
V_1 = 2;
goto IL_004b;
}
IL_000f:
{
V_3 = 0;
goto IL_0041;
}
IL_0013:
{
String_t* L_2 = ___headerName1;
IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var);
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_3 = ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->get_HeaderInfo_0();
int32_t L_4 = V_3;
NullCheck(L_3);
String_t* L_5 = HeaderVariantInfo_get_Name_m663FC3E423EA3BFE1F1742533C0A83B4FACEB7AF_inline((HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)((L_3)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_4))), /*hidden argument*/NULL);
int32_t L_6 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_2, L_5, 5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_003d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var);
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_7 = ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->get_HeaderInfo_0();
int32_t L_8 = V_3;
NullCheck(L_7);
int32_t L_9 = HeaderVariantInfo_get_Variant_mB25F862C65883D77BD9B88197C3198B62A1BCD31_inline((HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 *)((L_7)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_8))), /*hidden argument*/NULL);
V_1 = L_9;
}
IL_003d:
{
int32_t L_10 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_0041:
{
int32_t L_11 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var);
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_12 = ((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->get_HeaderInfo_0();
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_0013;
}
}
IL_004b:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___uri0;
NullCheck(L_13);
String_t* L_14 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_13, /*hidden argument*/NULL);
bool L_15 = CookieContainer_IsLocalDomain_mBCA6F78ACBDBFC6048639D46B4118276A8911CEF(__this, L_14, /*hidden argument*/NULL);
V_2 = L_15;
}
IL_0058:
try
{ // begin try (depth: 1)
{
String_t* L_16 = ___setCookieHeader2;
CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * L_17 = (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 *)il2cpp_codegen_object_new(CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396_il2cpp_TypeInfo_var);
CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E(L_17, L_16, /*hidden argument*/NULL);
V_4 = L_17;
}
IL_0060:
{
CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * L_18 = V_4;
NullCheck(L_18);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_19 = CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB(L_18, /*hidden argument*/NULL);
V_5 = L_19;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_20 = V_5;
if (!L_20)
{
goto IL_00b0;
}
}
IL_006d:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_21 = V_5;
NullCheck(L_21);
String_t* L_22 = Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline(L_21, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
bool L_23 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_008f;
}
}
IL_007b:
{
bool L_24 = ___isThrow3;
if (!L_24)
{
goto IL_0060;
}
}
IL_007f:
{
String_t* L_25 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralD6A7A355E5C0E829B337A547B8B4F6DE1244C89A, /*hidden argument*/NULL);
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_26 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E(L_26, L_25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_26, CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var);
}
IL_008f:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_27 = V_5;
int32_t L_28 = V_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = ___uri0;
bool L_30 = V_2;
String_t* L_31 = __this->get_m_fqdnMyDomain_6();
bool L_32 = ___isThrow3;
NullCheck(L_27);
bool L_33 = Cookie_VerifySetDefaults_m4F99A4734685FCCCA80C34A0F29C2434289DDBEC(L_27, L_28, L_29, L_30, L_31, (bool)1, L_32, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_0060;
}
}
IL_00a4:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_34 = V_0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_35 = V_5;
NullCheck(L_34);
CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525(L_34, L_35, (bool)1, /*hidden argument*/NULL);
goto IL_0060;
}
IL_00b0:
{
goto IL_00f8;
}
} // 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_00b2;
throw e;
}
CATCH_00b2:
{ // begin catch(System.Exception)
{
V_6 = ((Exception_t *)__exception_local);
Exception_t * L_36 = V_6;
if (((ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 *)IsInstSealed((RuntimeObject*)L_36, ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var)))
{
goto IL_00cf;
}
}
IL_00bd:
{
Exception_t * L_37 = V_6;
if (((StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC *)IsInstSealed((RuntimeObject*)L_37, StackOverflowException_t8F10DDD924B10951FCA8CC166684A13DC6C7BFDC_il2cpp_TypeInfo_var)))
{
goto IL_00cf;
}
}
IL_00c6:
{
Exception_t * L_38 = V_6;
if (!((OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7 *)IsInstClass((RuntimeObject*)L_38, OutOfMemoryException_t2DF3EAC178583BD1DEFAAECBEDB2AF1EA86FBFC7_il2cpp_TypeInfo_var)))
{
goto IL_00d1;
}
}
IL_00cf:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var);
}
IL_00d1:
{
bool L_39 = ___isThrow3;
if (!L_39)
{
goto IL_00f6;
}
}
IL_00d5:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_40 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_41 = L_40;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_42 = ___uri0;
NullCheck(L_42);
String_t* L_43 = Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E(L_42, /*hidden argument*/NULL);
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_43);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_43);
String_t* L_44 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral82E66A95E95921650488B31E15D5AD3C278F1EA7, L_41, /*hidden argument*/NULL);
Exception_t * L_45 = V_6;
CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * L_46 = (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 *)il2cpp_codegen_object_new(CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4_il2cpp_TypeInfo_var);
CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2(L_46, L_44, L_45, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_46, CookieContainer_CookieCutter_mADA24F94B27FB05389BA946003ED7EDAA189F354_RuntimeMethod_var);
}
IL_00f6:
{
goto IL_00f8;
}
} // end catch (depth: 1)
IL_00f8:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_47 = V_0;
NullCheck(L_47);
RuntimeObject* L_48 = CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687(L_47, /*hidden argument*/NULL);
V_7 = L_48;
}
IL_0100:
try
{ // begin try (depth: 1)
{
goto IL_011a;
}
IL_0102:
{
RuntimeObject* L_49 = V_7;
NullCheck(L_49);
RuntimeObject * L_50 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_49);
V_8 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_50, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_51 = V_8;
bool L_52 = ___isThrow3;
CookieContainer_Add_m572E4D2301BCDA7230B609BB973DD26B3A8919CB(__this, L_51, L_52, /*hidden argument*/NULL);
}
IL_011a:
{
RuntimeObject* L_53 = V_7;
NullCheck(L_53);
bool L_54 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_53);
if (L_54)
{
goto IL_0102;
}
}
IL_0123:
{
IL2CPP_LEAVE(0x13A, FINALLY_0125);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0125;
}
FINALLY_0125:
{ // begin finally (depth: 1)
{
RuntimeObject* L_55 = V_7;
V_9 = ((RuntimeObject*)IsInst((RuntimeObject*)L_55, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_56 = V_9;
if (!L_56)
{
goto IL_0139;
}
}
IL_0132:
{
RuntimeObject* L_57 = V_9;
NullCheck(L_57);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_57);
}
IL_0139:
{
IL2CPP_END_FINALLY(293)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(293)
{
IL2CPP_JUMP_TBL(0x13A, IL_013a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_013a:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_58 = V_0;
return L_58;
}
}
// System.Net.CookieCollection System.Net.CookieContainer::InternalGetCookies(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
int32_t V_1 = 0;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_2 = NULL;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_3 = NULL;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * V_4 = NULL;
String_t* V_5 = NULL;
int32_t V_6 = 0;
int32_t V_7 = 0;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_2 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_UriSchemeHttps_4();
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0;
NullCheck(L_4);
int32_t L_5 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_4, /*hidden argument*/NULL);
V_1 = L_5;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_6 = (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)il2cpp_codegen_object_new(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var);
CookieCollection__ctor_m3742A309F3C387A152B388E2A46E8EB3D820131E(L_6, /*hidden argument*/NULL);
V_2 = L_6;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_7 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_7, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
V_3 = L_7;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_8 = (List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 *)il2cpp_codegen_object_new(List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3_il2cpp_TypeInfo_var);
List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06(L_8, /*hidden argument*/List_1__ctor_mDA22758D73530683C950C5CCF39BDB4E7E1F3F06_RuntimeMethod_var);
V_4 = L_8;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = ___uri0;
NullCheck(L_9);
String_t* L_10 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_9, /*hidden argument*/NULL);
V_5 = L_10;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_11 = V_3;
String_t* L_12 = V_5;
NullCheck(L_11);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_11, L_12, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_13 = V_3;
String_t* L_14 = V_5;
String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_14, /*hidden argument*/NULL);
NullCheck(L_13);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_13, L_15, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
String_t* L_16 = V_5;
NullCheck(L_16);
int32_t L_17 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_16, ((int32_t)46), /*hidden argument*/NULL);
V_6 = L_17;
int32_t L_18 = V_6;
if ((!(((uint32_t)L_18) == ((uint32_t)(-1)))))
{
goto IL_0099;
}
}
{
String_t* L_19 = __this->get_m_fqdnMyDomain_6();
if (!L_19)
{
goto IL_010a;
}
}
{
String_t* L_20 = __this->get_m_fqdnMyDomain_6();
NullCheck(L_20);
int32_t L_21 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_010a;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_22 = V_3;
String_t* L_23 = V_5;
String_t* L_24 = __this->get_m_fqdnMyDomain_6();
String_t* L_25 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_23, L_24, /*hidden argument*/NULL);
NullCheck(L_22);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_22, L_25, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_26 = V_3;
String_t* L_27 = __this->get_m_fqdnMyDomain_6();
NullCheck(L_26);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_26, L_27, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
goto IL_010a;
}
IL_0099:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_28 = V_3;
String_t* L_29 = V_5;
int32_t L_30 = V_6;
NullCheck(L_29);
String_t* L_31 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_29, L_30, /*hidden argument*/NULL);
NullCheck(L_28);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_28, L_31, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
String_t* L_32 = V_5;
NullCheck(L_32);
int32_t L_33 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_32, /*hidden argument*/NULL);
if ((((int32_t)L_33) <= ((int32_t)2)))
{
goto IL_010a;
}
}
{
String_t* L_34 = V_5;
String_t* L_35 = V_5;
NullCheck(L_35);
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
int32_t L_37 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_34, ((int32_t)46), ((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)2)), /*hidden argument*/NULL);
V_7 = L_37;
int32_t L_38 = V_7;
if ((((int32_t)L_38) <= ((int32_t)0)))
{
goto IL_00da;
}
}
{
String_t* L_39 = V_5;
int32_t L_40 = V_7;
NullCheck(L_39);
int32_t L_41 = String_LastIndexOf_mC378BF6308D9D6A19AFA397CBD7046B2ED9B340B(L_39, ((int32_t)46), ((int32_t)il2cpp_codegen_subtract((int32_t)L_40, (int32_t)1)), /*hidden argument*/NULL);
V_7 = L_41;
}
IL_00da:
{
int32_t L_42 = V_7;
if ((((int32_t)L_42) == ((int32_t)(-1))))
{
goto IL_010a;
}
}
{
goto IL_00f1;
}
IL_00e1:
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_43 = V_4;
String_t* L_44 = V_5;
int32_t L_45 = V_6;
NullCheck(L_44);
String_t* L_46 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_44, L_45, /*hidden argument*/NULL);
NullCheck(L_43);
List_1_Add_mA348FA1140766465189459D25B01EB179001DE83(L_43, L_46, /*hidden argument*/List_1_Add_mA348FA1140766465189459D25B01EB179001DE83_RuntimeMethod_var);
}
IL_00f1:
{
int32_t L_47 = V_6;
int32_t L_48 = V_7;
if ((((int32_t)L_47) >= ((int32_t)L_48)))
{
goto IL_010a;
}
}
{
String_t* L_49 = V_5;
int32_t L_50 = V_6;
NullCheck(L_49);
int32_t L_51 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_49, ((int32_t)46), ((int32_t)il2cpp_codegen_add((int32_t)L_50, (int32_t)1)), /*hidden argument*/NULL);
int32_t L_52 = L_51;
V_6 = L_52;
if ((!(((uint32_t)L_52) == ((uint32_t)(-1)))))
{
goto IL_00e1;
}
}
IL_010a:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_53 = ___uri0;
bool L_54 = V_0;
int32_t L_55 = V_1;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_56 = V_2;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_57 = V_3;
CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4(__this, L_53, L_54, L_55, L_56, L_57, (bool)0, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_58 = ___uri0;
bool L_59 = V_0;
int32_t L_60 = V_1;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_61 = V_2;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_62 = V_4;
CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4(__this, L_58, L_59, L_60, L_61, L_62, (bool)1, /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_63 = V_2;
return L_63;
}
}
// System.Void System.Net.CookieContainer::BuildCookieCollectionFromDomainMatches(System.Uri,System.Boolean,System.Int32,System.Net.CookieCollection,System.Collections.Generic.List`1<System.String>,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, bool ___isSecure1, int32_t ___port2, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookies3, List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * ___domainAttribute4, bool ___matchOnlyPlainCookie5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_BuildCookieCollectionFromDomainMatches_mC8552CA07116BD9DCE1AE8613BC3B3E4BBA9ABD4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
bool V_1 = false;
bool V_2 = false;
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * V_3 = NULL;
RuntimeObject * V_4 = NULL;
bool V_5 = false;
RuntimeObject* V_6 = NULL;
DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 V_7;
memset((&V_7), 0, sizeof(V_7));
String_t* V_8 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_9 = NULL;
RuntimeObject* V_10 = NULL;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_11 = 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);
{
V_0 = 0;
goto IL_0154;
}
IL_0007:
{
V_1 = (bool)0;
V_2 = (bool)0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get_m_domainTable_1();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_4 = L_1;
V_5 = (bool)0;
}
IL_001b:
try
{ // begin try (depth: 1)
RuntimeObject * L_2 = V_4;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_5), /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = __this->get_m_domainTable_1();
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_4 = ___domainAttribute4;
int32_t L_5 = V_0;
NullCheck(L_4);
String_t* L_6 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_4, L_5, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
NullCheck(L_3);
RuntimeObject * L_7 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_3, L_6);
V_3 = ((PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)CastclassClass((RuntimeObject*)L_7, PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A_il2cpp_TypeInfo_var));
IL2CPP_LEAVE(0x4B, FINALLY_003f);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003f;
}
FINALLY_003f:
{ // begin finally (depth: 1)
{
bool L_8 = V_5;
if (!L_8)
{
goto IL_004a;
}
}
IL_0043:
{
RuntimeObject * L_9 = V_4;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
}
IL_004a:
{
IL2CPP_END_FINALLY(63)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(63)
{
IL2CPP_JUMP_TBL(0x4B, IL_004b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004b:
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_10 = V_3;
if (!L_10)
{
goto IL_0150;
}
}
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_11 = V_3;
NullCheck(L_11);
RuntimeObject * L_12 = PathList_get_SyncRoot_m715772A2BE6064727FE7B137BED3D7C31AC6B90A(L_11, /*hidden argument*/NULL);
V_4 = L_12;
V_5 = (bool)0;
}
IL_005c:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_13 = V_4;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_13, (bool*)(&V_5), /*hidden argument*/NULL);
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_14 = V_3;
NullCheck(L_14);
RuntimeObject* L_15 = PathList_GetEnumerator_m75D1F5AD9B3CC5617C0509F45E240C6A52226B76(L_14, /*hidden argument*/NULL);
V_6 = L_15;
}
IL_006d:
try
{ // begin try (depth: 2)
{
goto IL_00dd;
}
IL_006f:
{
RuntimeObject* L_16 = V_6;
NullCheck(L_16);
RuntimeObject * L_17 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_16);
V_7 = ((*(DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)UnBox(L_17, DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4_il2cpp_TypeInfo_var))));
RuntimeObject * L_18 = DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_7), /*hidden argument*/NULL);
V_8 = ((String_t*)CastclassSealed((RuntimeObject*)L_18, String_t_il2cpp_TypeInfo_var));
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = ___uri0;
NullCheck(L_19);
String_t* L_20 = Uri_get_AbsolutePath_mA9A825E2BBD0A43AD76EB9A9765E29E45FE32F31(L_19, /*hidden argument*/NULL);
String_t* L_21 = V_8;
String_t* L_22 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_21, /*hidden argument*/NULL);
NullCheck(L_20);
bool L_23 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_20, L_22, /*hidden argument*/NULL);
if (!L_23)
{
goto IL_00d8;
}
}
IL_009f:
{
V_1 = (bool)1;
RuntimeObject * L_24 = DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline((DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 *)(&V_7), /*hidden argument*/NULL);
V_9 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_24, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_25 = V_9;
NullCheck(L_25);
CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_25, 1, /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_26 = ___cookies3;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_27 = V_9;
int32_t L_28 = ___port2;
bool L_29 = ___isSecure1;
bool L_30 = ___matchOnlyPlainCookie5;
CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3(__this, L_26, L_27, L_28, L_29, L_30, /*hidden argument*/NULL);
String_t* L_31 = V_8;
bool L_32 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
if (!L_32)
{
goto IL_00dd;
}
}
IL_00d4:
{
V_2 = (bool)1;
goto IL_00dd;
}
IL_00d8:
{
bool L_33 = V_1;
if (!L_33)
{
goto IL_00dd;
}
}
IL_00db:
{
IL2CPP_LEAVE(0x109, FINALLY_00e8);
}
IL_00dd:
{
RuntimeObject* L_34 = V_6;
NullCheck(L_34);
bool L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_34);
if (L_35)
{
goto IL_006f;
}
}
IL_00e6:
{
IL2CPP_LEAVE(0x109, FINALLY_00e8);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00e8;
}
FINALLY_00e8:
{ // begin finally (depth: 2)
{
RuntimeObject* L_36 = V_6;
V_10 = ((RuntimeObject*)IsInst((RuntimeObject*)L_36, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_37 = V_10;
if (!L_37)
{
goto IL_00fc;
}
}
IL_00f5:
{
RuntimeObject* L_38 = V_10;
NullCheck(L_38);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_38);
}
IL_00fc:
{
IL2CPP_END_FINALLY(232)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(232)
{
IL2CPP_END_CLEANUP(0x109, FINALLY_00fd);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00fd;
}
FINALLY_00fd:
{ // begin finally (depth: 1)
{
bool L_39 = V_5;
if (!L_39)
{
goto IL_0108;
}
}
IL_0101:
{
RuntimeObject * L_40 = V_4;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_40, /*hidden argument*/NULL);
}
IL_0108:
{
IL2CPP_END_FINALLY(253)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(253)
{
IL2CPP_JUMP_TBL(0x109, IL_0109)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0109:
{
bool L_41 = V_2;
if (L_41)
{
goto IL_0139;
}
}
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_42 = V_3;
NullCheck(L_42);
RuntimeObject * L_43 = PathList_get_Item_m5D18254EBB9626DA8BF4251E48956BA92F16431E(L_42, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_11 = ((CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 *)CastclassClass((RuntimeObject*)L_43, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3_il2cpp_TypeInfo_var));
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_44 = V_11;
if (!L_44)
{
goto IL_0139;
}
}
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_45 = V_11;
NullCheck(L_45);
CookieCollection_TimeStamp_mC5B474E91B4D14A75BCF7A83883BFFD46F41DE8A(L_45, 1, /*hidden argument*/NULL);
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_46 = ___cookies3;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_47 = V_11;
int32_t L_48 = ___port2;
bool L_49 = ___isSecure1;
bool L_50 = ___matchOnlyPlainCookie5;
CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3(__this, L_46, L_47, L_48, L_49, L_50, /*hidden argument*/NULL);
}
IL_0139:
{
PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A * L_51 = V_3;
NullCheck(L_51);
int32_t L_52 = PathList_get_Count_m834587A0CE483A4864CAEC4F449576A614505085(L_51, /*hidden argument*/NULL);
if (L_52)
{
goto IL_0150;
}
}
{
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_53 = ___domainAttribute4;
int32_t L_54 = V_0;
NullCheck(L_53);
String_t* L_55 = List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_inline(L_53, L_54, /*hidden argument*/List_1_get_Item_mB739B0066E5F7EBDBA9978F24A73D26D4FAE5BED_RuntimeMethod_var);
CookieContainer_AddRemoveDomain_m8747F844BC7F2C50C3A38B5E1A51758D4858A0AB(__this, L_55, (PathList_tE89F0E044B0D96268DB20C9B0FC852C690C2DC8A *)NULL, /*hidden argument*/NULL);
}
IL_0150:
{
int32_t L_56 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_0154:
{
int32_t L_57 = V_0;
List_1_tE8032E48C661C350FF9550E9063D595C0AB25CD3 * L_58 = ___domainAttribute4;
NullCheck(L_58);
int32_t L_59 = List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_inline(L_58, /*hidden argument*/List_1_get_Count_m4151A68BD4CB1D737213E7595F574987F8C812B4_RuntimeMethod_var);
if ((((int32_t)L_57) < ((int32_t)L_59)))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void System.Net.CookieContainer::MergeUpdateCollections(System.Net.CookieCollection,System.Net.CookieCollection,System.Int32,System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer_MergeUpdateCollections_m233953DFEDBC596ED2CE02756EBCB540AF99F5C3 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___destination0, CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___source1, int32_t ___port2, bool ___isSecure3, bool ___isPlainOnly4, const RuntimeMethod* method)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
bool V_3 = false;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_4 = NULL;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* V_5 = NULL;
int32_t V_6 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_0 = ___source1;
V_0 = L_0;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
V_2 = 0;
goto IL_00a5;
}
IL_0013:
{
V_3 = (bool)0;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_2 = ___source1;
int32_t L_3 = V_2;
NullCheck(L_2);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_4 = CookieCollection_get_Item_mB4DA63640CCA0D270DBF03376BCF0CA3CF3F0D0E(L_2, L_3, /*hidden argument*/NULL);
V_4 = L_4;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_5 = V_4;
NullCheck(L_5);
bool L_6 = Cookie_get_Expired_mC7B425406394B3C5452630B76F1E779B71808EDA(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0042;
}
}
IL_0027:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_7 = ___source1;
int32_t L_8 = V_2;
NullCheck(L_7);
CookieCollection_RemoveAt_mB89E1B734380A12611B8CD2F93B6871A2D25B628(L_7, L_8, /*hidden argument*/NULL);
int32_t L_9 = __this->get_m_count_5();
__this->set_m_count_5(((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)1)));
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1));
goto IL_00a1;
}
IL_0042:
{
bool L_11 = ___isPlainOnly4;
if (!L_11)
{
goto IL_0050;
}
}
IL_0046:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_12 = V_4;
NullCheck(L_12);
int32_t L_13 = Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B_inline(L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)1))))
{
goto IL_0085;
}
}
IL_0050:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_14 = V_4;
NullCheck(L_14);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_15 = Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73_inline(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_0083;
}
}
IL_0059:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_16 = V_4;
NullCheck(L_16);
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_17 = Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73_inline(L_16, /*hidden argument*/NULL);
V_5 = L_17;
V_6 = 0;
goto IL_0079;
}
IL_0067:
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_18 = V_5;
int32_t L_19 = V_6;
NullCheck(L_18);
int32_t L_20 = L_19;
int32_t L_21 = (L_18)->GetAt(static_cast<il2cpp_array_size_t>(L_20));
int32_t L_22 = ___port2;
if ((!(((uint32_t)L_21) == ((uint32_t)L_22))))
{
goto IL_0073;
}
}
IL_006f:
{
V_3 = (bool)1;
goto IL_0085;
}
IL_0073:
{
int32_t L_23 = V_6;
V_6 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0079:
{
int32_t L_24 = V_6;
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_25 = V_5;
NullCheck(L_25);
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))))
{
goto IL_0067;
}
}
IL_0081:
{
goto IL_0085;
}
IL_0083:
{
V_3 = (bool)1;
}
IL_0085:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_26 = V_4;
NullCheck(L_26);
bool L_27 = Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D_inline(L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_0094;
}
}
IL_008e:
{
bool L_28 = ___isSecure3;
if (L_28)
{
goto IL_0094;
}
}
IL_0092:
{
V_3 = (bool)0;
}
IL_0094:
{
bool L_29 = V_3;
if (!L_29)
{
goto IL_00a1;
}
}
IL_0097:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_30 = ___destination0;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_31 = V_4;
NullCheck(L_30);
CookieCollection_InternalAdd_mEEA78DBAAEDD94E32D6EE1F04D2A79754F39C525(L_30, L_31, (bool)0, /*hidden argument*/NULL);
}
IL_00a1:
{
int32_t L_32 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1));
}
IL_00a5:
{
int32_t L_33 = V_2;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_34 = ___source1;
NullCheck(L_34);
int32_t L_35 = CookieCollection_get_Count_mD446FFA03292CE8B411EF6F749E9EDC504F415FA(L_34, /*hidden argument*/NULL);
if ((((int32_t)L_33) < ((int32_t)L_35)))
{
goto IL_0013;
}
}
IL_00b1:
{
IL2CPP_LEAVE(0xBD, FINALLY_00b3);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00b3;
}
FINALLY_00b3:
{ // begin finally (depth: 1)
{
bool L_36 = V_1;
if (!L_36)
{
goto IL_00bc;
}
}
IL_00b6:
{
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_37 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_37, /*hidden argument*/NULL);
}
IL_00bc:
{
IL2CPP_END_FINALLY(179)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(179)
{
IL2CPP_JUMP_TBL(0xBD, IL_00bd)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00bd:
{
return;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
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, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, CookieContainer_GetCookieHeader_mA2EB16AC10DD286DE35850CC5E30B3BA013BA201_RuntimeMethod_var);
}
IL_0014:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___uri0;
String_t* L_4 = CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043(__this, L_3, (String_t**)(&V_0), /*hidden argument*/NULL);
return L_4;
}
}
// System.String System.Net.CookieContainer::GetCookieHeader(System.Uri,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043 (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t** ___optCookie21, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer_GetCookieHeader_mF2ECF0C3600C1E60C052F013945B1AEDA20E3043_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
RuntimeObject* V_3 = NULL;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_4 = NULL;
RuntimeObject* V_5 = NULL;
int32_t V_6 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
String_t** G_B10_0 = NULL;
String_t** G_B9_0 = NULL;
String_t* G_B11_0 = NULL;
String_t** G_B11_1 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_1 = CookieContainer_InternalGetCookies_m6E1FBE5C833548C44424A78A26A3B29F8F355060(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_1 = L_2;
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_2 = L_3;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_4 = V_0;
NullCheck(L_4);
RuntimeObject* L_5 = CookieCollection_GetEnumerator_m744F05CAE90510145E97197016AD7DA9EAF85687(L_4, /*hidden argument*/NULL);
V_3 = L_5;
}
IL_001b:
try
{ // begin try (depth: 1)
{
goto IL_003f;
}
IL_001d:
{
RuntimeObject* L_6 = V_3;
NullCheck(L_6);
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
V_4 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)CastclassSealed((RuntimeObject*)L_7, Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var));
String_t* L_8 = V_1;
String_t* L_9 = V_2;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_10 = V_4;
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
String_t* L_12 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_8, L_9, L_11, /*hidden argument*/NULL);
V_1 = L_12;
V_2 = _stringLiteralD2D586849E53CFD2F880934665669C695A79C230;
}
IL_003f:
{
RuntimeObject* L_13 = V_3;
NullCheck(L_13);
bool L_14 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_13);
if (L_14)
{
goto IL_001d;
}
}
IL_0047:
{
IL2CPP_LEAVE(0x5D, FINALLY_0049);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0049;
}
FINALLY_0049:
{ // begin finally (depth: 1)
{
RuntimeObject* L_15 = V_3;
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_15, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_16 = V_5;
if (!L_16)
{
goto IL_005c;
}
}
IL_0055:
{
RuntimeObject* L_17 = V_5;
NullCheck(L_17);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_17);
}
IL_005c:
{
IL2CPP_END_FINALLY(73)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(73)
{
IL2CPP_JUMP_TBL(0x5D, IL_005d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005d:
{
String_t** L_18 = ___optCookie21;
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * L_19 = V_0;
NullCheck(L_19);
bool L_20 = CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE_inline(L_19, /*hidden argument*/NULL);
G_B9_0 = L_18;
if (L_20)
{
G_B10_0 = L_18;
goto IL_006d;
}
}
{
String_t* L_21 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B11_0 = L_21;
G_B11_1 = G_B9_0;
goto IL_0086;
}
IL_006d:
{
V_6 = 1;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_22 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_23 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_6), L_22, /*hidden argument*/NULL);
String_t* L_24 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralC6FC42C72609142B300B076BEFED5623027F3481, L_23, /*hidden argument*/NULL);
G_B11_0 = L_24;
G_B11_1 = G_B10_0;
}
IL_0086:
{
*((RuntimeObject **)G_B11_1) = (RuntimeObject *)G_B11_0;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)G_B11_1, (void*)(RuntimeObject *)G_B11_0);
String_t* L_25 = V_1;
return L_25;
}
}
// System.Void System.Net.CookieContainer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieContainer__cctor_m26A8B244BB006A342938DD1037DF1B395032E0CB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieContainer__cctor_m26A8B244BB006A342938DD1037DF1B395032E0CB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_0 = (HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012*)(HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012*)SZArrayNew(HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012_il2cpp_TypeInfo_var, (uint32_t)2);
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_1 = L_0;
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_2;
memset((&L_2), 0, sizeof(L_2));
HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D((&L_2), _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C, 2, /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 )L_2);
HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012* L_3 = L_1;
HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 L_4;
memset((&L_4), 0, sizeof(L_4));
HeaderVariantInfo__ctor_mAD64A49F3014F465CAFB0530158218EF432CD49D((&L_4), _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C, 3, /*hidden argument*/NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (HeaderVariantInfo_tFF12EDB71F2B9508779B160689F99BA209DA9E64 )L_4);
((CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_StaticFields*)il2cpp_codegen_static_fields_for(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73_il2cpp_TypeInfo_var))->set_HeaderInfo_0(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.CookieException::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m75DDC43119C2CC7281EE61CF116B4B6CA7C0A35E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, const RuntimeMethod* method)
{
{
FormatException__ctor_m6DAD3E32EE0445420B4893EA683425AC3441609B(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.CookieException::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_mF0D16BDBAD5FBFB8C985756860566CEF64D4F58E (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.CookieException::.ctor(System.String,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_mE455FA1BD5B59790C19D97BFA1C790F3FF233CD2 (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, String_t* ___message0, Exception_t * ___inner1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___inner1;
FormatException__ctor_m4DC702D2EF54A4AD4F704A7217680A4897292DE8(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.CookieException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m06B64C33C3BED301B52C09B59C59B0C6933F8495 (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
FormatException__ctor_mDC141C414E24BE865FC8853970BF83C5B8C7676C(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.CookieException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_System_Runtime_Serialization_ISerializable_GetObjectData_m8DF4F39BFE904F6E496ACDCB30D29E1AC231C09F (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __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.CookieException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_GetObjectData_m14EBAD80E96AF641B838F61E498562E8C12CC1EB (CookieException_t1366ADFB475F67C6BAD72CE2EC1AB504861C2FA4 * __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
// System.Void System.Net.CookieParser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, String_t* ___cookieString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieParser__ctor_m8C62BEB643059ECACC2C4B77437EE0C94139892E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___cookieString0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_1 = (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD *)il2cpp_codegen_object_new(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
CookieTokenizer__ctor_mD6B2EFD3CD57C3351A4A70A4DB9285CC4FE69BE3(L_1, L_0, /*hidden argument*/NULL);
__this->set_m_tokenizer_0(L_1);
return;
}
}
// System.Net.Cookie System.Net.CookieParser::Get()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB (CookieParser_t6034725CF7B5A3842FEC753620D331478F74B396 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieParser_Get_m6F73326137558E34D6A8E0A17087D695935A1DCB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
bool V_5 = false;
bool V_6 = false;
bool V_7 = false;
bool V_8 = false;
bool V_9 = false;
int32_t V_10 = 0;
int32_t V_11 = 0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_12 = NULL;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_13;
memset((&V_13), 0, sizeof(V_13));
int32_t V_14 = 0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_15;
memset((&V_15), 0, sizeof(V_15));
int32_t V_16 = 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 = (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)NULL;
V_1 = (bool)0;
V_2 = (bool)0;
V_3 = (bool)0;
V_4 = (bool)0;
V_5 = (bool)0;
V_6 = (bool)0;
V_7 = (bool)0;
V_8 = (bool)0;
V_9 = (bool)0;
}
IL_001a:
{
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_0 = __this->get_m_tokenizer_0();
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_1 = V_0;
NullCheck(L_0);
int32_t L_2 = CookieTokenizer_Next_mB6360231D04FAB9D6D55CFE9932FB2AA453C07D7(L_0, (bool)((((RuntimeObject*)(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)L_1) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0), (bool)1, /*hidden argument*/NULL);
V_10 = L_2;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_3 = V_0;
if (L_3)
{
goto IL_0074;
}
}
{
int32_t L_4 = V_10;
if ((((int32_t)L_4) == ((int32_t)1)))
{
goto IL_0039;
}
}
{
int32_t L_5 = V_10;
if ((!(((uint32_t)L_5) == ((uint32_t)2))))
{
goto IL_0074;
}
}
IL_0039:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_6 = (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 *)il2cpp_codegen_object_new(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
Cookie__ctor_m4C6213C74DBEE7EA95551715F3121F0F59169D16(L_6, /*hidden argument*/NULL);
V_0 = L_6;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_7 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_8 = __this->get_m_tokenizer_0();
NullCheck(L_8);
String_t* L_9 = CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45_inline(L_8, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_10 = Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_7, L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_005e;
}
}
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_11 = V_0;
String_t* L_12 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_11);
Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_11, L_12, /*hidden argument*/NULL);
}
IL_005e:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_13 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_14 = __this->get_m_tokenizer_0();
NullCheck(L_14);
String_t* L_15 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_14, /*hidden argument*/NULL);
NullCheck(L_13);
Cookie_set_Value_mD408DC9C452695090A5BFDA8D7977E49868408FC(L_13, L_15, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_0074:
{
int32_t L_16 = V_10;
if ((((int32_t)L_16) == ((int32_t)1)))
{
goto IL_0086;
}
}
{
int32_t L_17 = V_10;
if ((((int32_t)L_17) == ((int32_t)2)))
{
goto IL_028e;
}
}
{
goto IL_02f4;
}
IL_0086:
{
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_18 = __this->get_m_tokenizer_0();
NullCheck(L_18);
int32_t L_19 = CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1_inline(L_18, /*hidden argument*/NULL);
V_11 = L_19;
int32_t L_20 = V_11;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_20, (int32_t)7)))
{
case 0:
{
goto IL_00d5;
}
case 1:
{
goto IL_00f3;
}
case 2:
{
goto IL_02f4;
}
case 3:
{
goto IL_02f4;
}
case 4:
{
goto IL_0125;
}
case 5:
{
goto IL_0159;
}
case 6:
{
goto IL_01a0;
}
case 7:
{
goto IL_01f0;
}
case 8:
{
goto IL_0210;
}
case 9:
{
goto IL_02f4;
}
case 10:
{
goto IL_02f4;
}
case 11:
{
goto IL_02f4;
}
case 12:
{
goto IL_0242;
}
}
}
{
goto IL_02f4;
}
IL_00d5:
{
bool L_21 = V_1;
if (L_21)
{
goto IL_02f4;
}
}
{
V_1 = (bool)1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_22 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_23 = __this->get_m_tokenizer_0();
NullCheck(L_23);
String_t* L_24 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_23, /*hidden argument*/NULL);
NullCheck(L_22);
Cookie_set_Comment_m10F753185E557E8658D73EDE181CCE4A5F2CD40B(L_22, L_24, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_00f3:
{
bool L_25 = V_2;
if (L_25)
{
goto IL_02f4;
}
}
{
V_2 = (bool)1;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_26 = __this->get_m_tokenizer_0();
NullCheck(L_26);
String_t* L_27 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_26, /*hidden argument*/NULL);
String_t* L_28 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_27, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_29 = Uri_TryCreate_mEEB6736FEDAF52AAE36ACC1EA1EC8CEBB7C52DAB(L_28, 1, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_12), /*hidden argument*/NULL);
if (!L_29)
{
goto IL_02f4;
}
}
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_30 = V_0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = V_12;
NullCheck(L_30);
Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2_inline(L_30, L_31, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_0125:
{
bool L_32 = V_3;
if (L_32)
{
goto IL_02f4;
}
}
{
V_3 = (bool)1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_33 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_34 = __this->get_m_tokenizer_0();
NullCheck(L_34);
String_t* L_35 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_34, /*hidden argument*/NULL);
String_t* L_36 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_35, /*hidden argument*/NULL);
NullCheck(L_33);
Cookie_set_Domain_m22FD40A6FA2856E7F8B2B4871951C7DD8CB91E65(L_33, L_36, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_37 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_38 = __this->get_m_tokenizer_0();
NullCheck(L_38);
bool L_39 = CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E_inline(L_38, /*hidden argument*/NULL);
NullCheck(L_37);
L_37->set_IsQuotedDomain_24(L_39);
goto IL_02f4;
}
IL_0159:
{
bool L_40 = V_4;
if (L_40)
{
goto IL_02f4;
}
}
{
V_4 = (bool)1;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_41 = __this->get_m_tokenizer_0();
NullCheck(L_41);
String_t* L_42 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_41, /*hidden argument*/NULL);
String_t* L_43 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_42, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_44 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_45 = DateTime_TryParse_m4C5B905D8A9883947A9A45009C1A8184472E7D7B(L_43, L_44, 7, (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_13), /*hidden argument*/NULL);
if (!L_45)
{
goto IL_018f;
}
}
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_46 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_47 = V_13;
NullCheck(L_46);
Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387_inline(L_46, L_47, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_018f:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_48 = V_0;
String_t* L_49 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_48);
Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_48, L_49, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_01a0:
{
bool L_50 = V_4;
if (L_50)
{
goto IL_02f4;
}
}
{
V_4 = (bool)1;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_51 = __this->get_m_tokenizer_0();
NullCheck(L_51);
String_t* L_52 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_51, /*hidden argument*/NULL);
String_t* L_53 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_52, /*hidden argument*/NULL);
bool L_54 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_53, (int32_t*)(&V_14), /*hidden argument*/NULL);
if (!L_54)
{
goto IL_01df;
}
}
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_55 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_56 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
V_15 = L_56;
int32_t L_57 = V_14;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_58 = DateTime_AddSeconds_m36DC8835432569A70AC5120359527350DD65D6B2((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_15), (((double)((double)L_57))), /*hidden argument*/NULL);
NullCheck(L_55);
Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387_inline(L_55, L_58, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_01df:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_59 = V_0;
String_t* L_60 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_59);
Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_59, L_60, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_01f0:
{
bool L_61 = V_5;
if (L_61)
{
goto IL_02f4;
}
}
{
V_5 = (bool)1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_62 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_63 = __this->get_m_tokenizer_0();
NullCheck(L_63);
String_t* L_64 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_63, /*hidden argument*/NULL);
NullCheck(L_62);
Cookie_set_Path_mA51AE39D41EA9A1A6B47C6A735EE9C490CAB02FD(L_62, L_64, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_0210:
{
bool L_65 = V_6;
if (L_65)
{
goto IL_02f4;
}
}
{
V_6 = (bool)1;
}
IL_021a:
try
{ // begin try (depth: 1)
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_66 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_67 = __this->get_m_tokenizer_0();
NullCheck(L_67);
String_t* L_68 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_67, /*hidden argument*/NULL);
NullCheck(L_66);
Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC(L_66, L_68, /*hidden argument*/NULL);
goto IL_02f4;
} // 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_0230;
throw e;
}
CATCH_0230:
{ // begin catch(System.Object)
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_69 = V_0;
String_t* L_70 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_69);
Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_69, L_70, /*hidden argument*/NULL);
goto IL_02f4;
} // end catch (depth: 1)
IL_0242:
{
bool L_71 = V_7;
if (L_71)
{
goto IL_02f4;
}
}
{
V_7 = (bool)1;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_72 = __this->get_m_tokenizer_0();
NullCheck(L_72);
String_t* L_73 = CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline(L_72, /*hidden argument*/NULL);
String_t* L_74 = CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E(L_73, /*hidden argument*/NULL);
bool L_75 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_74, (int32_t*)(&V_16), /*hidden argument*/NULL);
if (!L_75)
{
goto IL_0280;
}
}
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_76 = V_0;
int32_t L_77 = V_16;
NullCheck(L_76);
Cookie_set_Version_m4059439CDC5C879D40FB23F89ED92872CB1C8E13(L_76, L_77, /*hidden argument*/NULL);
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_78 = V_0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_79 = __this->get_m_tokenizer_0();
NullCheck(L_79);
bool L_80 = CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E_inline(L_79, /*hidden argument*/NULL);
NullCheck(L_78);
L_78->set_IsQuotedVersion_23(L_80);
goto IL_02f4;
}
IL_0280:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_81 = V_0;
String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_81);
Cookie_InternalSetName_m119BC4E6C4D01CCF3E10E00D1D0E1A9B3F7F418F(L_81, L_82, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_028e:
{
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_83 = __this->get_m_tokenizer_0();
NullCheck(L_83);
int32_t L_84 = CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1_inline(L_83, /*hidden argument*/NULL);
V_11 = L_84;
int32_t L_85 = V_11;
if ((((int32_t)L_85) == ((int32_t)((int32_t)10))))
{
goto IL_02b9;
}
}
{
int32_t L_86 = V_11;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_86, (int32_t)((int32_t)15))))
{
case 0:
{
goto IL_02e2;
}
case 1:
{
goto IL_02c9;
}
case 2:
{
goto IL_02d9;
}
}
}
{
goto IL_02f4;
}
IL_02b9:
{
bool L_87 = V_9;
if (L_87)
{
goto IL_02f4;
}
}
{
V_9 = (bool)1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_88 = V_0;
NullCheck(L_88);
Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476_inline(L_88, (bool)1, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_02c9:
{
bool L_89 = V_8;
if (L_89)
{
goto IL_02f4;
}
}
{
V_8 = (bool)1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_90 = V_0;
NullCheck(L_90);
Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C_inline(L_90, (bool)1, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_02d9:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_91 = V_0;
NullCheck(L_91);
Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377_inline(L_91, (bool)1, /*hidden argument*/NULL);
goto IL_02f4;
}
IL_02e2:
{
bool L_92 = V_6;
if (L_92)
{
goto IL_02f4;
}
}
{
V_6 = (bool)1;
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_93 = V_0;
String_t* L_94 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_93);
Cookie_set_Port_mFB8C36FFE4B7D5F19D21A7285D209B3CD44C0DDC(L_93, L_94, /*hidden argument*/NULL);
}
IL_02f4:
{
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_95 = __this->get_m_tokenizer_0();
NullCheck(L_95);
bool L_96 = CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E(L_95, /*hidden argument*/NULL);
if (L_96)
{
goto IL_0311;
}
}
{
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * L_97 = __this->get_m_tokenizer_0();
NullCheck(L_97);
bool L_98 = CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059_inline(L_97, /*hidden argument*/NULL);
if (!L_98)
{
goto IL_001a;
}
}
IL_0311:
{
Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * L_99 = V_0;
return L_99;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieParser_CheckQuoted_m58C294361AFA23C18A939EE6224650A1B65A060E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) < ((int32_t)2)))
{
goto IL_0026;
}
}
{
String_t* L_2 = ___value0;
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)34)))))
{
goto IL_0026;
}
}
{
String_t* L_4 = ___value0;
String_t* L_5 = ___value0;
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
NullCheck(L_4);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, ((int32_t)il2cpp_codegen_subtract((int32_t)L_6, (int32_t)1)), /*hidden argument*/NULL);
if ((((int32_t)L_7) == ((int32_t)((int32_t)34))))
{
goto IL_0028;
}
}
IL_0026:
{
String_t* L_8 = ___value0;
return L_8;
}
IL_0028:
{
String_t* L_9 = ___value0;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) == ((int32_t)2)))
{
goto IL_0041;
}
}
{
String_t* L_11 = ___value0;
String_t* L_12 = ___value0;
NullCheck(L_12);
int32_t L_13 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_14 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_11, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)2)), /*hidden argument*/NULL);
return L_14;
}
IL_0041:
{
String_t* L_15 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
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
#ifdef __clang__
#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.CookieTokenizer::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__ctor_mD6B2EFD3CD57C3351A4A70A4DB9285CC4FE69BE3 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___tokenStream0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___tokenStream0;
NullCheck(L_0);
int32_t L_1 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_0, /*hidden argument*/NULL);
__this->set_m_length_2(L_1);
String_t* L_2 = ___tokenStream0;
__this->set_m_tokenStream_8(L_2);
return;
}
}
// System.Boolean System.Net.CookieTokenizer::get_EndOfCookie()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_eofCookie_0();
return L_0;
}
}
// System.Void System.Net.CookieTokenizer::set_EndOfCookie(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_eofCookie_0(L_0);
return;
}
}
// System.Boolean System.Net.CookieTokenizer::get_Eof()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_index_1();
int32_t L_1 = __this->get_m_length_2();
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)L_1))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
// System.String System.Net.CookieTokenizer::get_Name()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_3();
return L_0;
}
}
// System.Void System.Net.CookieTokenizer::set_Name(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_m_name_3(L_0);
return;
}
}
// System.Boolean System.Net.CookieTokenizer::get_Quoted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_quoted_4();
return L_0;
}
}
// System.Void System.Net.CookieTokenizer::set_Quoted(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_quoted_4(L_0);
return;
}
}
// System.Net.CookieToken System.Net.CookieTokenizer::get_Token()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_token_6();
return L_0;
}
}
// System.Void System.Net.CookieTokenizer::set_Token(System.Net.CookieToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_m_token_6(L_0);
return;
}
}
// System.String System.Net.CookieTokenizer::get_Value()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_value_9();
return L_0;
}
}
// System.Void System.Net.CookieTokenizer::set_Value(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_m_value_9(L_0);
return;
}
}
// System.String System.Net.CookieTokenizer::Extract()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_0 = L_0;
int32_t L_1 = __this->get_m_tokenLength_7();
if (!L_1)
{
goto IL_0035;
}
}
{
String_t* L_2 = __this->get_m_tokenStream_8();
int32_t L_3 = __this->get_m_start_5();
int32_t L_4 = __this->get_m_tokenLength_7();
NullCheck(L_2);
String_t* L_5 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_2, L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
bool L_6 = CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E_inline(__this, /*hidden argument*/NULL);
if (L_6)
{
goto IL_0035;
}
}
{
String_t* L_7 = V_0;
NullCheck(L_7);
String_t* L_8 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_7, /*hidden argument*/NULL);
V_0 = L_8;
}
IL_0035:
{
String_t* L_9 = V_0;
return L_9;
}
}
// System.Net.CookieToken System.Net.CookieTokenizer::FindNext(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___ignoreComma0, bool ___ignoreEquals1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
bool V_2 = false;
Il2CppChar V_3 = 0x0;
Il2CppChar V_4 = 0x0;
{
__this->set_m_tokenLength_7(0);
int32_t L_0 = __this->get_m_index_1();
__this->set_m_start_5(L_0);
goto IL_0031;
}
IL_0015:
{
int32_t L_1 = __this->get_m_index_1();
__this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
int32_t L_2 = __this->get_m_start_5();
__this->set_m_start_5(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
}
IL_0031:
{
int32_t L_3 = __this->get_m_index_1();
int32_t L_4 = __this->get_m_length_2();
if ((((int32_t)L_3) >= ((int32_t)L_4)))
{
goto IL_0057;
}
}
{
String_t* L_5 = __this->get_m_tokenStream_8();
int32_t L_6 = __this->get_m_index_1();
NullCheck(L_5);
Il2CppChar L_7 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_5, L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_8 = Char_IsWhiteSpace_m8AE1C4157A1E1D8F5022630F4229AB26223BDC6B(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0015;
}
}
IL_0057:
{
V_0 = 5;
V_1 = 1;
bool L_9 = CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E(__this, /*hidden argument*/NULL);
if (L_9)
{
goto IL_01f4;
}
}
{
String_t* L_10 = __this->get_m_tokenStream_8();
int32_t L_11 = __this->get_m_index_1();
NullCheck(L_10);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_10, L_11, /*hidden argument*/NULL);
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)34)))))
{
goto IL_015a;
}
}
{
CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50_inline(__this, (bool)1, /*hidden argument*/NULL);
int32_t L_13 = __this->get_m_index_1();
__this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)));
V_2 = (bool)0;
goto IL_00cd;
}
IL_0097:
{
String_t* L_14 = __this->get_m_tokenStream_8();
int32_t L_15 = __this->get_m_index_1();
NullCheck(L_14);
Il2CppChar L_16 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, L_15, /*hidden argument*/NULL);
V_3 = L_16;
bool L_17 = V_2;
if (L_17)
{
goto IL_00b1;
}
}
{
Il2CppChar L_18 = V_3;
if ((((int32_t)L_18) == ((int32_t)((int32_t)34))))
{
goto IL_00db;
}
}
IL_00b1:
{
bool L_19 = V_2;
if (!L_19)
{
goto IL_00b8;
}
}
{
V_2 = (bool)0;
goto IL_00bf;
}
IL_00b8:
{
Il2CppChar L_20 = V_3;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)92)))))
{
goto IL_00bf;
}
}
{
V_2 = (bool)1;
}
IL_00bf:
{
int32_t L_21 = __this->get_m_index_1();
__this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_21, (int32_t)1)));
}
IL_00cd:
{
int32_t L_22 = __this->get_m_index_1();
int32_t L_23 = __this->get_m_length_2();
if ((((int32_t)L_22) < ((int32_t)L_23)))
{
goto IL_0097;
}
}
IL_00db:
{
int32_t L_24 = __this->get_m_index_1();
int32_t L_25 = __this->get_m_length_2();
if ((((int32_t)L_24) >= ((int32_t)L_25)))
{
goto IL_00f7;
}
}
{
int32_t L_26 = __this->get_m_index_1();
__this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_26, (int32_t)1)));
}
IL_00f7:
{
int32_t L_27 = __this->get_m_index_1();
int32_t L_28 = __this->get_m_start_5();
__this->set_m_tokenLength_7(((int32_t)il2cpp_codegen_subtract((int32_t)L_27, (int32_t)L_28)));
V_1 = 0;
___ignoreComma0 = (bool)0;
goto IL_015a;
}
IL_0111:
{
String_t* L_29 = __this->get_m_tokenStream_8();
int32_t L_30 = __this->get_m_index_1();
NullCheck(L_29);
Il2CppChar L_31 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_29, L_30, /*hidden argument*/NULL);
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)44)))))
{
goto IL_013e;
}
}
{
int32_t L_32 = __this->get_m_index_1();
__this->set_m_start_5(((int32_t)il2cpp_codegen_add((int32_t)L_32, (int32_t)1)));
__this->set_m_tokenLength_7((-1));
___ignoreComma0 = (bool)0;
}
IL_013e:
{
int32_t L_33 = __this->get_m_index_1();
__this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1)));
int32_t L_34 = __this->get_m_tokenLength_7();
int32_t L_35 = V_1;
__this->set_m_tokenLength_7(((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)L_35)));
}
IL_015a:
{
int32_t L_36 = __this->get_m_index_1();
int32_t L_37 = __this->get_m_length_2();
if ((((int32_t)L_36) >= ((int32_t)L_37)))
{
goto IL_01b3;
}
}
{
String_t* L_38 = __this->get_m_tokenStream_8();
int32_t L_39 = __this->get_m_index_1();
NullCheck(L_38);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, L_39, /*hidden argument*/NULL);
if ((((int32_t)L_40) == ((int32_t)((int32_t)59))))
{
goto IL_01b3;
}
}
{
bool L_41 = ___ignoreEquals1;
if (L_41)
{
goto IL_0195;
}
}
{
String_t* L_42 = __this->get_m_tokenStream_8();
int32_t L_43 = __this->get_m_index_1();
NullCheck(L_42);
Il2CppChar L_44 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_42, L_43, /*hidden argument*/NULL);
if ((((int32_t)L_44) == ((int32_t)((int32_t)61))))
{
goto IL_01b3;
}
}
IL_0195:
{
bool L_45 = ___ignoreComma0;
if (L_45)
{
goto IL_0111;
}
}
{
String_t* L_46 = __this->get_m_tokenStream_8();
int32_t L_47 = __this->get_m_index_1();
NullCheck(L_46);
Il2CppChar L_48 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_46, L_47, /*hidden argument*/NULL);
if ((!(((uint32_t)L_48) == ((uint32_t)((int32_t)44)))))
{
goto IL_0111;
}
}
IL_01b3:
{
bool L_49 = CookieTokenizer_get_Eof_m4D8AC607938FD5A53077EC6740CF330D4AF1A56E(__this, /*hidden argument*/NULL);
if (L_49)
{
goto IL_01f4;
}
}
{
String_t* L_50 = __this->get_m_tokenStream_8();
int32_t L_51 = __this->get_m_index_1();
NullCheck(L_50);
Il2CppChar L_52 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_50, L_51, /*hidden argument*/NULL);
V_4 = L_52;
Il2CppChar L_53 = V_4;
if ((((int32_t)L_53) == ((int32_t)((int32_t)59))))
{
goto IL_01dc;
}
}
{
Il2CppChar L_54 = V_4;
if ((((int32_t)L_54) == ((int32_t)((int32_t)61))))
{
goto IL_01e0;
}
}
{
goto IL_01e4;
}
IL_01dc:
{
V_0 = 3;
goto IL_01e6;
}
IL_01e0:
{
V_0 = 6;
goto IL_01e6;
}
IL_01e4:
{
V_0 = 4;
}
IL_01e6:
{
int32_t L_55 = __this->get_m_index_1();
__this->set_m_index_1(((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1)));
}
IL_01f4:
{
int32_t L_56 = V_0;
return L_56;
}
}
// System.Net.CookieToken System.Net.CookieTokenizer::Next(System.Boolean,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_Next_mB6360231D04FAB9D6D55CFE9932FB2AA453C07D7 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___first0, bool ___parseResponseCookies1, const RuntimeMethod* method)
{
int32_t V_0 = 0;
String_t* V_1 = NULL;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * G_B13_0 = NULL;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * G_B12_0 = NULL;
int32_t G_B14_0 = 0;
CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * G_B14_1 = NULL;
{
CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6(__this, /*hidden argument*/NULL);
int32_t L_0 = CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893(__this, (bool)0, (bool)0, /*hidden argument*/NULL);
V_0 = L_0;
int32_t L_1 = V_0;
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
{
goto IL_001a;
}
}
{
CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38_inline(__this, (bool)1, /*hidden argument*/NULL);
}
IL_001a:
{
int32_t L_2 = V_0;
if ((((int32_t)L_2) == ((int32_t)5)))
{
goto IL_0022;
}
}
{
int32_t L_3 = V_0;
if ((!(((uint32_t)L_3) == ((uint32_t)4))))
{
goto IL_0049;
}
}
IL_0022:
{
String_t* L_4 = CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923(__this, /*hidden argument*/NULL);
String_t* L_5 = L_4;
V_1 = L_5;
CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9_inline(__this, L_5, /*hidden argument*/NULL);
String_t* L_6 = V_1;
NullCheck(L_6);
int32_t L_7 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0047;
}
}
{
bool L_8 = ___parseResponseCookies1;
int32_t L_9 = CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13(__this, L_8, /*hidden argument*/NULL);
CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7_inline(__this, L_9, /*hidden argument*/NULL);
return (int32_t)(2);
}
IL_0047:
{
int32_t L_10 = V_0;
return L_10;
}
IL_0049:
{
String_t* L_11 = CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923(__this, /*hidden argument*/NULL);
CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9_inline(__this, L_11, /*hidden argument*/NULL);
bool L_12 = ___first0;
if (!L_12)
{
goto IL_0062;
}
}
{
CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7_inline(__this, ((int32_t)9), /*hidden argument*/NULL);
goto IL_006f;
}
IL_0062:
{
bool L_13 = ___parseResponseCookies1;
int32_t L_14 = CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13(__this, L_13, /*hidden argument*/NULL);
CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7_inline(__this, L_14, /*hidden argument*/NULL);
}
IL_006f:
{
int32_t L_15 = V_0;
if ((!(((uint32_t)L_15) == ((uint32_t)6))))
{
goto IL_00a4;
}
}
{
bool L_16 = ___first0;
G_B12_0 = __this;
if (L_16)
{
G_B13_0 = __this;
goto IL_0083;
}
}
{
int32_t L_17 = CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1_inline(__this, /*hidden argument*/NULL);
G_B14_0 = ((((int32_t)L_17) == ((int32_t)((int32_t)12)))? 1 : 0);
G_B14_1 = G_B12_0;
goto IL_0084;
}
IL_0083:
{
G_B14_0 = 0;
G_B14_1 = G_B13_0;
}
IL_0084:
{
NullCheck(G_B14_1);
int32_t L_18 = CookieTokenizer_FindNext_mAD07CF5740E4A378DF612F39E8CCC3A3DDD67893(G_B14_1, (bool)G_B14_0, (bool)1, /*hidden argument*/NULL);
V_0 = L_18;
int32_t L_19 = V_0;
if ((!(((uint32_t)L_19) == ((uint32_t)4))))
{
goto IL_0096;
}
}
{
CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38_inline(__this, (bool)1, /*hidden argument*/NULL);
}
IL_0096:
{
String_t* L_20 = CookieTokenizer_Extract_mD4CE4CE75004FB9C95FCB1261A71388B57D91923(__this, /*hidden argument*/NULL);
CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC_inline(__this, L_20, /*hidden argument*/NULL);
return (int32_t)(1);
}
IL_00a4:
{
return (int32_t)(2);
}
}
// System.Void System.Net.CookieTokenizer::Reset()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieTokenizer_Reset_mB89B6F3BE2EB80AEC371478E29F4E168B28907C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_eofCookie_0((bool)0);
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_name_3(L_0);
__this->set_m_quoted_4((bool)0);
int32_t L_1 = __this->get_m_index_1();
__this->set_m_start_5(L_1);
__this->set_m_token_6(0);
__this->set_m_tokenLength_7(0);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_m_value_9(L_2);
return;
}
}
// System.Net.CookieToken System.Net.CookieTokenizer::TokenFromName(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13 (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___parseResponseCookies0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieTokenizer_TokenFromName_m8E22C8CA7624DFF127467125784D29A933DE2F13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
bool L_0 = ___parseResponseCookies0;
if (L_0)
{
goto IL_0040;
}
}
{
V_0 = 0;
goto IL_0034;
}
IL_0007:
{
IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_1 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11();
int32_t L_2 = V_0;
NullCheck(L_1);
String_t* L_3 = CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45_inline(__this, /*hidden argument*/NULL);
bool L_4 = RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_1)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_2))), L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0030;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_5 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11();
int32_t L_6 = V_0;
NullCheck(L_5);
int32_t L_7 = RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_inline((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))), /*hidden argument*/NULL);
return L_7;
}
IL_0030:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0034:
{
int32_t L_9 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_10 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedServerAttributes_11();
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))))))
{
goto IL_0007;
}
}
{
goto IL_007b;
}
IL_0040:
{
V_1 = 0;
goto IL_0071;
}
IL_0044:
{
IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_11 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10();
int32_t L_12 = V_1;
NullCheck(L_11);
String_t* L_13 = CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45_inline(__this, /*hidden argument*/NULL);
bool L_14 = RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_11)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_12))), L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_006d;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_15 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10();
int32_t L_16 = V_1;
NullCheck(L_15);
int32_t L_17 = RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_inline((RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *)((L_15)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_16))), /*hidden argument*/NULL);
return L_17;
}
IL_006d:
{
int32_t L_18 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1));
}
IL_0071:
{
int32_t L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_20 = ((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->get_RecognizedAttributes_10();
NullCheck(L_20);
if ((((int32_t)L_19) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length)))))))
{
goto IL_0044;
}
}
IL_007b:
{
return (int32_t)(((int32_t)18));
}
}
// System.Void System.Net.CookieTokenizer::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieTokenizer__cctor_mCEE0B2E5538111FE412AC035A34F1FE485426A1E (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CookieTokenizer__cctor_mCEE0B2E5538111FE412AC035A34F1FE485426A1E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_0 = (RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55*)(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55*)SZArrayNew(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55_il2cpp_TypeInfo_var, (uint32_t)((int32_t)11));
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_1 = L_0;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_2;
memset((&L_2), 0, sizeof(L_2));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_2), _stringLiteral519E39132BB98418CC0483CC446CCF5F3C8DCFFE, ((int32_t)14), /*hidden argument*/NULL);
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_2);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_3 = L_1;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_4;
memset((&L_4), 0, sizeof(L_4));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_4), _stringLiteral33C2C4E55F3C5A0A3047FA4FECAB35BC2B3D80D1, ((int32_t)13), /*hidden argument*/NULL);
NullCheck(L_3);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_4);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_5 = L_3;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_6;
memset((&L_6), 0, sizeof(L_6));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_6), _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127, ((int32_t)12), /*hidden argument*/NULL);
NullCheck(L_5);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(2), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_6);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_7 = L_5;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_8;
memset((&L_8), 0, sizeof(L_8));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_8), _stringLiteral2DA600BF9404843107A9531694F654E5662959E0, ((int32_t)19), /*hidden argument*/NULL);
NullCheck(L_7);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(3), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_8);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_9 = L_7;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_10;
memset((&L_10), 0, sizeof(L_10));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_10), _stringLiteral9B10914D8B0A097ACE7176E8973F5C3DEE92BB44, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_9);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(4), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_10);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_11 = L_9;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_12;
memset((&L_12), 0, sizeof(L_12));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_12), _stringLiteralAE6CF5C8329C015351352821950DA3F6BD08B094, ((int32_t)16), /*hidden argument*/NULL);
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(5), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_12);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_13 = L_11;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_14;
memset((&L_14), 0, sizeof(L_14));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_14), _stringLiteral36FFF63CCBCD7BF96AC9014E3E482702FC2B02D4, ((int32_t)10), /*hidden argument*/NULL);
NullCheck(L_13);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(6), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_14);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_15 = L_13;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_16;
memset((&L_16), 0, sizeof(L_16));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_16), _stringLiteralFE035157CDA20B361CE30613E29B5D6F1A46B5FC, ((int32_t)15), /*hidden argument*/NULL);
NullCheck(L_15);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(7), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_16);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_17 = L_15;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_18;
memset((&L_18), 0, sizeof(L_18));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_18), _stringLiteral153D7A58B3A3E898FCBDD04C462AF308414BD09D, 7, /*hidden argument*/NULL);
NullCheck(L_17);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(8), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_18);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_19 = L_17;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_20;
memset((&L_20), 0, sizeof(L_20));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_20), _stringLiteralD9AD5ED8B1480644A52A8C0A7BCE324C4A5874C3, 8, /*hidden argument*/NULL);
NullCheck(L_19);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_20);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_21 = L_19;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_22;
memset((&L_22), 0, sizeof(L_22));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_22), _stringLiteral151B29CC0AD3831F21EA6FBF8E09726387C045C1, ((int32_t)17), /*hidden argument*/NULL);
NullCheck(L_21);
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_22);
((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->set_RecognizedAttributes_10(L_21);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_23 = (RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55*)(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55*)SZArrayNew(RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55_il2cpp_TypeInfo_var, (uint32_t)5);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_24 = L_23;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_25;
memset((&L_25), 0, sizeof(L_25));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_25), _stringLiteral3D42C5C29816D1AB0DB1AD18C7F0AA56E996D5FD, ((int32_t)14), /*hidden argument*/NULL);
NullCheck(L_24);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_25);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_26 = L_24;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_27;
memset((&L_27), 0, sizeof(L_27));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_27), _stringLiteral9F1250B644CEFB5B0A4205BB716C8060A16FB177, ((int32_t)19), /*hidden argument*/NULL);
NullCheck(L_26);
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(1), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_27);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_28 = L_26;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_29;
memset((&L_29), 0, sizeof(L_29));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_29), _stringLiteral900746C9C9566013E71F10C950D06871266E1BDF, ((int32_t)11), /*hidden argument*/NULL);
NullCheck(L_28);
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(2), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_29);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_30 = L_28;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_31;
memset((&L_31), 0, sizeof(L_31));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_31), _stringLiteralA7C7F9A9A31A50E599304185DBB7D26D497AA640, ((int32_t)15), /*hidden argument*/NULL);
NullCheck(L_30);
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(3), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_31);
RecognizedAttributeU5BU5D_t7397ED532D4301EECF9C9119CFF1F732D3F75A55* L_32 = L_30;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B L_33;
memset((&L_33), 0, sizeof(L_33));
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389((&L_33), _stringLiteralA32AF8DD50F23E8B50BD6798ABEC874FD69C6C55, ((int32_t)17), /*hidden argument*/NULL);
NullCheck(L_32);
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(4), (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B )L_33);
((CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_StaticFields*)il2cpp_codegen_static_fields_for(CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD_il2cpp_TypeInfo_var))->set_RecognizedServerAttributes_11(L_32);
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.CookieTokenizer/RecognizedAttribute
IL2CPP_EXTERN_C void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_pinvoke(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke& marshaled)
{
marshaled.___m_name_0 = il2cpp_codegen_marshal_string(unmarshaled.get_m_name_0());
marshaled.___m_token_1 = unmarshaled.get_m_token_1();
}
IL2CPP_EXTERN_C void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_pinvoke_back(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke& marshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled)
{
unmarshaled.set_m_name_0(il2cpp_codegen_marshal_string_result(marshaled.___m_name_0));
int32_t unmarshaled_m_token_temp_1 = 0;
unmarshaled_m_token_temp_1 = marshaled.___m_token_1;
unmarshaled.set_m_token_1(unmarshaled_m_token_temp_1);
}
// Conversion method for clean up from marshalling of: System.Net.CookieTokenizer/RecognizedAttribute
IL2CPP_EXTERN_C void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_pinvoke_cleanup(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___m_name_0);
marshaled.___m_name_0 = NULL;
}
// Conversion methods for marshalling of: System.Net.CookieTokenizer/RecognizedAttribute
IL2CPP_EXTERN_C void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_com(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com& marshaled)
{
marshaled.___m_name_0 = il2cpp_codegen_marshal_bstring(unmarshaled.get_m_name_0());
marshaled.___m_token_1 = unmarshaled.get_m_token_1();
}
IL2CPP_EXTERN_C void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_com_back(const RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com& marshaled, RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B& unmarshaled)
{
unmarshaled.set_m_name_0(il2cpp_codegen_marshal_bstring_result(marshaled.___m_name_0));
int32_t unmarshaled_m_token_temp_1 = 0;
unmarshaled_m_token_temp_1 = marshaled.___m_token_1;
unmarshaled.set_m_token_1(unmarshaled_m_token_temp_1);
}
// Conversion method for clean up from marshalling of: System.Net.CookieTokenizer/RecognizedAttribute
IL2CPP_EXTERN_C void RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshal_com_cleanup(RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___m_name_0);
marshaled.___m_name_0 = NULL;
}
// System.Void System.Net.CookieTokenizer_RecognizedAttribute::.ctor(System.String,System.Net.CookieToken)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___name0;
__this->set_m_name_0(L_0);
int32_t L_1 = ___token1;
__this->set_m_token_1(L_1);
return;
}
}
IL2CPP_EXTERN_C void RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389_AdjustorThunk (RuntimeObject * __this, String_t* ___name0, int32_t ___token1, const RuntimeMethod* method)
{
int32_t _offset = 1;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * _thisAdjusted = reinterpret_cast<RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *>(__this + _offset);
RecognizedAttribute__ctor_m6312630EC6BD6BE5B5C94D8AEAF2971EB839D389(_thisAdjusted, ___name0, ___token1, method);
}
// System.Net.CookieToken System.Net.CookieTokenizer_RecognizedAttribute::get_Token()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_token_1();
return L_0;
}
}
IL2CPP_EXTERN_C int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_AdjustorThunk (RuntimeObject * __this, const RuntimeMethod* method)
{
int32_t _offset = 1;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * _thisAdjusted = reinterpret_cast<RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *>(__this + _offset);
return RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_inline(_thisAdjusted, method);
}
// System.Boolean System.Net.CookieTokenizer_RecognizedAttribute::IsEqualTo(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26 (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_0();
String_t* L_1 = ___value0;
int32_t L_2 = String_Compare_m5BD1EF8904C9B13BEDB7A876B122F117B317B442(L_0, L_1, 5, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
}
IL2CPP_EXTERN_C bool RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26_AdjustorThunk (RuntimeObject * __this, String_t* ___value0, const RuntimeMethod* method)
{
int32_t _offset = 1;
RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * _thisAdjusted = reinterpret_cast<RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B *>(__this + _offset);
return RecognizedAttribute_IsEqualTo_m95160542C060E5E1B15293D8A1542B87EC1DFF26(_thisAdjusted, ___value0, 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.Net.ICredentials System.Net.CredentialCache::get_DefaultCredentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var);
SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * L_0 = ((SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var))->get_defaultCredential_3();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable System.Net.DigestClient::get_Cache()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC_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);
{
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(40 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
V_0 = L_1;
V_1 = (bool)0;
}
IL_000d:
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(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0();
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(41 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_3);
DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E(L_4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x30, 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)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_002f;
}
}
IL_0029:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_002f:
{
IL2CPP_END_FINALLY(38)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(38)
{
IL2CPP_JUMP_TBL(0x30, IL_0030)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0030:
{
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_7 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0();
return L_7;
}
}
// System.Void System.Net.DigestClient::CheckExpired(System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E (int32_t ___count0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestClient_CheckExpired_m8ECFF48D8181543D7F30FBEE58B77DC74697E69E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset((&V_0), 0, sizeof(V_0));
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_1;
memset((&V_1), 0, sizeof(V_1));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_2 = NULL;
RuntimeObject* V_3 = NULL;
int32_t V_4 = 0;
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_5 = NULL;
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 V_6;
memset((&V_6), 0, sizeof(V_6));
RuntimeObject* V_7 = NULL;
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);
{
int32_t L_0 = ___count0;
if ((((int32_t)L_0) >= ((int32_t)((int32_t)10))))
{
goto IL_0006;
}
}
{
return;
}
IL_0006:
{
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_MaxValue_32();
V_0 = L_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
V_1 = L_2;
V_2 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL;
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_3 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0();
NullCheck(L_3);
RuntimeObject* L_4 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3);
NullCheck(L_4);
RuntimeObject* L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_4);
V_3 = L_5;
}
IL_0024:
try
{ // begin try (depth: 1)
{
goto IL_009a;
}
IL_0026:
{
RuntimeObject* L_6 = V_3;
NullCheck(L_6);
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_6);
V_4 = ((*(int32_t*)((int32_t*)UnBox(L_7, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0();
int32_t L_9 = V_4;
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11);
V_5 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)CastclassClass((RuntimeObject*)L_12, DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var));
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_13 = V_5;
NullCheck(L_13);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51_inline(L_13, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_15 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_16 = DateTime_op_LessThan_m75DE4F8CC5F5EE392829A9B37C5C98B7FC97061A(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_009a;
}
}
IL_005a:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_17 = V_5;
NullCheck(L_17);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_18 = DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51_inline(L_17, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_20 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_18, L_19, /*hidden argument*/NULL);
V_6 = L_20;
int64_t L_21 = TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 *)(&V_6), /*hidden argument*/NULL);
if ((((int64_t)L_21) <= ((int64_t)((int64_t)6000000000LL))))
{
goto IL_009a;
}
}
IL_007b:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_22 = V_5;
NullCheck(L_22);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_23 = DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51_inline(L_22, /*hidden argument*/NULL);
V_0 = L_23;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_24 = V_2;
if (L_24)
{
goto IL_008c;
}
}
IL_0086:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_25 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_25, /*hidden argument*/NULL);
V_2 = L_25;
}
IL_008c:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = V_2;
int32_t L_27 = V_4;
int32_t L_28 = L_27;
RuntimeObject * L_29 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_28);
NullCheck(L_26);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_26, L_29);
}
IL_009a:
{
RuntimeObject* L_30 = V_3;
NullCheck(L_30);
bool L_31 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_30);
if (L_31)
{
goto IL_0026;
}
}
IL_00a2:
{
IL2CPP_LEAVE(0xB8, FINALLY_00a4);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00a4;
}
FINALLY_00a4:
{ // begin finally (depth: 1)
{
RuntimeObject* L_32 = V_3;
V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_32, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_33 = V_7;
if (!L_33)
{
goto IL_00b7;
}
}
IL_00b0:
{
RuntimeObject* L_34 = V_7;
NullCheck(L_34);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_34);
}
IL_00b7:
{
IL2CPP_END_FINALLY(164)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(164)
{
IL2CPP_JUMP_TBL(0xB8, IL_00b8)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00b8:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_35 = V_2;
if (!L_35)
{
goto IL_0100;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_36 = V_2;
NullCheck(L_36);
RuntimeObject* L_37 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_36);
V_3 = L_37;
}
IL_00c2:
try
{ // begin try (depth: 1)
{
goto IL_00e2;
}
IL_00c4:
{
RuntimeObject* L_38 = V_3;
NullCheck(L_38);
RuntimeObject * L_39 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_38);
V_8 = ((*(int32_t*)((int32_t*)UnBox(L_39, Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var))));
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_40 = ((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->get_cache_0();
int32_t L_41 = V_8;
int32_t L_42 = L_41;
RuntimeObject * L_43 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_42);
NullCheck(L_40);
VirtActionInvoker1< RuntimeObject * >::Invoke(39 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_40, L_43);
}
IL_00e2:
{
RuntimeObject* L_44 = V_3;
NullCheck(L_44);
bool L_45 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_44);
if (L_45)
{
goto IL_00c4;
}
}
IL_00ea:
{
IL2CPP_LEAVE(0x100, FINALLY_00ec);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00ec;
}
FINALLY_00ec:
{ // begin finally (depth: 1)
{
RuntimeObject* L_46 = V_3;
V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_47 = V_7;
if (!L_47)
{
goto IL_00ff;
}
}
IL_00f8:
{
RuntimeObject* L_48 = V_7;
NullCheck(L_48);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_48);
}
IL_00ff:
{
IL2CPP_END_FINALLY(236)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(236)
{
IL2CPP_JUMP_TBL(0x100, IL_0100)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0100:
{
return;
}
}
// System.Net.Authorization System.Net.DigestClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestClient_Authenticate_m0C6C5FE40CE62D4FA55602F477D4EECF06499E8F (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest1, RuntimeObject* ___credentials2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestClient_Authenticate_m0C6C5FE40CE62D4FA55602F477D4EECF06499E8F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL;
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_1 = NULL;
int32_t V_2 = 0;
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_3 = NULL;
bool V_4 = false;
{
RuntimeObject* L_0 = ___credentials2;
if (!L_0)
{
goto IL_0006;
}
}
{
String_t* L_1 = ___challenge0;
if (L_1)
{
goto IL_0008;
}
}
IL_0006:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0008:
{
String_t* L_2 = ___challenge0;
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);
NullCheck(L_4);
int32_t L_5 = String_IndexOf_mA9A0117D68338238E51E5928CDA8EB3DC9DA497B(L_4, _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67, /*hidden argument*/NULL);
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
{
goto IL_0022;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0022:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_6 = ___webRequest1;
V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_6, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_7 = V_0;
if (L_7)
{
goto IL_002e;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_002e:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_8 = (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)il2cpp_codegen_object_new(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var);
DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40(L_8, /*hidden argument*/NULL);
V_1 = L_8;
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_9 = V_1;
String_t* L_10 = ___challenge0;
NullCheck(L_9);
bool L_11 = DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148(L_9, L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_003f;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_003f:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_12 = V_0;
NullCheck(L_12);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B_inline(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
int32_t L_14 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13);
RuntimeObject* L_15 = ___credentials2;
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15);
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(L_17, /*hidden argument*/NULL);
NullCheck(L_18);
int32_t L_19 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_18);
V_2 = ((int32_t)((int32_t)((int32_t)((int32_t)L_14^(int32_t)L_16))^(int32_t)L_19));
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_20 = DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC(/*hidden argument*/NULL);
int32_t L_21 = V_2;
int32_t L_22 = L_21;
RuntimeObject * L_23 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_22);
NullCheck(L_20);
RuntimeObject * L_24 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_23);
V_3 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)CastclassClass((RuntimeObject*)L_24, DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var));
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_25 = V_3;
V_4 = (bool)((((RuntimeObject*)(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)L_25) == ((RuntimeObject*)(RuntimeObject *)NULL))? 1 : 0);
bool L_26 = V_4;
if (!L_26)
{
goto IL_0082;
}
}
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_27 = V_1;
V_3 = L_27;
goto IL_008d;
}
IL_0082:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_28 = V_3;
String_t* L_29 = ___challenge0;
NullCheck(L_28);
bool L_30 = DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148(L_28, L_29, /*hidden argument*/NULL);
if (L_30)
{
goto IL_008d;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_008d:
{
bool L_31 = V_4;
if (!L_31)
{
goto IL_00a2;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_32 = DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC(/*hidden argument*/NULL);
int32_t L_33 = V_2;
int32_t L_34 = L_33;
RuntimeObject * L_35 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_34);
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_36 = V_3;
NullCheck(L_32);
VirtActionInvoker2< RuntimeObject *, RuntimeObject * >::Invoke(23 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36);
}
IL_00a2:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_37 = V_3;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_38 = ___webRequest1;
RuntimeObject* L_39 = ___credentials2;
NullCheck(L_37);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_40 = DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B(L_37, L_38, L_39, /*hidden argument*/NULL);
return L_40;
}
}
// System.Net.Authorization System.Net.DigestClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestClient_PreAuthenticate_m9313A621AC25CAD692FE69FEF4FBDA67CB928A4E (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestClient_PreAuthenticate_m9313A621AC25CAD692FE69FEF4FBDA67CB928A4E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL;
int32_t V_1 = 0;
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_2 = NULL;
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_0 = ___webRequest0;
V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = V_0;
if (L_1)
{
goto IL_000c;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_000c:
{
RuntimeObject* L_2 = ___credentials1;
if (L_2)
{
goto IL_0011;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0011:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = V_0;
NullCheck(L_3);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B_inline(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
RuntimeObject* L_6 = ___credentials1;
NullCheck(L_6);
int32_t L_7 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
V_1 = ((int32_t)((int32_t)L_5^(int32_t)L_7));
IL2CPP_RUNTIME_CLASS_INIT(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_8 = DigestClient_get_Cache_mD21C23E491E91D373228286A2CB5C3B9BD8297AC(/*hidden argument*/NULL);
int32_t L_9 = V_1;
int32_t L_10 = L_9;
RuntimeObject * L_11 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_10);
NullCheck(L_8);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(29 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11);
V_2 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 *)CastclassClass((RuntimeObject*)L_12, DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var));
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_13 = V_2;
if (L_13)
{
goto IL_003f;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_003f:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_14 = V_2;
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_15 = ___webRequest0;
RuntimeObject* L_16 = ___credentials1;
NullCheck(L_14);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_17 = DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B(L_14, L_15, L_16, /*hidden argument*/NULL);
return L_17;
}
}
// System.String System.Net.DigestClient::get_AuthenticationType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestClient_get_AuthenticationType_m98D67B57BC002F0E212DCFE2874188DA1C19938F (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestClient_get_AuthenticationType_m98D67B57BC002F0E212DCFE2874188DA1C19938F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
return _stringLiteral47FDD58BEE4DC86DF2B978107102A22B9C44345B;
}
}
// System.Void System.Net.DigestClient::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_m2C794DF081C69CEFC4E828E346F801C0B59B275B (DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.DigestClient::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__cctor_m83D4B0C23F0BC8FD56EAEE8E5BDF8C49CB3762EF (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestClient__cctor_m83D4B0C23F0BC8FD56EAEE8E5BDF8C49CB3762EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = (Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 *)il2cpp_codegen_object_new(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9_il2cpp_TypeInfo_var);
Hashtable__ctor_m72506C0A5B2608721EA285A04F004A229B537A68(L_0, /*hidden argument*/NULL);
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = Hashtable_Synchronized_mC8C9F5D223078C699FD738B48A4A760549C2221E(L_0, /*hidden argument*/NULL);
((DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t2BDC81F623A5A62E8D1DBC26078CEF3D98CFB32C_il2cpp_TypeInfo_var))->set_cache_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
// System.Void System.Net.DigestHeaderParser::.ctor(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t* ___header0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ((DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var))->get_keywords_3();
NullCheck(L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)))));
__this->set_values_4(L_1);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_2 = ___header0;
NullCheck(L_2);
String_t* L_3 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_2, /*hidden argument*/NULL);
__this->set_header_0(L_3);
return;
}
}
// System.String System.Net.DigestHeaderParser::get_Realm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4();
NullCheck(L_0);
int32_t L_1 = 0;
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// System.String System.Net.DigestHeaderParser::get_Opaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mF4C837019B521E45655DEAA4768DEA4F45A5B7D3 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4();
NullCheck(L_0);
int32_t L_1 = 1;
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// System.String System.Net.DigestHeaderParser::get_Nonce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4();
NullCheck(L_0);
int32_t L_1 = 2;
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// System.String System.Net.DigestHeaderParser::get_Algorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4();
NullCheck(L_0);
int32_t L_1 = 3;
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// System.String System.Net.DigestHeaderParser::get_QOP()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m217B778DCFD49BB7CEA628EE322709281697C3F2 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_values_4();
NullCheck(L_0);
int32_t L_1 = 4;
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
return L_2;
}
}
// System.Boolean System.Net.DigestHeaderParser::Parse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
String_t* L_0 = __this->get_header_0();
NullCheck(L_0);
String_t* L_1 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_0, /*hidden argument*/NULL);
NullCheck(L_1);
bool L_2 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_1, _stringLiteralA693C5F2AE7AF0469029EA2413CFF465F90917CC, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0019;
}
}
{
return (bool)0;
}
IL_0019:
{
__this->set_pos_2(6);
String_t* L_3 = __this->get_header_0();
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
__this->set_length_1(L_4);
goto IL_009d;
}
IL_0033:
{
bool L_5 = DigestHeaderParser_GetKeywordAndValue_mBF56EC9DAEC31A972C59D0A5A5259A1CAF3E5916(__this, (String_t**)(&V_0), (String_t**)(&V_1), /*hidden argument*/NULL);
if (L_5)
{
goto IL_0041;
}
}
{
return (bool)0;
}
IL_0041:
{
DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL);
int32_t L_6 = __this->get_pos_2();
int32_t L_7 = __this->get_length_1();
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_0078;
}
}
{
String_t* L_8 = __this->get_header_0();
int32_t L_9 = __this->get_pos_2();
NullCheck(L_8);
Il2CppChar L_10 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_9, /*hidden argument*/NULL);
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44)))))
{
goto IL_0078;
}
}
{
int32_t L_11 = __this->get_pos_2();
__this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)1)));
}
IL_0078:
{
IL2CPP_RUNTIME_CLASS_INIT(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ((DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var))->get_keywords_3();
String_t* L_13 = V_0;
int32_t L_14 = Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A(L_12, L_13, /*hidden argument*/Array_IndexOf_TisString_t_mDB355879AF8E75C3E4CEFA42C1E778D48039089A_RuntimeMethod_var);
V_2 = L_14;
int32_t L_15 = V_2;
if ((((int32_t)L_15) == ((int32_t)(-1))))
{
goto IL_009d;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = __this->get_values_4();
int32_t L_17 = V_2;
NullCheck(L_16);
int32_t L_18 = L_17;
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
if (!L_19)
{
goto IL_0094;
}
}
{
return (bool)0;
}
IL_0094:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = __this->get_values_4();
int32_t L_21 = V_2;
String_t* L_22 = V_1;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, L_22);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (String_t*)L_22);
}
IL_009d:
{
int32_t L_23 = __this->get_pos_2();
int32_t L_24 = __this->get_length_1();
if ((((int32_t)L_23) < ((int32_t)L_24)))
{
goto IL_0033;
}
}
{
String_t* L_25 = DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27(__this, /*hidden argument*/NULL);
if (!L_25)
{
goto IL_00bb;
}
}
{
String_t* L_26 = DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9(__this, /*hidden argument*/NULL);
if (L_26)
{
goto IL_00bd;
}
}
IL_00bb:
{
return (bool)0;
}
IL_00bd:
{
return (bool)1;
}
}
// System.Void System.Net.DigestHeaderParser::SkipWhitespace()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
Il2CppChar V_0 = 0x0;
int32_t V_1 = 0;
{
V_0 = ((int32_t)32);
goto IL_0022;
}
IL_0005:
{
String_t* L_0 = __this->get_header_0();
int32_t L_1 = __this->get_pos_2();
V_1 = L_1;
int32_t L_2 = V_1;
__this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_2, (int32_t)1)));
int32_t L_3 = V_1;
NullCheck(L_0);
Il2CppChar L_4 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_3, /*hidden argument*/NULL);
V_0 = L_4;
}
IL_0022:
{
int32_t L_5 = __this->get_pos_2();
int32_t L_6 = __this->get_length_1();
if ((((int32_t)L_5) >= ((int32_t)L_6)))
{
goto IL_0044;
}
}
{
Il2CppChar L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)32))))
{
goto IL_0005;
}
}
{
Il2CppChar L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)9))))
{
goto IL_0005;
}
}
{
Il2CppChar L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)13))))
{
goto IL_0005;
}
}
{
Il2CppChar L_10 = V_0;
if ((((int32_t)L_10) == ((int32_t)((int32_t)10))))
{
goto IL_0005;
}
}
IL_0044:
{
int32_t L_11 = __this->get_pos_2();
__this->set_pos_2(((int32_t)il2cpp_codegen_subtract((int32_t)L_11, (int32_t)1)));
return;
}
}
// System.String System.Net.DigestHeaderParser::GetKey()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m3C3F0B41AF90B6F5B5974328AD09862300886B89 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL);
int32_t L_0 = __this->get_pos_2();
V_0 = L_0;
goto IL_001d;
}
IL_000f:
{
int32_t L_1 = __this->get_pos_2();
__this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_1, (int32_t)1)));
}
IL_001d:
{
int32_t L_2 = __this->get_pos_2();
int32_t L_3 = __this->get_length_1();
if ((((int32_t)L_2) >= ((int32_t)L_3)))
{
goto IL_0040;
}
}
{
String_t* L_4 = __this->get_header_0();
int32_t L_5 = __this->get_pos_2();
NullCheck(L_4);
Il2CppChar L_6 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, L_5, /*hidden argument*/NULL);
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)61)))))
{
goto IL_000f;
}
}
IL_0040:
{
String_t* L_7 = __this->get_header_0();
int32_t L_8 = V_0;
int32_t L_9 = __this->get_pos_2();
int32_t L_10 = V_0;
NullCheck(L_7);
String_t* L_11 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_7, L_8, ((int32_t)il2cpp_codegen_subtract((int32_t)L_9, (int32_t)L_10)), /*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_12 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
String_t* L_13 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_12, /*hidden argument*/NULL);
return L_13;
}
}
// System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mBF56EC9DAEC31A972C59D0A5A5259A1CAF3E5916 (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * __this, String_t** ___key0, String_t** ___value1, const RuntimeMethod* method)
{
bool V_0 = false;
int32_t V_1 = 0;
int32_t V_2 = 0;
Il2CppChar V_3 = 0x0;
int32_t G_B23_0 = 0;
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * G_B23_1 = NULL;
int32_t G_B22_0 = 0;
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * G_B22_1 = NULL;
int32_t G_B24_0 = 0;
int32_t G_B24_1 = 0;
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * G_B24_2 = NULL;
{
String_t** L_0 = ___key0;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_0, (void*)(RuntimeObject *)NULL);
String_t** L_1 = ___value1;
*((RuntimeObject **)L_1) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_1, (void*)(RuntimeObject *)NULL);
String_t** L_2 = ___key0;
String_t* L_3 = DigestHeaderParser_GetKey_m3C3F0B41AF90B6F5B5974328AD09862300886B89(__this, /*hidden argument*/NULL);
*((RuntimeObject **)L_2) = (RuntimeObject *)L_3;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_2, (void*)(RuntimeObject *)L_3);
int32_t L_4 = __this->get_pos_2();
int32_t L_5 = __this->get_length_1();
if ((((int32_t)L_4) < ((int32_t)L_5)))
{
goto IL_001e;
}
}
{
return (bool)0;
}
IL_001e:
{
DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL);
int32_t L_6 = __this->get_pos_2();
int32_t L_7 = __this->get_length_1();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1))) >= ((int32_t)L_7)))
{
goto IL_0054;
}
}
{
String_t* L_8 = __this->get_header_0();
int32_t L_9 = __this->get_pos_2();
V_2 = L_9;
int32_t L_10 = V_2;
__this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1)));
int32_t L_11 = V_2;
NullCheck(L_8);
Il2CppChar L_12 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_8, L_11, /*hidden argument*/NULL);
if ((((int32_t)L_12) == ((int32_t)((int32_t)61))))
{
goto IL_0056;
}
}
IL_0054:
{
return (bool)0;
}
IL_0056:
{
DigestHeaderParser_SkipWhitespace_mBAA74D4C0C146DF01D3C2A4BC7BA63DD5587AA7F(__this, /*hidden argument*/NULL);
int32_t L_13 = __this->get_pos_2();
int32_t L_14 = __this->get_length_1();
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1))) < ((int32_t)L_14)))
{
goto IL_006e;
}
}
{
return (bool)0;
}
IL_006e:
{
V_0 = (bool)0;
String_t* L_15 = __this->get_header_0();
int32_t L_16 = __this->get_pos_2();
NullCheck(L_15);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL);
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)34)))))
{
goto IL_0095;
}
}
{
int32_t L_18 = __this->get_pos_2();
__this->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)L_18, (int32_t)1)));
V_0 = (bool)1;
}
IL_0095:
{
int32_t L_19 = __this->get_pos_2();
V_1 = L_19;
bool L_20 = V_0;
if (!L_20)
{
goto IL_00c3;
}
}
{
String_t* L_21 = __this->get_header_0();
int32_t L_22 = __this->get_pos_2();
NullCheck(L_21);
int32_t L_23 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_21, ((int32_t)34), L_22, /*hidden argument*/NULL);
__this->set_pos_2(L_23);
int32_t L_24 = __this->get_pos_2();
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
{
goto IL_0120;
}
}
{
return (bool)0;
}
IL_00c3:
{
String_t* L_25 = __this->get_header_0();
int32_t L_26 = __this->get_pos_2();
NullCheck(L_25);
Il2CppChar L_27 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_25, L_26, /*hidden argument*/NULL);
V_3 = L_27;
Il2CppChar L_28 = V_3;
if ((((int32_t)L_28) == ((int32_t)((int32_t)44))))
{
goto IL_0107;
}
}
{
Il2CppChar L_29 = V_3;
if ((((int32_t)L_29) == ((int32_t)((int32_t)32))))
{
goto IL_0107;
}
}
{
Il2CppChar L_30 = V_3;
if ((((int32_t)L_30) == ((int32_t)((int32_t)9))))
{
goto IL_0107;
}
}
{
Il2CppChar L_31 = V_3;
if ((((int32_t)L_31) == ((int32_t)((int32_t)13))))
{
goto IL_0107;
}
}
{
Il2CppChar L_32 = V_3;
if ((((int32_t)L_32) == ((int32_t)((int32_t)10))))
{
goto IL_0107;
}
}
{
int32_t L_33 = __this->get_pos_2();
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
int32_t L_34 = V_2;
__this->set_pos_2(L_34);
int32_t L_35 = V_2;
int32_t L_36 = __this->get_length_1();
if ((((int32_t)L_35) < ((int32_t)L_36)))
{
goto IL_00c3;
}
}
IL_0107:
{
int32_t L_37 = __this->get_pos_2();
int32_t L_38 = __this->get_length_1();
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_0120;
}
}
{
int32_t L_39 = V_1;
int32_t L_40 = __this->get_pos_2();
if ((!(((uint32_t)L_39) == ((uint32_t)L_40))))
{
goto IL_0120;
}
}
{
return (bool)0;
}
IL_0120:
{
String_t** L_41 = ___value1;
String_t* L_42 = __this->get_header_0();
int32_t L_43 = V_1;
int32_t L_44 = __this->get_pos_2();
int32_t L_45 = V_1;
NullCheck(L_42);
String_t* L_46 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_42, L_43, ((int32_t)il2cpp_codegen_subtract((int32_t)L_44, (int32_t)L_45)), /*hidden argument*/NULL);
*((RuntimeObject **)L_41) = (RuntimeObject *)L_46;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_41, (void*)(RuntimeObject *)L_46);
int32_t L_47 = __this->get_pos_2();
bool L_48 = V_0;
G_B22_0 = L_47;
G_B22_1 = __this;
if (L_48)
{
G_B23_0 = L_47;
G_B23_1 = __this;
goto IL_0143;
}
}
{
G_B24_0 = 1;
G_B24_1 = G_B22_0;
G_B24_2 = G_B22_1;
goto IL_0144;
}
IL_0143:
{
G_B24_0 = 2;
G_B24_1 = G_B23_0;
G_B24_2 = G_B23_1;
}
IL_0144:
{
NullCheck(G_B24_2);
G_B24_2->set_pos_2(((int32_t)il2cpp_codegen_add((int32_t)G_B24_1, (int32_t)G_B24_0)));
return (bool)1;
}
}
// System.Void System.Net.DigestHeaderParser::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__cctor_m4EAE91B385D21D21D68FFEC7354DBF833D42A3FE (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestHeaderParser__cctor_m4EAE91B385D21D21D68FFEC7354DBF833D42A3FE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral5BEE6642BBFA60C55E24C40941412E8BEEEB4AEB);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral23679056DEECF55F0297F2A78060FC6724083DD8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral49AFA7EB90EE7B404B57E1A5794642BD6DE0BD7E);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral9A53B0819E7B65CEBDD2F94AD43011AC678D3FC3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralD9D2517A1D0D33304AE6C53F33B46407BF315F8F);
((DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var))->set_keywords_3(L_5);
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.DigestSession::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__cctor_m1E6BD9E0E46DFED5E0AFCC1F78465A7B7E845790 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession__cctor_m1E6BD9E0E46DFED5E0AFCC1F78465A7B7E845790_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_0 = RandomNumberGenerator_Create_mB84B1BA538B29D0679F310D3B574A7D5BAA890C4(/*hidden argument*/NULL);
((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var))->set_rng_0(L_0);
return;
}
}
// System.Void System.Net.DigestSession::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession__ctor_m06994A3FF60DD8161A52AF52FA1E8191CC6C9A40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set__nc_2(1);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
__this->set_lastUse_1(L_0);
return;
}
}
// System.String System.Net.DigestSession::get_Algorithm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4();
NullCheck(L_0);
String_t* L_1 = DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Net.DigestSession::get_Realm()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4();
NullCheck(L_0);
String_t* L_1 = DigestHeaderParser_get_Realm_m5D1157C54C58F7923BF35E9F2218439452D2FE27(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Net.DigestSession::get_Nonce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4();
NullCheck(L_0);
String_t* L_1 = DigestHeaderParser_get_Nonce_m33694EB039AD8DDD35559DB23B20A8278B16DBB9(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Net.DigestSession::get_Opaque()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4();
NullCheck(L_0);
String_t* L_1 = DigestHeaderParser_get_Opaque_mF4C837019B521E45655DEAA4768DEA4F45A5B7D3(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Net.DigestSession::get_QOP()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4();
NullCheck(L_0);
String_t* L_1 = DigestHeaderParser_get_QOP_m217B778DCFD49BB7CEA628EE322709281697C3F2(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Net.DigestSession::get_CNonce()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
{
String_t* L_0 = __this->get__cnonce_5();
if (L_0)
{
goto IL_0031;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15));
V_0 = L_1;
IL2CPP_RUNTIME_CLASS_INIT(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var);
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * L_2 = ((DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627_il2cpp_TypeInfo_var))->get_rng_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
NullCheck(L_2);
VirtActionInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
String_t* L_5 = Convert_ToBase64String_mF201749AD724C437524C8A6108519470A0F65B84(L_4, /*hidden argument*/NULL);
__this->set__cnonce_5(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = V_0;
NullCheck(L_7);
Array_Clear_m174F4957D6DEDB6359835123005304B14E79132E((RuntimeArray *)(RuntimeArray *)L_6, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_7)->max_length)))), /*hidden argument*/NULL);
}
IL_0031:
{
String_t* L_8 = __this->get__cnonce_5();
return L_8;
}
}
// System.Boolean System.Net.DigestSession::Parse(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___challenge0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_Parse_m6038F8460AEE41DD5B665A243AAC7B9610CF9148_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___challenge0;
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_1 = (DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 *)il2cpp_codegen_object_new(DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9_il2cpp_TypeInfo_var);
DigestHeaderParser__ctor_m2ADAEF1523A97365F7BF7AD22A66C024DC681E98(L_1, L_0, /*hidden argument*/NULL);
__this->set_parser_4(L_1);
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_2 = __this->get_parser_4();
NullCheck(L_2);
bool L_3 = DigestHeaderParser_Parse_m4A113BB2F01B1A78DBE87A2A3A410DCA4B80ABD6(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_001b;
}
}
{
return (bool)0;
}
IL_001b:
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_4 = __this->get_parser_4();
NullCheck(L_4);
String_t* L_5 = DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0044;
}
}
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_6 = __this->get_parser_4();
NullCheck(L_6);
String_t* L_7 = DigestHeaderParser_get_Algorithm_mAEAF383FD70679A5A09381E65268CB33F0FBD06D(L_6, /*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_8 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
bool L_9 = String_StartsWith_m7D468FB7C801D9C2DBEEEEC86F8BA8F4EC3243C1(L_8, _stringLiteralB773BED04A48DE200B96981BB79467413A222066, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_004f;
}
}
IL_0044:
{
MD5_tCED753745572EC20FE5D31D15F132736B5343EE6 * L_10 = MD5_Create_m87EB14601AD6AF168032C29DA938E18454CA05AE(/*hidden argument*/NULL);
__this->set_hash_3(L_10);
}
IL_004f:
{
return (bool)1;
}
}
// System.String System.Net.DigestSession::HashToHexString(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___toBeHashed0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
uint8_t V_3 = 0x0;
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_0 = __this->get_hash_3();
if (L_0)
{
goto IL_000a;
}
}
{
return (String_t*)NULL;
}
IL_000a:
{
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_1 = __this->get_hash_3();
NullCheck(L_1);
VirtActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1);
HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * L_2 = __this->get_hash_3();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_3 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
String_t* L_4 = ___toBeHashed0;
NullCheck(L_3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_4);
NullCheck(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_2, L_5, /*hidden argument*/NULL);
StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_7, /*hidden argument*/NULL);
V_0 = L_7;
V_1 = L_6;
V_2 = 0;
goto IL_0051;
}
IL_0036:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
int32_t L_9 = V_2;
NullCheck(L_8);
int32_t L_10 = L_9;
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
V_3 = L_11;
StringBuilder_t * L_12 = V_0;
String_t* L_13 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)(&V_3), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_12);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL);
int32_t L_14 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0051:
{
int32_t L_15 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_16)->max_length)))))))
{
goto IL_0036;
}
}
{
StringBuilder_t * L_17 = V_0;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_17);
return L_18;
}
}
// System.String System.Net.DigestSession::HA1(System.String,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___username0;
String_t* L_1 = DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC(__this, /*hidden argument*/NULL);
String_t* L_2 = ___password1;
String_t* L_3 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0050;
}
}
{
String_t* L_5 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_6 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralD735AA9C3860C41C9121B317C696C7A451FA170F, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0050;
}
}
{
String_t* L_8 = V_0;
String_t* L_9 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_8, /*hidden argument*/NULL);
String_t* L_10 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(__this, /*hidden argument*/NULL);
String_t* L_11 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL);
String_t* L_12 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral2B95F78105EF2C633342524D5D02D8F1BE98BCF5, L_9, L_10, L_11, /*hidden argument*/NULL);
V_0 = L_12;
}
IL_0050:
{
String_t* L_13 = V_0;
String_t* L_14 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___webRequest0;
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_0);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = ___webRequest0;
NullCheck(L_2);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_2);
NullCheck(L_3);
String_t* L_4 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_3, /*hidden argument*/NULL);
String_t* L_5 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE7B85E7369BA50B83804EBF39E9612010E5B9FCD, L_1, L_4, /*hidden argument*/NULL);
V_0 = L_5;
String_t* L_6 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL);
String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral22B673A0FA436B68DAB20715D47B289C7DDD8AEB, /*hidden argument*/NULL);
String_t* L_7 = V_0;
String_t* L_8 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, String_t* ___username0, String_t* ___password1, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___webRequest2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
String_t* L_0 = ___username0;
String_t* L_1 = ___password1;
String_t* L_2 = DigestSession_HA1_mEB10EC1F97D4DC02DCA15949A5AB54F8AE76915E(__this, L_0, L_1, /*hidden argument*/NULL);
String_t* L_3 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(__this, /*hidden argument*/NULL);
String_t* L_4 = String_Format_m19325298DBC61AAC016C16F7B3CF97A8A3DEA34A(_stringLiteralE1DB27719E1DA7A308FA42034692C6550ECCF2EF, L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_004e;
}
}
{
String_t* L_6 = V_0;
int32_t* L_7 = __this->get_address_of__nc_2();
String_t* L_8 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)L_7, _stringLiteral150956358DFB2DD051536F24C362ED507F77CC3A, /*hidden argument*/NULL);
String_t* L_9 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL);
String_t* L_10 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL);
String_t* L_11 = String_Format_m26BBF75F9609FAD0B39C2242FEBAAD7D68F14D99(_stringLiteral75EAB44C241CF123C3AEDE9D915356465D72E7B0, L_8, L_9, L_10, /*hidden argument*/NULL);
String_t* L_12 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, L_11, /*hidden argument*/NULL);
V_0 = L_12;
}
IL_004e:
{
String_t* L_13 = V_0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = ___webRequest2;
String_t* L_15 = DigestSession_HA2_m7AF033BCEB85E978E01B373539BEFC6600BF4367(__this, L_14, /*hidden argument*/NULL);
String_t* L_16 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_13, L_15, /*hidden argument*/NULL);
V_0 = L_16;
String_t* L_17 = V_0;
String_t* L_18 = DigestSession_HashToHexString_mAA63C018C6B6C03553D2B10BB53951CDD2C373F4(__this, L_17, /*hidden argument*/NULL);
return L_18;
}
}
// System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___webRequest0, RuntimeObject* ___credentials1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_1 = NULL;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
StringBuilder_t * V_4 = NULL;
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * V_5 = NULL;
bool V_6 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
DigestHeaderParser_t86D1DE6D1DFE9926C6479D54A3FF221DAEBF0AF9 * L_0 = __this->get_parser_4();
if (L_0)
{
goto IL_000e;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_1 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, DigestSession_Authenticate_m1C0007969F13A13582B8C3A34E2C9B8B69DD9F4B_RuntimeMethod_var);
}
IL_000e:
{
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_2 = ___webRequest0;
V_0 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)IsInstClass((RuntimeObject*)L_2, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = V_0;
if (L_3)
{
goto IL_001a;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_001a:
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_4 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
__this->set_lastUse_1(L_4);
RuntimeObject* L_5 = ___credentials1;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = V_0;
NullCheck(L_6);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_6);
NullCheck(L_5);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_8 = 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_5, L_7, _stringLiteral2923F6FA36614586EA09B4424B438915CC1B9B67);
V_1 = L_8;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_9 = V_1;
if (L_9)
{
goto IL_003c;
}
}
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_003c:
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_10 = V_1;
NullCheck(L_10);
String_t* L_11 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_10, /*hidden argument*/NULL);
V_2 = L_11;
String_t* L_12 = V_2;
if (!L_12)
{
goto IL_0053;
}
}
{
String_t* L_13 = V_2;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0055;
}
}
IL_0053:
{
return (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)NULL;
}
IL_0055:
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_15 = V_1;
NullCheck(L_15);
String_t* L_16 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_15, /*hidden argument*/NULL);
V_3 = L_16;
StringBuilder_t * L_17 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_17, /*hidden argument*/NULL);
V_4 = L_17;
StringBuilder_t * L_18 = V_4;
String_t* L_19 = V_2;
NullCheck(L_18);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_18, _stringLiteral7150571A54B44C391F859E9A55886998868CB208, L_19, /*hidden argument*/NULL);
StringBuilder_t * L_20 = V_4;
String_t* L_21 = DigestSession_get_Realm_mEB7255CA20B7EFD001137925C4D398F3540AF7AC(__this, /*hidden argument*/NULL);
NullCheck(L_20);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_20, _stringLiteralE4F1F95871F748B862EEDD86950D03FB862D60D9, L_21, /*hidden argument*/NULL);
StringBuilder_t * L_22 = V_4;
String_t* L_23 = DigestSession_get_Nonce_mC2916B0AE01116DBC2F6049A3567E91B6EB2352A(__this, /*hidden argument*/NULL);
NullCheck(L_22);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_22, _stringLiteral54EA2969DA479B149E8A6B085DA421DE3EEBF664, L_23, /*hidden argument*/NULL);
StringBuilder_t * L_24 = V_4;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_25 = V_0;
NullCheck(L_25);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B_inline(L_25, /*hidden argument*/NULL);
NullCheck(L_26);
String_t* L_27 = Uri_get_PathAndQuery_mF079BA04B7A397B2729E5B5DEE72B3654A44E384(L_26, /*hidden argument*/NULL);
NullCheck(L_24);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_24, _stringLiteral8C41B1E8B6CFFEA477F2E56412C2A5E60666EB0C, L_27, /*hidden argument*/NULL);
String_t* L_28 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00ca;
}
}
{
StringBuilder_t * L_29 = V_4;
String_t* L_30 = DigestSession_get_Algorithm_mEE985ABCF93E119F068C515B76CBEFD1E5876C26(__this, /*hidden argument*/NULL);
NullCheck(L_29);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_29, _stringLiteral128BD538F35FAD3ED5C5272A80EA0D169319C507, L_30, /*hidden argument*/NULL);
}
IL_00ca:
{
StringBuilder_t * L_31 = V_4;
String_t* L_32 = V_2;
String_t* L_33 = V_3;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = V_0;
String_t* L_35 = DigestSession_Response_m9C300C7739E6E2D657FAB42D70CB5E80BDBD359D(__this, L_32, L_33, L_34, /*hidden argument*/NULL);
NullCheck(L_31);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_31, _stringLiteralF0344BD6A7AF5F43108E4C9FCCD2FFBD60DFF7D4, L_35, /*hidden argument*/NULL);
String_t* L_36 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00fb;
}
}
{
StringBuilder_t * L_37 = V_4;
String_t* L_38 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL);
NullCheck(L_37);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_37, _stringLiteral565E73C9AC39169F5F71237EE063C2FE77BBCD4A, L_38, /*hidden argument*/NULL);
}
IL_00fb:
{
V_5 = __this;
V_6 = (bool)0;
}
IL_0101:
try
{ // begin try (depth: 1)
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_39 = V_5;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_39, (bool*)(&V_6), /*hidden argument*/NULL);
String_t* L_40 = DigestSession_get_QOP_mDFC0081BF37821E87B0E2953E9DD673763E327F4(__this, /*hidden argument*/NULL);
if (!L_40)
{
goto IL_0138;
}
}
IL_0112:
{
StringBuilder_t * L_41 = V_4;
int32_t L_42 = __this->get__nc_2();
int32_t L_43 = L_42;
RuntimeObject * L_44 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_43);
NullCheck(L_41);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_41, _stringLiteralC158015E87D69A7FB5248157A5240D40B1B2E84A, L_44, /*hidden argument*/NULL);
int32_t L_45 = __this->get__nc_2();
__this->set__nc_2(((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)1)));
}
IL_0138:
{
IL2CPP_LEAVE(0x146, FINALLY_013a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_013a;
}
FINALLY_013a:
{ // begin finally (depth: 1)
{
bool L_46 = V_6;
if (!L_46)
{
goto IL_0145;
}
}
IL_013e:
{
DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * L_47 = V_5;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_47, /*hidden argument*/NULL);
}
IL_0145:
{
IL2CPP_END_FINALLY(314)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(314)
{
IL2CPP_JUMP_TBL(0x146, IL_0146)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0146:
{
String_t* L_48 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL);
if (!L_48)
{
goto IL_0161;
}
}
{
StringBuilder_t * L_49 = V_4;
String_t* L_50 = DigestSession_get_CNonce_mB04BF50D26C87468DB829B56C19194841504D668(__this, /*hidden argument*/NULL);
NullCheck(L_49);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_49, _stringLiteral1381623C9D3016F59EA1737075683A0B2AB1B717, L_50, /*hidden argument*/NULL);
}
IL_0161:
{
String_t* L_51 = DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34(__this, /*hidden argument*/NULL);
if (!L_51)
{
goto IL_017c;
}
}
{
StringBuilder_t * L_52 = V_4;
String_t* L_53 = DigestSession_get_Opaque_m8901237D3CE432C9D223CC59570BF54B1B399B34(__this, /*hidden argument*/NULL);
NullCheck(L_52);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_52, _stringLiteral0F6843DF8A781F571C4F25F2A43F1B4E4F66DABF, L_53, /*hidden argument*/NULL);
}
IL_017c:
{
StringBuilder_t * L_54 = V_4;
StringBuilder_t * L_55 = L_54;
NullCheck(L_55);
int32_t L_56 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_55, /*hidden argument*/NULL);
NullCheck(L_55);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_55, ((int32_t)il2cpp_codegen_subtract((int32_t)L_56, (int32_t)2)), /*hidden argument*/NULL);
StringBuilder_t * L_57 = V_4;
NullCheck(L_57);
String_t* L_58 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_57);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_59 = (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B *)il2cpp_codegen_object_new(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B_il2cpp_TypeInfo_var);
Authorization__ctor_m9941BCA4BC1EFE3789A173469D3453A02FA96C55(L_59, L_58, /*hidden argument*/NULL);
return L_59;
}
}
// System.DateTime System.Net.DigestSession::get_LastUse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51 (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_lastUse_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IAsyncResult System.Net.Dns::BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dns_BeginGetHostAddresses_mF6756888B1AC8DAAFC4EF40E6562D7C4A774A625 (String_t* ___hostNameOrAddress0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___requestCallback1, RuntimeObject * ___state2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_BeginGetHostAddresses_mF6756888B1AC8DAAFC4EF40E6562D7C4A774A625_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___hostNameOrAddress0;
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, _stringLiteralCF2288C461420DA1AE39BD82B4F2DC1C4FFDCEFD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Dns_BeginGetHostAddresses_mF6756888B1AC8DAAFC4EF40E6562D7C4A774A625_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___hostNameOrAddress0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0028;
}
}
{
String_t* L_4 = ___hostNameOrAddress0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralDF6BF0C022B56E830B697D4F21ECC28A47ACB848, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
IL_0028:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteralB0FD5CE22E40509CE266014F3C489B5FB22F95C5, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Dns_BeginGetHostAddresses_mF6756888B1AC8DAAFC4EF40E6562D7C4A774A625_RuntimeMethod_var);
}
IL_0038:
{
GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * L_7 = (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 *)il2cpp_codegen_object_new(GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2_il2cpp_TypeInfo_var);
GetHostAddressesCallback__ctor_m7F56CD5F1950229DCCAE37626F4869BDFA8DBC12(L_7, NULL, (intptr_t)((intptr_t)Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D_RuntimeMethod_var), /*hidden argument*/NULL);
String_t* L_8 = ___hostNameOrAddress0;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_9 = ___requestCallback1;
RuntimeObject * L_10 = ___state2;
NullCheck(L_7);
RuntimeObject* L_11 = GetHostAddressesCallback_BeginInvoke_mCC4050B472B9B88348C7EB4E6C66589E1BA5C7C3(L_7, L_8, L_9, L_10, /*hidden argument*/NULL);
return L_11;
}
}
// System.Net.IPAddress[] System.Net.Dns::EndGetHostAddresses(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* Dns_EndGetHostAddresses_mA8BFCD196BB4AA2D681CEE4D76C89181B71364A0 (RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_EndGetHostAddresses_mA8BFCD196BB4AA2D681CEE4D76C89181B71364A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
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, Dns_EndGetHostAddresses_mA8BFCD196BB4AA2D681CEE4D76C89181B71364A0_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
NullCheck(((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)CastclassClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var)));
RuntimeObject * L_3 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)CastclassClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var)));
RuntimeObject* L_4 = ___asyncResult0;
NullCheck(((GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 *)CastclassSealed((RuntimeObject*)L_3, GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2_il2cpp_TypeInfo_var)));
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_5 = GetHostAddressesCallback_EndInvoke_m53A465BE07F1A63908611493884024F1978D4BE2(((GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 *)CastclassSealed((RuntimeObject*)L_3, GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2_il2cpp_TypeInfo_var)), L_4, /*hidden argument*/NULL);
return L_5;
}
}
// System.Boolean System.Net.Dns::GetHostByName_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8 (String_t* ___host0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method)
{
typedef bool (*Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8_ftn) (String_t*, String_t**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, int32_t);
using namespace il2cpp::icalls;
return ((Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8_ftn)System::System::Net::Dns::GetHostByName40) (___host0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4);
}
// System.Boolean System.Net.Dns::GetHostByAddr_internal(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D (String_t* ___addr0, String_t** ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** ___h_addr_list3, int32_t ___hint4, const RuntimeMethod* method)
{
typedef bool (*Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D_ftn) (String_t*, String_t**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**, int32_t);
using namespace il2cpp::icalls;
return ((Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D_ftn)System::System::Net::Dns::GetHostByAddr40) (___addr0, ___h_name1, ___h_aliases2, ___h_addr_list3, ___hint4);
}
// System.Boolean System.Net.Dns::GetHostName_internal(System.String&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6 (String_t** ___h_name0, const RuntimeMethod* method)
{
typedef bool (*Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6_ftn) (String_t**);
using namespace il2cpp::icalls;
return ((Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6_ftn)System::System::Net::Dns::GetHostName) (___h_name0);
}
// System.Void System.Net.Dns::Error_11001(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72 (String_t* ___hostName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___hostName0;
String_t* L_1 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralEC56FA5D7585AED49C23BA126BCB1DAC19CFCA11, L_0, /*hidden argument*/NULL);
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_2 = (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)il2cpp_codegen_object_new(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var);
SocketException__ctor_m68F7126C5B5AD6C6E1EF8A06DE8F5068D6A46002(L_2, ((int32_t)11001), L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72_RuntimeMethod_var);
}
}
// System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3 (String_t* ___originalHostName0, String_t* ___h_name1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_aliases2, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___h_addrlist3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * V_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL;
int32_t V_2 = 0;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_0 = (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D *)il2cpp_codegen_object_new(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_il2cpp_TypeInfo_var);
IPHostEntry__ctor_m539B6CE87B29D7B23A4F46C73BF7D6BB74D0331F(L_0, /*hidden argument*/NULL);
V_0 = L_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_1, /*hidden argument*/NULL);
V_1 = L_1;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_2 = V_0;
String_t* L_3 = ___h_name1;
NullCheck(L_2);
IPHostEntry_set_HostName_mE132ABF58C3C4C28A58A48132698FA99F55C328D_inline(L_2, L_3, /*hidden argument*/NULL);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_4 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ___h_aliases2;
NullCheck(L_4);
IPHostEntry_set_Aliases_m4D05E9F3D5C6FD0996C86816B36B1DF9BE79D8ED_inline(L_4, L_5, /*hidden argument*/NULL);
V_2 = 0;
goto IL_005a;
}
IL_001e:
{
}
IL_001f:
try
{ // begin try (depth: 1)
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = ___h_addrlist3;
int32_t L_7 = V_2;
NullCheck(L_6);
int32_t L_8 = L_7;
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_10 = IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273(L_9, /*hidden argument*/NULL);
V_3 = L_10;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_11 = Socket_get_SupportsIPv6_m76AE5D0EA624C0AEB6EFAE0E56B3956C9A734FA4(/*hidden argument*/NULL);
if (!L_11)
{
goto IL_0039;
}
}
IL_002f:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_12 = V_3;
NullCheck(L_12);
int32_t L_13 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_12, /*hidden argument*/NULL);
if ((((int32_t)L_13) == ((int32_t)((int32_t)23))))
{
goto IL_0049;
}
}
IL_0039:
{
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
bool L_14 = Socket_get_SupportsIPv4_m2D8B6C4B1E1359F09B4C8C422B2AF38A39C41F81(/*hidden argument*/NULL);
if (!L_14)
{
goto IL_0051;
}
}
IL_0040:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_15 = V_3;
NullCheck(L_15);
int32_t L_16 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_15, /*hidden argument*/NULL);
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
{
goto IL_0051;
}
}
IL_0049:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_17 = V_1;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_18 = V_3;
NullCheck(L_17);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18);
}
IL_0051:
{
goto IL_0056;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0053;
throw e;
}
CATCH_0053:
{ // begin catch(System.ArgumentNullException)
goto IL_0056;
} // end catch (depth: 1)
IL_0056:
{
int32_t L_19 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_005a:
{
int32_t L_20 = V_2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_21 = ___h_addrlist3;
NullCheck(L_21);
if ((((int32_t)L_20) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_21)->max_length)))))))
{
goto IL_001e;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = V_1;
NullCheck(L_22);
int32_t L_23 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_22);
if (L_23)
{
goto IL_006e;
}
}
{
String_t* L_24 = ___originalHostName0;
Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_24, /*hidden argument*/NULL);
}
IL_006e:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_25 = V_0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = V_1;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_27 = { reinterpret_cast<intptr_t> (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_28 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_27, /*hidden argument*/NULL);
NullCheck(L_26);
RuntimeArray * L_29 = VirtFuncInvoker1< RuntimeArray *, Type_t * >::Invoke(47 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_26, L_28);
NullCheck(L_25);
IPHostEntry_set_AddressList_m057A9B8FA93A129A0DAF5222231BD155B774B50B_inline(L_25, ((IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)IsInst((RuntimeObject*)L_29, IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_30 = V_0;
return L_30;
}
}
// System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681 (String_t* ___address0, bool ___parse1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
{
String_t* L_0 = ___address0;
NullCheck(L_0);
bool L_1 = String_Equals_m9C4D78DFA0979504FE31429B64A4C26DF48020D1(L_0, _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0017;
}
}
{
___address0 = _stringLiteral4B84B15BFF6EE5796152495A230E45E3D7E947D9;
___parse1 = (bool)0;
}
IL_0017:
{
bool L_2 = ___parse1;
if (!L_2)
{
goto IL_0021;
}
}
{
String_t* L_3 = ___address0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
IPAddress_Parse_mB8537FC76C7BA7482713F289B4EC4C3ED919D273(L_3, /*hidden argument*/NULL);
}
IL_0021:
{
String_t* L_4 = ___address0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_5 = Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224(/*hidden argument*/NULL);
bool L_6 = Dns_GetHostByAddr_internal_mCB4425B47D6768392E20C80C4EE1C5E28956663D(L_4, (String_t**)(&V_0), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_1), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_2), L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_003a;
}
}
{
String_t* L_7 = ___address0;
Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_7, /*hidden argument*/NULL);
}
IL_003a:
{
String_t* L_8 = ___address0;
String_t* L_9 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_2;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_12 = Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3(L_8, L_9, L_10, L_11, /*hidden argument*/NULL);
return L_12;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_0 = NULL;
{
String_t* L_0 = ___hostNameOrAddress0;
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, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___hostNameOrAddress0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0028;
}
}
{
String_t* L_4 = ___hostNameOrAddress0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralDF6BF0C022B56E830B697D4F21ECC28A47ACB848, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
IL_0028:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteralB0FD5CE22E40509CE266014F3C489B5FB22F95C5, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38_RuntimeMethod_var);
}
IL_0038:
{
String_t* L_7 = ___hostNameOrAddress0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0052;
}
}
{
String_t* L_9 = ___hostNameOrAddress0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
bool L_10 = IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA(L_9, (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)(&V_0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0052;
}
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_11 = V_0;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_12 = Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574(L_11, /*hidden argument*/NULL);
return L_12;
}
IL_0052:
{
String_t* L_13 = ___hostNameOrAddress0;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_14 = Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62(L_13, /*hidden argument*/NULL);
return L_14;
}
}
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_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, Dns_GetHostEntry_mEACB9ADFF37EBC9B353155EB8F0290F7CB9E1574_RuntimeMethod_var);
}
IL_000e:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_2 = ___address0;
NullCheck(L_2);
String_t* L_3 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_4 = Dns_GetHostByAddressFromString_mBE5EF710810CFA07D13ADB525AAA34D32E040681(L_3, (bool)0, /*hidden argument*/NULL);
return L_4;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_0 = NULL;
{
String_t* L_0 = ___hostNameOrAddress0;
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, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___hostNameOrAddress0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteralE562F69EC36E625116376F376D991E41613E9BF3, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0028;
}
}
{
String_t* L_4 = ___hostNameOrAddress0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteralDF6BF0C022B56E830B697D4F21ECC28A47ACB848, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
IL_0028:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_6 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_6, _stringLiteralB0FD5CE22E40509CE266014F3C489B5FB22F95C5, _stringLiteralB85BD6C9FED2DA523635AF82C96E032386A98D02, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, Dns_GetHostAddresses_mBB73A3CFACAF787C2DDB8EF473E87D31940A379D_RuntimeMethod_var);
}
IL_0038:
{
String_t* L_7 = ___hostNameOrAddress0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)0)))
{
goto IL_0056;
}
}
{
String_t* L_9 = ___hostNameOrAddress0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
bool L_10 = IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA(L_9, (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)(&V_0), /*hidden argument*/NULL);
if (!L_10)
{
goto IL_0056;
}
}
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_11 = (IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)SZArrayNew(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3_il2cpp_TypeInfo_var, (uint32_t)1);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_12 = L_11;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_13 = V_0;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, L_13);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE *)L_13);
return L_12;
}
IL_0056:
{
String_t* L_14 = ___hostNameOrAddress0;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_15 = Dns_GetHostEntry_m50722383BDFDC19FB1589A5FC4BCBE5ACDB52D38(L_14, /*hidden argument*/NULL);
NullCheck(L_15);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_16 = IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline(L_15, /*hidden argument*/NULL);
return L_16;
}
}
// 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)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
{
String_t* L_0 = ___hostName0;
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, _stringLiteralCF2288C461420DA1AE39BD82B4F2DC1C4FFDCEFD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, Dns_GetHostByName_m1DD689606F93DAAB12896C4D3CA6A33731A4CE62_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___hostName0;
IL2CPP_RUNTIME_CLASS_INIT(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
int32_t L_3 = Socket_get_FamilyHint_m9C8E3739473BE1AF6E8FDD6FD3579BE5A9675224(/*hidden argument*/NULL);
bool L_4 = Dns_GetHostByName_internal_mFEA5DFFBD99C1E7364B146B0F95FDE3F5DA67EC8(L_2, (String_t**)(&V_0), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_1), (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E**)(&V_2), L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0027;
}
}
{
String_t* L_5 = ___hostName0;
Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_5, /*hidden argument*/NULL);
}
IL_0027:
{
String_t* L_6 = ___hostName0;
String_t* L_7 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = V_2;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_10 = Dns_hostent_to_IPHostEntry_mCD03D1D4689BF1B272CB8212506C4C853C6D06C3(L_6, L_7, L_8, L_9, /*hidden argument*/NULL);
return L_10;
}
}
// System.String System.Net.Dns::GetHostName()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m64F06885E07F05B7FF1AA4F07DD14D2BDC5D6EF2 (const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
bool L_0 = Dns_GetHostName_internal_m69BF784F0F6C595AFC4B0027E8EB0D465B6845F6((String_t**)(&V_0), /*hidden argument*/NULL);
if (L_0)
{
goto IL_000f;
}
}
{
String_t* L_1 = V_0;
Dns_Error_11001_m783146DF96023BA4CAD30F55D8DC527D2ABBCB72(L_1, /*hidden argument*/NULL);
}
IL_000f:
{
String_t* L_2 = V_0;
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.Dns_GetHostAddressesCallback::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHostAddressesCallback__ctor_m7F56CD5F1950229DCCAE37626F4869BDFA8DBC12 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Net.IPAddress[] System.Net.Dns_GetHostAddressesCallback::Invoke(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* GetHostAddressesCallback_Invoke_mAA12C129FF9ED2AB146B610C2B90FF2A5F774F60 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, String_t* ___hostName0, const RuntimeMethod* method)
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* 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 IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___hostName0, targetMethod);
}
else
{
// closed
typedef IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___hostName0, 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< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* >::Invoke(targetMethod, ___hostName0);
else
result = GenericVirtFuncInvoker0< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* >::Invoke(targetMethod, ___hostName0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker0< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___hostName0);
else
result = VirtFuncInvoker0< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___hostName0);
}
}
else
{
typedef IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___hostName0, 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< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*, String_t* >::Invoke(targetMethod, targetThis, ___hostName0);
else
result = GenericVirtFuncInvoker1< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*, String_t* >::Invoke(targetMethod, targetThis, ___hostName0);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker1< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___hostName0);
else
result = VirtFuncInvoker1< IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*, String_t* >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___hostName0);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* (*FunctionPointerType) (RuntimeObject*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___hostName0) - 1), targetMethod);
}
if (targetThis == NULL)
{
typedef IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___hostName0, targetMethod);
}
else
{
typedef IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* (*FunctionPointerType) (void*, String_t*, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___hostName0, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Net.Dns_GetHostAddressesCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetHostAddressesCallback_BeginInvoke_mCC4050B472B9B88348C7EB4E6C66589E1BA5C7C3 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, String_t* ___hostName0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback1, RuntimeObject * ___object2, const RuntimeMethod* method)
{
void *__d_args[2] = {0};
__d_args[0] = ___hostName0;
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback1, (RuntimeObject*)___object2);
}
// System.Net.IPAddress[] System.Net.Dns_GetHostAddressesCallback::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* GetHostAddressesCallback_EndInvoke_m53A465BE07F1A63908611493884024F1978D4BE2 (GetHostAddressesCallback_t72B322C7C0A14B31965D567E9B1FDDB666EEEEE2 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return (IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3*)__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.EmptyWebProxy::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EmptyWebProxy__ctor_m1087116F8816BF3AD6D7ADE134F1579659AA00A5 (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Uri System.Net.EmptyWebProxy::GetProxy(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * EmptyWebProxy_GetProxy_m41932E59E773523BF705A1FDFD168CAB61F9C4FC (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
return L_0;
}
}
// System.Boolean System.Net.EmptyWebProxy::IsBypassed(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EmptyWebProxy_IsBypassed_m91E4C131B35CBE9CE062B93710BC938A608CC445 (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Net.ICredentials System.Net.EmptyWebProxy::get_Credentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* EmptyWebProxy_get_Credentials_m624E63FE5144320D0B7EEE5F46658E7565B0FC5E (EmptyWebProxy_tF6CEF11A280246455534D46AD1710271B8BEE22D * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_m_credentials_0();
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.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EndPoint_get_AddressFamily_m7B7DC3AE75480FCA543AE5434EFA8C8C09450C66_RuntimeMethod_var);
}
}
// System.Net.SocketAddress System.Net.EndPoint::Serialize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EndPoint_Serialize_m118001AAA9AC84B4B28E8267055A7173D8C1F376_RuntimeMethod_var);
}
}
// System.Net.EndPoint System.Net.EndPoint::Create(System.Net.SocketAddress)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __this, SocketAddress_tFD1A629405590229D8DAA15D03083147B767C969 * ___socketAddress0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, EndPoint_Create_m98FBA607C33234AC35DF79DB6494D13AED7A501C_RuntimeMethod_var);
}
}
// System.Void System.Net.EndPoint::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void EndPoint__ctor_mFCD3A4BB994F59D40A3A94A6F1DEC4A731CC8776 (EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * __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.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralC1A85E4799CDCEDE854A2E3A705E2D774F78AB05, /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral02A7B2EDD06BE0F3CD289994F70617717F8259D8, /*hidden argument*/NULL);
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_1 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_mEBAED0FCA8B8CCE7E96492474350BA35D14CF59C(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81(_stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F, 6, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_1, L_0, 6, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.FileWebRequest::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_method_19(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
__this->set_m_timeout_26(((int32_t)100000));
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_2 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_UriSchemeFile_0();
if ((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(String_t*)L_2)))
{
goto IL_0034;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B_RuntimeMethod_var);
}
IL_0034:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri0;
__this->set_m_uri_27(L_4);
__this->set_m_fileAccess_17(1);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_5 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_5, ((int32_t)9), /*hidden argument*/NULL);
__this->set_m_headers_18(L_5);
return;
}
}
// System.Void System.Net.FileWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m1FFFB33A0414E016669B3179FF16F141FA6E838D (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest__ctor_m1FFFB33A0414E016669B3179FF16F141FA6E838D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_m_method_19(_stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1);
__this->set_m_timeout_26(((int32_t)100000));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest__ctor_mD4C70AB50E522A71C1B47263DD8714FC3B52A3C1(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___serializationInfo0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_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_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_4, /*hidden argument*/NULL);
__this->set_m_headers_18(((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___serializationInfo0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) };
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_8, /*hidden argument*/NULL);
__this->set_m_proxy_20(((RuntimeObject*)Castclass((RuntimeObject*)L_9, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_11 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
Type_t * L_12 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_11, /*hidden argument*/NULL);
NullCheck(L_10);
RuntimeObject * L_13 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_10, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_12, /*hidden argument*/NULL);
__this->set_m_uri_27(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_13, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___serializationInfo0;
NullCheck(L_14);
String_t* L_15 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_14, _stringLiteralD7509DC6464D16ABCC5A1ED96EAA696C66E13F18, /*hidden argument*/NULL);
__this->set_m_connectionGroupName_14(L_15);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___serializationInfo0;
NullCheck(L_16);
String_t* L_17 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_16, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, /*hidden argument*/NULL);
__this->set_m_method_19(L_17);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___serializationInfo0;
NullCheck(L_18);
int64_t L_19 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_18, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL);
__this->set_m_contentLength_15(L_19);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___serializationInfo0;
NullCheck(L_20);
int32_t L_21 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_20, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, /*hidden argument*/NULL);
__this->set_m_timeout_26(L_21);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_22 = ___serializationInfo0;
NullCheck(L_22);
int32_t L_23 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_22, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, /*hidden argument*/NULL);
__this->set_m_fileAccess_17(L_23);
return;
}
}
// System.Void System.Net.FileWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m9B6440775FE50243D85010EB8F8D6DDBFE8A3BE4 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __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.FileWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetObjectData_mC8A7DDCA00C0E3ADADB267284F196C4EE9E8D3BB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_GetObjectData_mC8A7DDCA00C0E3ADADB267284F196C4EE9E8D3BB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_m_headers_18();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_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_0);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_1, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___serializationInfo0;
RuntimeObject* L_5 = __this->get_m_proxy_20();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_4);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_4, _stringLiteralD799BAE6088A90139B415FCCB011D540531DF83B, L_5, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___serializationInfo0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = __this->get_m_uri_27();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
NullCheck(L_8);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_8, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_9, L_11, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___serializationInfo0;
String_t* L_13 = __this->get_m_connectionGroupName_14();
NullCheck(L_12);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_12, _stringLiteralD7509DC6464D16ABCC5A1ED96EAA696C66E13F18, L_13, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___serializationInfo0;
String_t* L_15 = __this->get_m_method_19();
NullCheck(L_14);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_14, _stringLiteralBFBAF8B2D1CDF92BF83857FE1748C0F68DE03D47, L_15, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_16 = ___serializationInfo0;
int64_t L_17 = __this->get_m_contentLength_15();
NullCheck(L_16);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_16, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_17, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_18 = ___serializationInfo0;
int32_t L_19 = __this->get_m_timeout_26();
NullCheck(L_18);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_18, _stringLiteral56D3C9490BE2608AC36F5A4805BFEC2F21F7F982, L_19, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_20 = ___serializationInfo0;
int32_t L_21 = __this->get_m_fileAccess_17();
int32_t L_22 = L_21;
RuntimeObject * L_23 = Box(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var, &L_22);
NullCheck(L_20);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_20, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, L_23, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_24 = ___serializationInfo0;
NullCheck(L_24);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_24, _stringLiteral3E3F0E962F867AD813F671D456BDDD81D1256820, (bool)0, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_25 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_26 = ___streamingContext1;
WebRequest_GetObjectData_m06BD9D15936178B48D44F18C02CD94EE21DD1CF0(__this, L_25, L_26, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.FileWebRequest::get_Aborted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Aborted_32();
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
}
}
// System.Int64 System.Net.FileWebRequest::get_ContentLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileWebRequest_get_ContentLength_m800308A4F32CD0B6389A810764D18A0323D7B7FB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_m_contentLength_15();
return L_0;
}
}
// System.Void System.Net.FileWebRequest::set_ContentLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_ContentLength_m5E71D8F3B903FBAF95CAAD2DFABC1B4CD250F981 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_set_ContentLength_m5E71D8F3B903FBAF95CAAD2DFABC1B4CD250F981_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int64_t L_0 = ___value0;
if ((((int64_t)L_0) >= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_001a;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral08AE868BE204D7B269443E6AB8A46D9F2ADDE731, /*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, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, FileWebRequest_set_ContentLength_m5E71D8F3B903FBAF95CAAD2DFABC1B4CD250F981_RuntimeMethod_var);
}
IL_001a:
{
int64_t L_3 = ___value0;
__this->set_m_contentLength_15(L_3);
return;
}
}
// System.Void System.Net.FileWebRequest::set_ContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_ContentType_m0921078358D8E9A0855CFE063C519A9304105914 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_set_ContentType_m0921078358D8E9A0855CFE063C519A9304105914_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_m_headers_18();
String_t* L_1 = ___value0;
NullCheck(L_0);
NameValueCollection_set_Item_mD7117BA970BD749C64FC5D5352530E422B754ADA(L_0, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Net.ICredentials System.Net.FileWebRequest::get_Credentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Credentials_mDD1372F437967AE47434F9D2AB5F664D78C048C7 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_m_credentials_16();
return L_0;
}
}
// System.Void System.Net.FileWebRequest::set_Credentials(System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Credentials_m8EE215489E1A24C07D17FD889AA7BFB048C85880 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_m_credentials_16(L_0);
return;
}
}
// System.Net.WebHeaderCollection System.Net.FileWebRequest::get_Headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FileWebRequest_get_Headers_m9BA4614B57050AE9194C2230A6FF67219A3E154E (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_m_headers_18();
return L_0;
}
}
// System.String System.Net.FileWebRequest::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileWebRequest_get_Method_m50624190C4FDA089E7F59960957AA99085C8080B (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_method_19();
return L_0;
}
}
// System.Void System.Net.FileWebRequest::set_Method(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___value0;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
bool L_1 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001d;
}
}
{
String_t* L_2 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral7F766C6F05D754D0477CE93E38BBF48F07890CBE, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_3, L_2, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FileWebRequest_set_Method_m32BF16EF8A89289FF51C525CB3A6A064DBB0D928_RuntimeMethod_var);
}
IL_001d:
{
String_t* L_4 = ___value0;
__this->set_m_method_19(L_4);
return;
}
}
// System.Net.IWebProxy System.Net.FileWebRequest::get_Proxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Proxy_m8203954105C9FBF9EB56B2A754F2F96171B93761 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_m_proxy_20();
return L_0;
}
}
// System.Void System.Net.FileWebRequest::set_Proxy(System.Net.IWebProxy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Proxy_m78A09160BB27BF371468CD2C3C68264F161C520C (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_m_proxy_20(L_0);
return;
}
}
// System.Int32 System.Net.FileWebRequest::get_Timeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebRequest_get_Timeout_m3D63C561D9DE899E1308B9DBFD6AAC7474CC23EB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_timeout_26();
return L_0;
}
}
// System.Uri System.Net.FileWebRequest::get_RequestUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * FileWebRequest_get_RequestUri_mBCD5888CB07435AE4F99082298CADCEF24A93F53 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_m_uri_27();
return L_0;
}
}
// System.IAsyncResult System.Net.FileWebRequest::BeginGetResponse(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
IL_0000:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
bool L_0 = FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000e;
}
}
IL_0008:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = ExceptionHelper_get_RequestAbortedException_mF16472EEA30F955657004FF4A1D0EA8B6D1B9945(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var);
}
IL_000e:
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0012:
try
{ // begin try (depth: 3)
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_3 = __this->get_m_readPending_22();
if (!L_3)
{
goto IL_0032;
}
}
IL_0022:
{
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8EC2D449A1EA44870D3BBBAA004A29D8BEA96D89, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var);
}
IL_0032:
{
__this->set_m_readPending_22((bool)1);
IL2CPP_LEAVE(0x45, FINALLY_003b);
}
} // end try (depth: 3)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003b;
}
FINALLY_003b:
{ // begin finally (depth: 3)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_0044;
}
}
IL_003e:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_0044:
{
IL2CPP_END_FINALLY(59)
}
} // end finally (depth: 3)
IL2CPP_CLEANUP(59)
{
IL2CPP_JUMP_TBL(0x45, IL_0045)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0045:
{
RuntimeObject * L_8 = ___state1;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_9 = ___callback0;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_10 = (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)il2cpp_codegen_object_new(LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var);
LazyAsyncResult__ctor_m82813DEB58A29BCB413D351D5047203CCE9AEB38(L_10, __this, L_8, L_9, /*hidden argument*/NULL);
__this->set_m_WriteAResult_30(L_10);
IL2CPP_RUNTIME_CLASS_INIT(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var);
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_11 = ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var))->get_s_GetResponseCallback_13();
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_12 = __this->get_m_WriteAResult_30();
ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(L_11, L_12, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x70, FINALLY_006f);
}
} // 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_0066;
throw e;
}
CATCH_0066:
{ // begin catch(System.Exception)
bool L_13 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebRequest_BeginGetResponse_m732EFA479296BDC1D46D8E37FA7B33269D247ECB_RuntimeMethod_var);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006f;
}
FINALLY_006f:
{ // begin finally (depth: 1)
IL2CPP_END_FINALLY(111)
} // end finally (depth: 1)
IL2CPP_CLEANUP(111)
{
IL2CPP_JUMP_TBL(0x70, IL_0070)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0070:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_14 = __this->get_m_WriteAResult_30();
return L_14;
}
}
// System.Net.WebResponse System.Net.FileWebRequest::EndGetResponse(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * V_0 = NULL;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_1 = NULL;
RuntimeObject * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * G_B5_0 = NULL;
IL_0000:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
RuntimeObject* L_0 = ___asyncResult0;
V_1 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)IsInstClass((RuntimeObject*)L_0, LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var));
RuntimeObject* L_1 = ___asyncResult0;
if (!L_1)
{
goto IL_000d;
}
}
IL_000a:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_2 = V_1;
if (L_2)
{
goto IL_0031;
}
}
IL_000d:
{
RuntimeObject* L_3 = ___asyncResult0;
if (!L_3)
{
goto IL_0026;
}
}
IL_0010:
{
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral5E9EEC4188690CEF8D020CFF89C224D947E0F614, /*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, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
G_B5_0 = L_5;
goto IL_0030;
}
IL_0026:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
G_B5_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)(L_6));
}
IL_0030:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(G_B5_0, FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var);
}
IL_0031:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_7 = V_1;
NullCheck(L_7);
RuntimeObject * L_8 = LazyAsyncResult_InternalWaitForCompletion_m4761B180266391141ACD1E689FE0D640E72F4736(L_7, /*hidden argument*/NULL);
V_2 = L_8;
RuntimeObject * L_9 = V_2;
if (!((Exception_t *)IsInstClass((RuntimeObject*)L_9, Exception_t_il2cpp_TypeInfo_var)))
{
goto IL_0047;
}
}
IL_0040:
{
RuntimeObject * L_10 = V_2;
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t *)CastclassClass((RuntimeObject*)L_10, Exception_t_il2cpp_TypeInfo_var)), FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var);
}
IL_0047:
{
RuntimeObject * L_11 = V_2;
V_0 = ((WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)CastclassClass((RuntimeObject*)L_11, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_il2cpp_TypeInfo_var));
__this->set_m_readPending_22((bool)0);
IL2CPP_LEAVE(0x61, FINALLY_0060);
}
} // 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_0057;
throw e;
}
CATCH_0057:
{ // begin catch(System.Exception)
bool L_12 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebRequest_EndGetResponse_m6A58398EE9B8272AE8C029F02EE51CBBE9A18FC4_RuntimeMethod_var);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0060;
}
FINALLY_0060:
{ // begin finally (depth: 1)
IL2CPP_END_FINALLY(96)
} // end finally (depth: 1)
IL2CPP_CLEANUP(96)
{
IL2CPP_JUMP_TBL(0x61, IL_0061)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0061:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_13 = V_0;
return L_13;
}
}
// System.Net.WebResponse System.Net.FileWebRequest::GetResponse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
__this->set_m_syncHint_25((bool)1);
}
IL_0007:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
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 = L_0;
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this);
if ((((int32_t)L_1) == ((int32_t)(-1))))
{
goto IL_005f;
}
}
IL_0019:
{
RuntimeObject* L_2 = V_0;
NullCheck(L_2);
bool L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_2);
if (L_3)
{
goto IL_005f;
}
}
IL_0021:
{
RuntimeObject* L_4 = V_0;
NullCheck(L_4);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_5 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_4);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this);
NullCheck(L_5);
bool L_7 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_5, L_6, (bool)0);
if (!L_7)
{
goto IL_003d;
}
}
IL_0035:
{
RuntimeObject* L_8 = V_0;
NullCheck(L_8);
bool L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_8);
if (L_9)
{
goto IL_005f;
}
}
IL_003d:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_10 = __this->get_m_response_23();
if (!L_10)
{
goto IL_0050;
}
}
IL_0045:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_11 = __this->get_m_response_23();
NullCheck(L_11);
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_11);
}
IL_0050:
{
String_t* L_12 = NetRes_GetWebStatusString_m2CFCB5E90D95E0D2D99BDFBBA47B5A5328A0D9E8(((int32_t)14), /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_13 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_13, L_12, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_RuntimeMethod_var);
}
IL_005f:
{
IL2CPP_LEAVE(0x6B, FINALLY_006a);
}
} // 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_0061;
throw e;
}
CATCH_0061:
{ // begin catch(System.Exception)
bool L_14 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebRequest_GetResponse_mEAFD8EB429590C17D9C05DF51D359FCC192D4441_RuntimeMethod_var);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006a;
}
FINALLY_006a:
{ // begin finally (depth: 1)
IL2CPP_END_FINALLY(106)
} // end finally (depth: 1)
IL2CPP_CLEANUP(106)
{
IL2CPP_JUMP_TBL(0x6B, IL_006b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_006b:
{
RuntimeObject* L_15 = V_0;
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_16 = VirtFuncInvoker1< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *, RuntimeObject* >::Invoke(24 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_15);
return L_16;
}
}
// System.Void System.Net.FileWebRequest::GetRequestStreamCallback(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C (RuntimeObject * ___state0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_0 = NULL;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_1 = NULL;
Exception_t * V_2 = NULL;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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 = ___state0;
V_0 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var));
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_1 = V_0;
NullCheck(L_1);
RuntimeObject * L_2 = LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059_inline(L_1, /*hidden argument*/NULL);
V_1 = ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F *)CastclassClass((RuntimeObject*)L_2, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var));
}
IL_0013:
try
{ // begin try (depth: 1)
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_3 = V_1;
NullCheck(L_3);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = L_3->get_m_stream_24();
if (L_4)
{
goto IL_0043;
}
}
IL_001b:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_5 = V_1;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_6 = V_1;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_7 = V_1;
NullCheck(L_7);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = L_7->get_m_uri_27();
NullCheck(L_8);
String_t* L_9 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_8, /*hidden argument*/NULL);
FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * L_10 = (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 *)il2cpp_codegen_object_new(FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766_il2cpp_TypeInfo_var);
FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C(L_10, L_6, L_9, 2, 2, 1, /*hidden argument*/NULL);
NullCheck(L_5);
L_5->set_m_stream_24(L_10);
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_11 = V_1;
NullCheck(L_11);
L_11->set_m_fileAccess_17(2);
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_12 = V_1;
NullCheck(L_12);
L_12->set_m_writing_29((bool)1);
}
IL_0043:
{
goto IL_005c;
}
} // 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_0045;
throw e;
}
CATCH_0045:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
Exception_t * L_13 = V_2;
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_13);
Exception_t * L_15 = V_2;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_16 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(L_16, L_14, L_15, /*hidden argument*/NULL);
V_3 = L_16;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_17 = V_0;
Exception_t * L_18 = V_3;
NullCheck(L_17);
LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_17, L_18, /*hidden argument*/NULL);
goto IL_0068;
} // end catch (depth: 1)
IL_005c:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_19 = V_0;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_20 = V_1;
NullCheck(L_20);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = L_20->get_m_stream_24();
NullCheck(L_19);
LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_19, L_21, /*hidden argument*/NULL);
}
IL_0068:
{
return;
}
}
// System.Void System.Net.FileWebRequest::GetResponseCallback(System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48 (RuntimeObject * ___state0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_0 = NULL;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_1 = NULL;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * V_2 = NULL;
bool V_3 = false;
Exception_t * V_4 = NULL;
Exception_t * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 3);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
RuntimeObject * L_0 = ___state0;
V_0 = ((LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 *)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3_il2cpp_TypeInfo_var));
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_1 = V_0;
NullCheck(L_1);
RuntimeObject * L_2 = LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059_inline(L_1, /*hidden argument*/NULL);
V_1 = ((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F *)CastclassClass((RuntimeObject*)L_2, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var));
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_3 = V_1;
NullCheck(L_3);
bool L_4 = L_3->get_m_writePending_28();
if (L_4)
{
goto IL_0023;
}
}
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_5 = V_1;
NullCheck(L_5);
bool L_6 = L_5->get_m_writing_29();
if (!L_6)
{
goto IL_0057;
}
}
IL_0023:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_7 = V_1;
V_2 = L_7;
V_3 = (bool)0;
}
IL_0027:
try
{ // begin try (depth: 1)
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_8 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_8, (bool*)(&V_3), /*hidden argument*/NULL);
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_9 = V_1;
NullCheck(L_9);
bool L_10 = L_9->get_m_writePending_28();
if (L_10)
{
goto IL_003f;
}
}
IL_0037:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_11 = V_1;
NullCheck(L_11);
bool L_12 = L_11->get_m_writing_29();
if (!L_12)
{
goto IL_004b;
}
}
IL_003f:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_13 = V_1;
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_14 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_14, (bool)0, /*hidden argument*/NULL);
NullCheck(L_13);
L_13->set_m_readerEvent_21(L_14);
}
IL_004b:
{
IL2CPP_LEAVE(0x57, FINALLY_004d);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004d;
}
FINALLY_004d:
{ // begin finally (depth: 1)
{
bool L_15 = V_3;
if (!L_15)
{
goto IL_0056;
}
}
IL_0050:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_16 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
}
IL_0056:
{
IL2CPP_END_FINALLY(77)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(77)
{
IL2CPP_JUMP_TBL(0x57, IL_0057)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0057:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_17 = V_1;
NullCheck(L_17);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_18 = L_17->get_m_readerEvent_21();
if (!L_18)
{
goto IL_006b;
}
}
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_19 = V_1;
NullCheck(L_19);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_20 = L_19->get_m_readerEvent_21();
NullCheck(L_20);
VirtFuncInvoker0< bool >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_20);
}
IL_006b:
{
}
IL_006c:
try
{ // begin try (depth: 1)
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_21 = V_1;
NullCheck(L_21);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_22 = L_21->get_m_response_23();
if (L_22)
{
goto IL_0095;
}
}
IL_0074:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_23 = V_1;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_24 = V_1;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_25 = V_1;
NullCheck(L_25);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_26 = L_25->get_m_uri_27();
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_27 = V_1;
NullCheck(L_27);
int32_t L_28 = L_27->get_m_fileAccess_17();
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_29 = V_1;
NullCheck(L_29);
bool L_30 = L_29->get_m_syncHint_25();
FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * L_31 = (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 *)il2cpp_codegen_object_new(FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325_il2cpp_TypeInfo_var);
FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379(L_31, L_24, L_26, L_28, (bool)((((int32_t)L_30) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
NullCheck(L_23);
L_23->set_m_response_23(L_31);
}
IL_0095:
{
goto IL_00b3;
}
} // 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_0097;
throw e;
}
CATCH_0097:
{ // begin catch(System.Exception)
V_4 = ((Exception_t *)__exception_local);
Exception_t * L_32 = V_4;
NullCheck(L_32);
String_t* L_33 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_32);
Exception_t * L_34 = V_4;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_35 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(L_35, L_33, L_34, /*hidden argument*/NULL);
V_5 = L_35;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_36 = V_0;
Exception_t * L_37 = V_5;
NullCheck(L_36);
LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_36, L_37, /*hidden argument*/NULL);
goto IL_00bf;
} // end catch (depth: 1)
IL_00b3:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_38 = V_0;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_39 = V_1;
NullCheck(L_39);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_40 = L_39->get_m_response_23();
NullCheck(L_38);
LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_38, L_40, /*hidden argument*/NULL);
}
IL_00bf:
{
return;
}
}
// System.Void System.Net.FileWebRequest::UnblockReader()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_m9E687E8F4413F2727339A41C3DE03A7D8ADBEDE3 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * 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);
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_1 = __this->get_m_readerEvent_21();
if (!L_1)
{
goto IL_0020;
}
}
IL_0014:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_2 = __this->get_m_readerEvent_21();
NullCheck(L_2);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_2, /*hidden argument*/NULL);
}
IL_0020:
{
IL2CPP_LEAVE(0x2C, FINALLY_0022);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0022;
}
FINALLY_0022:
{ // begin finally (depth: 1)
{
bool L_3 = V_1;
if (!L_3)
{
goto IL_002b;
}
}
IL_0025:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_4 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
}
IL_002b:
{
IL2CPP_END_FINALLY(34)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(34)
{
IL2CPP_JUMP_TBL(0x2C, IL_002c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002c:
{
__this->set_m_writing_29((bool)0);
return;
}
}
// System.Void System.Net.FileWebRequest::Abort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46 (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_0 = NULL;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * V_1 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_2 = NULL;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * 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) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
bool L_0 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
}
IL_0007:
try
{ // begin try (depth: 1)
try
{ // begin try (depth: 2)
{
int32_t* L_1 = __this->get_address_of_m_Aborted_32();
int32_t L_2 = Interlocked_Increment_mB6D391197444B8BFD30BAE1EDCF1A255CD2F292F((int32_t*)L_1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
{
goto IL_009b;
}
}
IL_0018:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_3 = __this->get_m_ReadAResult_31();
V_0 = L_3;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_4 = __this->get_m_WriteAResult_30();
V_1 = L_4;
String_t* L_5 = NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81(_stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F, 6, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_6 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_6, L_5, 6, /*hidden argument*/NULL);
V_2 = L_6;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_7 = __this->get_m_stream_24();
V_3 = L_7;
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_8 = V_0;
if (!L_8)
{
goto IL_0051;
}
}
IL_0042:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_9 = V_0;
NullCheck(L_9);
bool L_10 = LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0051;
}
}
IL_004a:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_11 = V_0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = V_2;
NullCheck(L_11);
LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_11, L_12, /*hidden argument*/NULL);
}
IL_0051:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_13 = V_1;
if (!L_13)
{
goto IL_0063;
}
}
IL_0054:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_14 = V_1;
NullCheck(L_14);
bool L_15 = LazyAsyncResult_get_IsCompleted_mEEF37BB305FC8CD7F84584B88F38268D635E4CB1(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0063;
}
}
IL_005c:
{
LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * L_16 = V_1;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_17 = V_2;
NullCheck(L_16);
LazyAsyncResult_InvokeCallback_m61F2403E47B10A03CA2CCE45D5DB1C5033A57C8B(L_16, L_17, /*hidden argument*/NULL);
}
IL_0063:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_18 = V_3;
if (!L_18)
{
goto IL_0082;
}
}
IL_0066:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_19 = V_3;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_19, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)))
{
goto IL_007c;
}
}
IL_006e:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = V_3;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)), 1);
goto IL_0082;
}
IL_007c:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_21 = V_3;
NullCheck(L_21);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_21);
}
IL_0082:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_22 = __this->get_m_response_23();
if (!L_22)
{
goto IL_009b;
}
}
IL_008a:
{
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_23 = __this->get_m_response_23();
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)), 1);
}
IL_009b:
{
IL2CPP_LEAVE(0xA7, FINALLY_00a6);
}
} // 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_009d;
throw e;
}
CATCH_009d:
{ // begin catch(System.Exception)
bool L_24 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebRequest_Abort_m4D9C32A2562AB52492209A48684F058BC8472C46_RuntimeMethod_var);
} // end catch (depth: 2)
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00a6;
}
FINALLY_00a6:
{ // begin finally (depth: 1)
IL2CPP_END_FINALLY(166)
} // end finally (depth: 1)
IL2CPP_CLEANUP(166)
{
IL2CPP_JUMP_TBL(0xA7, IL_00a7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00a7:
{
return;
}
}
// System.Void System.Net.FileWebRequest::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__cctor_m98058ED26B0744413A32327D2FF6778E4B52D5F4 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequest__cctor_m98058ED26B0744413A32327D2FF6778E4B52D5F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_0 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var);
WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_0, NULL, (intptr_t)((intptr_t)FileWebRequest_GetRequestStreamCallback_mCC6AEA46D613AA7B5035F4C5C27E848DC601951C_RuntimeMethod_var), /*hidden argument*/NULL);
((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var))->set_s_GetRequestStreamCallback_12(L_0);
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_1 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var);
WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_1, NULL, (intptr_t)((intptr_t)FileWebRequest_GetResponseCallback_m1C0A747466A03A05FF9D6D45456DFAFEEA38BF48_RuntimeMethod_var), /*hidden argument*/NULL);
((FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var))->set_s_GetResponseCallback_13(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.FileWebRequestCreator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequestCreator__ctor_m550EAB9632992C942E14D5B34C48FA6196595B9B (FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Net.WebRequest System.Net.FileWebRequestCreator::Create(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * FileWebRequestCreator_Create_m5A5314BCF6AA30E63196C05A64ECE6EA11D4E545 (FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebRequestCreator_Create_m5A5314BCF6AA30E63196C05A64ECE6EA11D4E545_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_1 = (FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F *)il2cpp_codegen_object_new(FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F_il2cpp_TypeInfo_var);
FileWebRequest__ctor_m6BF9BF0E17060D4E719795DE5742BFFC65D34C6B(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, int32_t ___access2, bool ___asyncHint3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
{
int32_t L_0 = ___access2;
__this->set_m_fileAccess_3(L_0);
int32_t L_1 = ___access2;
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
{
goto IL_001e;
}
}
IL_0011:
{
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();
__this->set_m_stream_5(L_2);
goto IL_004b;
}
IL_001e:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_3 = ___request0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___uri1;
NullCheck(L_4);
String_t* L_5 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_4, /*hidden argument*/NULL);
bool L_6 = ___asyncHint3;
FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * L_7 = (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 *)il2cpp_codegen_object_new(FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766_il2cpp_TypeInfo_var);
FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609(L_7, L_3, L_5, 3, 1, 1, ((int32_t)8192), L_6, /*hidden argument*/NULL);
__this->set_m_stream_5(L_7);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_m_stream_5();
NullCheck(L_8);
int64_t L_9 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_8);
__this->set_m_contentLength_2(L_9);
}
IL_004b:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_10 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48(L_10, ((int32_t)10), /*hidden argument*/NULL);
__this->set_m_headers_4(L_10);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_11 = __this->get_m_headers_4();
int64_t* L_12 = __this->get_address_of_m_contentLength_2();
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_14 = Int64_ToString_m25F3F61DC30EAF186B76BD91F83083BDDDE82B2A((int64_t*)L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_11);
WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8(L_11, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, L_14, /*hidden argument*/NULL);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_15 = __this->get_m_headers_4();
NullCheck(L_15);
WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8(L_15, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255, _stringLiteral10B12D00A7D3C421266B22114A2233F8F8621481, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = ___uri1;
__this->set_m_uri_6(L_16);
goto IL_00a6;
}
} // 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_0096;
throw e;
}
CATCH_0096:
{ // begin catch(System.Exception)
V_0 = ((Exception_t *)__exception_local);
Exception_t * L_17 = V_0;
NullCheck(L_17);
String_t* L_18 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_17);
Exception_t * L_19 = V_0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_20 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_20, L_18, L_19, 2, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, FileWebResponse__ctor_mD521D067A1815BD4E42DE18E13B82FC6EAB58379_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00a6:
{
return;
}
}
// System.Void System.Net.FileWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m8596AAABC73AFAF749351F4B0D2CBFB9214726C1 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebResponse__ctor_m8596AAABC73AFAF749351F4B0D2CBFB9214726C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
WebResponse__ctor_mC4FCBBBB946A8703F5279A1390D56A50CBE7164B(__this, L_0, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___serializationInfo0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_3 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_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_2);
RuntimeObject * L_5 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_2, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_4, /*hidden argument*/NULL);
__this->set_m_headers_4(((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___serializationInfo0;
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_6);
RuntimeObject * L_9 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_6, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_8, /*hidden argument*/NULL);
__this->set_m_uri_6(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_9, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0;
NullCheck(L_10);
int64_t L_11 = SerializationInfo_GetInt64_mD9FB62CFBEC90A544B95912AB9FA24377AC17E54(L_10, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, /*hidden argument*/NULL);
__this->set_m_contentLength_2(L_11);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_12 = ___serializationInfo0;
NullCheck(L_12);
int32_t L_13 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_12, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, /*hidden argument*/NULL);
__this->set_m_fileAccess_3(L_13);
return;
}
}
// System.Void System.Net.FileWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m1A6DD095E9F848AD3951E80A670DA080CED12BCB (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __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.FileWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_GetObjectData_m1553AB318AB78A871A047F1D842356776B283E4F (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebResponse_GetObjectData_m1553AB318AB78A871A047F1D842356776B283E4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_1 = __this->get_m_headers_4();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_2 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_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_0);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_0, _stringLiteral26B47E3D825258AE534F85838D81E93DDD46DB1F, L_1, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___serializationInfo0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_m_uri_6();
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_6 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
Type_t * L_7 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_6, /*hidden argument*/NULL);
NullCheck(L_4);
SerializationInfo_AddValue_mE0A104C01EFA55A83D4CAE4662A9B4C6459911FC(L_4, _stringLiteral2C6D680F5C570BA21D22697CD028F230E9F4CD56, L_5, L_7, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_8 = ___serializationInfo0;
int64_t L_9 = __this->get_m_contentLength_2();
NullCheck(L_8);
SerializationInfo_AddValue_mCCC2918D05840247B2A72A834940BD36AD7F5DE4(L_8, _stringLiteral4DC841370E2DDF7E95BD1CD7ACECC4D4B75A1FFC, L_9, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0;
int32_t L_11 = __this->get_m_fileAccess_3();
int32_t L_12 = L_11;
RuntimeObject * L_13 = Box(FileAccess_t31950F3A853EAE886AC8F13EA7FC03A3EB46E3F6_il2cpp_TypeInfo_var, &L_12);
NullCheck(L_10);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_10, _stringLiteralC494434058D2459DF68B485E6C06706E665B7DF6, L_13, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_14 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_15 = ___streamingContext1;
WebResponse_GetObjectData_m52CD293C2D47F35D8FF1EA2769D272E48398EB4A(__this, L_14, L_15, /*hidden argument*/NULL);
return;
}
}
// System.Net.WebHeaderCollection System.Net.FileWebResponse::get_Headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FileWebResponse_get_Headers_mED687B91BCD025BC991E927AF5AC3DFE8FD2E194 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method)
{
{
FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668(__this, /*hidden argument*/NULL);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = __this->get_m_headers_4();
return L_0;
}
}
// System.Void System.Net.FileWebResponse::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_m_closed_1();
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, FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668_RuntimeMethod_var);
}
IL_0019:
{
return;
}
}
// System.Void System.Net.FileWebResponse::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_Close_mBD2FC4D7E4EDE7C10648E463201E1A1DDEE7D551 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebResponse_Close_mBD2FC4D7E4EDE7C10648E463201E1A1DDEE7D551_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, __this, 0);
return;
}
}
// System.Void System.Net.FileWebResponse::System.Net.ICloseEx.CloseEx(System.Net.CloseExState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_System_Net_ICloseEx_CloseEx_mEB324E8E15B8A2D26F34220B88A2667EEBB02C8A (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __this, int32_t ___closeState0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebResponse_System_Net_ICloseEx_CloseEx_mEB324E8E15B8A2D26F34220B88A2667EEBB02C8A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * 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)
{
bool L_0 = __this->get_m_closed_1();
if (L_0)
{
goto IL_003c;
}
}
IL_0008:
{
__this->set_m_closed_1((bool)1);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_m_stream_5();
V_0 = L_1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_0;
if (!L_2)
{
goto IL_003c;
}
}
IL_0019:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0;
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)))
{
goto IL_002f;
}
}
IL_0021:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = V_0;
int32_t L_5 = ___closeState0;
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)));
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_t28F73B404904FD24D59FCE88A3A9A9B9696E9692_il2cpp_TypeInfo_var)), L_5);
goto IL_0035;
}
IL_002f:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = V_0;
NullCheck(L_6);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_6);
}
IL_0035:
{
__this->set_m_stream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
}
IL_003c:
{
IL2CPP_LEAVE(0x3F, FINALLY_003e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_003e;
}
FINALLY_003e:
{ // begin finally (depth: 1)
IL2CPP_END_FINALLY(62)
} // end finally (depth: 1)
IL2CPP_CLEANUP(62)
{
IL2CPP_JUMP_TBL(0x3F, IL_003f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003f:
{
return;
}
}
// System.IO.Stream System.Net.FileWebResponse::GetResponseStream()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * FileWebResponse_GetResponseStream_m08EC4326BF8E2BAD5F0F26FF2D80B3B0318BA4E5 (FileWebResponse_t0F58570D82C33733C9D899AB113B862803A5C325 * __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)
FileWebResponse_CheckDisposed_mBFB7D3AE3076481274D4541E7DE2D2A618FE1668(__this, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x9, FINALLY_0008);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0008;
}
FINALLY_0008:
{ // begin finally (depth: 1)
IL2CPP_END_FINALLY(8)
} // end finally (depth: 1)
IL2CPP_CLEANUP(8)
{
IL2CPP_JUMP_TBL(0x9, IL_0009)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0009:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_m_stream_5();
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.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream__ctor_m80D7CF5508F845D57EF371DD820A480A53D5C27C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___path1;
int32_t L_1 = ___mode2;
int32_t L_2 = ___access3;
int32_t L_3 = ___sharing4;
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_mB254658F1E758D76B41C942CB91BDF38FD544C83(__this, L_0, L_1, L_2, L_3, /*hidden argument*/NULL);
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_4 = ___request0;
__this->set_m_request_21(L_4);
return;
}
}
// System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * ___request0, String_t* ___path1, int32_t ___mode2, int32_t ___access3, int32_t ___sharing4, int32_t ___length5, bool ___async6, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream__ctor_m087F956637DD4C2FCE8247EC13021B1E75B35609_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___path1;
int32_t L_1 = ___mode2;
int32_t L_2 = ___access3;
int32_t L_3 = ___sharing4;
int32_t L_4 = ___length5;
bool L_5 = ___async6;
IL2CPP_RUNTIME_CLASS_INIT(FileStream_tA770BF9AF0906644D43C81B962C7DBC3BC79A418_il2cpp_TypeInfo_var);
FileStream__ctor_m75BC3CA273E035FF462FB6EEFC603391DAEE444E(__this, L_0, L_1, L_2, L_3, L_4, L_5, /*hidden argument*/NULL);
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_6 = ___request0;
__this->set_m_request_21(L_6);
return;
}
}
// System.Void System.Net.FileWebStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_Dispose_mC797EE18FAAF3613C73EF95AB81D1E9C0EE9A40A (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __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) * 1);
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_0016;
}
}
IL_0003:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_1 = __this->get_m_request_21();
if (!L_1)
{
goto IL_0016;
}
}
IL_000b:
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_2 = __this->get_m_request_21();
NullCheck(L_2);
FileWebRequest_UnblockReader_m9E687E8F4413F2727339A41C3DE03A7D8ADBEDE3(L_2, /*hidden argument*/NULL);
}
IL_0016:
{
IL2CPP_LEAVE(0x20, FINALLY_0018);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0018;
}
FINALLY_0018:
{ // begin finally (depth: 1)
bool L_3 = ___disposing0;
FileStream_Dispose_m54203A9581D731325AC51AAFB9165A59962184B3(__this, L_3, /*hidden argument*/NULL);
IL2CPP_END_FINALLY(24)
} // end finally (depth: 1)
IL2CPP_CLEANUP(24)
{
IL2CPP_JUMP_TBL(0x20, IL_0020)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0020:
{
return;
}
}
// System.Void System.Net.FileWebStream::System.Net.ICloseEx.CloseEx(System.Net.CloseExState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_System_Net_ICloseEx_CloseEx_mDB04D260B47E82C6161F2D65EA9EE8A832D03D18 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, int32_t ___closeState0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___closeState0;
if (!((int32_t)((int32_t)L_0&(int32_t)1)))
{
goto IL_0011;
}
}
{
SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * L_1 = VirtFuncInvoker0< SafeFileHandle_tE1B31BE63CD11BBF2B9B6A205A72735F32EB1BCB * >::Invoke(31 /* Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::get_SafeFileHandle() */, __this);
NullCheck(L_1);
SafeHandle_Close_m284B185A04D5FB0A23F55B333737B7DF2CBE1F80(L_1, /*hidden argument*/NULL);
return;
}
IL_0011:
{
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, __this);
return;
}
}
// System.Int32 System.Net.FileWebStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_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);
{
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
int32_t L_3 = FileStream_Read_m03CC42C965C1ABD9E859B682C188831F1483E792(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_001b;
} // 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_0012;
throw e;
}
CATCH_0012:
{ // begin catch(System.Object)
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebStream_Read_mBA56658D84F3C5742FE812D1A7AD58116541C779_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001b:
{
int32_t L_4 = V_0;
return L_4;
}
}
// System.Void System.Net.FileWebStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_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);
{
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
FileStream_Write_m6DFFBB4E21D32645656E7A0A5ACC2D11257B4147(__this, L_0, L_1, L_2, /*hidden argument*/NULL);
goto IL_001a;
} // 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_0011;
throw e;
}
CATCH_0011:
{ // begin catch(System.Object)
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebStream_Write_m79C3CB2CE195D5348D313E6CFA6C8F4394E9681F_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001a:
{
return;
}
}
// System.IAsyncResult System.Net.FileWebStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __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 (FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_3 = ___callback3;
RuntimeObject * L_4 = ___state4;
RuntimeObject* L_5 = FileStream_BeginRead_m455B17567FFD35796274787760433B42393C2883(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_001f;
} // 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_0016;
throw e;
}
CATCH_0016:
{ // begin catch(System.Object)
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebStream_BeginRead_m1E98F98D1956A77B4CBD4F111EC895A855C291D8_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001f:
{
RuntimeObject* L_6 = V_0;
return L_6;
}
}
// System.Int32 System.Net.FileWebStream::EndRead(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_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)
RuntimeObject* L_0 = ___ar0;
int32_t L_1 = FileStream_EndRead_mB1860DAE801D6E017580F3B37B7E6864CBD64E06(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0013;
} // 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_000a;
throw e;
}
CATCH_000a:
{ // begin catch(System.Object)
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebStream_EndRead_mD4F843221DB3767E3CFB3E052E24E9CC94135302_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0013:
{
int32_t L_2 = V_0;
return L_2;
}
}
// System.IAsyncResult System.Net.FileWebStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __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 (FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
}
IL_0006:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer0;
int32_t L_1 = ___offset1;
int32_t L_2 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_3 = ___callback3;
RuntimeObject * L_4 = ___state4;
RuntimeObject* L_5 = FileStream_BeginWrite_m6B4C4865AC0DDAF81AE2627B9C94ABDC7E6C6019(__this, L_0, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
V_0 = L_5;
goto IL_001f;
} // 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_0016;
throw e;
}
CATCH_0016:
{ // begin catch(System.Object)
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebStream_BeginWrite_mD2E9B62CE8C7FF3A16763BB128E6AC9E31C985D0_RuntimeMethod_var);
} // end catch (depth: 1)
IL_001f:
{
RuntimeObject* L_6 = V_0;
return L_6;
}
}
// System.Void System.Net.FileWebStream::EndWrite(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, RuntimeObject* ___ar0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_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 = ___ar0;
FileStream_EndWrite_mCFC76CE52C16D6242CE2EF0E71301C1CC9D8062D(__this, L_0, /*hidden argument*/NULL);
goto IL_0012;
} // 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_0009;
throw e;
}
CATCH_0009:
{ // begin catch(System.Object)
FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7(__this, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, FileWebStream_EndWrite_m9505A80B585F611DE18E22C9ACC319FB901E6A94_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0012:
{
return;
}
}
// System.Void System.Net.FileWebStream::CheckError()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7 (FileWebStream_t67DDC539EC81FFB9F3615EBE17649E53E1CCA766 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FileWebRequest_t198368018F8EBC18AD1A835D585A4B8E235C6E4F * L_0 = __this->get_m_request_21();
NullCheck(L_0);
bool L_1 = FileWebRequest_get_Aborted_mD504D723802D217E3F741C68EF2576AFC2C0006F(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_001f;
}
}
{
String_t* L_2 = NetRes_GetWebStatusString_m507D1110F525757C699C6F95A3AA4B8AD41BED81(_stringLiteralA26FE7E9EF9887A92BBCC605CF8D49A42CC2DD9F, 6, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_3, L_2, 6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FileWebStream_CheckError_m70F0ABB558C83EB00CB830DC1B449E7254B561D7_RuntimeMethod_var);
}
IL_001f:
{
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.FtpAsyncResult::.ctor(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2_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_8(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = ___callback0;
__this->set_callback_3(L_1);
RuntimeObject * L_2 = ___state1;
__this->set_state_5(L_2);
return;
}
}
// System.Object System.Net.FtpAsyncResult::get_AsyncState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject * FtpAsyncResult_get_AsyncState_m5B82CF4D3039FA4269A2C9C67915EC03A30C1CF7 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_state_5();
return L_0;
}
}
// System.Threading.WaitHandle System.Net.FtpAsyncResult::get_AsyncWaitHandle()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB_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_8();
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_waitHandle_1();
if (L_2)
{
goto IL_0025;
}
}
IL_0019:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_3 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_3, (bool)0, /*hidden argument*/NULL);
__this->set_waitHandle_1(L_3);
}
IL_0025:
{
IL2CPP_LEAVE(0x31, FINALLY_0027);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0027;
}
FINALLY_0027:
{ // begin finally (depth: 1)
{
bool L_4 = V_1;
if (!L_4)
{
goto IL_0030;
}
}
IL_002a:
{
RuntimeObject * L_5 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_0030:
{
IL2CPP_END_FINALLY(39)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(39)
{
IL2CPP_JUMP_TBL(0x31, IL_0031)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0031:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = __this->get_waitHandle_1();
return L_6;
}
}
// System.Boolean System.Net.FtpAsyncResult::get_CompletedSynchronously()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_CompletedSynchronously_m25F6107E415BAFB99A94CD2DCC334E244BCD8EA8 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_synch_7();
return L_0;
}
}
// System.Boolean System.Net.FtpAsyncResult::get_IsCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __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_8();
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_completed_6();
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.FtpAsyncResult::get_GotException()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_get_GotException_mAC09EE00EE24A4BE52C8117CEE71D8B22478C241 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_exception_2();
return (bool)((!(((RuntimeObject*)(Exception_t *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Exception System.Net.FtpAsyncResult::get_Exception()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_exception_2();
return L_0;
}
}
// System.Net.FtpWebResponse System.Net.FtpAsyncResult::get_Response()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_0 = __this->get_response_0();
return L_0;
}
}
// System.Void System.Net.FtpAsyncResult::set_Stream(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0;
__this->set_stream_4(L_0);
return;
}
}
// System.Boolean System.Net.FtpAsyncResult::WaitUntilComplete(System.Int32,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpAsyncResult_WaitUntilComplete_mB0A55CC17C7AF43C3E92D3CFBA32D9BD4A13DC3E (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method)
{
{
bool L_0 = FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_1 = FtpAsyncResult_get_AsyncWaitHandle_mC08458AAB6A57D7EF090255ECD3AA3A74A782DFB(__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.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception,System.Net.FtpWebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response2, 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_7(L_0);
Exception_t * L_1 = ___exc1;
__this->set_exception_2(L_1);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_2 = ___response2;
__this->set_response_0(L_2);
RuntimeObject * L_3 = __this->get_locker_8();
V_0 = L_3;
V_1 = (bool)0;
}
IL_001e:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_4 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_4, (bool*)(&V_1), /*hidden argument*/NULL);
__this->set_completed_6((bool)1);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_5 = __this->get_waitHandle_1();
if (!L_5)
{
goto IL_0041;
}
}
IL_0035:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_6 = __this->get_waitHandle_1();
NullCheck(L_6);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_6, /*hidden argument*/NULL);
}
IL_0041:
{
IL2CPP_LEAVE(0x4D, FINALLY_0043);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0043;
}
FINALLY_0043:
{ // begin finally (depth: 1)
{
bool L_7 = V_1;
if (!L_7)
{
goto IL_004c;
}
}
IL_0046:
{
RuntimeObject * L_8 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_8, /*hidden argument*/NULL);
}
IL_004c:
{
IL2CPP_END_FINALLY(67)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(67)
{
IL2CPP_JUMP_TBL(0x4D, IL_004d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004d:
{
FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Net.FtpWebResponse)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * ___response1, const RuntimeMethod* method)
{
{
bool L_0 = ___synch0;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_1 = ___response1;
FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C(__this, L_0, (Exception_t *)NULL, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpAsyncResult::SetCompleted(System.Boolean,System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_SetCompleted_mD743363CDB181114AD06522C51750064823D681C (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, bool ___synch0, Exception_t * ___exc1, const RuntimeMethod* method)
{
{
bool L_0 = ___synch0;
Exception_t * L_1 = ___exc1;
FtpAsyncResult_SetCompleted_mF07269B2D75F2605607C46DA9AB3ECCA2D78637C(__this, L_0, L_1, (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpAsyncResult::DoCallback()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29 (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpAsyncResult_DoCallback_m2CD255A8D9A268136870E4B12C6780AB661C0F29_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);
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_callback_3();
if (!L_0)
{
goto IL_0019;
}
}
IL_0008:
try
{ // begin try (depth: 1)
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_1 = __this->get_callback_3();
NullCheck(L_1);
AsyncCallback_Invoke_m1830E56CD41BDD255C144AA16A9426EEE301617C(L_1, __this, /*hidden argument*/NULL);
goto IL_0019;
} // 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_0016;
throw e;
}
CATCH_0016:
{ // begin catch(System.Exception)
goto IL_0019;
} // end catch (depth: 1)
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.Void System.Net.FtpDataStream::.ctor(System.Net.FtpWebRequest,System.IO.Stream,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream1, bool ___isRead2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = ___request0;
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, _stringLiteral088E29B0AB0079560DEA5D3E5AEB2F7868AF661E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242_RuntimeMethod_var);
}
IL_0014:
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_2 = ___request0;
__this->set_request_4(L_2);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = ___stream1;
__this->set_networkStream_5(L_3);
bool L_4 = ___isRead2;
__this->set_isRead_7(L_4);
return;
}
}
// System.Boolean System.Net.FtpDataStream::get_CanRead()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanRead_m0768B2C88C55F7F53AC3A6CD4C35FBD417517458 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isRead_7();
return L_0;
}
}
// System.Boolean System.Net.FtpDataStream::get_CanWrite()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanWrite_m255C84C5696D678D545C55520200EDAAAE653AA0 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_isRead_7();
return (bool)((((int32_t)L_0) == ((int32_t)0))? 1 : 0);
}
}
// System.Boolean System.Net.FtpDataStream::get_CanSeek()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpDataStream_get_CanSeek_mB690A1820BF58BC7766BE9D0A59C22506E82EA3F (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Int64 System.Net.FtpDataStream::get_Length()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpDataStream_get_Length_m9CCB9EFF3E1B33E77839AEB6700F4DE8F84A1DE8_RuntimeMethod_var);
}
}
// System.Int64 System.Net.FtpDataStream::get_Position()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpDataStream_get_Position_m6CDC34240321FC639CCC8717B01EB67658ECCAD2_RuntimeMethod_var);
}
}
// System.Void System.Net.FtpDataStream::set_Position(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpDataStream_set_Position_m0823E809E38E2249D4FD8184D2EDC1F7F1453914_RuntimeMethod_var);
}
}
// System.Void System.Net.FtpDataStream::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Close_mEEF28BD2C7B96369AB3D394D2558B2B8099F7550 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
{
VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::Dispose(System.Boolean) */, __this, (bool)1);
return;
}
}
// System.Void System.Net.FtpDataStream::Flush()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Flush_m5183E9154746A712E4464CF101E4D341EDDCAE3D (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Int64 System.Net.FtpDataStream::Seek(System.Int64,System.IO.SeekOrigin)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, int64_t ___offset0, int32_t ___origin1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpDataStream_Seek_m64901779BB7BBD40E2712F8E1C53739B9C3E85B2_RuntimeMethod_var);
}
}
// System.Void System.Net.FtpDataStream::SetLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_SetLength_mB80E9254CB1FA5C788D53DA2531CCED7D20BDC1B (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_SetLength_mB80E9254CB1FA5C788D53DA2531CCED7D20BDC1B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpDataStream_SetLength_mB80E9254CB1FA5C788D53DA2531CCED7D20BDC1B_RuntimeMethod_var);
}
}
// System.Int32 System.Net.FtpDataStream::ReadInternal(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_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);
{
V_0 = 0;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4();
NullCheck(L_0);
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL);
}
IL_000d:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_networkStream_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = ___offset1;
int32_t L_4 = ___size2;
NullCheck(L_1);
int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4);
V_0 = L_5;
goto IL_002a;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001e;
throw e;
}
CATCH_001e:
{ // begin catch(System.IO.IOException)
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_6 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_6, _stringLiteral9A87E6B354F5E627F11BA7520E8705AB50EABD93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_RuntimeMethod_var);
} // end catch (depth: 1)
IL_002a:
{
int32_t L_7 = __this->get_totalRead_8();
int32_t L_8 = V_0;
__this->set_totalRead_8(((int32_t)il2cpp_codegen_add((int32_t)L_7, (int32_t)L_8)));
int32_t L_9 = V_0;
if (L_9)
{
goto IL_0058;
}
}
{
__this->set_networkStream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_10 = __this->get_request_4();
NullCheck(L_10);
FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3(L_10, /*hidden argument*/NULL);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_11 = __this->get_request_4();
NullCheck(L_11);
FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5(L_11, /*hidden argument*/NULL);
}
IL_0058:
{
int32_t L_12 = V_0;
return L_12;
}
}
// System.IAsyncResult System.Net.FtpDataStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223(__this, /*hidden argument*/NULL);
bool L_0 = __this->get_isRead_7();
if (L_0)
{
goto IL_0014;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var);
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var);
}
IL_0022:
{
int32_t L_4 = ___offset1;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_002c;
}
}
{
int32_t L_5 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0;
NullCheck(L_6);
if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
{
goto IL_0037;
}
}
IL_002c:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var);
}
IL_0037:
{
int32_t L_8 = ___size2;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0043;
}
}
{
int32_t L_9 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer0;
NullCheck(L_10);
int32_t L_11 = ___offset1;
if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11)))))
{
goto IL_004e;
}
}
IL_0043:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteralAA23673CEE156D4324DE3B031ACB342A4C7B49EC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FtpDataStream_BeginRead_mEEAADD29F26DA75251B19A1DE5B3BB7C93BED878_RuntimeMethod_var);
}
IL_004e:
{
ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * L_13 = (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE *)il2cpp_codegen_object_new(ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE_il2cpp_TypeInfo_var);
ReadDelegate__ctor_m846902BA329986F9EA8FF6CC7882B2E90D7227CF(L_13, __this, (intptr_t)((intptr_t)FtpDataStream_ReadInternal_m6B12FB682996AF91251EDF9AD48C6E210940F58C_RuntimeMethod_var), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer0;
int32_t L_15 = ___offset1;
int32_t L_16 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_17 = ___cb3;
RuntimeObject * L_18 = ___state4;
NullCheck(L_13);
RuntimeObject* L_19 = ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403(L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// System.Int32 System.Net.FtpDataStream::EndRead(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL;
ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * G_B6_0 = NULL;
ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * G_B5_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, FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var));
G_B3_0 = L_3;
if (L_3)
{
G_B4_0 = L_3;
goto IL_0027;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral421CEFC1C553ACCF8E4FB06460052332CC7C1BD2, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var);
}
IL_0027:
{
NullCheck(G_B4_0);
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0);
ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * L_6 = ((ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE *)IsInstSealed((RuntimeObject*)L_5, ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE_il2cpp_TypeInfo_var));
G_B5_0 = L_6;
if (L_6)
{
G_B6_0 = L_6;
goto IL_0044;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral421CEFC1C553ACCF8E4FB06460052332CC7C1BD2, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FtpDataStream_EndRead_m31C45E96D472378578177FE6B3462C5F9D6825B0_RuntimeMethod_var);
}
IL_0044:
{
RuntimeObject* L_8 = ___asyncResult0;
NullCheck(G_B6_0);
int32_t L_9 = ReadDelegate_EndInvoke_m81D23E1BBCCA7A4358439D8FA8703BD1DD0E51F1(G_B6_0, L_8, /*hidden argument*/NULL);
return L_9;
}
}
// System.Int32 System.Net.FtpDataStream::Read(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4();
NullCheck(L_0);
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
RuntimeObject* L_4 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(19 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL);
V_0 = L_4;
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_5);
if (L_6)
{
goto IL_0045;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_8 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_7);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_9 = __this->get_request_4();
NullCheck(L_9);
int32_t L_10 = FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
bool L_11 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0);
if (L_11)
{
goto IL_0045;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_12, _stringLiteralB8EDAA16B74F8F7FE28BC7366F087C31F5DC347A, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FtpDataStream_Read_mB7A950B65C2DFBF77DC4C6BADA54D305A7E7147F_RuntimeMethod_var);
}
IL_0045:
{
RuntimeObject* L_13 = V_0;
int32_t L_14 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(20 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, __this, L_13);
return L_14;
}
}
// System.Void System.Net.FtpDataStream::WriteInternal(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_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);
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4();
NullCheck(L_0);
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL);
}
IL_000b:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_networkStream_5();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
int32_t L_3 = ___offset1;
int32_t L_4 = ___size2;
NullCheck(L_1);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_1, L_2, L_3, L_4);
goto IL_0022;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001b;
throw e;
}
CATCH_001b:
{ // begin catch(System.IO.IOException)
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_5 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m9E1CE4D0A1DBB0EAE0BE6C7C026154C789F41A49(L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0022:
{
return;
}
}
// System.IAsyncResult System.Net.FtpDataStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb3, RuntimeObject * ___state4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223(__this, /*hidden argument*/NULL);
bool L_0 = __this->get_isRead_7();
if (!L_0)
{
goto IL_0014;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var);
}
IL_0014:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
if (L_2)
{
goto IL_0022;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_3 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_3, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var);
}
IL_0022:
{
int32_t L_4 = ___offset1;
if ((((int32_t)L_4) < ((int32_t)0)))
{
goto IL_002c;
}
}
{
int32_t L_5 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer0;
NullCheck(L_6);
if ((((int32_t)L_5) <= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_6)->max_length)))))))
{
goto IL_0037;
}
}
IL_002c:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var);
}
IL_0037:
{
int32_t L_8 = ___size2;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0043;
}
}
{
int32_t L_9 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer0;
NullCheck(L_10);
int32_t L_11 = ___offset1;
if ((((int32_t)L_9) <= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_10)->max_length)))), (int32_t)L_11)))))
{
goto IL_004e;
}
}
IL_0043:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_12 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_12, _stringLiteralAA23673CEE156D4324DE3B031ACB342A4C7B49EC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FtpDataStream_BeginWrite_m9821709E59E6AB80D93AB96D958B471094E559FF_RuntimeMethod_var);
}
IL_004e:
{
WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * L_13 = (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 *)il2cpp_codegen_object_new(WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49_il2cpp_TypeInfo_var);
WriteDelegate__ctor_mEA287F4C0CA3BBF6E313D227555374667713465F(L_13, __this, (intptr_t)((intptr_t)FtpDataStream_WriteInternal_m48FFED7DE74442D4A054980178EFA682ADD1DFAD_RuntimeMethod_var), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer0;
int32_t L_15 = ___offset1;
int32_t L_16 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_17 = ___cb3;
RuntimeObject * L_18 = ___state4;
NullCheck(L_13);
RuntimeObject* L_19 = WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D(L_13, L_14, L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
return L_19;
}
}
// System.Void System.Net.FtpDataStream::EndWrite(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B4_0 = NULL;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * G_B3_0 = NULL;
WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * G_B6_0 = NULL;
WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * G_B5_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, FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 * L_3 = ((AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2 *)IsInstClass((RuntimeObject*)L_2, AsyncResult_tCCDC69FF29D3DE32F7BD57870BBC329EFF8E58E2_il2cpp_TypeInfo_var));
G_B3_0 = L_3;
if (L_3)
{
G_B4_0 = L_3;
goto IL_0027;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_4, _stringLiteral1C5721CD81708A571E26BF1BE0D0DDB56448CCAE, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var);
}
IL_0027:
{
NullCheck(G_B4_0);
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, G_B4_0);
WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * L_6 = ((WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 *)IsInstSealed((RuntimeObject*)L_5, WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49_il2cpp_TypeInfo_var));
G_B5_0 = L_6;
if (L_6)
{
G_B6_0 = L_6;
goto IL_0044;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteral1C5721CD81708A571E26BF1BE0D0DDB56448CCAE, _stringLiteral5B3BD2481D1A6E4A5654FB0FCDF9C6265B5A959F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FtpDataStream_EndWrite_mB52EB72A18391AB4D2006F56E3C4DAE93A763013_RuntimeMethod_var);
}
IL_0044:
{
RuntimeObject* L_8 = ___asyncResult0;
NullCheck(G_B6_0);
WriteDelegate_EndInvoke_mE7E6F50CA22059FB6DB1B65AB9D6949F90DC98E8(G_B6_0, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpDataStream::Write(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = __this->get_request_4();
NullCheck(L_0);
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
RuntimeObject* L_4 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(22 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL, NULL);
V_0 = L_4;
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
bool L_6 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_5);
if (L_6)
{
goto IL_0045;
}
}
{
RuntimeObject* L_7 = V_0;
NullCheck(L_7);
WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * L_8 = InterfaceFuncInvoker0< WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 * >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_7);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_9 = __this->get_request_4();
NullCheck(L_9);
int32_t L_10 = FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41_inline(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
bool L_11 = VirtFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_8, L_10, (bool)0);
if (L_11)
{
goto IL_0045;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_12, _stringLiteralB8EDAA16B74F8F7FE28BC7366F087C31F5DC347A, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FtpDataStream_Write_m71533890AA8F39755804490543E71B80BD83913E_RuntimeMethod_var);
}
IL_0045:
{
RuntimeObject* L_13 = V_0;
VirtActionInvoker1< RuntimeObject* >::Invoke(23 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, __this, L_13);
return;
}
}
// System.Void System.Net.FtpDataStream::Finalize()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Finalize_m3B44D4E773EA453C805C227A092E9D3EBD976699 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __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.Void System.Net.FtpDataStream::System.IDisposable.Dispose()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_System_IDisposable_Dispose_m83433EE88E4290FBBF0094FE7BFC152B5372F5D7 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_System_IDisposable_Dispose_m83433EE88E4290FBBF0094FE7BFC152B5372F5D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(16 /* System.Void System.IO.Stream::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.FtpDataStream::Dispose(System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_Dispose_m5CC13B4A96E66BAC0CEDBCAA29FF22CC9A80C7C9 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_disposed_6();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
__this->set_disposed_6((bool)1);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_networkStream_5();
if (!L_1)
{
goto IL_003c;
}
}
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_2 = __this->get_request_4();
NullCheck(L_2);
FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3(L_2, /*hidden argument*/NULL);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_3 = __this->get_request_4();
NullCheck(L_3);
FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5(L_3, /*hidden argument*/NULL);
__this->set_request_4((FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA *)NULL);
__this->set_networkStream_5((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
}
IL_003c:
{
return;
}
}
// System.Void System.Net.FtpDataStream::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223 (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_6();
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, FtpDataStream_CheckDisposed_mDAC19E619B52C0B99A39D0389E169F91C60D3223_RuntimeMethod_var);
}
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
IL2CPP_EXTERN_C int32_t DelegatePInvokeWrapper_ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___buffer0' to native representation
uint8_t* ____buffer0_marshaled = NULL;
if (___buffer0 != NULL)
{
____buffer0_marshaled = reinterpret_cast<uint8_t*>((___buffer0)->GetAddressAtUnchecked(0));
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2);
return returnValue;
}
// System.Void System.Net.FtpDataStream_ReadDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ReadDelegate__ctor_m846902BA329986F9EA8FF6CC7882B2E90D7227CF (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Int32 System.Net.FtpDataStream_ReadDelegate::Invoke(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDelegate_Invoke_mA7FEC53DC12EACEC121E0D774B9975F3FFED9F6A (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
int32_t result = 0;
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 == 3)
{
// open
typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod);
}
else
{
// closed
typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// 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 = GenericInterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2);
else
result = GenericVirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2);
else
result = VirtFuncInvoker2< int32_t, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___offset1) - 1), ___size2, targetMethod);
}
typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, 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 = GenericInterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2);
else
result = GenericVirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
result = InterfaceFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2);
else
result = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef int32_t (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___buffer0) - 1), ___offset1, ___size2, targetMethod);
}
if (targetThis == NULL)
{
typedef int32_t (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod);
}
else
{
typedef int32_t (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
result = ((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod);
}
}
}
}
return result;
}
// System.IAsyncResult System.Net.FtpDataStream_ReadDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ReadDelegate_BeginInvoke_mCCE971E5339DAF04E6A830A06123F9F34B1F2403_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___buffer0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1);
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___size2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Int32 System.Net.FtpDataStream_ReadDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadDelegate_EndInvoke_m81D23E1BBCCA7A4358439D8FA8703BD1DD0E51F1 (ReadDelegate_tBC77AE628966A21E63D8BB344BC3D7C79441A6DE * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___result0, 0);
return *(int32_t*)UnBox ((RuntimeObject*)__result);
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
IL2CPP_EXTERN_C void DelegatePInvokeWrapper_WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
typedef void (DEFAULT_CALL *PInvokeFunc)(uint8_t*, int32_t, int32_t);
PInvokeFunc il2cppPInvokeFunc = reinterpret_cast<PInvokeFunc>(il2cpp_codegen_get_method_pointer(((RuntimeDelegate*)__this)->method));
// Marshaling of parameter '___buffer0' to native representation
uint8_t* ____buffer0_marshaled = NULL;
if (___buffer0 != NULL)
{
____buffer0_marshaled = reinterpret_cast<uint8_t*>((___buffer0)->GetAddressAtUnchecked(0));
}
// Native function invocation
il2cppPInvokeFunc(____buffer0_marshaled, ___offset1, ___size2);
}
// System.Void System.Net.FtpDataStream_WriteDelegate::.ctor(System.Object,System.IntPtr)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate__ctor_mEA287F4C0CA3BBF6E313D227555374667713465F (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method)
{
__this->set_method_ptr_0(il2cpp_codegen_get_method_pointer((RuntimeMethod*)___method1));
__this->set_method_3(___method1);
__this->set_m_target_2(___object0);
}
// System.Void System.Net.FtpDataStream_WriteDelegate::Invoke(System.Byte[],System.Int32,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate_Invoke_mD9872838A4842408C195451743E99C88BA3DB32D (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, 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 == 3)
{
// open
typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod);
}
else
{
// closed
typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod);
}
}
else if (___parameterCount != 3)
{
// 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))
GenericInterfaceActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2);
else
GenericVirtActionInvoker2< int32_t, int32_t >::Invoke(targetMethod, ___buffer0, ___offset1, ___size2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), ___buffer0, ___offset1, ___size2);
else
VirtActionInvoker2< int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), ___buffer0, ___offset1, ___size2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(&___offset1) - 1), ___size2, targetMethod);
}
typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, 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))
GenericInterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2);
else
GenericVirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(targetMethod, targetThis, ___buffer0, ___offset1, ___size2);
}
else
{
if (il2cpp_codegen_method_is_interface_method(targetMethod))
InterfaceActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), il2cpp_codegen_method_get_declaring_type(targetMethod), targetThis, ___buffer0, ___offset1, ___size2);
else
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(il2cpp_codegen_method_get_slot(targetMethod), targetThis, ___buffer0, ___offset1, ___size2);
}
}
else
{
if (targetThis == NULL && il2cpp_codegen_class_is_value_type(il2cpp_codegen_method_get_declaring_type(targetMethod)))
{
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)((reinterpret_cast<RuntimeObject*>(___buffer0) - 1), ___offset1, ___size2, targetMethod);
}
if (targetThis == NULL)
{
typedef void (*FunctionPointerType) (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(___buffer0, ___offset1, ___size2, targetMethod);
}
else
{
typedef void (*FunctionPointerType) (void*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, const RuntimeMethod*);
((FunctionPointerType)targetMethodPointer)(targetThis, ___buffer0, ___offset1, ___size2, targetMethod);
}
}
}
}
}
// System.IAsyncResult System.Net.FtpDataStream_WriteDelegate::BeginInvoke(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback3, RuntimeObject * ___object4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WriteDelegate_BeginInvoke_m74A2F49D05650DA0FD9F5A2F1D8B8785D2128E7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
void *__d_args[4] = {0};
__d_args[0] = ___buffer0;
__d_args[1] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___offset1);
__d_args[2] = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &___size2);
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___callback3, (RuntimeObject*)___object4);
}
// System.Void System.Net.FtpDataStream_WriteDelegate::EndInvoke(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WriteDelegate_EndInvoke_mE7E6F50CA22059FB6DB1B65AB9D6949F90DC98E8 (WriteDelegate_tCA763F3444D2578FB21239EDFC1C3632E469FC49 * __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.Net.WebRequest System.Net.FtpRequestCreator::Create(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * FtpRequestCreator_Create_mB9CD950EDF1B3F06F7C928E490806C12FB1D7306 (FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpRequestCreator_Create_mB9CD950EDF1B3F06F7C928E490806C12FB1D7306_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_1 = (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA *)il2cpp_codegen_object_new(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Net.FtpRequestCreator::.ctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpRequestCreator__ctor_m0DACF33EF40A75AE489FEF288DC61837FFFA8BEF (FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F * __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.FtpStatus::.ctor(System.Net.FtpStatusCode,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, int32_t ___statusCode0, String_t* ___statusDescription1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
int32_t L_0 = ___statusCode0;
__this->set_statusCode_0(L_0);
String_t* L_1 = ___statusDescription1;
__this->set_statusDescription_1(L_1);
return;
}
}
// System.Net.FtpStatusCode System.Net.FtpStatus::get_StatusCode()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_statusCode_0();
return L_0;
}
}
// System.String System.Net.FtpStatus::get_StatusDescription()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_statusDescription_1();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.FtpWebRequest::.ctor(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest__ctor_mEB166EB5A1F20FC008DA66D46AADE550EE176892_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
__this->set_timeout_24(((int32_t)100000));
__this->set_rwTimeout_25(((int32_t)300000));
__this->set_binary_27((bool)1);
__this->set_usePassive_29((bool)1);
__this->set_method_31(_stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731);
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
__this->set_locker_33(L_0);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_1 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
__this->set_dataEncoding_40(L_1);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___uri0;
__this->set_requestUri_12(L_2);
RuntimeObject* L_3 = GlobalProxySelection_get_Select_mE826A34EB04E3906E699A317417506C89551F54B(/*hidden argument*/NULL);
__this->set_proxy_23(L_3);
return;
}
}
// System.Exception System.Net.FtpWebRequest::GetMustImplement()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = (NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 *)il2cpp_codegen_object_new(NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_il2cpp_TypeInfo_var);
NotImplementedException__ctor_m8BEA657E260FC05F0C6D2C43A6E9BC08040F59C4(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.FtpWebRequest::set_ContentType(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_ContentType_m36B4E71F7115A7C9A755182D7F908EBC2C4B4520 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_set_ContentType_m36B4E71F7115A7C9A755182D7F908EBC2C4B4520_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_0 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33(L_0, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpWebRequest_set_ContentType_m36B4E71F7115A7C9A755182D7F908EBC2C4B4520_RuntimeMethod_var);
}
}
// System.Int64 System.Net.FtpWebRequest::get_ContentLength()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FtpWebRequest_get_ContentLength_m0AA54320A4411A8189956A8F748D26190F33388F (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
return (((int64_t)((int64_t)0)));
}
}
// System.Void System.Net.FtpWebRequest::set_ContentLength(System.Int64)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_ContentLength_m464955B49B0813ACBEB90FB93B31EEA9F7DB26A4 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, int64_t ___value0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Net.ICredentials System.Net.FtpWebRequest::get_Credentials()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Credentials_m04E1ED23DB92946B86D7032624EA2873486F403A (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = __this->get_credentials_19();
return L_0;
}
}
// System.Void System.Net.FtpWebRequest::set_Credentials(System.Net.ICredentials)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___value0;
if (L_0)
{
goto IL_000f;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_m682F47F1DE29EBE74F44F6478D3C17D176C63510(L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_RuntimeMethod_var);
}
IL_000f:
{
RuntimeObject* L_2 = ___value0;
if (((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)IsInstClass((RuntimeObject*)L_2, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var)))
{
goto IL_001d;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_3 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m77591C20EDA3ADEE2FAF1987321D686E249326C5(L_3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FtpWebRequest_set_Credentials_mD1E83921438DC48BD8E2D7F3C3DEE15059D978A7_RuntimeMethod_var);
}
IL_001d:
{
RuntimeObject* L_4 = ___value0;
__this->set_credentials_19(((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)IsInstClass((RuntimeObject*)L_4, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_il2cpp_TypeInfo_var)));
return;
}
}
// System.Boolean System.Net.FtpWebRequest::get_EnableSsl()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_enableSsl_28();
return L_0;
}
}
// System.Net.WebHeaderCollection System.Net.FtpWebRequest::get_Headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
Exception_t * L_0 = FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpWebRequest_get_Headers_mDB12E6279EFB79535CE1CBCD2D627956807A3521_RuntimeMethod_var);
}
}
// System.Void System.Net.FtpWebRequest::set_Headers(System.Net.WebHeaderCollection)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Headers_m759172C60DE9E69C1EBC8227E1D6B86685E831D1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_set_Headers_m759172C60DE9E69C1EBC8227E1D6B86685E831D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
Exception_t * L_0 = FtpWebRequest_GetMustImplement_m79C3B2BE8F675D8FAD0AC9E3680119D8611FD4BC(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, FtpWebRequest_set_Headers_m759172C60DE9E69C1EBC8227E1D6B86685E831D1_RuntimeMethod_var);
}
}
// System.String System.Net.FtpWebRequest::get_Method()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_Method_mE29B55B62D53DEE7E4D4E7BF6957ED61E9C96F1C (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_method_31();
return L_0;
}
}
// System.Void System.Net.FtpWebRequest::set_Method(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
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, _stringLiteralF5C3342662AFEA2711580B08345FFDFF91BFC8A2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_RuntimeMethod_var);
}
IL_0014:
{
String_t* L_2 = ___value0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = ((FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var))->get_supportedCommands_39();
String_t* L_5 = ___value0;
int32_t L_6 = Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F(L_4, L_5, /*hidden argument*/Array_BinarySearch_TisString_t_m9A4F4DA2128EEF6EE7E3E3B9FF1D1597E3E11A8F_RuntimeMethod_var);
if ((((int32_t)L_6) >= ((int32_t)0)))
{
goto IL_003a;
}
}
IL_002a:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, _stringLiteralE8D64F89B171B92A7FF4F6D29AFA8340EEC39E5D, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, FtpWebRequest_set_Method_mA2A58D774AC0985D2C8243E8738324EEAD2ED9A3_RuntimeMethod_var);
}
IL_003a:
{
String_t* L_8 = ___value0;
__this->set_method_31(L_8);
return;
}
}
// System.Net.IWebProxy System.Net.FtpWebRequest::get_Proxy()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_get_Proxy_m6CDABF236AC1D990E8BB4AA7C9F66DEB34D4F334 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_proxy_23();
return L_0;
}
}
// System.Void System.Net.FtpWebRequest::set_Proxy(System.Net.IWebProxy)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_Proxy_mF7CC08D21016FCD7BE68651DBE29A3A0188E0292 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___value0;
__this->set_proxy_23(L_0);
return;
}
}
// System.Int32 System.Net.FtpWebRequest::get_ReadWriteTimeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_rwTimeout_25();
return L_0;
}
}
// System.Uri System.Net.FtpWebRequest::get_RequestUri()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * FtpWebRequest_get_RequestUri_m3E3FDDE1DA51122A2C78D30010A605473D68A93A (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_requestUri_12();
return L_0;
}
}
// System.Net.ServicePoint System.Net.FtpWebRequest::get_ServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_get_ServicePoint_m9905A072551D262F6125C6F805186887E3E564BB (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Net.FtpWebRequest::get_Timeout()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_Timeout_m7DC75E6E9E0184FBE36DB5876C75FA24FE8D487C (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_timeout_24();
return L_0;
}
}
// System.String System.Net.FtpWebRequest::get_DataType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_binary_27();
if (L_0)
{
goto IL_000e;
}
}
{
return _stringLiteral6DCD4CE23D88E2EE9568BA546C007C63D9131C1B;
}
IL_000e:
{
return _stringLiteralCA73AB65568CD125C2D27A22BBD9E863C10B675D;
}
}
// System.Net.FtpWebRequest_RequestState System.Net.FtpWebRequest::get_State()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
RuntimeObject * V_0 = NULL;
bool V_1 = false;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
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_33();
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);
int32_t L_2 = __this->get_requestState_34();
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:
{
int32_t L_5 = V_2;
return L_5;
}
}
// System.Void System.Net.FtpWebRequest::set_State(System.Net.FtpWebRequest_RequestState)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, int32_t ___value0, 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 = __this->get_locker_33();
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);
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL);
FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6(__this, /*hidden argument*/NULL);
int32_t L_2 = ___value0;
__this->set_requestState_34(L_2);
IL2CPP_LEAVE(0x30, 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)
{
bool L_3 = V_1;
if (!L_3)
{
goto IL_002f;
}
}
IL_0029:
{
RuntimeObject * L_4 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
}
IL_002f:
{
IL2CPP_END_FINALLY(38)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(38)
{
IL2CPP_JUMP_TBL(0x30, IL_0030)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0030:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::Abort()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_Abort_m691CBAD2BC5A53A175C7B9FE3022EC31BF01BF56 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_Abort_m691CBAD2BC5A53A175C7B9FE3022EC31BF01BF56_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_33();
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);
int32_t L_2 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_2) == ((uint32_t)5))))
{
goto IL_002c;
}
}
IL_001a:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var);
FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE(__this, (bool)0, _stringLiteral08845F37413D9AC5F89E3CFB8993776DC22AE978, L_3, /*hidden argument*/NULL);
}
IL_002c:
{
bool L_4 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_005d;
}
}
IL_0034:
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 7, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_requestUri_12();
String_t* L_6 = __this->get_method_31();
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_7 = (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)il2cpp_codegen_object_new(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var);
FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB(L_7, __this, L_5, L_6, ((int32_t)552), _stringLiteral240AF118F2416A43862EAB1BE06240E6FFB3434F, /*hidden argument*/NULL);
__this->set_ftpResponse_36(L_7);
}
IL_005d:
{
IL2CPP_LEAVE(0x69, FINALLY_005f);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005f;
}
FINALLY_005f:
{ // begin finally (depth: 1)
{
bool L_8 = V_1;
if (!L_8)
{
goto IL_0068;
}
}
IL_0062:
{
RuntimeObject * L_9 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*hidden argument*/NULL);
}
IL_0068:
{
IL2CPP_END_FINALLY(95)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(95)
{
IL2CPP_JUMP_TBL(0x69, IL_0069)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0069:
{
return;
}
}
// System.IAsyncResult System.Net.FtpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_0 = __this->get_asyncResult_35();
if (!L_0)
{
goto IL_0020;
}
}
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_1 = __this->get_asyncResult_35();
NullCheck(L_1);
bool L_2 = FtpAsyncResult_get_IsCompleted_m8DD6A535074516E8CF8CCBAF395EA828D73816E7(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0020;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_3 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_3, _stringLiteralDDE3CAADF1DECA83359DDFAB22D3E521EC8AF534, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FtpWebRequest_BeginGetResponse_mE6A43B19053316B4E46AD0678703F6AC11C7BBD5_RuntimeMethod_var);
}
IL_0020:
{
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = ___callback0;
RuntimeObject * L_5 = ___state1;
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_6 = (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)il2cpp_codegen_object_new(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var);
FtpAsyncResult__ctor_mD5DCF150E676F2C987D5429910F2E5AFF525F3C2(L_6, L_4, L_5, /*hidden argument*/NULL);
__this->set_asyncResult_35(L_6);
RuntimeObject * L_7 = __this->get_locker_33();
V_0 = L_7;
V_1 = (bool)0;
}
IL_003c:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_8 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_8, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_9 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL);
if (!L_9)
{
goto IL_0060;
}
}
IL_004c:
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_10 = __this->get_asyncResult_35();
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_11 = __this->get_ftpResponse_36();
NullCheck(L_10);
FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D(L_10, (bool)1, L_11, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x98, FINALLY_008e);
}
IL_0060:
{
int32_t L_12 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if (L_12)
{
goto IL_006f;
}
}
IL_0068:
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 1, /*hidden argument*/NULL);
}
IL_006f:
{
ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF * L_13 = (ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF *)il2cpp_codegen_object_new(ThreadStart_t09FFA4371E4B2A713F212B157CC9B8B61983B5BF_il2cpp_TypeInfo_var);
ThreadStart__ctor_m692348FEAEBAF381D62984EE95B217CC024A77D5(L_13, __this, (intptr_t)((intptr_t)FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_RuntimeMethod_var), /*hidden argument*/NULL);
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_14 = (Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 *)il2cpp_codegen_object_new(Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7_il2cpp_TypeInfo_var);
Thread__ctor_m36A33B990160C4499E991D288341CA325AE66DDD(L_14, L_13, /*hidden argument*/NULL);
Thread_tF60E0A146CD3B5480CB65FF9B6016E84C5460CC7 * L_15 = L_14;
NullCheck(L_15);
Thread_set_IsBackground_mF62551A195DCB09D44E512F52916145E39362D39(L_15, (bool)1, /*hidden argument*/NULL);
NullCheck(L_15);
Thread_Start_mE2AC4744AFD147FDC84E8D9317B4E3AB890BC2D6(L_15, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x98, FINALLY_008e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_008e;
}
FINALLY_008e:
{ // begin finally (depth: 1)
{
bool L_16 = V_1;
if (!L_16)
{
goto IL_0097;
}
}
IL_0091:
{
RuntimeObject * L_17 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_17, /*hidden argument*/NULL);
}
IL_0097:
{
IL2CPP_END_FINALLY(142)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(142)
{
IL2CPP_JUMP_TBL(0x98, IL_0098)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0098:
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_18 = __this->get_asyncResult_35();
return L_18;
}
}
// System.Net.WebResponse System.Net.FtpWebRequest::EndGetResponse(System.IAsyncResult)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * 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, _stringLiteral49B7551A883BCE52B41B634D0B3DAAC21A6D8033, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___asyncResult0;
if (!((FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)IsInstClass((RuntimeObject*)L_2, FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var)))
{
goto IL_001f;
}
}
{
RuntimeObject* L_3 = ___asyncResult0;
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_4 = __this->get_asyncResult_35();
if ((((RuntimeObject*)(RuntimeObject*)L_3) == ((RuntimeObject*)(FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)L_4)))
{
goto IL_002a;
}
}
IL_001f:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, _stringLiteralAF6425AC7E06625C8E037F9115F3A0A57F6AD7EE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var);
}
IL_002a:
{
RuntimeObject* L_6 = ___asyncResult0;
V_0 = ((FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 *)CastclassClass((RuntimeObject*)L_6, FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3_il2cpp_TypeInfo_var));
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_7 = V_0;
int32_t L_8 = __this->get_timeout_24();
NullCheck(L_7);
bool L_9 = FtpAsyncResult_WaitUntilComplete_mB0A55CC17C7AF43C3E92D3CFBA32D9BD4A13DC3E(L_7, L_8, (bool)0, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0053;
}
}
{
VirtActionInvoker0::Invoke(25 /* System.Void System.Net.WebRequest::Abort() */, __this);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_10 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_10, _stringLiteral45D9C92D21A59AD29945BAB4A3CC15EE6489F7D5, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var);
}
IL_0053:
{
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL);
___asyncResult0 = (RuntimeObject*)NULL;
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_11 = V_0;
NullCheck(L_11);
bool L_12 = FtpAsyncResult_get_GotException_mAC09EE00EE24A4BE52C8117CEE71D8B22478C241(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_006b;
}
}
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_13 = V_0;
NullCheck(L_13);
Exception_t * L_14 = FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB_inline(L_13, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_14, FtpWebRequest_EndGetResponse_m49797B90C1534EC441A7C992D95A7BD214CFFC5A_RuntimeMethod_var);
}
IL_006b:
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_15 = V_0;
NullCheck(L_15);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_16 = FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0_inline(L_15, /*hidden argument*/NULL);
return L_16;
}
}
// System.Net.WebResponse System.Net.FtpWebRequest::GetResponse()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * FtpWebRequest_GetResponse_m57C04A16B9E8D09980AEB3B001424DC8C9606D94 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
RuntimeObject* 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 = L_0;
RuntimeObject* 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.Net.ServicePoint System.Net.FtpWebRequest::GetServicePoint()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_servicePoint_14();
if (L_0)
{
goto IL_001f;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_requestUri_12();
RuntimeObject* L_2 = __this->get_proxy_23();
IL2CPP_RUNTIME_CLASS_INIT(ServicePointManager_tB30C5869193569552EC4F0F454EF3ACF3908DC02_il2cpp_TypeInfo_var);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_3 = ServicePointManager_FindServicePoint_m9941E847AA8745D9CEC1CCB2559BD0348B3B58BF(L_1, L_2, /*hidden argument*/NULL);
__this->set_servicePoint_14(L_3);
}
IL_001f:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_4 = __this->get_servicePoint_14();
return L_4;
}
}
// System.Void System.Net.FtpWebRequest::ResolveHost()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL);
NullCheck(L_0);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_1 = ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74(L_0, /*hidden argument*/NULL);
__this->set_hostEntry_20(L_1);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_2 = __this->get_hostEntry_20();
if (L_2)
{
goto IL_0057;
}
}
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_3 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var);
FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_4, ((int32_t)451), _stringLiteral74445F4C7B17E5B88465751CFFDA63D2A87ED653, /*hidden argument*/NULL);
NullCheck(L_3);
FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_3, L_4, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = __this->get_requestUri_12();
String_t* L_6 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteralDE7CD5823C33B39B65D269DFDE87F91332DF120F, L_5, /*hidden argument*/NULL);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_7 = __this->get_ftpResponse_36();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_8 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_8, L_6, (Exception_t *)NULL, 1, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF_RuntimeMethod_var);
}
IL_0057:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::ProcessRequest()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_ProcessRequest_mC53550C545A65C2DBCD5E16C18F1CDCF7F38C36E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * 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);
{
int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)1))))
{
goto IL_005f;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = __this->get_requestUri_12();
String_t* L_2 = __this->get_method_31();
bool L_3 = __this->get_keepAlive_30();
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_4 = (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)il2cpp_codegen_object_new(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var);
FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5(L_4, __this, L_1, L_2, L_3, /*hidden argument*/NULL);
__this->set_ftpResponse_36(L_4);
}
IL_0027:
try
{ // begin try (depth: 1)
FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461(__this, /*hidden argument*/NULL);
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_5 = __this->get_asyncResult_35();
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_6 = __this->get_ftpResponse_36();
NullCheck(L_5);
FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D(L_5, (bool)0, L_6, /*hidden argument*/NULL);
goto IL_00a0;
} // 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_0041;
throw e;
}
CATCH_0041:
{ // begin catch(System.Exception)
{
V_0 = ((Exception_t *)__exception_local);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_7 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL);
NullCheck(L_7);
bool L_8 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2_inline(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0056;
}
}
IL_004f:
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 8, /*hidden argument*/NULL);
}
IL_0056:
{
Exception_t * L_9 = V_0;
FtpWebRequest_SetCompleteWithError_mCAD8855318D9C05C6D2EFF0CA58C964AD0EC47A5(__this, L_9, /*hidden argument*/NULL);
goto IL_00a0;
}
} // end catch (depth: 1)
IL_005f:
{
bool L_10 = FtpWebRequest_InProgress_mB3C30F4635E943E86ACD2B89EB10E203409A32F5(__this, /*hidden argument*/NULL);
if (!L_10)
{
goto IL_008e;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL);
V_1 = L_11;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_12 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_13 = V_1;
NullCheck(L_12);
FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_12, L_13, /*hidden argument*/NULL);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_14 = __this->get_ftpResponse_36();
NullCheck(L_14);
bool L_15 = FtpWebResponse_IsFinal_m0D47181A2DB04567196AD438FE81EB7C102ED5D5(L_14, /*hidden argument*/NULL);
if (!L_15)
{
goto IL_008e;
}
}
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 6, /*hidden argument*/NULL);
}
IL_008e:
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_16 = __this->get_asyncResult_35();
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_17 = __this->get_ftpResponse_36();
NullCheck(L_16);
FtpAsyncResult_SetCompleted_m5CDB4ABAF063E7D511DBB69F6D6700D96ABA9E3D(L_16, (bool)0, L_17, /*hidden argument*/NULL);
}
IL_00a0:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::SetType()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL;
{
bool L_0 = __this->get_binary_27();
if (!L_0)
{
goto IL_0045;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
String_t* L_3 = FtpWebRequest_get_DataType_m54415C5105533554C3EAF93B27601FFA92053BBD(__this, /*hidden argument*/NULL);
NullCheck(L_2);
ArrayElementTypeCheck (L_2, L_3);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_3);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral6E9816A8E9D0388EECDB52866188C04E75E4B1B3, L_2, /*hidden argument*/NULL);
V_0 = L_4;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) < ((int32_t)((int32_t)200))))
{
goto IL_003d;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) < ((int32_t)((int32_t)300))))
{
goto IL_0045;
}
}
IL_003d:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_0;
Exception_t * L_10 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42_RuntimeMethod_var);
}
IL_0045:
{
return;
}
}
// System.String System.Net.FtpWebRequest::GetRemoteFolderPath(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
NullCheck(L_0);
String_t* L_1 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_2 = Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D(L_1, /*hidden argument*/NULL);
V_1 = L_2;
String_t* L_3 = __this->get_initial_path_38();
if (!L_3)
{
goto IL_0026;
}
}
{
String_t* L_4 = __this->get_initial_path_38();
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_002a;
}
}
IL_0026:
{
String_t* L_6 = V_1;
V_0 = L_6;
goto IL_0075;
}
IL_002a:
{
String_t* L_7 = V_1;
NullCheck(L_7);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)47)))))
{
goto IL_003d;
}
}
{
String_t* L_9 = V_1;
NullCheck(L_9);
String_t* L_10 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_9, 1, /*hidden argument*/NULL);
V_1 = L_10;
}
IL_003d:
{
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_11 = (UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 *)il2cpp_codegen_object_new(UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905_il2cpp_TypeInfo_var);
UriBuilder__ctor_mFC8729DAB4291B5B6500207C85DCB3985B46BB52(L_11, /*hidden argument*/NULL);
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_12 = L_11;
NullCheck(L_12);
UriBuilder_set_Scheme_mD20C10C2D43C0C2C96D9098BE4331D46FCC45921(L_12, _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3, /*hidden argument*/NULL);
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_13 = L_12;
NullCheck(L_13);
UriBuilder_set_Host_m7213BE98F62DE6A099EA8EEFF479949C5F1EA680(L_13, _stringLiteralB10CF8B1502CF42A8B7387392AA7097048C9ACB6, /*hidden argument*/NULL);
UriBuilder_t5823C3516668F40DA57B8F41E2AF01261B988905 * L_14 = L_13;
String_t* L_15 = __this->get_initial_path_38();
NullCheck(L_14);
UriBuilder_set_Path_mB5E891CD6B419F1310178B20F5E47E49D0F828E8(L_14, L_15, /*hidden argument*/NULL);
NullCheck(L_14);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = UriBuilder_get_Uri_mDCABA4CD1D05D4B9C4CBA063BC7CA94EE6CCC631(L_14, /*hidden argument*/NULL);
String_t* L_17 = V_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_m41A759BF295FB902084DD289849793E01A65A14E(L_18, L_16, L_17, /*hidden argument*/NULL);
NullCheck(L_18);
String_t* L_19 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_18, /*hidden argument*/NULL);
V_0 = L_19;
}
IL_0075:
{
String_t* L_20 = V_0;
NullCheck(L_20);
int32_t L_21 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_20, ((int32_t)47), /*hidden argument*/NULL);
V_2 = L_21;
int32_t L_22 = V_2;
if ((!(((uint32_t)L_22) == ((uint32_t)(-1)))))
{
goto IL_0084;
}
}
{
return (String_t*)NULL;
}
IL_0084:
{
String_t* L_23 = V_0;
int32_t L_24 = V_2;
NullCheck(L_23);
String_t* L_25 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_23, 0, ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL);
return L_25;
}
}
// System.Void System.Net.FtpWebRequest::CWDAndSetFileName(System.Uri)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_1 = NULL;
int32_t V_2 = 0;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
String_t* L_1 = FtpWebRequest_GetRemoteFolderPath_mE31E9E8EF80FB88D0EC39522F273B8015021FB96(__this, L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_006e;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
String_t* L_5 = V_0;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, L_5);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_6 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral2C96E0206AB9AD2A0FAD4F5144E786D6EE16C28A, L_4, /*hidden argument*/NULL);
V_1 = L_6;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = V_1;
NullCheck(L_7);
int32_t L_8 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) < ((int32_t)((int32_t)200))))
{
goto IL_003b;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_1;
NullCheck(L_9);
int32_t L_10 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) < ((int32_t)((int32_t)300))))
{
goto IL_0043;
}
}
IL_003b:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = V_1;
Exception_t * L_12 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651_RuntimeMethod_var);
}
IL_0043:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___uri0;
NullCheck(L_13);
String_t* L_14 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = String_LastIndexOf_m76C37E3915E802044761572007B8FB0635995F59(L_14, ((int32_t)47), /*hidden argument*/NULL);
V_2 = L_15;
int32_t L_16 = V_2;
if ((((int32_t)L_16) < ((int32_t)0)))
{
goto IL_006e;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = ___uri0;
NullCheck(L_17);
String_t* L_18 = Uri_get_LocalPath_mA82E33D3A3CC238669E0CE3B7AD298AA9C8695D0(L_17, /*hidden argument*/NULL);
int32_t L_19 = V_2;
NullCheck(L_18);
String_t* L_20 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_18, ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_21 = Uri_UnescapeDataString_mE1F40FC5CA3FF03DEE9EB01E3D8BD502D36A284D(L_20, /*hidden argument*/NULL);
__this->set_file_name_13(L_21);
}
IL_006e:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::ProcessMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * V_0 = NULL;
String_t* V_1 = NULL;
uint32_t V_2 = 0;
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = FtpWebRequest_GetServicePoint_m694D1A7B63F66B08E4C63E056D1C85130862801B(__this, /*hidden argument*/NULL);
NullCheck(L_0);
bool L_1 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2_inline(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0087;
}
}
{
String_t* L_2 = __this->get_method_31();
bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_002a;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral08DBD353B54D2F9A28CEE8A0276FB35150FFDC93, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_RuntimeMethod_var);
}
IL_002a:
{
RuntimeObject* L_5 = __this->get_proxy_23();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = __this->get_requestUri_12();
NullCheck(L_5);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = InterfaceFuncInvoker1< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(0 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_5, L_6);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_8 = WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9(L_7, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_9 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_8, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = __this->get_requestUri_12();
NullCheck(L_9);
HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414_inline(L_9, L_10, /*hidden argument*/NULL);
__this->set_requestState_34(6);
NullCheck(L_9);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_11 = VirtFuncInvoker0< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * >::Invoke(22 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_9);
V_0 = L_11;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_12 = __this->get_ftpResponse_36();
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_13 = V_0;
NullCheck(L_13);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = VirtFuncInvoker0< Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * >::Invoke(11 /* System.IO.Stream System.Net.WebResponse::GetResponseStream() */, L_13);
FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * L_15 = (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 *)il2cpp_codegen_object_new(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var);
FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242(L_15, __this, L_14, (bool)1, /*hidden argument*/NULL);
NullCheck(L_12);
FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26_inline(L_12, L_15, /*hidden argument*/NULL);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_16 = __this->get_ftpResponse_36();
NullCheck(L_16);
FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543_inline(L_16, ((int32_t)200), /*hidden argument*/NULL);
return;
}
IL_0087:
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 2, /*hidden argument*/NULL);
FtpWebRequest_ResolveHost_mD451D8BE1720AD61B3883DA5DC9A38E7A1BF8CBF(__this, /*hidden argument*/NULL);
FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_17 = __this->get_requestUri_12();
FtpWebRequest_CWDAndSetFileName_m3FA0ED89F9E45000C3D4B3EAA84F1C69AC82D651(__this, L_17, /*hidden argument*/NULL);
FtpWebRequest_SetType_m66589B1AFB2130C24277BA3B79DE3A1F4EE8BE42(__this, /*hidden argument*/NULL);
String_t* L_18 = __this->get_method_31();
V_1 = L_18;
String_t* L_19 = V_1;
uint32_t L_20 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_19, /*hidden argument*/NULL);
V_2 = L_20;
uint32_t L_21 = V_2;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)1636987420)))))
{
goto IL_0116;
}
}
{
uint32_t L_22 = V_2;
if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)172932033)))))
{
goto IL_00f0;
}
}
{
uint32_t L_23 = V_2;
if ((((int32_t)L_23) == ((int32_t)((int32_t)61167622))))
{
goto IL_01c7;
}
}
{
uint32_t L_24 = V_2;
if ((((int32_t)L_24) == ((int32_t)((int32_t)111500479))))
{
goto IL_01b5;
}
}
{
uint32_t L_25 = V_2;
if ((((int32_t)L_25) == ((int32_t)((int32_t)172932033))))
{
goto IL_018b;
}
}
{
goto IL_0248;
}
IL_00f0:
{
uint32_t L_26 = V_2;
if ((((int32_t)L_26) == ((int32_t)((int32_t)540800083))))
{
goto IL_0212;
}
}
{
uint32_t L_27 = V_2;
if ((((int32_t)L_27) == ((int32_t)((int32_t)1414193175))))
{
goto IL_0203;
}
}
{
uint32_t L_28 = V_2;
if ((((int32_t)L_28) == ((int32_t)((int32_t)1636987420))))
{
goto IL_01d6;
}
}
{
goto IL_0248;
}
IL_0116:
{
uint32_t L_29 = V_2;
if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1708872540)))))
{
goto IL_0141;
}
}
{
uint32_t L_30 = V_2;
if ((((int32_t)L_30) == ((int32_t)((int32_t)-2104514709))))
{
goto IL_01a0;
}
}
{
uint32_t L_31 = V_2;
if ((((int32_t)L_31) == ((int32_t)((int32_t)-2102073603))))
{
goto IL_0221;
}
}
{
uint32_t L_32 = V_2;
if ((((int32_t)L_32) == ((int32_t)((int32_t)-1708872540))))
{
goto IL_01f4;
}
}
{
goto IL_0248;
}
IL_0141:
{
uint32_t L_33 = V_2;
if ((((int32_t)L_33) == ((int32_t)((int32_t)-1165828937))))
{
goto IL_01e5;
}
}
{
uint32_t L_34 = V_2;
if ((((int32_t)L_34) == ((int32_t)((int32_t)-334409030))))
{
goto IL_0161;
}
}
{
uint32_t L_35 = V_2;
if ((((int32_t)L_35) == ((int32_t)((int32_t)-177056040))))
{
goto IL_0176;
}
}
{
goto IL_0248;
}
IL_0161:
{
String_t* L_36 = V_1;
bool L_37 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_36, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731, /*hidden argument*/NULL);
if (L_37)
{
goto IL_0230;
}
}
{
goto IL_0248;
}
IL_0176:
{
String_t* L_38 = V_1;
bool L_39 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A, /*hidden argument*/NULL);
if (L_39)
{
goto IL_0230;
}
}
{
goto IL_0248;
}
IL_018b:
{
String_t* L_40 = V_1;
bool L_41 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_40, _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04, /*hidden argument*/NULL);
if (L_41)
{
goto IL_0230;
}
}
{
goto IL_0248;
}
IL_01a0:
{
String_t* L_42 = V_1;
bool L_43 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_42, _stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B, /*hidden argument*/NULL);
if (L_43)
{
goto IL_0238;
}
}
{
goto IL_0248;
}
IL_01b5:
{
String_t* L_44 = V_1;
bool L_45 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_44, _stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561, /*hidden argument*/NULL);
if (L_45)
{
goto IL_0238;
}
}
{
goto IL_0248;
}
IL_01c7:
{
String_t* L_46 = V_1;
bool L_47 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_46, _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC, /*hidden argument*/NULL);
if (L_47)
{
goto IL_0238;
}
}
{
goto IL_0248;
}
IL_01d6:
{
String_t* L_48 = V_1;
bool L_49 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_48, _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D, /*hidden argument*/NULL);
if (L_49)
{
goto IL_0240;
}
}
{
goto IL_0248;
}
IL_01e5:
{
String_t* L_50 = V_1;
bool L_51 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_50, _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9, /*hidden argument*/NULL);
if (L_51)
{
goto IL_0240;
}
}
{
goto IL_0248;
}
IL_01f4:
{
String_t* L_52 = V_1;
bool L_53 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_52, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A, /*hidden argument*/NULL);
if (L_53)
{
goto IL_0240;
}
}
{
goto IL_0248;
}
IL_0203:
{
String_t* L_54 = V_1;
bool L_55 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_54, _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23, /*hidden argument*/NULL);
if (L_55)
{
goto IL_0240;
}
}
{
goto IL_0248;
}
IL_0212:
{
String_t* L_56 = V_1;
bool L_57 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_56, _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98, /*hidden argument*/NULL);
if (L_57)
{
goto IL_0240;
}
}
{
goto IL_0248;
}
IL_0221:
{
String_t* L_58 = V_1;
bool L_59 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_58, _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714, /*hidden argument*/NULL);
if (L_59)
{
goto IL_0240;
}
}
{
goto IL_0248;
}
IL_0230:
{
FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1(__this, /*hidden argument*/NULL);
goto IL_025e;
}
IL_0238:
{
FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E(__this, /*hidden argument*/NULL);
goto IL_025e;
}
IL_0240:
{
FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573(__this, /*hidden argument*/NULL);
goto IL_025e;
}
IL_0248:
{
String_t* L_60 = __this->get_method_31();
String_t* L_61 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral6EA707797D1BBB27E2551608727598E7F8310E94, L_60, /*hidden argument*/NULL);
Exception_t * L_62 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_62, L_61, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_62, FtpWebRequest_ProcessMethod_mC9EABE7E320BA557675B3C6C790CF602DAA4B461_RuntimeMethod_var);
}
IL_025e:
{
FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpWebRequest::CloseControlConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_controlStream_17();
if (!L_0)
{
goto IL_002b;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var);
FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral5860C8458788E44E7636FA364548E067049A0D7B, L_1, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_controlStream_17();
NullCheck(L_2);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2);
__this->set_controlStream_17((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
}
IL_002b:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::CloseDataConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_origDataStream_15();
if (!L_0)
{
goto IL_001a;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_origDataStream_15();
NullCheck(L_1);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_1);
__this->set_origDataStream_15((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
}
IL_001a:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::CloseConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
FtpWebRequest_CloseControlConnection_mFAFF520F6D482E69E10DF94D5222DE80D91BD9C9(__this, /*hidden argument*/NULL);
FtpWebRequest_CloseDataConnection_mCEE5CE6EC33BB0F936AE05E6D9333AA31DAC75A3(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpWebRequest::ProcessSimpleMethod()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
int64_t V_5 = 0;
int32_t G_B35_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B35_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B35_2 = NULL;
String_t* G_B35_3 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B35_4 = NULL;
int32_t G_B34_0 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B34_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B34_2 = NULL;
String_t* G_B34_3 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B34_4 = NULL;
String_t* G_B36_0 = NULL;
int32_t G_B36_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B36_2 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* G_B36_3 = NULL;
String_t* G_B36_4 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B36_5 = NULL;
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 5, /*hidden argument*/NULL);
String_t* L_0 = __this->get_method_31();
bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0024;
}
}
{
__this->set_method_31(_stringLiteralF73E110427648014568F7144031A6D48060EAB0A);
}
IL_0024:
{
String_t* L_2 = __this->get_method_31();
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0041;
}
}
{
__this->set_method_31(_stringLiteralE19F651F452D556E37148394C2E69437D02F9429);
}
IL_0041:
{
String_t* L_4 = __this->get_method_31();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
String_t* L_7 = __this->get_file_name_13();
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_7);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_8 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_4, L_6, /*hidden argument*/NULL);
V_0 = L_8;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_9 = __this->get_ftpResponse_36();
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = ((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var))->get_Null_1();
NullCheck(L_9);
FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26_inline(L_9, L_10, /*hidden argument*/NULL);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_11, /*hidden argument*/NULL);
V_1 = L_12;
String_t* L_13 = __this->get_method_31();
V_2 = L_13;
String_t* L_14 = V_2;
bool L_15 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_14, _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D, /*hidden argument*/NULL);
if (L_15)
{
goto IL_00dd;
}
}
{
String_t* L_16 = V_2;
bool L_17 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_16, _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9, /*hidden argument*/NULL);
if (L_17)
{
goto IL_016e;
}
}
{
String_t* L_18 = V_2;
bool L_19 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_18, _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23, /*hidden argument*/NULL);
if (L_19)
{
goto IL_01a5;
}
}
{
String_t* L_20 = V_2;
bool L_21 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_20, _stringLiteral2C96E0206AB9AD2A0FAD4F5144E786D6EE16C28A, /*hidden argument*/NULL);
if (L_21)
{
goto IL_01bd;
}
}
{
String_t* L_22 = V_2;
bool L_23 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_22, _stringLiteralE19F651F452D556E37148394C2E69437D02F9429, /*hidden argument*/NULL);
if (L_23)
{
goto IL_0204;
}
}
{
String_t* L_24 = V_2;
bool L_25 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_24, _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714, /*hidden argument*/NULL);
if (L_25)
{
goto IL_0263;
}
}
{
goto IL_0278;
}
IL_00dd:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_26 = V_0;
NullCheck(L_26);
int32_t L_27 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_26, /*hidden argument*/NULL);
if ((((int32_t)L_27) == ((int32_t)((int32_t)213))))
{
goto IL_00f2;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_28 = V_0;
Exception_t * L_29 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_28, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_00f2:
{
V_3 = 4;
V_4 = 0;
goto IL_0103;
}
IL_00f9:
{
int32_t L_30 = V_3;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
int32_t L_31 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_0103:
{
int32_t L_32 = V_3;
String_t* L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_33, /*hidden argument*/NULL);
if ((((int32_t)L_32) >= ((int32_t)L_34)))
{
goto IL_011a;
}
}
{
String_t* L_35 = V_1;
int32_t L_36 = V_3;
NullCheck(L_35);
Il2CppChar L_37 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, L_36, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_38 = Char_IsDigit_m29508E0B60DAE54350BDC3DED0D42895DBA4087E(L_37, /*hidden argument*/NULL);
if (L_38)
{
goto IL_00f9;
}
}
IL_011a:
{
int32_t L_39 = V_4;
if (L_39)
{
goto IL_0134;
}
}
{
String_t* L_40 = __this->get_method_31();
String_t* L_41 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralAE63E40E79C41B51AD77C929AF72404A444197F2, L_40, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_42 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_42, L_41, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_0134:
{
String_t* L_43 = V_1;
int32_t L_44 = V_4;
NullCheck(L_43);
String_t* L_45 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_43, 4, L_44, /*hidden argument*/NULL);
bool L_46 = Int64_TryParse_m5C60567D82BACC7D9C18F7A9A83025FC94AD0E95(L_45, (int64_t*)(&V_5), /*hidden argument*/NULL);
if (L_46)
{
goto IL_015c;
}
}
{
String_t* L_47 = __this->get_method_31();
String_t* L_48 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralAE63E40E79C41B51AD77C929AF72404A444197F2, L_47, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_49 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_49, L_48, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_49, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_015c:
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_50 = __this->get_ftpResponse_36();
int64_t L_51 = V_5;
NullCheck(L_50);
L_50->set_contentLength_12(L_51);
goto IL_0278;
}
IL_016e:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_52 = V_0;
NullCheck(L_52);
int32_t L_53 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_52, /*hidden argument*/NULL);
if ((((int32_t)L_53) == ((int32_t)((int32_t)213))))
{
goto IL_0183;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_54 = V_0;
Exception_t * L_55 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_54, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_55, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_0183:
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_56 = __this->get_ftpResponse_36();
String_t* L_57 = V_1;
NullCheck(L_57);
String_t* L_58 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_57, 4, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_59 = DateTime_ParseExact_m4F38666EAE122CB8C743160778696BA78B659C56(L_58, _stringLiteral30225E8B618765B7204DCA93D2D248C64177E912, (RuntimeObject*)NULL, /*hidden argument*/NULL);
NullCheck(L_56);
FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D_inline(L_56, L_59, /*hidden argument*/NULL);
goto IL_0278;
}
IL_01a5:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_60 = V_0;
NullCheck(L_60);
int32_t L_61 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_60, /*hidden argument*/NULL);
if ((((int32_t)L_61) == ((int32_t)((int32_t)257))))
{
goto IL_0278;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_62 = V_0;
Exception_t * L_63 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_62, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_01bd:
{
__this->set_method_31(_stringLiteralF73E110427648014568F7144031A6D48060EAB0A);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_64 = V_0;
NullCheck(L_64);
int32_t L_65 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_64, /*hidden argument*/NULL);
if ((((int32_t)L_65) == ((int32_t)((int32_t)250))))
{
goto IL_01dd;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_66 = V_0;
Exception_t * L_67 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_66, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_67, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_01dd:
{
String_t* L_68 = __this->get_method_31();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_69 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_70 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_68, L_69, /*hidden argument*/NULL);
V_0 = L_70;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_71 = V_0;
NullCheck(L_71);
int32_t L_72 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_71, /*hidden argument*/NULL);
if ((((int32_t)L_72) == ((int32_t)((int32_t)257))))
{
goto IL_0278;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_73 = V_0;
Exception_t * L_74 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_73, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_74, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_0204:
{
__this->set_method_31(_stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_75 = V_0;
NullCheck(L_75);
int32_t L_76 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_75, /*hidden argument*/NULL);
if ((((int32_t)L_76) == ((int32_t)((int32_t)350))))
{
goto IL_0224;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_77 = V_0;
Exception_t * L_78 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_77, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_0224:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_79 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_80 = L_79;
String_t* L_81 = __this->get_renameTo_32();
G_B34_0 = 0;
G_B34_1 = L_80;
G_B34_2 = L_80;
G_B34_3 = _stringLiteral9D29977C73C8784F355CB9576D15D60DED3D52E1;
G_B34_4 = __this;
if (L_81)
{
G_B35_0 = 0;
G_B35_1 = L_80;
G_B35_2 = L_80;
G_B35_3 = _stringLiteral9D29977C73C8784F355CB9576D15D60DED3D52E1;
G_B35_4 = __this;
goto IL_0241;
}
}
{
String_t* L_82 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
G_B36_0 = L_82;
G_B36_1 = G_B34_0;
G_B36_2 = G_B34_1;
G_B36_3 = G_B34_2;
G_B36_4 = G_B34_3;
G_B36_5 = G_B34_4;
goto IL_0247;
}
IL_0241:
{
String_t* L_83 = __this->get_renameTo_32();
G_B36_0 = L_83;
G_B36_1 = G_B35_0;
G_B36_2 = G_B35_1;
G_B36_3 = G_B35_2;
G_B36_4 = G_B35_3;
G_B36_5 = G_B35_4;
}
IL_0247:
{
NullCheck(G_B36_2);
ArrayElementTypeCheck (G_B36_2, G_B36_0);
(G_B36_2)->SetAt(static_cast<il2cpp_array_size_t>(G_B36_1), (String_t*)G_B36_0);
NullCheck(G_B36_5);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_84 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(G_B36_5, G_B36_4, G_B36_3, /*hidden argument*/NULL);
V_0 = L_84;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_85 = V_0;
NullCheck(L_85);
int32_t L_86 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_85, /*hidden argument*/NULL);
if ((((int32_t)L_86) == ((int32_t)((int32_t)250))))
{
goto IL_0278;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_87 = V_0;
Exception_t * L_88 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_87, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_88, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_0263:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_89 = V_0;
NullCheck(L_89);
int32_t L_90 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_89, /*hidden argument*/NULL);
if ((((int32_t)L_90) == ((int32_t)((int32_t)250))))
{
goto IL_0278;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_91 = V_0;
Exception_t * L_92 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_91, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_92, FtpWebRequest_ProcessSimpleMethod_mD5C1584944B563A8ED9622676DA21FC74FEEA573_RuntimeMethod_var);
}
IL_0278:
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpWebRequest::UploadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_UploadData_mFC6158C1FCD99C028CAF774AFCA8E5300BABEC7E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 4, /*hidden argument*/NULL);
FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053(__this, /*hidden argument*/NULL);
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 5, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_dataStream_16();
FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * L_1 = (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 *)il2cpp_codegen_object_new(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var);
FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242(L_1, __this, L_0, (bool)0, /*hidden argument*/NULL);
__this->set_requestStream_37(L_1);
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_2 = __this->get_asyncResult_35();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_requestStream_37();
NullCheck(L_2);
FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0_inline(L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpWebRequest::DownloadData()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_DownloadData_m55106450E3E3F681D5981C546D5DBBA7B71F2DB1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 4, /*hidden argument*/NULL);
FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053(__this, /*hidden argument*/NULL);
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 5, /*hidden argument*/NULL);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_0 = __this->get_ftpResponse_36();
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_dataStream_16();
FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 * L_2 = (FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1 *)il2cpp_codegen_object_new(FtpDataStream_tBF423F55CA0947ED2BF909BEA79DA349338DD3B1_il2cpp_TypeInfo_var);
FtpDataStream__ctor_mF09B0FF4BE69DC0064E5F36F0218DBEBF5F45242(L_2, __this, L_1, (bool)1, /*hidden argument*/NULL);
NullCheck(L_0);
FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26_inline(L_0, L_2, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpWebRequest::CheckRequestStarted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
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, _stringLiteralE16310C1DF343ABDBC857B3B6F3F7CC31CE433FE, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpWebRequest_CheckRequestStarted_mE2F7C55F1C2336F72427F555928407B422CDA9FC_RuntimeMethod_var);
}
IL_0013:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::OpenControlConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_1 = NULL;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_2 = NULL;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_3 = NULL;
int32_t V_4 = 0;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (Exception_t *)NULL;
V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_0 = __this->get_hostEntry_20();
NullCheck(L_0);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_1 = IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56_inline(L_0, /*hidden argument*/NULL);
V_3 = L_1;
V_4 = 0;
goto IL_0091;
}
IL_0015:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_2 = V_3;
int32_t L_3 = V_4;
NullCheck(L_2);
int32_t L_4 = L_3;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_5 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
V_5 = L_5;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = V_5;
NullCheck(L_6);
int32_t L_7 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693_inline(L_6, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_8, L_7, 1, 6, /*hidden argument*/NULL);
V_1 = L_8;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_9 = V_5;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = __this->get_requestUri_12();
NullCheck(L_10);
int32_t L_11 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_10, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_12 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_12, L_9, L_11, /*hidden argument*/NULL);
__this->set_remoteEndPoint_22(L_12);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = FtpWebRequest_get_ServicePoint_m9905A072551D262F6125C6F805186887E3E564BB(__this, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = V_1;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_15 = __this->get_remoteEndPoint_22();
NullCheck(L_13);
bool L_16 = ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3(L_13, L_14, L_15, /*hidden argument*/NULL);
if (L_16)
{
goto IL_0060;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_17 = V_1;
NullCheck(L_17);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_17, /*hidden argument*/NULL);
V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL;
goto IL_008b;
}
IL_0060:
{
}
IL_0061:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = V_1;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_19 = __this->get_remoteEndPoint_22();
NullCheck(L_18);
Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536(L_18, L_19, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_20 = V_1;
NullCheck(L_20);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_21 = Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C(L_20, /*hidden argument*/NULL);
__this->set_localEndPoint_21(((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_21, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var)));
goto IL_009b;
} // 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_0080;
throw e;
}
CATCH_0080:
{ // begin catch(System.Net.Sockets.SocketException)
V_0 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_22 = V_1;
NullCheck(L_22);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_22, /*hidden argument*/NULL);
V_1 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL;
goto IL_008b;
} // end catch (depth: 1)
IL_008b:
{
int32_t L_23 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0091:
{
int32_t L_24 = V_4;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_25 = V_3;
NullCheck(L_25);
if ((((int32_t)L_24) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_25)->max_length)))))))
{
goto IL_0015;
}
}
IL_009b:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_26 = V_1;
if (L_26)
{
goto IL_00b2;
}
}
{
Exception_t * L_27 = V_0;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_28 = __this->get_ftpResponse_36();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_29 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_29, _stringLiteral9C75315090E3B05CD3A7DA58F554343216F55A85, L_27, ((int32_t)16), L_28, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, FtpWebRequest_OpenControlConnection_m143BB42EF1FE2277BB50C13608717C5112867050_RuntimeMethod_var);
}
IL_00b2:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_30 = V_1;
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_31 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var);
NetworkStream__ctor_mF392CFFC6F5768612164FBD9C3041D7269FEDF62(L_31, L_30, /*hidden argument*/NULL);
__this->set_controlStream_17(L_31);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_32 = __this->get_controlStream_17();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_33 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_34 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_34, L_32, L_33, /*hidden argument*/NULL);
__this->set_controlReader_18(L_34);
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 3, /*hidden argument*/NULL);
FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47(__this, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_35 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)2);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = L_35;
NullCheck(L_36);
ArrayElementTypeCheck (L_36, _stringLiteral81F0C4AB9B5679964EAB3692A28C6DAA905D6FC9);
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral81F0C4AB9B5679964EAB3692A28C6DAA905D6FC9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_37 = L_36;
NullCheck(L_37);
ArrayElementTypeCheck (L_37, _stringLiteralDB3D405B10675998C030223177D42E71B4E7A312);
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralDB3D405B10675998C030223177D42E71B4E7A312);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_38 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral1D9DD6D4AA75F897343C457647B1F68FDEDAF330, L_37, /*hidden argument*/NULL);
V_2 = L_38;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_39 = V_2;
NullCheck(L_39);
int32_t L_40 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_39, /*hidden argument*/NULL);
if ((((int32_t)L_40) < ((int32_t)((int32_t)200))))
{
goto IL_011d;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_41 = V_2;
NullCheck(L_41);
int32_t L_42 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_41, /*hidden argument*/NULL);
if ((((int32_t)L_42) <= ((int32_t)((int32_t)300))))
{
goto IL_012a;
}
}
IL_011d:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_43 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL);
__this->set_dataEncoding_40(L_43);
goto IL_0135;
}
IL_012a:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_44 = Encoding_get_UTF8_m67C8652936B681E7BC7505E459E88790E0FF16D9(/*hidden argument*/NULL);
__this->set_dataEncoding_40(L_44);
}
IL_0135:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_45 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_46 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A, L_45, /*hidden argument*/NULL);
V_2 = L_46;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_47 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
String_t* L_48 = FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509(L_47, /*hidden argument*/NULL);
__this->set_initial_path_38(L_48);
return;
}
}
// System.String System.Net.FtpWebRequest::GetInitialPath(System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509 (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_0 = ___status0;
NullCheck(L_0);
int32_t L_1 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_0, /*hidden argument*/NULL);
V_0 = L_1;
int32_t L_2 = V_0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)200))))
{
goto IL_0025;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) > ((int32_t)((int32_t)300))))
{
goto IL_0025;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = ___status0;
NullCheck(L_4);
String_t* L_5 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
int32_t L_6 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_6) > ((int32_t)4)))
{
goto IL_003f;
}
}
IL_0025:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = ___status0;
NullCheck(L_7);
String_t* L_8 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_7, /*hidden argument*/NULL);
String_t* L_9 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral63351A736C766C359FC75466F16B11CB35031C2D, L_8, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_10 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_10, L_9, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_RuntimeMethod_var);
}
IL_003f:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = ___status0;
NullCheck(L_11);
String_t* L_12 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
String_t* L_13 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_12, 4, /*hidden argument*/NULL);
V_1 = L_13;
String_t* L_14 = V_1;
NullCheck(L_14);
Il2CppChar L_15 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_14, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)34)))))
{
goto IL_008a;
}
}
{
String_t* L_16 = V_1;
NullCheck(L_16);
int32_t L_17 = String_IndexOf_m66F6178DB4B2F61F4FAFD8B75787D0AB142ADD7D(L_16, ((int32_t)34), 1, /*hidden argument*/NULL);
V_2 = L_17;
int32_t L_18 = V_2;
if ((!(((uint32_t)L_18) == ((uint32_t)(-1)))))
{
goto IL_007f;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_19 = ___status0;
NullCheck(L_19);
String_t* L_20 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_19, /*hidden argument*/NULL);
String_t* L_21 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteralE1E499698DD72C752FF7CF7D36DD4541A9C624C2, L_20, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_22, L_21, (Exception_t *)NULL, ((int32_t)16), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, FtpWebRequest_GetInitialPath_m531532216675BF5160601E2556E355DC1A170509_RuntimeMethod_var);
}
IL_007f:
{
String_t* L_23 = V_1;
int32_t L_24 = V_2;
NullCheck(L_23);
String_t* L_25 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_23, 1, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL);
V_1 = L_25;
}
IL_008a:
{
String_t* L_26 = V_1;
NullCheck(L_26);
bool L_27 = String_EndsWith_mE4F039DCC2A9FCB8C1ED2D04B00A35E3CE16DE99(L_26, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
if (L_27)
{
goto IL_00a3;
}
}
{
String_t* L_28 = V_1;
String_t* L_29 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_28, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8, /*hidden argument*/NULL);
V_1 = L_29;
}
IL_00a3:
{
String_t* L_30 = V_1;
return L_30;
}
}
// System.Net.Sockets.Socket System.Net.FtpWebRequest::SetupPassiveConnection(System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___statusDescription0, bool ___ipv61, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_2 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * 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) * 1);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
int32_t G_B5_0 = 0;
{
String_t* L_0 = ___statusDescription0;
V_0 = L_0;
String_t* L_1 = V_0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) >= ((int32_t)4)))
{
goto IL_0016;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_3, _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var);
}
IL_0016:
{
bool L_4 = ___ipv61;
if (L_4)
{
goto IL_0022;
}
}
{
String_t* L_5 = V_0;
int32_t L_6 = FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD(__this, L_5, /*hidden argument*/NULL);
G_B5_0 = L_6;
goto IL_0029;
}
IL_0022:
{
String_t* L_7 = V_0;
int32_t L_8 = FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1(__this, L_7, /*hidden argument*/NULL);
G_B5_0 = L_8;
}
IL_0029:
{
V_1 = G_B5_0;
int32_t L_9 = V_1;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0036;
}
}
{
int32_t L_10 = V_1;
if ((((int32_t)L_10) <= ((int32_t)((int32_t)65535))))
{
goto IL_0041;
}
}
IL_0036:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_11, _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var);
}
IL_0041:
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_12 = __this->get_remoteEndPoint_22();
NullCheck(L_12);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_13 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4_inline(L_12, /*hidden argument*/NULL);
int32_t L_14 = V_1;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_15 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_15, L_13, L_14, /*hidden argument*/NULL);
V_2 = L_15;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_16 = V_2;
NullCheck(L_16);
int32_t L_17 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_16);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_18, L_17, 1, 6, /*hidden argument*/NULL);
V_3 = L_18;
}
IL_0061:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_19 = V_3;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_20 = V_2;
NullCheck(L_19);
Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536(L_19, L_20, /*hidden argument*/NULL);
goto IL_007c;
} // 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_006a;
throw e;
}
CATCH_006a:
{ // begin catch(System.Net.Sockets.SocketException)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_21 = V_3;
NullCheck(L_21);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_21, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42(L_22, _stringLiteralB4999C4A31E286F6A86FF2FCF36BE0D99C2E1ACC, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D_RuntimeMethod_var);
} // end catch (depth: 1)
IL_007c:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_23 = V_3;
return L_23;
}
}
// System.Int32 System.Net.FtpWebRequest::GetPortV4(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_0 = NULL;
int32_t V_1 = 0;
{
String_t* L_0 = ___responseString0;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)4);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____98A44A6F8606AE6F23FE230286C1D6FBCC407226_11_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
NullCheck(L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_0, L_2, /*hidden argument*/NULL);
V_0 = L_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = V_0;
NullCheck(L_5);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_5)->max_length))))) > ((int32_t)7)))
{
goto IL_0038;
}
}
{
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 = ___responseString0;
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(_stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2, L_7, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_10 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FtpWebRequest_GetPortV4_m6F36994507B5C2B30D789328A994E3885E8AFDCD_RuntimeMethod_var);
}
IL_0038:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = V_0;
NullCheck(L_11);
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_11)->max_length)))), (int32_t)1));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = V_0;
int32_t L_13 = V_1;
NullCheck(L_12);
int32_t L_14 = L_13;
String_t* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (L_16)
{
goto IL_0058;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = V_0;
int32_t L_18 = V_1;
NullCheck(L_17);
int32_t L_19 = L_18;
String_t* L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
IL2CPP_RUNTIME_CLASS_INIT(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_il2cpp_TypeInfo_var);
bool L_21 = Char_IsNumber_m6E7E5B9BD0DBF69581B6B08D25752D9CC29C97B1(L_20, 0, /*hidden argument*/NULL);
if (L_21)
{
goto IL_005c;
}
}
IL_0058:
{
int32_t L_22 = V_1;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)1));
}
IL_005c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = V_0;
int32_t L_24 = V_1;
int32_t L_25 = L_24;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_25, (int32_t)1));
NullCheck(L_23);
int32_t L_26 = L_25;
String_t* L_27 = (L_23)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_28 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
uint8_t L_29 = Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7(L_27, L_28, /*hidden argument*/NULL);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_30 = V_0;
int32_t L_31 = V_1;
int32_t L_32 = L_31;
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1));
NullCheck(L_30);
int32_t L_33 = L_32;
String_t* L_34 = (L_30)->GetAt(static_cast<il2cpp_array_size_t>(L_33));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_35 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
uint8_t L_36 = Convert_ToByte_mD97407CDB2EE7955D3079D19DA2BD731F83920B7(L_34, L_35, /*hidden argument*/NULL);
return ((int32_t)((int32_t)L_29|(int32_t)((int32_t)((int32_t)L_36<<(int32_t)8))));
}
}
// System.Int32 System.Net.FtpWebRequest::GetPortV6(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___responseString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
{
String_t* L_0 = ___responseString0;
NullCheck(L_0);
int32_t L_1 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_0, _stringLiteral28ED3A797DA3C48C309A4EF792147F3C56CFEC40, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = ___responseString0;
NullCheck(L_2);
int32_t L_3 = String_LastIndexOf_mC924D20DC71F85A7106D9DD09BF41497C6816E20(L_2, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
V_1 = L_3;
int32_t L_4 = V_0;
if ((((int32_t)L_4) == ((int32_t)(-1))))
{
goto IL_0020;
}
}
{
int32_t L_5 = V_1;
int32_t L_6 = V_0;
if ((((int32_t)L_5) > ((int32_t)L_6)))
{
goto IL_003a;
}
}
IL_0020:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_7 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_8 = L_7;
String_t* L_9 = ___responseString0;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, L_9);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_9);
String_t* L_10 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2, L_8, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_11 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_11, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_RuntimeMethod_var);
}
IL_003a:
{
String_t* L_12 = ___responseString0;
int32_t L_13 = V_0;
int32_t L_14 = V_1;
int32_t L_15 = V_0;
NullCheck(L_12);
String_t* L_16 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_12, ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1)), ((int32_t)il2cpp_codegen_subtract((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)L_15)), (int32_t)1)), /*hidden argument*/NULL);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_17 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_18 = L_17;
NullCheck(L_18);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)124));
NullCheck(L_16);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_16, L_18, /*hidden argument*/NULL);
V_2 = L_19;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_2;
NullCheck(L_20);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_20)->max_length))))) >= ((int32_t)4)))
{
goto IL_0079;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_21 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_22 = L_21;
String_t* L_23 = ___responseString0;
NullCheck(L_22);
ArrayElementTypeCheck (L_22, L_23);
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_23);
String_t* L_24 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralD032AA31DFCD173A27B60C46AA06FC8C157B2FE2, L_22, /*hidden argument*/NULL);
FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC * L_25 = (FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC *)il2cpp_codegen_object_new(FormatException_t2808E076CDE4650AF89F55FD78F49290D0EC5BDC_il2cpp_TypeInfo_var);
FormatException__ctor_m89167FF9884AE20232190FE9286DC50E146A4F14(L_25, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, FtpWebRequest_GetPortV6_mA094F4C0AF8F6EC263FC4D316A369215FE0A0FC1_RuntimeMethod_var);
}
IL_0079:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_26 = V_2;
NullCheck(L_26);
int32_t L_27 = 3;
String_t* L_28 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_27));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_29 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Convert_t1C7A851BFB2F0782FD7F72F6AA1DCBB7B53A9C7E_il2cpp_TypeInfo_var);
int32_t L_30 = Convert_ToInt32_mB68D58347DE1545BF338A8435E2567C9EAB5905E(L_28, L_29, /*hidden argument*/NULL);
return L_30;
}
}
// System.String System.Net.FtpWebRequest::FormatAddress(System.Net.IPAddress,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___Port1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
int32_t V_2 = 0;
uint8_t V_3 = 0x0;
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_0 = ___address0;
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = IPAddress_GetAddressBytes_mC41BB4B3EAEE51DBB2A2115EC2DD87D7587355D2(L_0, /*hidden argument*/NULL);
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_2, ((int32_t)32), /*hidden argument*/NULL);
V_0 = L_2;
V_1 = L_1;
V_2 = 0;
goto IL_002c;
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_1;
int32_t L_4 = V_2;
NullCheck(L_3);
int32_t L_5 = L_4;
uint8_t L_6 = (L_3)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
V_3 = L_6;
StringBuilder_t * L_7 = V_0;
uint8_t L_8 = V_3;
NullCheck(L_7);
StringBuilder_Append_m4B3D765122247E2EBDA4E3870A86C26DCCCC8717(L_7, L_8, /*hidden argument*/NULL);
StringBuilder_t * L_9 = V_0;
NullCheck(L_9);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_9, ((int32_t)44), /*hidden argument*/NULL);
int32_t L_10 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_10, (int32_t)1));
}
IL_002c:
{
int32_t L_11 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_1;
NullCheck(L_12);
if ((((int32_t)L_11) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray*)L_12)->max_length)))))))
{
goto IL_0013;
}
}
{
StringBuilder_t * L_13 = V_0;
int32_t L_14 = ___Port1;
NullCheck(L_13);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_13, ((int32_t)((int32_t)L_14/(int32_t)((int32_t)256))), /*hidden argument*/NULL);
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_15, ((int32_t)44), /*hidden argument*/NULL);
StringBuilder_t * L_16 = V_0;
int32_t L_17 = ___Port1;
NullCheck(L_16);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_16, ((int32_t)((int32_t)L_17%(int32_t)((int32_t)256))), /*hidden argument*/NULL);
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
return L_19;
}
}
// System.String System.Net.FtpWebRequest::FormatAddressV6(System.Net.IPAddress,System.Int32)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_0, ((int32_t)43), /*hidden argument*/NULL);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_1 = ___address0;
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_1);
V_0 = L_2;
StringBuilder_t * L_3 = L_0;
NullCheck(L_3);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_3, _stringLiteralE831587CE6B144104ADA4BA02B6E5C9B8D9716B5, /*hidden argument*/NULL);
StringBuilder_t * L_4 = L_3;
String_t* L_5 = V_0;
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_5, /*hidden argument*/NULL);
StringBuilder_t * L_6 = L_4;
NullCheck(L_6);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_6, ((int32_t)124), /*hidden argument*/NULL);
StringBuilder_t * L_7 = L_6;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_8 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_9 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&___port1), L_8, /*hidden argument*/NULL);
NullCheck(L_7);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, L_9, /*hidden argument*/NULL);
StringBuilder_t * L_10 = L_7;
NullCheck(L_10);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_10, ((int32_t)124), /*hidden argument*/NULL);
NullCheck(L_10);
String_t* L_11 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_10);
return L_11;
}
}
// System.Exception System.Net.FtpWebRequest::CreateExceptionFromResponse(System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t * FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * V_0 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_requestUri_12();
String_t* L_1 = __this->get_method_31();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = ___status0;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_3 = (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 *)il2cpp_codegen_object_new(FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205_il2cpp_TypeInfo_var);
FtpWebResponse__ctor_m14AE71384600E877A903006445068AB50EF06486(L_3, __this, L_0, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_4 = ___status0;
NullCheck(L_4);
String_t* L_5 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_4, /*hidden argument*/NULL);
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral5FE2FFA6FCDD2124FF294E176F200F3F8F63CCED, L_5, /*hidden argument*/NULL);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_7 = V_0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_8 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_8, L_6, (Exception_t *)NULL, 7, L_7, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Net.FtpWebRequest::SetTransferCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetTransferCompleted_m946259A63A4CB3249F7C2544BEC30BE32C0C58C5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL;
{
bool L_0 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
FtpWebRequest_set_State_m87779AC7A03C3B27ED68471D3CECA9426D6A7560(__this, 6, /*hidden argument*/NULL);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_1 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL);
V_0 = L_1;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_2 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_3 = V_0;
NullCheck(L_2);
FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_2, L_3, /*hidden argument*/NULL);
bool L_4 = __this->get_keepAlive_30();
if (L_4)
{
goto IL_0031;
}
}
{
FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00(__this, /*hidden argument*/NULL);
}
IL_0031:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::OperationCompleted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OperationCompleted_m130241F4F4B2BC102AA8327C8542058344A482DD (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_keepAlive_30();
if (L_0)
{
goto IL_000e;
}
}
{
FtpWebRequest_CloseConnection_m9BC7A24A7A6166ACCC1CACE4CF22CFA6E7BCEC00(__this, /*hidden argument*/NULL);
}
IL_000e:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::SetCompleteWithError(System.Exception)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_SetCompleteWithError_mCAD8855318D9C05C6D2EFF0CA58C964AD0EC47A5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Exception_t * ___exc0, const RuntimeMethod* method)
{
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_0 = __this->get_asyncResult_35();
if (!L_0)
{
goto IL_0015;
}
}
{
FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * L_1 = __this->get_asyncResult_35();
Exception_t * L_2 = ___exc0;
NullCheck(L_1);
FtpAsyncResult_SetCompleted_mD743363CDB181114AD06522C51750064823D681C(L_1, (bool)0, L_2, /*hidden argument*/NULL);
}
IL_0015:
{
return;
}
}
// System.Net.Sockets.Socket System.Net.FtpWebRequest::InitDataConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL;
bool V_1 = false;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_2 = NULL;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_3 = NULL;
String_t* V_4 = NULL;
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * 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);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B3_0 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B2_0 = NULL;
String_t* G_B4_0 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B4_1 = NULL;
int32_t G_B6_0 = 0;
int32_t G_B5_0 = 0;
int32_t G_B7_0 = 0;
int32_t G_B7_1 = 0;
String_t* G_B16_0 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B18_0 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B17_0 = NULL;
String_t* G_B19_0 = NULL;
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * G_B19_1 = NULL;
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_0 = __this->get_remoteEndPoint_22();
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_0);
V_1 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)23)))? 1 : 0);
bool L_2 = __this->get_usePassive_29();
if (!L_2)
{
goto IL_0060;
}
}
{
bool L_3 = V_1;
G_B2_0 = __this;
if (L_3)
{
G_B3_0 = __this;
goto IL_0023;
}
}
{
G_B4_0 = _stringLiteral6A80189E05C50F7C97B5B50F352A5A2970AA4A1A;
G_B4_1 = G_B2_0;
goto IL_0028;
}
IL_0023:
{
G_B4_0 = _stringLiteral622F97CEA8EB6E482F142BE82105B0F4EC355E06;
G_B4_1 = G_B3_0;
}
IL_0028:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var);
NullCheck(G_B4_1);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(G_B4_1, G_B4_0, L_4, /*hidden argument*/NULL);
V_0 = L_5;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_6, /*hidden argument*/NULL);
bool L_8 = V_1;
G_B5_0 = L_7;
if (L_8)
{
G_B6_0 = L_7;
goto IL_0043;
}
}
{
G_B7_0 = ((int32_t)227);
G_B7_1 = G_B5_0;
goto IL_0048;
}
IL_0043:
{
G_B7_0 = ((int32_t)229);
G_B7_1 = G_B6_0;
}
IL_0048:
{
if ((((int32_t)G_B7_1) == ((int32_t)G_B7_0)))
{
goto IL_0052;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_0;
Exception_t * L_10 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var);
}
IL_0052:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_11, /*hidden argument*/NULL);
bool L_13 = V_1;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_14 = FtpWebRequest_SetupPassiveConnection_mAB5AEEE20E2A560626CB27D7F4339C621DD4178D(__this, L_12, L_13, /*hidden argument*/NULL);
return L_14;
}
IL_0060:
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_15 = __this->get_remoteEndPoint_22();
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(4 /* System.Net.Sockets.AddressFamily System.Net.EndPoint::get_AddressFamily() */, L_15);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_17 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_17, L_16, 1, 6, /*hidden argument*/NULL);
V_2 = L_17;
}
IL_0073:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_18 = V_2;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_19 = __this->get_localEndPoint_21();
NullCheck(L_19);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_20 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4_inline(L_19, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_21 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_21, L_20, 0, /*hidden argument*/NULL);
NullCheck(L_18);
Socket_Bind_m839E8CD90EEB61CE1AE5274224F9049A7D4C7A30(L_18, L_21, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_22 = V_2;
NullCheck(L_22);
Socket_Listen_m2926E72970BEAACEBD9C140E89DE47A523BAB540(L_22, 1, /*hidden argument*/NULL);
goto IL_00a8;
} // 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_0093;
throw e;
}
CATCH_0093:
{ // begin catch(System.Net.Sockets.SocketException)
V_5 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)__exception_local);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_23 = V_2;
NullCheck(L_23);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_23, /*hidden argument*/NULL);
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_24 = V_5;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_25 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(L_25, _stringLiteralB1B6A990A239A42CBC7A9304B61A1A19D097C957, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00a8:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_26 = V_2;
NullCheck(L_26);
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * L_27 = Socket_get_LocalEndPoint_m5BA68FA5F390F1F8913FA78F919FD9364B669E9C(L_26, /*hidden argument*/NULL);
V_3 = ((IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)CastclassClass((RuntimeObject*)L_27, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var));
bool L_28 = V_1;
if (L_28)
{
goto IL_00cb;
}
}
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_29 = V_3;
NullCheck(L_29);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_30 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4_inline(L_29, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_31 = V_3;
NullCheck(L_31);
int32_t L_32 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9_inline(L_31, /*hidden argument*/NULL);
String_t* L_33 = FtpWebRequest_FormatAddress_m2D6011B8BD6AFF1A752E5221B9D47878B623A2B0(__this, L_30, L_32, /*hidden argument*/NULL);
G_B16_0 = L_33;
goto IL_00dd;
}
IL_00cb:
{
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_34 = V_3;
NullCheck(L_34);
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_35 = IPEndPoint_get_Address_m01D2AB4ACC29D3E3A79D3D2A207CE3063336F2A4_inline(L_34, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_36 = V_3;
NullCheck(L_36);
int32_t L_37 = IPEndPoint_get_Port_mC1FBFBB50CEDC03F683C9EB23C2ACECCB5AE3DA9_inline(L_36, /*hidden argument*/NULL);
String_t* L_38 = FtpWebRequest_FormatAddressV6_mB7302D6DEB6DC8E21371197F62CB5657A8A536ED(__this, L_35, L_37, /*hidden argument*/NULL);
G_B16_0 = L_38;
}
IL_00dd:
{
V_4 = G_B16_0;
bool L_39 = V_1;
G_B17_0 = __this;
if (L_39)
{
G_B18_0 = __this;
goto IL_00ea;
}
}
{
G_B19_0 = _stringLiteral124A65C4B69218E19C3C3A7964D9775DC6B18E3D;
G_B19_1 = G_B17_0;
goto IL_00ef;
}
IL_00ea:
{
G_B19_0 = _stringLiteral6AF03BBE2191F77A20BDE160F71887F205A96446;
G_B19_1 = G_B18_0;
}
IL_00ef:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_41 = L_40;
String_t* L_42 = V_4;
NullCheck(L_41);
ArrayElementTypeCheck (L_41, L_42);
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_42);
NullCheck(G_B19_1);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_43 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(G_B19_1, G_B19_0, L_41, /*hidden argument*/NULL);
V_0 = L_43;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_44 = V_0;
NullCheck(L_44);
int32_t L_45 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_44, /*hidden argument*/NULL);
if ((((int32_t)L_45) == ((int32_t)((int32_t)200))))
{
goto IL_011b;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_46 = V_2;
NullCheck(L_46);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_46, /*hidden argument*/NULL);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_47 = V_0;
Exception_t * L_48 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_47, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D_RuntimeMethod_var);
}
IL_011b:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_49 = V_2;
return L_49;
}
}
// System.Void System.Net.FtpWebRequest::OpenDataConnection()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_1 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * 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);
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = FtpWebRequest_InitDataConnection_m01EDFD17F5B156FC7F5FC8D200229BDDAD7C2F7D(__this, /*hidden argument*/NULL);
V_1 = L_0;
int64_t L_1 = __this->get_offset_26();
if ((((int64_t)L_1) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_0046;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
int64_t* L_4 = __this->get_address_of_offset_26();
String_t* L_5 = Int64_ToString_m8210E39355A227AE15DD391EB810AA9B6AB8B26C((int64_t*)L_4, /*hidden argument*/NULL);
NullCheck(L_3);
ArrayElementTypeCheck (L_3, L_5);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_5);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_6 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralCBAAA18133A5EA571BBA33BEBE1A8CC7E93344F9, L_3, /*hidden argument*/NULL);
V_0 = L_6;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)((int32_t)350))))
{
goto IL_0046;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = V_0;
Exception_t * L_10 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var);
}
IL_0046:
{
String_t* L_11 = __this->get_method_31();
bool L_12 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_11, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_009a;
}
}
{
String_t* L_13 = __this->get_method_31();
bool L_14 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_13, _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_009a;
}
}
{
String_t* L_15 = __this->get_method_31();
bool L_16 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_15, _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_009a;
}
}
{
String_t* L_17 = __this->get_method_31();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
String_t* L_20 = __this->get_file_name_13();
NullCheck(L_19);
ArrayElementTypeCheck (L_19, L_20);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_20);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_21 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_17, L_19, /*hidden argument*/NULL);
V_0 = L_21;
goto IL_00ac;
}
IL_009a:
{
String_t* L_22 = __this->get_method_31();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_inline(/*hidden argument*/Array_Empty_TisString_t_m8C948518173B7C6ECA530D0FB4D3F1118D80AD62_RuntimeMethod_var);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_24 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, L_22, L_23, /*hidden argument*/NULL);
V_0 = L_24;
}
IL_00ac:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_25, /*hidden argument*/NULL);
if ((((int32_t)L_26) == ((int32_t)((int32_t)150))))
{
goto IL_00cb;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_27 = V_0;
NullCheck(L_27);
int32_t L_28 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_27, /*hidden argument*/NULL);
if ((((int32_t)L_28) == ((int32_t)((int32_t)125))))
{
goto IL_00cb;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_29 = V_0;
Exception_t * L_30 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_29, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_30, FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var);
}
IL_00cb:
{
bool L_31 = __this->get_usePassive_29();
if (!L_31)
{
goto IL_0103;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_32 = V_1;
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_33 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var);
NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83(L_33, L_32, (bool)1, /*hidden argument*/NULL);
__this->set_origDataStream_15(L_33);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_34 = __this->get_origDataStream_15();
__this->set_dataStream_16(L_34);
bool L_35 = FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113_inline(__this, /*hidden argument*/NULL);
if (!L_35)
{
goto IL_015d;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_36 = __this->get_address_of_dataStream_16();
FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_36, /*hidden argument*/NULL);
goto IL_015d;
}
IL_0103:
{
V_2 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL;
}
IL_0105:
try
{ // begin try (depth: 1)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_37 = V_1;
NullCheck(L_37);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_38 = Socket_Accept_mDF6F7AA1AD7C6E5AB1154C94BF6C7294B7E410A7(L_37, /*hidden argument*/NULL);
V_2 = L_38;
goto IL_0129;
} // 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_010e;
throw e;
}
CATCH_010e:
{ // begin catch(System.Net.Sockets.SocketException)
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_39 = V_1;
NullCheck(L_39);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_39, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_40 = V_2;
if (!L_40)
{
goto IL_011e;
}
}
IL_0118:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_41 = V_2;
NullCheck(L_41);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_41, /*hidden argument*/NULL);
}
IL_011e:
{
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_42 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_42, _stringLiteral15CB30CDC71BD1544B358719C2D01E57BDFCCDB2, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_42, FtpWebRequest_OpenDataConnection_mEB04E52AE7262CDDE0D9006380562C346C61F053_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_0129:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_43 = V_1;
NullCheck(L_43);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_43, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_44 = V_2;
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_45 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var);
NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83(L_45, L_44, (bool)1, /*hidden argument*/NULL);
__this->set_origDataStream_15(L_45);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_46 = __this->get_origDataStream_15();
__this->set_dataStream_16(L_46);
bool L_47 = FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113_inline(__this, /*hidden argument*/NULL);
if (!L_47)
{
goto IL_015d;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_48 = __this->get_address_of_dataStream_16();
FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_48, /*hidden argument*/NULL);
}
IL_015d:
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_49 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_50 = V_0;
NullCheck(L_49);
FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_49, L_50, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.FtpWebRequest::Authenticate()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_3 = NULL;
int32_t V_4 = 0;
int32_t V_5 = 0;
{
V_0 = (String_t*)NULL;
V_1 = (String_t*)NULL;
V_2 = (String_t*)NULL;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = __this->get_credentials_19();
if (!L_0)
{
goto IL_0032;
}
}
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_1 = __this->get_credentials_19();
NullCheck(L_1);
String_t* L_2 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_1, /*hidden argument*/NULL);
V_0 = L_2;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_3 = __this->get_credentials_19();
NullCheck(L_3);
String_t* L_4 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_3, /*hidden argument*/NULL);
V_1 = L_4;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_5 = __this->get_credentials_19();
NullCheck(L_5);
String_t* L_6 = NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A(L_5, /*hidden argument*/NULL);
V_2 = L_6;
}
IL_0032:
{
String_t* L_7 = V_0;
if (L_7)
{
goto IL_003b;
}
}
{
V_0 = _stringLiteral0A92FAB3230134CCA6EADD9898325B9B2AE67998;
}
IL_003b:
{
String_t* L_8 = V_1;
if (L_8)
{
goto IL_0044;
}
}
{
V_1 = _stringLiteralC958F6B394780D077332D5518926C2E933A19298;
}
IL_0044:
{
String_t* L_9 = V_2;
bool L_10 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0059;
}
}
{
String_t* L_11 = V_2;
String_t* L_12 = V_0;
String_t* L_13 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_11, _stringLiteral08534F33C201A45017B502E90A800F1B708EBCB3, L_12, /*hidden argument*/NULL);
V_0 = L_13;
}
IL_0059:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_14 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL);
V_3 = L_14;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_15 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_16 = V_3;
NullCheck(L_16);
String_t* L_17 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83_inline(L_15, L_17, /*hidden argument*/NULL);
bool L_18 = FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113_inline(__this, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0126;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_19 = __this->get_address_of_controlStream_17();
FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_19, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_20 = __this->get_controlStream_17();
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_21 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_22 = (StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E *)il2cpp_codegen_object_new(StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E_il2cpp_TypeInfo_var);
StreamReader__ctor_mF319C927A1274118E912D93F2EB2AAE4DA17E3DC(L_22, L_20, L_21, /*hidden argument*/NULL);
__this->set_controlReader_18(L_22);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_23 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = L_23;
NullCheck(L_24);
ArrayElementTypeCheck (L_24, _stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C);
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB6589FC6AB0DC82CF12099D1C2D40AB994E8410C);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_25 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralCD8EF3034359C3DC0F47B24C786D253503E1BE42, L_24, /*hidden argument*/NULL);
V_3 = L_25;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_26 = V_3;
NullCheck(L_26);
int32_t L_27 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_26, /*hidden argument*/NULL);
V_4 = L_27;
int32_t L_28 = V_4;
if ((((int32_t)L_28) < ((int32_t)((int32_t)200))))
{
goto IL_00d2;
}
}
{
int32_t L_29 = V_4;
if ((((int32_t)L_29) < ((int32_t)((int32_t)300))))
{
goto IL_00da;
}
}
IL_00d2:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_30 = V_3;
Exception_t * L_31 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_30, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_31, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var);
}
IL_00da:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = L_32;
NullCheck(L_33);
ArrayElementTypeCheck (L_33, _stringLiteral511993D3C99719E38A6779073019DACD7178DDB9);
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral511993D3C99719E38A6779073019DACD7178DDB9);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_34 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralEF87DBA9F02640BB01F99FB9A179E2A8E08A5E81, L_33, /*hidden argument*/NULL);
V_3 = L_34;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_35 = V_3;
NullCheck(L_35);
int32_t L_36 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_35, /*hidden argument*/NULL);
V_4 = L_36;
int32_t L_37 = V_4;
if ((((int32_t)L_37) < ((int32_t)((int32_t)200))))
{
goto IL_010e;
}
}
{
int32_t L_38 = V_4;
if ((((int32_t)L_38) < ((int32_t)((int32_t)300))))
{
goto IL_0116;
}
}
IL_010e:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_39 = V_3;
Exception_t * L_40 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_39, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_40, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var);
}
IL_0116:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_41 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var);
FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_41, ((int32_t)220), _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
V_3 = L_41;
}
IL_0126:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_42 = V_3;
NullCheck(L_42);
int32_t L_43 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_42, /*hidden argument*/NULL);
if ((((int32_t)L_43) == ((int32_t)((int32_t)220))))
{
goto IL_013b;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_44 = V_3;
Exception_t * L_45 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_44, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var);
}
IL_013b:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = L_46;
String_t* L_48 = V_0;
NullCheck(L_47);
ArrayElementTypeCheck (L_47, L_48);
(L_47)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_48);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_49 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral6EB0C61201A96AFC99CBF180F1C8D93C0A9FD8C8, L_47, /*hidden argument*/NULL);
V_3 = L_49;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_50 = V_3;
NullCheck(L_50);
int32_t L_51 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_50, /*hidden argument*/NULL);
V_5 = L_51;
int32_t L_52 = V_5;
if ((((int32_t)L_52) == ((int32_t)((int32_t)230))))
{
goto IL_019e;
}
}
{
int32_t L_53 = V_5;
if ((!(((uint32_t)L_53) == ((uint32_t)((int32_t)331)))))
{
goto IL_0196;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_54 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_55 = L_54;
String_t* L_56 = V_1;
NullCheck(L_55);
ArrayElementTypeCheck (L_55, L_56);
(L_55)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_56);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_57 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteralBD564DB5D5CC358EB0E3523D3E03041739F230D5, L_55, /*hidden argument*/NULL);
V_3 = L_57;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_58 = V_3;
NullCheck(L_58);
int32_t L_59 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_58, /*hidden argument*/NULL);
if ((((int32_t)L_59) == ((int32_t)((int32_t)230))))
{
goto IL_019e;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_60 = V_3;
Exception_t * L_61 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_60, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_61, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var);
}
IL_0196:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_62 = V_3;
Exception_t * L_63 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_62, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_63, FtpWebRequest_Authenticate_m6B9F5FFB6B0EBE3F4A0584F25C998AB9F4D71F47_RuntimeMethod_var);
}
IL_019e:
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_64 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_65 = V_3;
NullCheck(L_65);
String_t* L_66 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_65, /*hidden argument*/NULL);
NullCheck(L_64);
FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A_inline(L_64, L_66, /*hidden argument*/NULL);
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_67 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_68 = V_3;
NullCheck(L_67);
FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_67, L_68, /*hidden argument*/NULL);
return;
}
}
// System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, String_t* ___command0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___command0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___parameters1;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE(__this, (bool)1, L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Net.FtpStatus System.Net.FtpWebRequest::SendCommand(System.Boolean,System.String,System.String[])
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, bool ___waitResponse0, String_t* ___command1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___parameters2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_SendCommand_mCF855EE30A2FE15FC3002FC2EE110FF6A13A15EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
String_t* V_1 = NULL;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_2 = NULL;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * 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) * 2);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
String_t* L_0 = ___command1;
V_1 = L_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = ___parameters2;
NullCheck(L_1);
if (!(((RuntimeArray*)L_1)->max_length))
{
goto IL_001d;
}
}
{
String_t* L_2 = V_1;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___parameters2;
String_t* L_4 = String_Join_m49371BED70248F0FCE970CB4F2E39E9A688AAFA4(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_3, /*hidden argument*/NULL);
String_t* L_5 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_2, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_4, /*hidden argument*/NULL);
V_1 = L_5;
}
IL_001d:
{
String_t* L_6 = V_1;
String_t* L_7 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_6, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL);
V_1 = L_7;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_8 = __this->get_dataEncoding_40();
String_t* L_9 = V_1;
NullCheck(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(18 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_8, L_9);
V_0 = L_10;
}
IL_0036:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = __this->get_controlStream_17();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = V_0;
NullCheck(L_13);
NullCheck(L_11);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(29 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_11, L_12, 0, (((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))));
goto IL_005b;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0048;
throw e;
}
CATCH_0048:
{ // begin catch(System.IO.IOException)
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_14 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var);
FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_14, ((int32_t)421), _stringLiteral41B8930881FAAC38B911F64848D4844B7858EA1A, /*hidden argument*/NULL);
V_3 = L_14;
goto IL_007d;
} // end catch (depth: 1)
IL_005b:
{
bool L_15 = ___waitResponse0;
if (L_15)
{
goto IL_0060;
}
}
{
return (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)NULL;
}
IL_0060:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_16 = FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71(__this, /*hidden argument*/NULL);
V_2 = L_16;
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_17 = __this->get_ftpResponse_36();
if (!L_17)
{
goto IL_007b;
}
}
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_18 = __this->get_ftpResponse_36();
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_19 = V_2;
NullCheck(L_18);
FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355(L_18, L_19, /*hidden argument*/NULL);
}
IL_007b:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_20 = V_2;
return L_20;
}
IL_007d:
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_21 = V_3;
return L_21;
}
}
// System.Net.FtpStatus System.Net.FtpWebRequest::ServiceNotAvailable()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral5D91B4E10D22F94DC11529E40B0739080519C473, /*hidden argument*/NULL);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_1 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var);
FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_1, ((int32_t)421), L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Net.FtpStatus System.Net.FtpWebRequest::GetResponseStatus()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_GetResponseStatus_mE6AE01C7632FFB197CC1BC42FF298CE84C4CAA71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
void* __leave_targets_storage = alloca(sizeof(int32_t) * 4);
il2cpp::utils::LeaveTargetStack __leave_targets(__leave_targets_storage);
NO_UNUSED_WARNING (__leave_targets);
{
V_0 = (String_t*)NULL;
}
IL_0002:
try
{ // begin try (depth: 1)
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_0 = __this->get_controlReader_18();
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_0);
V_0 = L_1;
goto IL_0013;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.IO.IOException)
goto IL_0013;
} // end catch (depth: 1)
IL_0013:
{
String_t* L_2 = V_0;
if (!L_2)
{
goto IL_001f;
}
}
{
String_t* L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) >= ((int32_t)3)))
{
goto IL_0025;
}
}
IL_001f:
{
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540(/*hidden argument*/NULL);
return L_5;
}
IL_0025:
{
String_t* L_6 = V_0;
NullCheck(L_6);
String_t* L_7 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_6, 0, 3, /*hidden argument*/NULL);
bool L_8 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_7, (int32_t*)(&V_1), /*hidden argument*/NULL);
if (L_8)
{
goto IL_003c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_9 = FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540(/*hidden argument*/NULL);
return L_9;
}
IL_003c:
{
String_t* L_10 = V_0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018_inline(L_10, /*hidden argument*/NULL);
if ((((int32_t)L_11) <= ((int32_t)3)))
{
goto IL_0097;
}
}
{
String_t* L_12 = V_0;
NullCheck(L_12);
Il2CppChar L_13 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_12, 3, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)45)))))
{
goto IL_0097;
}
}
{
V_2 = (String_t*)NULL;
String_t* L_14 = Int32_ToString_m1863896DE712BF97C031D55B12E1583F1982DC02((int32_t*)(&V_1), /*hidden argument*/NULL);
String_t* L_15 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_14, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
V_3 = L_15;
}
IL_0064:
{
V_2 = (String_t*)NULL;
}
IL_0066:
try
{ // begin try (depth: 1)
StreamReader_t62E68063760DCD2FC036AE132DE69C24B7ED001E * L_16 = __this->get_controlReader_18();
NullCheck(L_16);
String_t* L_17 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_16);
V_2 = L_17;
goto IL_0077;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0074;
throw e;
}
CATCH_0074:
{ // begin catch(System.IO.IOException)
goto IL_0077;
} // end catch (depth: 1)
IL_0077:
{
String_t* L_18 = V_2;
if (L_18)
{
goto IL_0080;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_19 = FtpWebRequest_ServiceNotAvailable_mEE53E7521D71B5A537573CF9864AB7511EA03540(/*hidden argument*/NULL);
return L_19;
}
IL_0080:
{
String_t* L_20 = V_0;
String_t* L_21 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
String_t* L_22 = V_2;
String_t* L_23 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(L_20, L_21, L_22, /*hidden argument*/NULL);
V_0 = L_23;
String_t* L_24 = V_2;
String_t* L_25 = V_3;
NullCheck(L_24);
bool L_26 = String_StartsWith_m844A95C9A205A0F951B0C45634E0C222E73D0B49(L_24, L_25, 4, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_0064;
}
}
IL_0097:
{
int32_t L_27 = V_1;
String_t* L_28 = V_0;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_29 = (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 *)il2cpp_codegen_object_new(FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876_il2cpp_TypeInfo_var);
FtpStatus__ctor_mC95929791FE1B1A415BA073ABA99B040B8E30092(L_29, L_27, L_28, /*hidden argument*/NULL);
return L_29;
}
}
// System.Void System.Net.FtpWebRequest::InitiateSecureConnection(System.IO.Stream&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * V_0 = NULL;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteralD91E1888F2DC09F11A876E25966A6FBD32B9CD87);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralD91E1888F2DC09F11A876E25966A6FBD32B9CD87);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = FtpWebRequest_SendCommand_mF6C337E51789FB031A8E65078E79DC22F6B44A5D(__this, _stringLiteral4A79BD00448BAAD864AA37F5D6D5B74BACE69207, L_1, /*hidden argument*/NULL);
V_0 = L_2;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_3, /*hidden argument*/NULL);
if ((((int32_t)L_4) == ((int32_t)((int32_t)234))))
{
goto IL_002f;
}
}
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = V_0;
Exception_t * L_6 = FtpWebRequest_CreateExceptionFromResponse_mDCD1B4BCE387D675F7F1AE084A79248F782465C2(__this, L_5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, FtpWebRequest_InitiateSecureConnection_m88DF28A0C8D2D8D90B20040FCA410690A5563507_RuntimeMethod_var);
}
IL_002f:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_7 = ___stream0;
FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37(__this, (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_7, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.FtpWebRequest::ChangeToSSLSocket(System.IO.Stream&)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** ___stream0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_ChangeToSSLSocket_m69CC650428A401F11220C4E628B6BEEACD4A7B37_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * V_0 = NULL;
RuntimeObject* V_1 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(MonoTlsProviderFactory_t01773E7677E88B1202FB7770A3E9F53655BB2525_il2cpp_TypeInfo_var);
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * L_0 = MonoTlsProviderFactory_GetProviderInternal_m39B343490A04AEA1AA38A90180E1B3BB1FB09020(/*hidden argument*/NULL);
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_1 = MonoTlsSettings_CopyDefaultSettings_m4CE2BE44BF064124CFD98CEF44E76FD5D6EA0AD2(/*hidden argument*/NULL);
V_0 = L_1;
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_2 = V_0;
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_3;
memset((&L_3), 0, sizeof(L_3));
Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996((&L_3), (bool)1, /*hidden argument*/Nullable_1__ctor_mD3154885E88D449C69AD9DEA6F9A3EF66A3FE996_RuntimeMethod_var);
NullCheck(L_2);
MonoTlsSettings_set_UseServicePointManagerCallback_m3982FDDB084256E77E18F9A3E42E91E65F6F699B_inline(L_2, L_3, /*hidden argument*/NULL);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_4 = ___stream0;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_5 = *((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 **)L_4);
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * L_6 = V_0;
NullCheck(L_0);
RuntimeObject* L_7 = 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_0, L_5, (bool)1, L_6);
V_1 = L_7;
RuntimeObject* L_8 = V_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = __this->get_requestUri_12();
NullCheck(L_9);
String_t* L_10 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_9, /*hidden argument*/NULL);
NullCheck(L_8);
InterfaceActionInvoker4< String_t*, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *, int32_t, bool >::Invoke(1 /* System.Void Mono.Security.Interface.IMonoSslStream::AuthenticateAsClient(System.String,System.Security.Cryptography.X509Certificates.X509CertificateCollection,System.Security.Authentication.SslProtocols,System.Boolean) */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_8, L_10, (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 *)NULL, ((int32_t)240), (bool)0);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** L_11 = ___stream0;
RuntimeObject* L_12 = V_1;
NullCheck(L_12);
AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * L_13 = InterfaceFuncInvoker0< AuthenticatedStream_t3DD09B1EB437BE77A9B0536EC26005B6914BF501 * >::Invoke(14 /* System.Net.Security.AuthenticatedStream Mono.Security.Interface.IMonoSslStream::get_AuthenticatedStream() */, IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F_il2cpp_TypeInfo_var, L_12);
*((RuntimeObject **)L_11) = (RuntimeObject *)L_13;
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject **)L_11, (void*)(RuntimeObject *)L_13);
return (bool)1;
}
}
// System.Boolean System.Net.FtpWebRequest::InFinalState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if ((((int32_t)L_0) == ((int32_t)7)))
{
goto IL_001c;
}
}
{
int32_t L_1 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)8)))
{
goto IL_001c;
}
}
{
int32_t L_2 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)6))? 1 : 0);
}
IL_001c:
{
return (bool)1;
}
}
// System.Boolean System.Net.FtpWebRequest::InProgress()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebRequest_InProgress_mB3C30F4635E943E86ACD2B89EB10E203409A32F5 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0012;
}
}
{
bool L_1 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Void System.Net.FtpWebRequest::CheckIfAborted()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
int32_t L_0 = FtpWebRequest_get_State_mAE91E31E999A0B10CE3CB3BEDCF103DA3FE26D3D(__this, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)7))))
{
goto IL_0015;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_1 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_1, _stringLiteral89ACF6FF8008B775EEDD2455290C9FA6FCDD71B9, 6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpWebRequest_CheckIfAborted_m8AE3E58D4F1B0385D7359E1F092BEE13E2B6C448_RuntimeMethod_var);
}
IL_0015:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::CheckFinalState()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6 (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = FtpWebRequest_InFinalState_m7265E200C6F624D300195E3BA4528986D1269FB6(__this, /*hidden argument*/NULL);
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, _stringLiteral23C38AF9210DEDCB21D2BC4A38CD0D97FAF49022, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, FtpWebRequest_CheckFinalState_mBFA7619CACD7FFBEAD849F529C8A3E74DE188DD6_RuntimeMethod_var);
}
IL_0013:
{
return;
}
}
// System.Void System.Net.FtpWebRequest::.cctor()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebRequest__cctor_m3652EDD67F0C55207C33B710F1DA9808E1D31AFB (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebRequest__cctor_m3652EDD67F0C55207C33B710F1DA9808E1D31AFB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)13));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
NullCheck(L_1);
ArrayElementTypeCheck (L_1, _stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral5273F65411B64BF397DE1959C6F564A72192BE6B);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral23D614E8B38A7FAD4D78E4583E371494DCD65714);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral735CF1665D0FD36F4865E4BC7439ABE369572E04);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral6A38FD4FCFF02813CE77B3E6A7BB18A4A71406C9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1665E0819A2B29488E46D6252FD0DD09C4F53C23);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralF73E110427648014568F7144031A6D48060EAB0A);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteralF73E110427648014568F7144031A6D48060EAB0A);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral4756081595FF9366E8B59C094AEBF3DF53A8FC98);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteral326B72CE927B07CFA39F06820ADFFA19F1A8EBA8);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral326B72CE927B07CFA39F06820ADFFA19F1A8EBA8);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral88087292ED82E26F3EB824D0BFFC05CCF7A30F8D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral0455F8AC4B1909159BFE3F6E3928F5B40D9B8561);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteralF34BA0AA70B16E4EE008653E46FE1939106E56BC);
((FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_StaticFields*)il2cpp_codegen_static_fields_for(FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA_il2cpp_TypeInfo_var))->set_supportedCommands_39(L_13);
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.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Boolean)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, bool ___keepAlive3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebResponse__ctor_mDA2BCCB288F43E4C85DE4B3CC3946278C0D552A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
__this->set_lastModified_4(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_bannerMessage_5(L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_welcomeMessage_6(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_exitMessage_7(L_3);
__this->set_contentLength_12((((int64_t)((int64_t)(-1)))));
WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_4 = ___request0;
__this->set_request_11(L_4);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri1;
__this->set_uri_2(L_5);
String_t* L_6 = ___method2;
__this->set_method_9(L_6);
return;
}
}
// System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatusCode,System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, int32_t ___statusCode3, String_t* ___statusDescription4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
__this->set_lastModified_4(L_0);
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_bannerMessage_5(L_1);
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_welcomeMessage_6(L_2);
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
__this->set_exitMessage_7(L_3);
__this->set_contentLength_12((((int64_t)((int64_t)(-1)))));
WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6(__this, /*hidden argument*/NULL);
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_4 = ___request0;
__this->set_request_11(L_4);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___uri1;
__this->set_uri_2(L_5);
String_t* L_6 = ___method2;
__this->set_method_9(L_6);
int32_t L_7 = ___statusCode3;
__this->set_statusCode_3(L_7);
String_t* L_8 = ___statusDescription4;
__this->set_statusDescription_8(L_8);
return;
}
}
// System.Void System.Net.FtpWebResponse::.ctor(System.Net.FtpWebRequest,System.Uri,System.String,System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse__ctor_m14AE71384600E877A903006445068AB50EF06486 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri1, String_t* ___method2, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status3, const RuntimeMethod* method)
{
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_0 = ___request0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___uri1;
String_t* L_2 = ___method2;
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_3 = ___status3;
NullCheck(L_3);
int32_t L_4 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_3, /*hidden argument*/NULL);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_5 = ___status3;
NullCheck(L_5);
String_t* L_6 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_5, /*hidden argument*/NULL);
FtpWebResponse__ctor_mEAD8EF85A256E43AFDE1C769FCCF6D22A228ADAB(__this, L_0, L_1, L_2, L_4, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Net.WebHeaderCollection System.Net.FtpWebResponse::get_Headers()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * FtpWebResponse_get_Headers_m52AA9B0A938A337A4E4A2692499D43151229E9C2 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebResponse_get_Headers_m52AA9B0A938A337A4E4A2692499D43151229E9C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_0 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752(L_0, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.FtpWebResponse::set_LastModified(System.DateTime)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
__this->set_lastModified_4(L_0);
return;
}
}
// System.Void System.Net.FtpWebResponse::set_BannerMessage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_bannerMessage_5(L_0);
return;
}
}
// System.Void System.Net.FtpWebResponse::set_WelcomeMessage(System.String)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_welcomeMessage_6(L_0);
return;
}
}
// System.Void System.Net.FtpWebResponse::set_StatusCode(System.Net.FtpStatusCode)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_statusCode_3(L_0);
return;
}
}
// System.Void System.Net.FtpWebResponse::Close()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_Close_mB0BF790B7D0778CAE04A2D0B28CBA7B3590914E9 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebResponse_Close_mB0BF790B7D0778CAE04A2D0B28CBA7B3590914E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_10();
if (!L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
__this->set_disposed_10((bool)1);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_stream_1();
if (!L_1)
{
goto IL_003b;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_stream_1();
NullCheck(L_2);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_2);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = __this->get_stream_1();
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();
if ((!(((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_3) == ((RuntimeObject*)(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)L_4))))
{
goto IL_003b;
}
}
{
FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * L_5 = __this->get_request_11();
NullCheck(L_5);
FtpWebRequest_OperationCompleted_m130241F4F4B2BC102AA8327C8542058344A482DD(L_5, /*hidden argument*/NULL);
}
IL_003b:
{
__this->set_stream_1((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
return;
}
}
// System.IO.Stream System.Net.FtpWebResponse::GetResponseStream()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * FtpWebResponse_GetResponseStream_mC281E3E56940B9EBFE6C5631E84E801AF63B2ECA (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebResponse_GetResponseStream_mC281E3E56940B9EBFE6C5631E84E801AF63B2ECA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_stream_1();
if (L_0)
{
goto IL_000e;
}
}
{
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_000e:
{
String_t* L_2 = __this->get_method_9();
bool L_3 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_2, _stringLiteralFD35D5A1C8C8B04A6C1D2E2EAB8C4FA15027F731, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0038;
}
}
{
String_t* L_4 = __this->get_method_9();
bool L_5 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_4, _stringLiteralEEF590EA8E09A0DEC8BF8485DB690A374FACFE2A, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_0038;
}
}
{
FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9(__this, /*hidden argument*/NULL);
}
IL_0038:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_6 = __this->get_stream_1();
return L_6;
}
}
// System.Void System.Net.FtpWebResponse::set_Stream(System.IO.Stream)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0;
__this->set_stream_1(L_0);
return;
}
}
// System.Void System.Net.FtpWebResponse::UpdateStatus(System.Net.FtpStatus)
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_UpdateStatus_m63E1E366CDEADBF20BD30D41CB77E9B723EAE355 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * ___status0, const RuntimeMethod* method)
{
{
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_0 = ___status0;
NullCheck(L_0);
int32_t L_1 = FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline(L_0, /*hidden argument*/NULL);
__this->set_statusCode_3(L_1);
FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * L_2 = ___status0;
NullCheck(L_2);
String_t* L_3 = FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline(L_2, /*hidden argument*/NULL);
__this->set_statusDescription_8(L_3);
return;
}
}
// System.Void System.Net.FtpWebResponse::CheckDisposed()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_disposed_10();
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, FtpWebResponse_CheckDisposed_m0A317BF997BD0814F07EBFA1A7F75E939A7286D9_RuntimeMethod_var);
}
IL_0019:
{
return;
}
}
// System.Boolean System.Net.FtpWebResponse::IsFinal()
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FtpWebResponse_IsFinal_m0D47181A2DB04567196AD438FE81EB7C102ED5D5 (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_statusCode_3();
return (bool)((((int32_t)((((int32_t)L_0) < ((int32_t)((int32_t)200)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
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 int32_t Cookie_get_Variant_m6FDA5BC7A2071B73CA7163197349952BC959272B_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_cookieVariant_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t Cookie_get_Version_m99362C7681CD66CFD1B4E379144A55511C1678AB_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_version_21();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Comment_mF44957E183F190593B9E4153654966F907AEEEC7_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_comment_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Path_m23B2078A5FEF68D1DF767270BE7F654A730DB7D6_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_path_12();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Domain_m69CE1A4F6A72175C911F5E7137543D8633EDDF8A_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_domain_8();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Name_mB5D7C54A81F9DE0CC2A28C34A8E1A6728706CF1F_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_11();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* Cookie_get_Value_m5DF850D18AEA9A7CA9F9F5B4B1B320263B7F13C1_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_value_20();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject* Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724_inline (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Cookie_GetComparer_m82EFA0E1AD44C930482B4B82E5E3A7E811B35724System5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var);
Comparer_tFC5265AD65740F9DB39C75F1E3EF8032982F45AB * L_0 = ((Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_StaticFields*)il2cpp_codegen_static_fields_for(Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90_il2cpp_TypeInfo_var))->get_staticComparer_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Key_m5637186DC83BDD463E99ADDB2FE9C033D4EA0500_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__key_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR RuntimeObject * DictionaryEntry_get_Value_m4B3DE9043323AB6C84FCD25C8610030572D67AE6_inline (DictionaryEntry_tB5348A26B94274FCC1DD77185BD5946E283B11A4 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get__value_1();
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 Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* Cookie_get_PortList_mF0990322FC7C48A15E551DEBA407FD680343BB73_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* L_0 = __this->get_m_port_list_16();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool Cookie_get_Secure_mE6212C848C54547AB92F7F57A8B3C87C6B94E67D_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_secure_17();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CookieCollection_get_IsOtherVersionSeen_mE8923C5F17A64DD450124524D7E93576095CD9FE_inline (CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_has_other_versions_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Name_m40F65BE2B473F8D9DF41F9655CB8C8C063702F45_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_name_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* CookieTokenizer_get_Value_m8C4EEC297697C6167040CADD2596A48162842F22_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_value_9();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t CookieTokenizer_get_Token_mD7509919959F8F3F36E1124D1724DD108A4293E1_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_token_6();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_CommentUri_m46237697CECCF00DB08599F660CB7A9CB541BDF2_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
__this->set_m_commentUri_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CookieTokenizer_get_Quoted_m85EF95144AE52CD3806F0EC6DA5FF2782E2D485E_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_quoted_4();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_Expires_m0F85D1F054D826308A938C91E2DAB39C24305387_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
__this->set_m_expires_10(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_Discard_m7BB3C2B8C6B690EFA7507C4740146D17F63F1476_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_discard_7(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_Secure_m38C704F5197C73361544277682E19121C535EB3C_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_secure_17(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void Cookie_set_HttpOnly_mF5A41D2239EB04FE3EFF9152F2AB3CEA409BD377_inline (Cookie_t595E2DCD94CB04B2C07875D5D7C14976F7B1EF90 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_httpOnly_18(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR bool CookieTokenizer_get_EndOfCookie_m673AA89F67DC8CF668FE3F11A1F42EF3B97CB059_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_m_eofCookie_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Quoted_mA9F1C8D83636764A94A9C28E2DF7DFC717828E50_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_quoted_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_EndOfCookie_m91466800EAC6AFD37F94FD48EB3346E4537AFD38_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_m_eofCookie_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Name_m106FF4EA1A9CE21940F8FE4278678ED68F5CD7B9_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_m_name_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Token_mD121F89BA0D5939F882F3021421E3D0D8E2905B7_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_m_token_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void CookieTokenizer_set_Value_m97EB3043C3D61CB4852B9FFFC2A592A3F61E08AC_inline (CookieTokenizer_t5B1D0FF62FB109116954C5BE6EB6AA7C71AEC5AD * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_m_value_9(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t RecognizedAttribute_get_Token_m13B79924B7636CE8E1E4BF149B93B28D1C5E74E6_inline (RecognizedAttribute_t300D9F628CDAED6F665BFE996936B9CE0FA0D95B * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_token_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DigestSession_get_LastUse_mEA7467CEF9E9025D7589C09084F922C31CC3FA51_inline (DigestSession_tCFF843AD732355E50F57213B29E91E9016A17627 * __this, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_lastUse_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_m829C28C42028CDBFC9E338962DC7B6B10C8FFBE7_inline (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get__ticks_3();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = __this->get_actualUri_13();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_mE132ABF58C3C4C28A58A48132698FA99F55C328D_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_hostName_0(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_m4D05E9F3D5C6FD0996C86816B36B1DF9BE79D8ED_inline (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___value0, const RuntimeMethod* method)
{
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = ___value0;
__this->set_aliases_1(L_0);
return;
}
}
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 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 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 RuntimeObject * LazyAsyncResult_get_AsyncObject_mA91273208B3DCE1E9830B3CB028298D40C635059_inline (LazyAsyncResult_t6D867D275402699126BB3DC89093BD94CFFDA5D3 * __this, const RuntimeMethod* method)
{
{
RuntimeObject * L_0 = __this->get_m_AsyncObject_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR int32_t FtpWebRequest_get_ReadWriteTimeout_m458E1E82DD62016025BCE60D6C5C4AB35A4B2D41_inline (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_rwTimeout_25();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR Exception_t * FtpAsyncResult_get_Exception_m0CF10C4FA3504A36AFEDFC554D69B14A86456DFB_inline (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
Exception_t * L_0 = __this->get_exception_2();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * FtpAsyncResult_get_Response_mE18C57EB29F762D942BAC2737C3E005444CE96A0_inline (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, const RuntimeMethod* method)
{
{
FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * L_0 = __this->get_response_0();
return L_0;
}
}
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 int32_t FtpStatus_get_StatusCode_mA51A3DDE18EC503FA6DC61EA3EC196A423E6042D_inline (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_statusCode_0();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void HttpWebRequest_set_Address_mCCCDF96D97783479D8B6731B0CCCE0365E3A5414_inline (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___value0, const RuntimeMethod* method)
{
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___value0;
__this->set_actualUri_13(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_Stream_mA775583F5D86B8BC121372286E8C38FE25644A26_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0;
__this->set_stream_1(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_StatusCode_m989B71AB45CCC1BE2F3DAC64AE2A6FB8BDFBD543_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_statusCode_3(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR String_t* FtpStatus_get_StatusDescription_mE045554C7036EE7AF2BE013931AC32D9B54E8C38_inline (FtpStatus_tC736CA78D396A33659145A9183F15038E66B2876 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_statusDescription_1();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_LastModified_mB6EDC20C4EB44B35E8C52C8532C80631EAF6C78D_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___value0, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = ___value0;
__this->set_lastModified_4(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpAsyncResult_set_Stream_m579BE18BE605BAD98105FD37B4A0C3CAA5FD8BD0_inline (FtpAsyncResult_tB318D495766A9449055B1D8C8C801095CF2CDEA3 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___value0, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___value0;
__this->set_stream_4(L_0);
return;
}
}
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 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 bool FtpWebRequest_get_EnableSsl_m0498BFBEA644C093A7BF1DB8B2593928409F8113_inline (FtpWebRequest_t9444EC84DC89CB60CB8AA1FEEBA55408CCDC51BA * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_enableSsl_28();
return L_0;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_BannerMessage_m3997D6D98C13E490AA77535904E63DE3D5E3BB83_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_bannerMessage_5(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void FtpWebResponse_set_WelcomeMessage_m6E9779B2F708B38908DA4126B4A6398B1D93676A_inline (FtpWebResponse_t8775110950F0637C1A8A495892122865F05FC205 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_welcomeMessage_6(L_0);
return;
}
}
IL2CPP_EXTERN_C inline IL2CPP_METHOD_ATTR void MonoTlsSettings_set_UseServicePointManagerCallback_m3982FDDB084256E77E18F9A3E42E91E65F6F699B_inline (MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * __this, Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___value0, const RuntimeMethod* method)
{
{
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 L_0 = ___value0;
__this->set_useServicePointManagerCallback_12(L_0);
return;
}
}
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 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 ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* Array_Empty_TisRuntimeObject_m9CF99326FAC8A01A4A25C90AA97F0799BA35ECAB_gshared_inline (const RuntimeMethod* method)
{
{
IL2CPP_RUNTIME_CLASS_INIT(IL2CPP_RGCTX_DATA(method->rgctx_data, 0));
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_0 = ((EmptyArray_1_tCF137C88A5824F413EFB5A2F31664D8207E61D26_StaticFields*)il2cpp_codegen_static_fields_for(IL2CPP_RGCTX_DATA(method->rgctx_data, 0)))->get_Value_0();
return L_0;
}
}