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

44555 lines
2.0 MiB

#include "il2cpp-config.h"
#ifndef _MSC_VER
# include <alloca.h>
#else
# include <malloc.h>
#endif
#include <cstring>
#include <string.h>
#include <stdio.h>
#include <cmath>
#include <limits>
#include <assert.h>
#include <stdint.h>
#include "il2cpp-class-internals.h"
#include "codegen/il2cpp-codegen.h"
#include "il2cpp-object-internals.h"
template <typename R>
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 T1>
struct VirtActionInvoker1
{
typedef void (*Action)(void*, T1, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
}
};
template <typename R, typename T1>
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, typename T3>
struct VirtActionInvoker3
{
typedef void (*Action)(void*, T1, T2, T3, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
}
};
template <typename R, typename T1, typename T2, typename T3>
struct 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>
struct VirtActionInvoker2
{
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
}
};
struct VirtActionInvoker0
{
typedef void (*Action)(void*, const RuntimeMethod*);
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
{
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
((Action)invokeData.methodPtr)(obj, invokeData.method);
}
};
template <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>
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 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);
}
};
// Microsoft.Win32.SafeHandles.SafeWaitHandle
struct SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2;
// Mono.Math.BigInteger
struct BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8;
// Mono.Net.Security.MonoTlsStream
struct MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171;
// Mono.Security.ASN1
struct ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E;
// Mono.Security.Cryptography.DSAManaged
struct DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA;
// Mono.Security.Cryptography.KeyPairPersistence
struct KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745;
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A;
// Mono.Security.Cryptography.RSAManaged/KeyGeneratedEventHandler
struct KeyGeneratedEventHandler_t4696955EF1EA571682FB3F21F5A4CA5E5B6737A9;
// Mono.Security.Interface.IMonoSslStream
struct IMonoSslStream_t3476E6615542EBD74C52117F2B3BE178525AA38F;
// Mono.Security.Interface.MonoTlsProvider
struct MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27;
// Mono.Security.Interface.MonoTlsSettings
struct MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF;
// Mono.Security.X509.PKCS12
struct PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C;
// Mono.Security.X509.X509Certificate
struct X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B;
// Mono.Security.X509.X509CertificateCollection
struct X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A;
// Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator
struct X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505;
// Mono.Security.X509.X509ExtensionCollection
struct X509ExtensionCollection_t64150C4CB662DB5B4A434CC41C612FE573707D19;
// 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.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01;
// 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.IEnumerable`1<System.String>
struct IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E;
// System.Collections.Generic.IList`1<System.String>
struct IList_1_tFFB5515FC97391D04D5034ED7F334357FED1FAE6;
// System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>
struct LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0;
// System.Collections.Generic.LinkedListNode`1<System.Object>
struct LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683;
// System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>
struct LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F;
// System.Collections.Generic.LinkedList`1<System.Object>
struct LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry>
struct LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7;
// System.Collections.Generic.List`1<System.Net.WebConnection>
struct List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF;
// System.Collections.Generic.List`1<System.Object>
struct List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D;
// System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>
struct List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033;
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9;
// System.Collections.Hashtable/bucket[]
struct bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A;
// System.Collections.ICollection
struct ICollection_tA3BAB2482E28132A7CA9E0E21393027353C28B54;
// System.Collections.IDictionary
struct IDictionary_t1BD5C1546718A374EA8122FBD6C6EE45331E8CE7;
// System.Collections.IEnumerable
struct IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C;
// System.Collections.IEnumerator
struct IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A;
// System.Collections.IEqualityComparer
struct IEqualityComparer_t3102D0F5BABD60224F6DFF4815BCA1045831FB7C;
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3;
// System.Collections.Specialized.NameObjectCollectionBase
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry
struct NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54;
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator
struct NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5;
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1;
// System.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5;
// System.Delegate
struct Delegate_t;
// System.DelegateData
struct DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE;
// System.Delegate[]
struct DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86;
// System.Diagnostics.StackFrame[]
struct StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D;
// System.Diagnostics.StackTrace
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99;
// System.Diagnostics.StackTrace[]
struct StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196;
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E;
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C;
// System.Exception
struct Exception_t;
// System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>
struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61;
// System.Func`2<System.Object,System.Boolean>
struct Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879;
// System.Globalization.Calendar
struct Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5;
// System.Globalization.CodePageDataItem
struct CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB;
// System.Globalization.CompareInfo
struct CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1;
// System.Globalization.CultureData
struct CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD;
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F;
// System.Globalization.DateTimeFormatInfo
struct DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F;
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8;
// System.Globalization.TextInfo
struct TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8;
// System.IAsyncResult
struct IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598;
// System.IFormatProvider
struct IFormatProvider_t4247E13AE2D97A079B88D594B7ABABF313259901;
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA;
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C;
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7;
// System.IO.Stream/ReadWriteTask
struct ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80;
// System.IOAsyncCallback
struct IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547;
// System.Int32[]
struct Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83;
// System.IntPtr[]
struct IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD;
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1;
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF;
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B;
// System.Net.AutoWebProxyScriptEngine
struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455;
// System.Net.BindIPEndPoint
struct BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9;
// System.Net.Cache.RequestCache
struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8;
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724;
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61;
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D;
// System.Net.Cache.RequestCacheValidator
struct RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41;
// System.Net.Configuration.DefaultProxySectionInternal
struct DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459;
// System.Net.CookieCollection
struct CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3;
// System.Net.CookieContainer
struct CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73;
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980;
// System.Net.FileWebRequestCreator
struct FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D;
// System.Net.FtpRequestCreator
struct FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F;
// System.Net.HeaderInfo
struct HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8;
// System.Net.HeaderInfoTable
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF;
// System.Net.HeaderParser
struct HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E;
// System.Net.HeaderVariantInfo[]
struct HeaderVariantInfoU5BU5D_t0E01B2AC4A3A836E5AC79344A8F0CBD547CC8012;
// System.Net.HttpContinueDelegate
struct HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC;
// System.Net.HttpRequestCreator
struct HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D;
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0;
// System.Net.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.IWebConnectionState
struct IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710;
// System.Net.IWebProxy
struct IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E;
// System.Net.IWebRequestCreate
struct IWebRequestCreate_t06784F00B2587AB3D7D13A6B2C96819C8F5260ED;
// System.Net.InternalException
struct InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0;
// System.Net.MonoChunkStream
struct MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5;
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062;
// System.Net.NetworkInformation.IPGlobalProperties
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C;
// System.Net.ProtocolViolationException
struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB;
// System.Net.ServerCertValidationCallback
struct ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB;
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4;
// System.Net.SimpleAsyncCallback
struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F;
// System.Net.SimpleAsyncResult
struct SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6;
// 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.WebConnection/AbortHelper
struct AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81;
// System.Net.WebConnectionData
struct WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC;
// System.Net.WebConnectionGroup
struct WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F;
// System.Net.WebConnectionGroup/ConnectionState
struct ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6;
// System.Net.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC;
// System.Net.WebConnectionStream/<>c__DisplayClass75_0
struct U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB;
// System.Net.WebConnectionStream/<>c__DisplayClass76_0
struct U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350;
// System.Net.WebConnectionStream/<>c__DisplayClass80_0
struct U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE;
// System.Net.WebConnection[]
struct WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55;
// System.Net.WebException
struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D;
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304;
// System.Net.WebHeaderCollection/RfcChar[]
struct RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E;
// System.Net.WebProxy
struct WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417;
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8;
// System.Net.WebRequest/DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3;
// System.Net.WebRequest/WebProxyWrapper
struct WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B;
// System.Net.WebRequest/WebProxyWrapperOpaque
struct WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62;
// System.Net.WebRequestPrefixElement
struct WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482;
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD;
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4;
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010;
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A;
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83;
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759;
// System.Reflection.MemberFilter
struct MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381;
// System.Reflection.MethodInfo
struct MethodInfo_t;
// 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.Authentication.AuthenticationException
struct AuthenticationException_tE24BF2E2AD351F0C9586A59191F01918659A7516;
// System.Security.Cryptography.AsnEncodedData
struct AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65;
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB;
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A;
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF;
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8;
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA;
// System.Security.Cryptography.KeySizes[]
struct KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E;
// System.Security.Cryptography.Oid
struct Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137;
// System.Security.Cryptography.OidCollection
struct OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E;
// System.Security.Cryptography.OidEnumerator
struct OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C;
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145;
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4;
// System.Security.Cryptography.RandomNumberGenerator
struct RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2;
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA;
// System.Security.Cryptography.X509Certificates.PublicKey
struct PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620;
// System.Security.Cryptography.X509Certificates.X500DistinguishedName
struct X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199;
// System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension
struct X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C;
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2;
// System.Security.Cryptography.X509Certificates.X509Certificate2
struct X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73;
// System.Security.Cryptography.X509Certificates.X509Certificate2Collection
struct X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D;
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl
struct X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7;
// System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono
struct X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator
struct X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B;
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313;
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection
struct X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242;
// System.Security.Cryptography.X509Certificates.X509CertificateImpl[]
struct X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC;
// System.Security.Cryptography.X509Certificates.X509Chain
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538;
// System.Security.Cryptography.X509Certificates.X509ChainElementCollection
struct X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4;
// System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator
struct X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20;
// System.Security.Cryptography.X509Certificates.X509ChainImpl
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67;
// System.Security.Cryptography.X509Certificates.X509ChainImplMono
struct X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D;
// System.Security.Cryptography.X509Certificates.X509ChainPolicy
struct X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD;
// System.Security.Cryptography.X509Certificates.X509ChainStatus[]
struct X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB;
// System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension
struct X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254;
// System.Security.Cryptography.X509Certificates.X509Extension
struct X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A;
// System.Security.Cryptography.X509Certificates.X509ExtensionCollection
struct X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F;
// System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator
struct X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8;
// System.Security.Cryptography.X509Certificates.X509KeyUsageExtension
struct X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E;
// System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension
struct X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E;
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5;
// System.String
struct String_t;
// System.StringComparer
struct StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE;
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782;
// System.Text.DecoderFallback
struct DecoderFallback_t128445EB7676870485230893338EF044F6B72F60;
// System.Text.EncoderFallback
struct EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63;
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4;
// System.Text.RegularExpressions.ExclusiveReference
struct ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB;
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF;
// System.Text.RegularExpressions.RegexCode
struct RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA;
// System.Text.RegularExpressions.RegexRunnerFactory
struct RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B;
// System.Text.RegularExpressions.Regex[]
struct RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53;
// System.Text.RegularExpressions.SharedReference
struct SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5;
// System.Text.StringBuilder
struct StringBuilder_t;
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98;
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408;
// System.Threading.SemaphoreSlim
struct SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048;
// System.Threading.Tasks.Task`1<System.Int32>
struct Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87;
// System.Threading.Timer
struct Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553;
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC;
// System.Type
struct Type_t;
// System.Type[]
struct TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F;
// System.UInt16[]
struct UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E;
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E;
// System.Uri/UriInfo
struct UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E;
// System.UriParser
struct UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC;
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD;
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017;
extern RuntimeClass* ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var;
extern RuntimeClass* AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var;
extern RuntimeClass* ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var;
extern RuntimeClass* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var;
extern RuntimeClass* AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65_il2cpp_TypeInfo_var;
extern RuntimeClass* AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB_il2cpp_TypeInfo_var;
extern RuntimeClass* AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var;
extern RuntimeClass* AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var;
extern RuntimeClass* ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var;
extern RuntimeClass* Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var;
extern RuntimeClass* CFNetwork_t0CCC6B57FD82A3C380C9687E7E69CDD80BC0813D_il2cpp_TypeInfo_var;
extern RuntimeClass* CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var;
extern RuntimeClass* CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var;
extern RuntimeClass* ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6_il2cpp_TypeInfo_var;
extern RuntimeClass* CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var;
extern RuntimeClass* CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var;
extern RuntimeClass* DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var;
extern RuntimeClass* DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var;
extern RuntimeClass* DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var;
extern RuntimeClass* DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var;
extern RuntimeClass* DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3_il2cpp_TypeInfo_var;
extern RuntimeClass* DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76_il2cpp_TypeInfo_var;
extern RuntimeClass* EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var;
extern RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
extern RuntimeClass* FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D_il2cpp_TypeInfo_var;
extern RuntimeClass* FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F_il2cpp_TypeInfo_var;
extern RuntimeClass* Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var;
extern RuntimeClass* GC_tC1D7BD74E8F44ECCEF5CD2B5D84BFF9AAE02D01D_il2cpp_TypeInfo_var;
extern RuntimeClass* HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_il2cpp_TypeInfo_var;
extern RuntimeClass* HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var;
extern RuntimeClass* HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var;
extern RuntimeClass* IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var;
extern RuntimeClass* ICollection_1_t2E51991ADA605DB75870908AF6D7C3093DC3FCBA_il2cpp_TypeInfo_var;
extern RuntimeClass* ICredentials_t1A41F1096B037CAB53AE01434DF0747881455344_il2cpp_TypeInfo_var;
extern RuntimeClass* IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var;
extern RuntimeClass* IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var;
extern RuntimeClass* IList_1_tFFB5515FC97391D04D5034ED7F334357FED1FAE6_il2cpp_TypeInfo_var;
extern RuntimeClass* IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var;
extern RuntimeClass* IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var;
extern RuntimeClass* IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var;
extern RuntimeClass* IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710_il2cpp_TypeInfo_var;
extern RuntimeClass* IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var;
extern RuntimeClass* IWebRequestCreate_t06784F00B2587AB3D7D13A6B2C96819C8F5260ED_il2cpp_TypeInfo_var;
extern RuntimeClass* Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var;
extern RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
extern RuntimeClass* InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0_il2cpp_TypeInfo_var;
extern RuntimeClass* InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var;
extern RuntimeClass* LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_il2cpp_TypeInfo_var;
extern RuntimeClass* List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_il2cpp_TypeInfo_var;
extern RuntimeClass* Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var;
extern RuntimeClass* ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var;
extern RuntimeClass* Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var;
extern RuntimeClass* MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_il2cpp_TypeInfo_var;
extern RuntimeClass* MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171_il2cpp_TypeInfo_var;
extern RuntimeClass* NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5_il2cpp_TypeInfo_var;
extern RuntimeClass* NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_il2cpp_TypeInfo_var;
extern RuntimeClass* NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var;
extern RuntimeClass* NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var;
extern RuntimeClass* ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var;
extern RuntimeClass* OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E_il2cpp_TypeInfo_var;
extern RuntimeClass* OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C_il2cpp_TypeInfo_var;
extern RuntimeClass* Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var;
extern RuntimeClass* PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C_il2cpp_TypeInfo_var;
extern RuntimeClass* Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var;
extern RuntimeClass* ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var;
extern RuntimeClass* PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var;
extern RuntimeClass* Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var;
extern RuntimeClass* RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var;
extern RuntimeClass* RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745_il2cpp_TypeInfo_var;
extern RuntimeClass* RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145_il2cpp_TypeInfo_var;
extern RuntimeClass* RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53_il2cpp_TypeInfo_var;
extern RuntimeClass* Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var;
extern RuntimeClass* RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D_il2cpp_TypeInfo_var;
extern RuntimeClass* RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E_il2cpp_TypeInfo_var;
extern RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
extern RuntimeClass* SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var;
extern RuntimeClass* SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_il2cpp_TypeInfo_var;
extern RuntimeClass* SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var;
extern RuntimeClass* SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var;
extern RuntimeClass* Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var;
extern RuntimeClass* StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var;
extern RuntimeClass* Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var;
extern RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
extern RuntimeClass* StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var;
extern RuntimeClass* String_t_il2cpp_TypeInfo_var;
extern RuntimeClass* SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var;
extern RuntimeClass* ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var;
extern RuntimeClass* TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var;
extern RuntimeClass* TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var;
extern RuntimeClass* Type_t_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350_il2cpp_TypeInfo_var;
extern RuntimeClass* U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE_il2cpp_TypeInfo_var;
extern RuntimeClass* UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var;
extern RuntimeClass* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var;
extern RuntimeClass* ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var;
extern RuntimeClass* Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var;
extern RuntimeClass* WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var;
extern RuntimeClass* WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var;
extern RuntimeClass* WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC_il2cpp_TypeInfo_var;
extern RuntimeClass* WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var;
extern RuntimeClass* WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243_il2cpp_TypeInfo_var;
extern RuntimeClass* WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var;
extern RuntimeClass* WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var;
extern RuntimeClass* WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var;
extern RuntimeClass* WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var;
extern RuntimeClass* WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417_il2cpp_TypeInfo_var;
extern RuntimeClass* WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_il2cpp_TypeInfo_var;
extern RuntimeClass* WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var;
extern RuntimeClass* X501_tA67EA33D0F6FC6B49724AA7CBE473C02FB3E882F_il2cpp_TypeInfo_var;
extern RuntimeClass* X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_il2cpp_TypeInfo_var;
extern RuntimeClass* X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B_il2cpp_TypeInfo_var;
extern RuntimeClass* X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB_il2cpp_TypeInfo_var;
extern RuntimeClass* X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F_il2cpp_TypeInfo_var;
extern RuntimeClass* X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8_il2cpp_TypeInfo_var;
extern RuntimeClass* X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var;
extern RuntimeClass* X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_il2cpp_TypeInfo_var;
extern RuntimeClass* X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_il2cpp_TypeInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____1A84029C80CB5518379F199F53FF08A7B764F8FD_3_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____6D49C9D487D7AD3491ECE08732D68A593CC2038D_7_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9_FieldInfo_var;
extern RuntimeField* U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____EC5842B3154E1AF94500B57220EB9F684BCCC42A_14_FieldInfo_var;
extern String_t* _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261;
extern String_t* _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463;
extern String_t* _stringLiteral03B54C173D0B849C2B100892F8AA763F728E98D3;
extern String_t* _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
extern String_t* _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9;
extern String_t* _stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A;
extern String_t* _stringLiteral073D82D7A89E8FF8AA7F143D0C3C70AE5B9750C7;
extern String_t* _stringLiteral0809AAB737974023FA126BF46E2D642FF29802FD;
extern String_t* _stringLiteral09ACBB7D1DA8AA3DAFF4C1EC8076713606974C64;
extern String_t* _stringLiteral09C6E7C494A2144538BB3BB115B36D0E86163572;
extern String_t* _stringLiteral09F0D4C76CB7C53C42623F8E471B043ED6EA8A24;
extern String_t* _stringLiteral0BCB5370FC03D916157E41F2FD44DBFBA8BAE6AE;
extern String_t* _stringLiteral0C8228FD66679AE4DB1497BDC2A75ECBFEB52B60;
extern String_t* _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187;
extern String_t* _stringLiteral0CE2BABDAB94A9CE04A36D1B7053EC151CBAC599;
extern String_t* _stringLiteral0CF1BC84BB8BACA804F9015A158E88642D415FFA;
extern String_t* _stringLiteral0D7652C6A78D387AD1AF2F86D37C74C5E6FB9F7A;
extern String_t* _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F;
extern String_t* _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA;
extern String_t* _stringLiteral10C590BA9FDF996C29CEC6972335B1BEEC73FBF2;
extern String_t* _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274;
extern String_t* _stringLiteral11F6AD8EC52A2984ABAAFD7C3B516503785C2072;
extern String_t* _stringLiteral129C9C3F8D66749FC7B94A0C58CE91CDAADABF3C;
extern String_t* _stringLiteral12EE4C3A4EA15BA4741F1FCFDDFCE61D84160061;
extern String_t* _stringLiteral14D541C76C900C8AB1AF5E7ADCD5408A262CADAF;
extern String_t* _stringLiteral14FF037C41BD8B8B7FDA06CC169C23B88EF34D19;
extern String_t* _stringLiteral151E5C200EA85B272F12723EADC045C6B0CCAE03;
extern String_t* _stringLiteral15BD560AA9FBBFC3C9D4F82A8316D7453EE7B6FA;
extern String_t* _stringLiteral15E98A4A0C68AFDDFB4FD0A806D9F33B9D2E4C33;
extern String_t* _stringLiteral16F245B7E0981F6CC5683286D189CA6E0D0B1805;
extern String_t* _stringLiteral1709FBC1E0ACE0896D1448A6AD5744DF476596D8;
extern String_t* _stringLiteral182A1006504A8759958D9A863A2087C996006E1E;
extern String_t* _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6;
extern String_t* _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25;
extern String_t* _stringLiteral1A349DCC540A3978584510D982075F838B17CD6D;
extern String_t* _stringLiteral1A35E9ED1F3A8DCD3FE5170DF1C4B1B698BDB2B5;
extern String_t* _stringLiteral1B9F1BD38C0A17325950EA0E9D15F9E61F03D8A6;
extern String_t* _stringLiteral1BA3338BD0D397031AE85DC0347D63C94B00E5DF;
extern String_t* _stringLiteral1C196E02C5BB22014A392C3BAEE10D54CADF5845;
extern String_t* _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F;
extern String_t* _stringLiteral1CED71B6CFFB57B20E923281A13CCB873DC469F1;
extern String_t* _stringLiteral1CF405A0D39702CEA19CAC4F29DB3762310CF82A;
extern String_t* _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4;
extern String_t* _stringLiteral1D42C6034806299EEE6801C71D349D4F36548B67;
extern String_t* _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441;
extern String_t* _stringLiteral1F931F510EF926787C8A721C148174EB72058D3B;
extern String_t* _stringLiteral2118C8699C55066293A0E34341B9953F6C1811BD;
extern String_t* _stringLiteral24FD433A7BDA12B304511BB959363E082C1634EA;
extern String_t* _stringLiteral269A2614A96D634F4BA5A20647B7BE734CAD6B7C;
extern String_t* _stringLiteral26B1BCF7A456CFF0D3AF44938C7251454D59F97E;
extern String_t* _stringLiteral26E69388BB28F94E4154EB47125EC8A829CADFA8;
extern String_t* _stringLiteral274B87CC2F550D67154E8B43E5DAC59E0F531C6D;
extern String_t* _stringLiteral27B8ECABABE91D996C3B609017E39379BE30174B;
extern String_t* _stringLiteral2A4C1F45438DFF26DF9EEA23D1AE85FA0BC7DAB4;
extern String_t* _stringLiteral2AA3E1DBC324C92C8C08550546609ACBE597D10C;
extern String_t* _stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A;
extern String_t* _stringLiteral2E1E4CD3930C6357B7D4886857CBE4CBF6B08DE4;
extern String_t* _stringLiteral2F32BE1DC74166373C988EC03B0BD86F0A576919;
extern String_t* _stringLiteral2FEF34652532BA6065A4C47E9BBDD30482490F1E;
extern String_t* _stringLiteral30EFC02D11E06C55DE11CB215737C9F33CABFE16;
extern String_t* _stringLiteral325A8E55AB9E23E1D1845CDDF9971AF254905126;
extern String_t* _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
extern String_t* _stringLiteral33109EC213B9F9B04840D468E8F16FC50E11C130;
extern String_t* _stringLiteral389CD4A4A1C109139F5580BD7BD33B7AAB5C2117;
extern String_t* _stringLiteral38C7E35BE500E1A29424F122004EE91306541922;
extern String_t* _stringLiteral38E33C861BCB3B4A7C0999C49F39513EA2D145F6;
extern String_t* _stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727;
extern String_t* _stringLiteral3B46F0E32ECA57681BADE9625A8D2AF7C6344DBE;
extern String_t* _stringLiteral3BF08A84F15B98CE4D14B707F4A093B3CC8B853E;
extern String_t* _stringLiteral3C2F357663823D31CECD5A848DC6051D2B6A8BD8;
extern String_t* _stringLiteral3D40DBB928A5C7B5821BA584FE0E47297DFAA72C;
extern String_t* _stringLiteral3D8B6138F5092007B0F0925B47F43F4537F716A6;
extern String_t* _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5;
extern String_t* _stringLiteral40E3B4B17776AD4A412F5CE2705359390FBFD01E;
extern String_t* _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48;
extern String_t* _stringLiteral41C28ADD45AE1DD33C30FB4B535990E24FFCD04D;
extern String_t* _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8;
extern String_t* _stringLiteral42BD405BCAF14785216A43C2547CB41CEB8A5D61;
extern String_t* _stringLiteral42CD7EC8504C632CBE002A201653CDC132F878F0;
extern String_t* _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE;
extern String_t* _stringLiteral431EC418146189970D18C4A946342A85AD243B47;
extern String_t* _stringLiteral43A9519ED4B5E9C75EB7D683E3D1E09708F9B34A;
extern String_t* _stringLiteral4491F8B5ECC09D9DE308EA37E6A23AD2DD66C256;
extern String_t* _stringLiteral465CA7DEF5D9B26DCBDA532B2147B7D5E954EB24;
extern String_t* _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5;
extern String_t* _stringLiteral4DC7C9EC434ED06502767136789763EC11D2C4B7;
extern String_t* _stringLiteral4F3ECD0D3F8585D5B2BF6ECE1337BC200BCE8F6E;
extern String_t* _stringLiteral4FB68E41215008F250259801798F487B89D91CE7;
extern String_t* _stringLiteral50281D24C2D88378812DE23830477826D4116605;
extern String_t* _stringLiteral51A1295345B4726E34DBC7225E76121460F0CD74;
extern String_t* _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651;
extern String_t* _stringLiteral53E4664B72D62DE135DB121B6A717EBF837FC4FE;
extern String_t* _stringLiteral5669457F19AF3BBB3BEDECB17A49977131A45C9E;
extern String_t* _stringLiteral5689F8FC0EDCCDA7299967EA621BBC7DE476ADF6;
extern String_t* _stringLiteral56D91D770F6FD64E188020F40D1D915BE6E046DC;
extern String_t* _stringLiteral57D20168A3A40FB001223F94DC5BBD203C6E4252;
extern String_t* _stringLiteral594FD1615A341C77829E83ED988F137E1BA96231;
extern String_t* _stringLiteral5975C5872CEACBB04ECD731A29150F3D39D3E47D;
extern String_t* _stringLiteral5DBD8EF1B4DCFCBCD952F15CC15F7ED999A98F26;
extern String_t* _stringLiteral62BC6C87C84A7676BFE9B0E473A7E03E7E508734;
extern String_t* _stringLiteral630FC0FF22AF7DFA6F63B9D4C2EEC683559BEEDD;
extern String_t* _stringLiteral6417CC0966CF6AAC7BFD850C09A8CA91745BBD86;
extern String_t* _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
extern String_t* _stringLiteral66413FB003977D655A9BFBABAEAF9CF7C0E16850;
extern String_t* _stringLiteral66928E6CBB59C3A3BCE606959EF4A865FE04E642;
extern String_t* _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E;
extern String_t* _stringLiteral6750E3B9685ABDB893A0BFD53EAC4683D30E6314;
extern String_t* _stringLiteral67DBF284BA4887D116A010DDFA178CF6A84EE6F5;
extern String_t* _stringLiteral684DD500E31BD095765C659DEF0773796AA3A0C1;
extern String_t* _stringLiteral695C30DA52807837432872044A6EAE91AEAD89E7;
extern String_t* _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5;
extern String_t* _stringLiteral6AB4CC540FC5FD37A61FAA7128260FF331A73902;
extern String_t* _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8;
extern String_t* _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C;
extern String_t* _stringLiteral6B4A1ABAC4ADF0B20D63D51E0EB7DE1B450C069A;
extern String_t* _stringLiteral6B52C309B17195299795A2131ED2FE3F3C6F2107;
extern String_t* _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA;
extern String_t* _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA;
extern String_t* _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582;
extern String_t* _stringLiteral6D697EDAD9BAE43583B61DBA3A266225DB0EA628;
extern String_t* _stringLiteral6D95A3CC14D5D8FC45ED76CCF3099380FB98A63C;
extern String_t* _stringLiteral6D95E6298D641E510DEE2603D5EA0D91E06E1EFB;
extern String_t* _stringLiteral6DC7A6FF7FD6E3F1A4D8F1089EFF579F5B7EDF61;
extern String_t* _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829;
extern String_t* _stringLiteral6E7226A12720F1392504B6161BBCA162F1377E03;
extern String_t* _stringLiteral6EEF6648406C333A4035CD5E60D0BF2ECF2606D7;
extern String_t* _stringLiteral705406CE6BC47411E9A6F16CAF53813C90837C6C;
extern String_t* _stringLiteral70ADBF5BAA5641389D1D851F72912481E303B603;
extern String_t* _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9;
extern String_t* _stringLiteral731BCD1FBA9D30DE39F2CD8FA41AABF7E79C7D91;
extern String_t* _stringLiteral73C68A69A8FB0CBDA481680BDF7E86FE01482E98;
extern String_t* _stringLiteral74E82E6ED4A629CFABFF45E83888A95B5A0C2D3B;
extern String_t* _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3;
extern String_t* _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083;
extern String_t* _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255;
extern String_t* _stringLiteral7A5E2E271BBDF6A8651351BAB136549DEE4A5F64;
extern String_t* _stringLiteral7C24E7BC00C137F6335A30B4939DF34BFF2461D6;
extern String_t* _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93;
extern String_t* _stringLiteral7E26E4C5758E2EB5DE8C639A2FC7A818CE70E97A;
extern String_t* _stringLiteral7EF95F14AF3E24B8942C944144D6749C5ACA09D7;
extern String_t* _stringLiteral81E11CAA6C532C736B6A9B6537C780A55EEBD395;
extern String_t* _stringLiteral8381ABF715F2CE40C8CA6FFFBA006026CD3D0B40;
extern String_t* _stringLiteral8466D35907F2BD82025A77F0D3D021B93E557E00;
extern String_t* _stringLiteral84C858726E4144B89C00E74CD892C71630D219E8;
extern String_t* _stringLiteral852B438F91AD9EB2CDD84419A675A216D543C687;
extern String_t* _stringLiteral863ED7DBCE405ADC108BD22F478D424CF5B1809C;
extern String_t* _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA;
extern String_t* _stringLiteral871D8DB60F7B680ACDD8F3B304E5F1E5695141A1;
extern String_t* _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
extern String_t* _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3;
extern String_t* _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4;
extern String_t* _stringLiteral89ACF6FF8008B775EEDD2455290C9FA6FCDD71B9;
extern String_t* _stringLiteral8AB41A4A72B3A4643FF7DD55BAB2C9BF2D154F72;
extern String_t* _stringLiteral8B1045A08F6A74520AC6D95614BECE14AEDBED06;
extern String_t* _stringLiteral8C2CE9628312BDF283A7D01ADC7E4486F48FA35A;
extern String_t* _stringLiteral8C8EFBA440D5F3CD4F07DFFD5F416F5AA2C78986;
extern String_t* _stringLiteral8CD5743C3C970AE732CB089D3F883DD86EDEB07C;
extern String_t* _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822;
extern String_t* _stringLiteral8ED26D26F2A35BDCA232B027A6E2216B64C38BF3;
extern String_t* _stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA;
extern String_t* _stringLiteral908843169EE7BDA362D6EF5286DC014EE824F846;
extern String_t* _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0;
extern String_t* _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA;
extern String_t* _stringLiteral9356DA8DE25D6E45154E4196FDE5036F9FFC395F;
extern String_t* _stringLiteral94F1240DB28257B2D5540D3E18359A5AE748CE21;
extern String_t* _stringLiteral96345565D17AF6C906986DE53169BE9AD27D4692;
extern String_t* _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2;
extern String_t* _stringLiteral97A7F2832E5F2ACAC0DC1EE3EB2AFDF88CDFF2E9;
extern String_t* _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6;
extern String_t* _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313;
extern String_t* _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
extern String_t* _stringLiteralA265316472178FFE9FD969D45ABD032853F5889B;
extern String_t* _stringLiteralA3B1C4E601D193095FCB88B3CCB7FF41EB150E2F;
extern String_t* _stringLiteralA3FE483FE09B16D4DC1A2B711E2D4942291B4206;
extern String_t* _stringLiteralA49303A2A274C4FC9F5AF1C3F1149E1EBD8AB34B;
extern String_t* _stringLiteralA6279315C5DEE67D112368DB6846BCA93408CC2E;
extern String_t* _stringLiteralA7CBF229082D863696B7FFE948C34C8CD766705C;
extern String_t* _stringLiteralA8FB69456149034E0C74E43230F8241BC8A15DF6;
extern String_t* _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127;
extern String_t* _stringLiteralAA0DCCA0AE7E27FFFE86AF73C08FDD9263DB4C5B;
extern String_t* _stringLiteralAA855C33A895449A8532DC5ED8AFC693FA67AE7E;
extern String_t* _stringLiteralABB247FC495B4DF4392C330AA7E91BE41A71F52A;
extern String_t* _stringLiteralAC0D6C2F89DEBDA22E3B4C540ACD75A71CCCA8FC;
extern String_t* _stringLiteralAC98D7D01DA5782EE3515950483A5831CAF58DA7;
extern String_t* _stringLiteralAD2F7C3F2F646E2AC12B09A33B0F78F91AFFE5DA;
extern String_t* _stringLiteralAE61936696CC34F27C3F3CD4A0F3E1F2DF022723;
extern String_t* _stringLiteralAE8A0F83801F621B61C401D3E16D19A509CE346B;
extern String_t* _stringLiteralAE8AC5E1BDEEEAF0EB1DC88A8A30600C79F9F18E;
extern String_t* _stringLiteralAECF0292DA85CB2048D8B648567127D024D4074F;
extern String_t* _stringLiteralB054262502288B48A26CF2F3961326CD6C9CFB84;
extern String_t* _stringLiteralB0D8E8115103BC498F3013E2CBAE6F6EE9D7E005;
extern String_t* _stringLiteralB1590D210090D3ECCF037D1212DF4EA2F7A816AD;
extern String_t* _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41;
extern String_t* _stringLiteralB3B36D70657A035EA1357154C3FBD189E9AC944E;
extern String_t* _stringLiteralB81CEC6DD5C78F4049E16D0648BC478ECA6273FC;
extern String_t* _stringLiteralB845FDAFF1BF49C014DFF506CFA6BDC63DADD835;
extern String_t* _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6;
extern String_t* _stringLiteralB91E397CAC217852F6C88DC27C17BC1C2261F3E1;
extern String_t* _stringLiteralB991E3B8AFD7DADCC6F6F8F846261DF3DF5DC7AB;
extern String_t* _stringLiteralBA0CEB3F0BE08615CE7B7AC0CA94BED35C6C6B7C;
extern String_t* _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27;
extern String_t* _stringLiteralBB01CE9655988C03A8D21DDAB4C48223243029D2;
extern String_t* _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8;
extern String_t* _stringLiteralBC4F25FFA040BCA2940EE764035E4665AD6AF175;
extern String_t* _stringLiteralBE11E668C352A7505AEF2F84DE71A87DB58F9A41;
extern String_t* _stringLiteralBE3F306A5E0BA5DC2F76020448FB66EB734EF545;
extern String_t* _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0;
extern String_t* _stringLiteralBFE8557CF50D83E630AA617955268E24C1EC746E;
extern String_t* _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
extern String_t* _stringLiteralC128A21F6AC690242AB034ABCDEAB8B8BCF4904F;
extern String_t* _stringLiteralC16BE404ABC56D7B9706D820255A59E2B0B8116B;
extern String_t* _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B;
extern String_t* _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD;
extern String_t* _stringLiteralC3490C9DA0DFC0585D35CC5D28DFC4CB7129EAA5;
extern String_t* _stringLiteralC37EB4CB935A6017AAAAAAB327837C7D9BBBC004;
extern String_t* _stringLiteralC46B50407D7FDDA010F48931C8915B3AB6B11F47;
extern String_t* _stringLiteralC5790E5094FDAC9EB2BDF24D4F898BED561F84AD;
extern String_t* _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0;
extern String_t* _stringLiteralC87F485336AFBE9EC73E4656D8FFBB898F797118;
extern String_t* _stringLiteralC94554BAE8520C18CE8F7935BA1FC2ADB5932BF9;
extern String_t* _stringLiteralC954DD485FE7617409297D71CA42E85CA06BA671;
extern String_t* _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197;
extern String_t* _stringLiteralCD4392C91DE8890E0E515B2D682D08B47EE6F3F5;
extern String_t* _stringLiteralCDE01DFBE7B6D732DC2E787107006A5009783AC5;
extern String_t* _stringLiteralCE3C377596438C66F53D48756E1242003FF5FC3F;
extern String_t* _stringLiteralCE4CD26992C9E2AABC1288F131CB0DD4D5E73CB4;
extern String_t* _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77;
extern String_t* _stringLiteralD1FE3B60B921CE9A0C42EC3E1ED7AF8E1C74AC8C;
extern String_t* _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376;
extern String_t* _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE;
extern String_t* _stringLiteralD22C3734AFED02977F2F0CD9471D803374527E21;
extern String_t* _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176;
extern String_t* _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46;
extern String_t* _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5;
extern String_t* _stringLiteralD492C0B46CCC792264ED82AE6B95091FD1E8D708;
extern String_t* _stringLiteralD52066B0FA1D68EF07EEAB73031C3A3671298417;
extern String_t* _stringLiteralD955EB50BBCD91172BC0E2F7CDE01E1435C95459;
extern String_t* _stringLiteralD97CD989177827CE37443CC7CFCAF1FA4516DFD3;
extern String_t* _stringLiteralDA0A766B7E3D0908A410169F4A0696D16842A7B3;
extern String_t* _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C;
extern String_t* _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18;
extern String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
extern String_t* _stringLiteralDAEF8C12BA34D373D95154C87B3B6B16A8668FA3;
extern String_t* _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4;
extern String_t* _stringLiteralDCF3131D4D91F512411E9C181AFC22E080DDD27D;
extern String_t* _stringLiteralDDEC4A2E8CE9F653AE4EBAF140EBD077739011A9;
extern String_t* _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588;
extern String_t* _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
extern String_t* _stringLiteralE07F719BDFBE16C48441136DF82A426DE7CBD2F8;
extern String_t* _stringLiteralE4256D98A23829DB83E40650966DEF6AE26E7543;
extern String_t* _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25;
extern String_t* _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346;
extern String_t* _stringLiteralE67622E4CC268EE4A986CC6ADE09FC6BEB396B1C;
extern String_t* _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A;
extern String_t* _stringLiteralE82C9BACBF2DFB2DCC47002F7D2B12849D472EA8;
extern String_t* _stringLiteralE8889143A5352466B35F59C9411786F38C6304DA;
extern String_t* _stringLiteralE8DC057D3346E56AED7CF252185DBE1FA6454411;
extern String_t* _stringLiteralE8E44A3A5E3765B1EC2B48822322E3E88E07F732;
extern String_t* _stringLiteralE9409DF97BEDAC237D8B9091530CA87951E31AC6;
extern String_t* _stringLiteralE9A9575AA117C5C0D53E90A74011A0039A6CC819;
extern String_t* _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C;
extern String_t* _stringLiteralEAC092496A67A033E1565F9E3CB6843A3257640C;
extern String_t* _stringLiteralEB379946648B63BC6D1FBFECD3930A46FA3922C7;
extern String_t* _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D;
extern String_t* _stringLiteralEC001DFFD491C50BD3C1CB2E358F6063FC1CDAB5;
extern String_t* _stringLiteralED962452A775ED29F17EE5488FBA95394B1C0988;
extern String_t* _stringLiteralEE617AA3C1633B88FA29FF8B4524F83330B4D16D;
extern String_t* _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
extern String_t* _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1;
extern String_t* _stringLiteralF07214A10803CAA1960EF37719A4F05B844FB3C7;
extern String_t* _stringLiteralF19CB1771EAB3101FE8DBF9CD41F136740FF0305;
extern String_t* _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
extern String_t* _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5;
extern String_t* _stringLiteralF56F69D01D6B3C82DA914A60D71A6A4D544A0D11;
extern String_t* _stringLiteralF5E3824C4AC3321CC9D94880C13682C5CFC3B175;
extern String_t* _stringLiteralF640B26C60B76CA4F478050C708A81262202249E;
extern String_t* _stringLiteralF660F1505DB01D72D4CEAA2DF53D8FA8CD4B672A;
extern String_t* _stringLiteralF6D0C643351580307B2EAA6A7560E76965496BC7;
extern String_t* _stringLiteralF6ED0DB09E6DB0796157D257BB7B20B9B451F50C;
extern String_t* _stringLiteralF752C143FD583EC2DCC22402F9035CA5054A6DAF;
extern String_t* _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB;
extern String_t* _stringLiteralFDE49AA00F4966A6ABC348B5B3B985032EABF411;
extern String_t* _stringLiteralFF86B0422703A35E0AC5ABC7156D274CCA2B291E;
extern const RuntimeMethod* AbortHelper_Abort_mF239AF69587A3125F40DCDC9241010D8DF12857C_RuntimeMethod_var;
extern const RuntimeMethod* AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7_RuntimeMethod_var;
extern const RuntimeMethod* AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_m7502212A0EA83A5E001332B3325F40C0E5961248_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_mA1B4F602ED04DFB54CE9E45BD7A0322F8C39FB0C_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_Dispose_mF978AA55D62613B836271700DF8E9482C030B7C9_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_m7C1200907FE3706D083F15556D53F57FC351A36D_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_m895F3698FCF052803A3FEBB468FD1E1C32C0BB1D_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_MoveNext_mBD5B46FBBD5D092048A388AA888C3F50A7FAECDB_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_m5DD4801D1C181E6FC6D92EAC8CD0852C5707D648_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_mA255BB964BFCA9CEE5694142291FCC26A759C2DE_RuntimeMethod_var;
extern const RuntimeMethod* Enumerator_get_Current_mE262D0F575A9FD34B907535442A887F7907B0434_RuntimeMethod_var;
extern const RuntimeMethod* Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var;
extern const RuntimeMethod* LinkedListNode_1_get_Next_m790A7FF250A8AD264124FAEFD8E4973AA495963D_RuntimeMethod_var;
extern const RuntimeMethod* LinkedListNode_1_get_Value_m6B147F1D4F5F6CFD37AFADBED3D57428394A9209_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_GetEnumerator_mA5DDC1AE87773A923CA819C7810BFBA5B35C898A_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_Remove_m5261279B5BB1E662CA484B19C369368F68865CEB_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_Remove_mCCD02C807DFB00A0BEEC08B64F80160EF40AAE7D_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1__ctor_m88FA83B8835C85D7112D90BB2DC919E7E443283D_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_get_First_m5CBC2508D469B32CF4BA46303F360C3F0717D64F_RuntimeMethod_var;
extern const RuntimeMethod* LinkedList_1_get_Last_m22CB4A64FCD6A320E17DC663A222A01140509EB0_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m23E02CC0DD123D2D9B4CCF1739A376C796B1317D_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Add_m9CF3F68D7F0A0676FA4EB9C8FC0BB0644B982549_RuntimeMethod_var;
extern const RuntimeMethod* List_1_Clear_mBD590B538377658F3C927A4ED6DBB7D292491A4B_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_m4A75D7685E5D86C0EDB7640AE02A11C9B28DE4C3_RuntimeMethod_var;
extern const RuntimeMethod* List_1_GetEnumerator_m943860C96E547D17B46A668548D3B2A9C15AFCD6_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m27940B00B532BFFD0EB5E55036ED9F6E4A878A6D_RuntimeMethod_var;
extern const RuntimeMethod* List_1__ctor_m5A32EE87CE87C450CCE04A8870888918B0665D71_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Count_m935FD9AF5C8577F2CB1837C73F7FD641A5D79D9E_RuntimeMethod_var;
extern const RuntimeMethod* List_1_get_Item_mE3956E50B81BA7D16231AFED45640DA5333FBF33_RuntimeMethod_var;
extern const RuntimeMethod* OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_RuntimeMethod_var;
extern const RuntimeMethod* Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079_RuntimeMethod_var;
extern const RuntimeMethod* PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_RuntimeMethod_var;
extern const RuntimeMethod* PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_RuntimeMethod_var;
extern const RuntimeMethod* PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass75_0_U3CSetHeadersAsyncU3Eb__0_m94DC4A0EEE65A2DA45D5180C553B74B3F0321363_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass76_0_U3CSetHeadersAsyncU3Eb__0_m6CB2363998886364501A27B91501CE430E62E7EF_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__0_m316B5A4B4607B7F2EF832429C639D19B28248A3B_RuntimeMethod_var;
extern const RuntimeMethod* U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__1_m92F6F9F413853EDF30AC17455D26DA377B02DCF0_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_Close_mC198127F4B51189068476B01AD013D4F352B09EF_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_EndRead_m1C82B7825F510C83A208EA90CF421BB93146122D_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_ReadCallbackWrapper_m07A148DB07C61128C387FF38DFEC32EB8122BCAF_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_Read_m1ACEA5D6E6123A23A69B1F42DE2C7A22501F3D27_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_Seek_m693D40ED7D1B52C93CE90195829A3890916DD51A_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_WriteAsyncCB_mBFA5C342DC4A3BE3C129353EC99AE4E34E496B7B_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_WriteCallbackWrapper_m1265040288FABA1D72A9A5ED6E9131ADFB6C2F31_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_Write_mD7BD1F0A1D5D1388AD8D69E429F95D639F2E45C4_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_get_Length_m0DBBB20237DB80F164F0895C9795989B7E5D6DEF_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_get_Position_m463D2F068BA5F2D156237C2DE131AA650739FE7F_RuntimeMethod_var;
extern const RuntimeMethod* WebConnectionStream_set_Position_m2908BE95F8AD2AFB3250377DAD79E38C1ABABAC6_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_ReadDone_m0768A9A7250129F37AC883272FF9A27E184A5F87_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_U3CSendRequestU3Eb__41_0_mA9D66CAF0FF2C4F758DF8861F4B5897206FBFE7C_RuntimeMethod_var;
extern const RuntimeMethod* WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581_RuntimeMethod_var;
extern const RuntimeMethod* WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_Add_mB254E228D958CFE984049FBFA75815196B1BB993_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_Remove_m18657B99A5BB7629EA307342100E4E67C18A42DB_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_Set_m113A8E6210BA3E7D4B3B33E378FF3EBEF757F07C_RuntimeMethod_var;
extern const RuntimeMethod* WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B_RuntimeMethod_var;
extern const RuntimeMethod* WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A_RuntimeMethod_var;
extern const RuntimeMethod* WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E_RuntimeMethod_var;
extern const RuntimeMethod* WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_Abort_mD4BEAD790585FF295E6FE1D684759ABBE9FD8E65_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_BeginGetResponse_m32DB00C1B2BF8A7011211863AC4E1C086B961887_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_EndGetResponse_m15E3EC2FD0378BD3132CF8EF7DA4E4C69CF5DF51_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_GetResponse_m90BD94F0B282F812713E33758A966E0830B5B880_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_ContentLength_m13FA1B5D808111650FC091CAC08847A9EB7CD2D1_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_Credentials_m28A45EB76F22A697873FFC83C64027CBBA8614C7_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_Headers_m9E67E3345E374FA62A5682FA1CB60F1A0BD62E4C_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_Method_mDB3397139B6D07B3DE8DB69984B6B52F21A6F5D8_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_Proxy_mA5FD08EDBAAF28280AB221CF67AAB9F44C8E6956_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_RequestUri_m40083AE68B5F31E772C15F2B08CF17E82D7A645C_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_get_Timeout_mA3D9303CB86B2F74C41CBB8A40933F944D23FDDF_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_set_Credentials_m039658E4F3F2AFCE1A129D1FEDAC21873C83CA50_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_set_Method_mD5BEADF019B9A0C560864B771D5A7A91686AE165_RuntimeMethod_var;
extern const RuntimeMethod* WebRequest_set_Proxy_m974F248FF7E12FE0FB2433038AC18D0E4FB0CD6A_RuntimeMethod_var;
extern const RuntimeMethod* WebResponse_GetResponseStream_m700E98CA6B76A9B0C770344CB92767296EFA8416_RuntimeMethod_var;
extern const RuntimeMethod* WebResponse_get_Headers_m0E303E68D6DBE5E052833B5A64022D13DBA4EE7C_RuntimeMethod_var;
extern const RuntimeMethod* WebResponse_get_ResponseUri_mF4D957697729C9A1BF9D821488A331EF2D4AB461_RuntimeMethod_var;
extern const RuntimeMethod* X509BasicConstraintsExtension_CopyFrom_mE64F232FB7DF702DCDB6692537B8F1010AA316DC_RuntimeMethod_var;
extern const RuntimeMethod* X509BasicConstraintsExtension__ctor_mD08FE3682F4B2EA23450C6609360F45656495780_RuntimeMethod_var;
extern const RuntimeMethod* X509BasicConstraintsExtension_get_CertificateAuthority_m282E5D9E7640A06AF2CE06A0FA374571F25BAB6F_RuntimeMethod_var;
extern const RuntimeMethod* X509BasicConstraintsExtension_get_HasPathLengthConstraint_m463A8B4DF4BEB46A9353309AA5EF3EAA2F7A4D42_RuntimeMethod_var;
extern const RuntimeMethod* X509BasicConstraintsExtension_get_PathLengthConstraint_m93EF2B2BA6D6AD72DE59D98EB0E40DDD2AB3B49F_RuntimeMethod_var;
extern const RuntimeMethod* X509Certificate2ImplMono_Import_mB7A89EF3758EDF0BA2BA0AF78AE2D4BB61D5E0FF_RuntimeMethod_var;
extern const RuntimeMethod* X509Certificate2ImplMono_get_PrivateKey_m0F1E05FC97141DEDB3230B4B4B3617DAEBFDCD2C_RuntimeMethod_var;
extern const RuntimeMethod* X509Certificate2ImplMono_get_PublicKey_m9FEE1E367B63542EEA2A517C7A4618C163C4B2D7_RuntimeMethod_var;
extern const RuntimeMethod* X509Certificate2ImplMono_get_SignatureAlgorithm_m158A12F7972A7104172BBC8F5FE31186B2758D3C_RuntimeMethod_var;
extern const RuntimeMethod* X509Certificate2ImplMono_get_Version_mAF4475ABA5E17ABB6FD9EE9A6BDCB8EA269836CC_RuntimeMethod_var;
extern const RuntimeMethod* X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289_RuntimeMethod_var;
extern const RuntimeMethod* X509CertificateCollection_Add_mDF43F609EAE240711FCE880E66EE814178AB2E66_RuntimeMethod_var;
extern const RuntimeMethod* X509EnhancedKeyUsageExtension_CopyFrom_mC206A056C8C59401AA01F8C935DDE27D7E34D96A_RuntimeMethod_var;
extern const RuntimeMethod* X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D_RuntimeMethod_var;
extern const RuntimeMethod* X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B_RuntimeMethod_var;
extern const RuntimeMethod* X509Extension_CopyFrom_m03B3EAD99E076090F01D26FF483E827397903A02_RuntimeMethod_var;
extern const RuntimeType* ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_0_0_0_var;
extern const RuntimeType* NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var;
extern const RuntimeType* Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var;
extern const uint32_t AbortHelper_Abort_mF239AF69587A3125F40DCDC9241010D8DF12857C_MetadataUsageId;
extern const uint32_t AsnEncodedData_BasicConstraintsExtension_m64D690A2456E16AF39F6F0784CE74BC9533BB182_MetadataUsageId;
extern const uint32_t AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7_MetadataUsageId;
extern const uint32_t AsnEncodedData_Default_mEEA94BA253ED1B8A719466A8152A5333E0E3FF07_MetadataUsageId;
extern const uint32_t AsnEncodedData_EnhancedKeyUsageExtension_mE04DC17ACCBF3850AFBA454D9937EC4713CC5058_MetadataUsageId;
extern const uint32_t AsnEncodedData_KeyUsageExtension_m4EE74EA5C4A3C0B72C50DEB22A537812997AF590_MetadataUsageId;
extern const uint32_t AsnEncodedData_NetscapeCertType_m9191830C380BEC39DBE09065B2A4134193EA92D4_MetadataUsageId;
extern const uint32_t AsnEncodedData_SubjectAltName_m94FE55170A872B3174D5C495A27AD09F3BACAF49_MetadataUsageId;
extern const uint32_t AsnEncodedData_SubjectKeyIdentifierExtension_m261D32E7AE226499BA8AD3FBE24FC0E71C9DEB76_MetadataUsageId;
extern const uint32_t AsnEncodedData_ToString_m502785F2F8B4D1EBDF5CEE612FD8D0C2044390D7_MetadataUsageId;
extern const uint32_t AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6_MetadataUsageId;
extern const uint32_t AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC_MetadataUsageId;
extern const uint32_t AuthenticationException__ctor_m28782FCB7D9F3773F20A9F422CB2843FB70D723A_MetadataUsageId;
extern const uint32_t CAPI_CryptFindOIDInfoKeyFromName_m7809CD491D913D58FA1B996B835A0A91C413E9DB_MetadataUsageId;
extern const uint32_t CAPI_CryptFindOIDInfoNameFromKey_mA2FD2F391E133E586BC8B827DD916613B590E698_MetadataUsageId;
extern const uint32_t ConnectionState_SetIdle_mA53B60FB52CE86FFA1D6914DFF0473A5A96D1DD1_MetadataUsageId;
extern const uint32_t ConnectionState_TrySetBusy_m7E9451A5C520D9AB76064AEFBC1E79C285AADACC_MetadataUsageId;
extern const uint32_t ConnectionState__ctor_m4E5DF1083DD07F0538A60670780142FD2F428890_MetadataUsageId;
extern const uint32_t DesignerWebRequestCreate_Create_m5117E1FE79020BBAB0A39CF90F7DEB5F2E03136C_MetadataUsageId;
extern const uint32_t OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_MetadataUsageId;
extern const uint32_t OidCollection_System_Collections_IEnumerable_GetEnumerator_m3FD3A96DFF93BD88A3B28E35A4DEF57AF25ECB30_MetadataUsageId;
extern const uint32_t OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800_MetadataUsageId;
extern const uint32_t OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9_MetadataUsageId;
extern const uint32_t Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079_MetadataUsageId;
extern const uint32_t Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45_MetadataUsageId;
extern const uint32_t Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77_MetadataUsageId;
extern const uint32_t PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_MetadataUsageId;
extern const uint32_t PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_MetadataUsageId;
extern const uint32_t PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785_MetadataUsageId;
extern const uint32_t PublicKey__cctor_m9F739A93AE91AE86889835AAE256410F4DB808CC_MetadataUsageId;
extern const uint32_t PublicKey__ctor_mE8D32598F92B3941B4DC6AC367C7FFD75C7FAE20_MetadataUsageId;
extern const uint32_t PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7_MetadataUsageId;
extern const uint32_t SecureStringHelper_CreateSecureString_m36F065E59FF9B8AC79289E4B2A42F96C23BD4F0C_MetadataUsageId;
extern const uint32_t SecureStringHelper_CreateString_m48E822E6ECF3CEEB6D3CB1624B260B49E3368A40_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass76_0_U3CSetHeadersAsyncU3Eb__0_m6CB2363998886364501A27B91501CE430E62E7EF_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__0_m316B5A4B4607B7F2EF832429C639D19B28248A3B_MetadataUsageId;
extern const uint32_t U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__1_m92F6F9F413853EDF30AC17455D26DA377B02DCF0_MetadataUsageId;
extern const uint32_t ValidationHelper_ExceptionMessage_mB8FCEF5F2C7AC2A05841CC1293E37CE2A0C446E9_MetadataUsageId;
extern const uint32_t ValidationHelper_ToString_m586E67462CCCED7B0CE4A4EB68ED1B9C74448BDE_MetadataUsageId;
extern const uint32_t ValidationHelper__cctor_mE5C7F68FC003121FE3AC2039FFA9B2E88500E16A_MetadataUsageId;
extern const uint32_t WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D_MetadataUsageId;
extern const uint32_t WebConnectionGroup_CreateOrReuseConnection_mC2EB49D44CA5BC0C7D0D07807BE510DB71A28D7D_MetadataUsageId;
extern const uint32_t WebConnectionGroup_FindIdleConnection_m7B4B570E7A69A611B1D3B822A2DDB9C41BA6A49C_MetadataUsageId;
extern const uint32_t WebConnectionGroup_PrepareSharingNtlm_mF42D1F9C1078FF64E51696BA9DF99D6BF44FF7C3_MetadataUsageId;
extern const uint32_t WebConnectionGroup_TryRecycle_m3020B12F48C57C3C9FD0D0E8F9165D6B49936EEA_MetadataUsageId;
extern const uint32_t WebConnectionGroup__ctor_m06D931E460ED4CA3E3BF35DD5B616F1911834312_MetadataUsageId;
extern const uint32_t WebConnectionGroup_add_ConnectionClosed_mF3CA85BEA0450D0A8DEC85C3A2401CBFBBB7E92D_MetadataUsageId;
extern const uint32_t WebConnectionGroup_remove_ConnectionClosed_mD365B97FD0B5A3D41DD051DA2B999BB654600087_MetadataUsageId;
extern const uint32_t WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_MetadataUsageId;
extern const uint32_t WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_MetadataUsageId;
extern const uint32_t WebConnectionStream_CheckAuthHeader_m1E8BFB46D47E91AE81728FF32187CB8A4A17A105_MetadataUsageId;
extern const uint32_t WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13_MetadataUsageId;
extern const uint32_t WebConnectionStream_Close_mC198127F4B51189068476B01AD013D4F352B09EF_MetadataUsageId;
extern const uint32_t WebConnectionStream_EndRead_m1C82B7825F510C83A208EA90CF421BB93146122D_MetadataUsageId;
extern const uint32_t WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_MetadataUsageId;
extern const uint32_t WebConnectionStream_IsNtlmAuth_m26DC82B8F6EC25E1C5E8D64CEBCF1A14005254C0_MetadataUsageId;
extern const uint32_t WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7_MetadataUsageId;
extern const uint32_t WebConnectionStream_ReadCallbackWrapper_m07A148DB07C61128C387FF38DFEC32EB8122BCAF_MetadataUsageId;
extern const uint32_t WebConnectionStream_Read_m1ACEA5D6E6123A23A69B1F42DE2C7A22501F3D27_MetadataUsageId;
extern const uint32_t WebConnectionStream_Seek_m693D40ED7D1B52C93CE90195829A3890916DD51A_MetadataUsageId;
extern const uint32_t WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067_MetadataUsageId;
extern const uint32_t WebConnectionStream_SetHeadersAsync_mC95971FC00AA993900011ED6E9AE8F6EF619CBEF_MetadataUsageId;
extern const uint32_t WebConnectionStream_WriteAsyncCB_mBFA5C342DC4A3BE3C129353EC99AE4E34E496B7B_MetadataUsageId;
extern const uint32_t WebConnectionStream_WriteCallbackWrapper_m1265040288FABA1D72A9A5ED6E9131ADFB6C2F31_MetadataUsageId;
extern const uint32_t WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF_MetadataUsageId;
extern const uint32_t WebConnectionStream_Write_mD7BD1F0A1D5D1388AD8D69E429F95D639F2E45C4_MetadataUsageId;
extern const uint32_t WebConnectionStream__cctor_mE8E92B9375512A80A980C146B5A40B79FD3A10ED_MetadataUsageId;
extern const uint32_t WebConnectionStream__ctor_m029C30339C03B615360A23FBD5C8031698062757_MetadataUsageId;
extern const uint32_t WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC_MetadataUsageId;
extern const uint32_t WebConnectionStream_get_Length_m0DBBB20237DB80F164F0895C9795989B7E5D6DEF_MetadataUsageId;
extern const uint32_t WebConnectionStream_get_Position_m463D2F068BA5F2D156237C2DE131AA650739FE7F_MetadataUsageId;
extern const uint32_t WebConnectionStream_set_Position_m2908BE95F8AD2AFB3250377DAD79E38C1ABABAC6_MetadataUsageId;
extern const uint32_t WebConnection_Abort_m47E5C3D8C038CFE802BEEE79346D97843C7F2467_MetadataUsageId;
extern const uint32_t WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247_MetadataUsageId;
extern const uint32_t WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_MetadataUsageId;
extern const uint32_t WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE_MetadataUsageId;
extern const uint32_t WebConnection_Connect_m99C4967C99100050A4BD5EBBB0E385A1BFFC6CBE_MetadataUsageId;
extern const uint32_t WebConnection_CreateStream_m2BA8A86F765E7FB8980608BE2A25AFE7CAC4498F_MetadataUsageId;
extern const uint32_t WebConnection_CreateTunnel_m514EFD20BF9DE135A269B18DB1BFAF9A3B8FDB97_MetadataUsageId;
extern const uint32_t WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_MetadataUsageId;
extern const uint32_t WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7_MetadataUsageId;
extern const uint32_t WebConnection_EnsureRead_mD5F1DD8F1E798469AC94956CBB62D234FABAC0C6_MetadataUsageId;
extern const uint32_t WebConnection_ExpectContent_m7C256B2551526A687615CF119ED9692E15A42299_MetadataUsageId;
extern const uint32_t WebConnection_FlushContents_m7620CD3A285D6698CC9BA707165DFD35E8F846AA_MetadataUsageId;
extern const uint32_t WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1_MetadataUsageId;
extern const uint32_t WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0_MetadataUsageId;
extern const uint32_t WebConnection_InitConnection_mA193BFE6FB3B5407ECEEA0A72404AD443D730585_MetadataUsageId;
extern const uint32_t WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93_MetadataUsageId;
extern const uint32_t WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F_MetadataUsageId;
extern const uint32_t WebConnection_ReadDone_m0768A9A7250129F37AC883272FF9A27E184A5F87_MetadataUsageId;
extern const uint32_t WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E_MetadataUsageId;
extern const uint32_t WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13_MetadataUsageId;
extern const uint32_t WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9_MetadataUsageId;
extern const uint32_t WebConnection_SendNext_mBB92F675077F910244B738F5E1AE68610F265322_MetadataUsageId;
extern const uint32_t WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36_MetadataUsageId;
extern const uint32_t WebConnection_U3CSendRequestU3Eb__41_0_mA9D66CAF0FF2C4F758DF8861F4B5897206FBFE7C_MetadataUsageId;
extern const uint32_t WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581_MetadataUsageId;
extern const uint32_t WebConnection__ctor_m64B8D22FB5F0D82EE474DC6B9C97CFF9ED73F4AB_MetadataUsageId;
extern const uint32_t WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91_MetadataUsageId;
extern const uint32_t WebExceptionMapping__cctor_m25DD11B1F6D1AFB6D3DCD727B6D0D0F9C551EDE6_MetadataUsageId;
extern const uint32_t WebException__ctor_m5363C3AC28BABD353ABD5295C3A4FD44724D9407_MetadataUsageId;
extern const uint32_t WebException__ctor_mC0C6225799FA6FFA5795052158BDF312BEF065C4_MetadataUsageId;
extern const uint32_t WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175_MetadataUsageId;
extern const uint32_t WebHeaderCollection_Add_mB254E228D958CFE984049FBFA75815196B1BB993_MetadataUsageId;
extern const uint32_t WebHeaderCollection_AllowMultiValues_m078D979B7DBF77A8640B1DFAAAAAA280065567EE_MetadataUsageId;
extern const uint32_t WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_MetadataUsageId;
extern const uint32_t WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932_MetadataUsageId;
extern const uint32_t WebHeaderCollection_GetEnumerator_m3B38A75F803A0EA365EC3A5FB2E71F85B784B71C_MetadataUsageId;
extern const uint32_t WebHeaderCollection_GetObjectData_mBDBD7A68D3851F96DCFE6819ECE1FB5B7B733D50_MetadataUsageId;
extern const uint32_t WebHeaderCollection_GetValues_m38ADF029537D145653A9CB8ECA1AB60A0CCC7E5F_MetadataUsageId;
extern const uint32_t WebHeaderCollection_Get_mBAE90C4839B7748D8889C011ADE5E8CD9ABADD7C_MetadataUsageId;
extern const uint32_t WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991_MetadataUsageId;
extern const uint32_t WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF_MetadataUsageId;
extern const uint32_t WebHeaderCollection_Remove_m18657B99A5BB7629EA307342100E4E67C18A42DB_MetadataUsageId;
extern const uint32_t WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90_MetadataUsageId;
extern const uint32_t WebHeaderCollection_Set_m113A8E6210BA3E7D4B3B33E378FF3EBEF757F07C_MetadataUsageId;
extern const uint32_t WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B_MetadataUsageId;
extern const uint32_t WebHeaderCollection_ToString_mAF0DD5057B67B6D935F9F81254FE4EF3816AE1F5_MetadataUsageId;
extern const uint32_t WebHeaderCollection__cctor_m779CABD05DE263A98071763B54A53757E33B9A6A_MetadataUsageId;
extern const uint32_t WebHeaderCollection__ctor_mA6673D3256664909BD3B6BA1DED72901CBF302DD_MetadataUsageId;
extern const uint32_t WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48_MetadataUsageId;
extern const uint32_t WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752_MetadataUsageId;
extern const uint32_t WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645_MetadataUsageId;
extern const uint32_t WebProxy_AreAllBypassed_m6E869A92B478E61C29F0B9D9085E2AC6A075B59E_MetadataUsageId;
extern const uint32_t WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5_MetadataUsageId;
extern const uint32_t WebProxy_GetObjectData_mF4C20C0FADD55674E00C1E13A16F4A14B2777D6B_MetadataUsageId;
extern const uint32_t WebProxy_GetProxyAuto_m1EACF0FDED5E764C7B3EAF243F39A73646B94CD2_MetadataUsageId;
extern const uint32_t WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A_MetadataUsageId;
extern const uint32_t WebProxy_IsBypassedAuto_m96DE81A96B947F6F6A25A49D5F5D8430346809C0_MetadataUsageId;
extern const uint32_t WebProxy_IsBypassedManual_m96199F172C51F06EE36CCE5D937BDD7BF873FEFC_MetadataUsageId;
extern const uint32_t WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E_MetadataUsageId;
extern const uint32_t WebProxy_IsLocalInProxyHash_mB4C405FEB5AFC01644FFE81AA3CB76918A7D45A5_MetadataUsageId;
extern const uint32_t WebProxy_IsLocal_m22583E899743095130F899378336361304BE71AC_MetadataUsageId;
extern const uint32_t WebProxy_IsMatchInBypassList_m6B8C5DA8C56E6D50B0C84CCD094DB8FFBECDCC93_MetadataUsageId;
extern const uint32_t WebProxy_ProxyUri_mE09DD6D37536E7D5AC20A9519DFABCDB974F2B42_MetadataUsageId;
extern const uint32_t WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B_MetadataUsageId;
extern const uint32_t WebProxy__ctor_m2354821664C2380AF107CBC5C66F0325068C5DA7_MetadataUsageId;
extern const uint32_t WebProxy__ctor_mC76DA2892292BF1609EE4874C11206819F96899E_MetadataUsageId;
extern const uint32_t WebProxy_get_UseDefaultCredentials_m661B51178D8050D605835FCB034A166BF33B009B_MetadataUsageId;
extern const uint32_t WebRequestPrefixElement_get_Creator_m726F8CA7DEF4B1B81E2D0078AC8B9383992C15F6_MetadataUsageId;
extern const uint32_t WebRequest_Abort_mD4BEAD790585FF295E6FE1D684759ABBE9FD8E65_MetadataUsageId;
extern const uint32_t WebRequest_BeginGetResponse_m32DB00C1B2BF8A7011211863AC4E1C086B961887_MetadataUsageId;
extern const uint32_t WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778_MetadataUsageId;
extern const uint32_t WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9_MetadataUsageId;
extern const uint32_t WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6_MetadataUsageId;
extern const uint32_t WebRequest_EndGetResponse_m15E3EC2FD0378BD3132CF8EF7DA4E4C69CF5DF51_MetadataUsageId;
extern const uint32_t WebRequest_GetResponse_m90BD94F0B282F812713E33758A966E0830B5B880_MetadataUsageId;
extern const uint32_t WebRequest_InternalSetCachePolicy_m1565BC65155617FF58473DF859CB28938FAB6C33_MetadataUsageId;
extern const uint32_t WebRequest_PopulatePrefixList_mAB11680E66F5007F37725A12F4818B464DA3D4C2_MetadataUsageId;
extern const uint32_t WebRequest__cctor_mF114B4DA7976F2211658435221ABC2968FF13798_MetadataUsageId;
extern const uint32_t WebRequest_get_ContentLength_m13FA1B5D808111650FC091CAC08847A9EB7CD2D1_MetadataUsageId;
extern const uint32_t WebRequest_get_Credentials_m28A45EB76F22A697873FFC83C64027CBBA8614C7_MetadataUsageId;
extern const uint32_t WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A_MetadataUsageId;
extern const uint32_t WebRequest_get_Headers_m9E67E3345E374FA62A5682FA1CB60F1A0BD62E4C_MetadataUsageId;
extern const uint32_t WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7_MetadataUsageId;
extern const uint32_t WebRequest_get_InternalSyncObject_m80BB55BB5C09059A46F4E10599FA455F41286330_MetadataUsageId;
extern const uint32_t WebRequest_get_Method_mDB3397139B6D07B3DE8DB69984B6B52F21A6F5D8_MetadataUsageId;
extern const uint32_t WebRequest_get_PrefixList_m3FC9A6BE5AD9EBFC78EF84F10DB93A5EB3DBFB76_MetadataUsageId;
extern const uint32_t WebRequest_get_Proxy_mA5FD08EDBAAF28280AB221CF67AAB9F44C8E6956_MetadataUsageId;
extern const uint32_t WebRequest_get_RequestUri_m40083AE68B5F31E772C15F2B08CF17E82D7A645C_MetadataUsageId;
extern const uint32_t WebRequest_get_Timeout_mA3D9303CB86B2F74C41CBB8A40933F944D23FDDF_MetadataUsageId;
extern const uint32_t WebRequest_set_Credentials_m039658E4F3F2AFCE1A129D1FEDAC21873C83CA50_MetadataUsageId;
extern const uint32_t WebRequest_set_Method_mD5BEADF019B9A0C560864B771D5A7A91686AE165_MetadataUsageId;
extern const uint32_t WebRequest_set_Proxy_m974F248FF7E12FE0FB2433038AC18D0E4FB0CD6A_MetadataUsageId;
extern const uint32_t WebResponse_Dispose_mC0C80BE4CDA26A6A26EEAE961C588A461FEE9FE4_MetadataUsageId;
extern const uint32_t WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC_MetadataUsageId;
extern const uint32_t WebResponse_GetResponseStream_m700E98CA6B76A9B0C770344CB92767296EFA8416_MetadataUsageId;
extern const uint32_t WebResponse_get_Headers_m0E303E68D6DBE5E052833B5A64022D13DBA4EE7C_MetadataUsageId;
extern const uint32_t WebResponse_get_ResponseUri_mF4D957697729C9A1BF9D821488A331EF2D4AB461_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_CopyFrom_mE64F232FB7DF702DCDB6692537B8F1010AA316DC_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_Decode_m40A688DD3A933B24A3E9EFE505299F70AFF32E81_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_Encode_m04068558E7AF843C57A8BA9C39E251B7B37A1CDF_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_ToString_m75957B2B18A84645897676F0DAC473F022848336_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension__ctor_m1D3F45762EB686500D2195886AD26FF84E5F4B3C_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension__ctor_mD08FE3682F4B2EA23450C6609360F45656495780_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension__ctor_mEED7AECEE911DF6CE692301F8F6F6B197DC05729_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_get_CertificateAuthority_m282E5D9E7640A06AF2CE06A0FA374571F25BAB6F_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_get_HasPathLengthConstraint_m463A8B4DF4BEB46A9353309AA5EF3EAA2F7A4D42_MetadataUsageId;
extern const uint32_t X509BasicConstraintsExtension_get_PathLengthConstraint_m93EF2B2BA6D6AD72DE59D98EB0E40DDD2AB3B49F_MetadataUsageId;
extern const uint32_t X509Certificate2Collection__cctor_m8F5A775DC6302B95D1CA30B5C576AD4907E94516_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_AppendBuffer_mDB49D80453E139498ABF2BC30ED526A61D2F4F71_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_Clone_m1870DF0CF85E284FCA158FD11238F23796354498_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_GetIssuerName_mC61A5CC300E550C2C4C12733D6EE0C5806723233_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_GetSubjectName_mCE8064CFCFD15F29ED869C1F552BDA1911944728_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_ImportPkcs12_m7C9D1CD7EB5D1CBD27E20EB92D494C65BDA240D0_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_Import_mB7A89EF3758EDF0BA2BA0AF78AE2D4BB61D5E0FF_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_ToString_m88CDD1F5BDC5CDB329A872B58AF69CDB10799321_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_ToString_mB5CE336C20BF230C1B0153BF1D2612FD22E0347F_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono__cctor_m8ABA0491BD741AF08233E6B3B2B4F61420FF4C65_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_get_PrivateKey_m0F1E05FC97141DEDB3230B4B4B3617DAEBFDCD2C_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_get_PublicKey_m9FEE1E367B63542EEA2A517C7A4618C163C4B2D7_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_get_SignatureAlgorithm_m158A12F7972A7104172BBC8F5FE31186B2758D3C_MetadataUsageId;
extern const uint32_t X509Certificate2ImplMono_get_Version_mAF4475ABA5E17ABB6FD9EE9A6BDCB8EA269836CC_MetadataUsageId;
extern const uint32_t X509Certificate2_AppendBuffer_mACE3DD61A1C5C88DEF25BC5C4562B5790ED97312_MetadataUsageId;
extern const uint32_t X509Certificate2_Reset_mEE19ADA2C022461B3DB1F39100997A6F34FFB1D3_MetadataUsageId;
extern const uint32_t X509Certificate2_ToString_m2613DF600F5A88EC6836930FD45D6063251C9391_MetadataUsageId;
extern const uint32_t X509Certificate2_ToString_mFEEFBB4A2B5779A9D16F9E2536F1D94F423CA3A8_MetadataUsageId;
extern const uint32_t X509Certificate2__cctor_mABA66D529C24C35091DD9560BC7314F0F3AF979D_MetadataUsageId;
extern const uint32_t X509Certificate2__ctor_m50D7739EB358531A13410F4A29353D0418F9EE51_MetadataUsageId;
extern const uint32_t X509Certificate2__ctor_m97D8E28308096BB3A2500555747B6483F27859FD_MetadataUsageId;
extern const uint32_t X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3_MetadataUsageId;
extern const uint32_t X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289_MetadataUsageId;
extern const uint32_t X509CertificateCollection_Add_mDF43F609EAE240711FCE880E66EE814178AB2E66_MetadataUsageId;
extern const uint32_t X509CertificateCollection_GetEnumerator_mD28E40E9104E833480FA012B1CE905AC08A7AD4F_MetadataUsageId;
extern const uint32_t X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57_MetadataUsageId;
extern const uint32_t X509CertificateEnumerator_MoveNext_m472F420F968A52D970486D21BFFABCCE5329F714_MetadataUsageId;
extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m99B025AB34B4F5CFAD7836A73D01FBE1AEA019F4_MetadataUsageId;
extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m7EC63F5898E3A9881E73EB6205238C31ED4CC323_MetadataUsageId;
extern const uint32_t X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m92ACFD522418E3D722E6C723FA93FBFC7A1A3EBC_MetadataUsageId;
extern const uint32_t X509CertificateEnumerator__ctor_m81F0C80052FB25D722E5E66D5121D9F559A2EEB4_MetadataUsageId;
extern const uint32_t X509CertificateEnumerator_get_Current_mDA87DA5B1CD027E452E22112ED43423F95573BE0_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection_Add_m3A1312DA419D2777C0A5F37ADA482A40C3256BE6_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection_Clone_mFA9129A5042E00B9068B45572B98E83EF3EF7368_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection_Dispose_m7C6F7B2BB470BE090CCA19E50C4A6E9004441D67_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection_Dispose_mF63BF196D21676FD5055763520ABC93F56A4449F_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection__ctor_mBD6BE41E55AE1A9FF1E6B528638D002209F7BFB0_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection__ctor_mC714F3565563EC51068E2601AE9B9F34E2850876_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection_get_Count_m1503CBCEDE4650173097C408898F1806582CC77E_MetadataUsageId;
extern const uint32_t X509CertificateImplCollection_get_Item_m24CA14D68946B6E0006B162BA284EB51F826F276_MetadataUsageId;
extern const uint32_t X509ChainElementCollection_System_Collections_IEnumerable_GetEnumerator_mA687F2811DD1F678D629FC166F4288DD340D02F9_MetadataUsageId;
extern const uint32_t X509ChainElementCollection__ctor_m035B6BC8E21811A1536A60FFA9BAB9A4159323E3_MetadataUsageId;
extern const uint32_t X509ChainElementEnumerator_MoveNext_mF90FBF977D510F6FCF47D5B8CB34254C2822A775_MetadataUsageId;
extern const uint32_t X509ChainElementEnumerator_Reset_m1D149AB7FF36C6200FB205408D5E856FCE624CCA_MetadataUsageId;
extern const uint32_t X509ChainElementEnumerator_System_Collections_IEnumerator_get_Current_mC3EC8EDFD95897AD140B4F680905E65D8B04B49C_MetadataUsageId;
extern const uint32_t X509ChainElementEnumerator__ctor_mC91FB54A5BD2C0B0E972FBCA193C5A453FC6957A_MetadataUsageId;
extern const uint32_t X509ChainImplMono__cctor_m95136BE1101C06B64816562118FA9E3502406EB2_MetadataUsageId;
extern const uint32_t X509ChainImplMono__ctor_m9EEB55A0D2F4EC7D21C5D8FB470A8B9B9094A935_MetadataUsageId;
extern const uint32_t X509ChainImpl_Dispose_m0018CE8D4317FCAEEA5465425BF5BB5A4A728CBA_MetadataUsageId;
extern const uint32_t X509ChainPolicy_Reset_m651C65C1321FEFE9E3EDFC1BE2706AEFE2C612DA_MetadataUsageId;
extern const uint32_t X509Chain_Dispose_m4CC4E701CE9CA80CC1C3787E84D955D6B7632A2E_MetadataUsageId;
extern const uint32_t X509EnhancedKeyUsageExtension_CopyFrom_mC206A056C8C59401AA01F8C935DDE27D7E34D96A_MetadataUsageId;
extern const uint32_t X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D_MetadataUsageId;
extern const uint32_t X509EnhancedKeyUsageExtension_ToString_m99085514587961F4AB1CA3FB82E5223801475818_MetadataUsageId;
extern const uint32_t X509EnhancedKeyUsageExtension__ctor_mC91E46E79086AAFCD611FB3A223797D20BA9C1C2_MetadataUsageId;
extern const uint32_t X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B_MetadataUsageId;
extern const uint32_t X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m653F3AFF4F8F139A2D0457F4D1E9467FCB3F2262_MetadataUsageId;
extern const uint32_t X509ExtensionCollection__cctor_m6411CBA0D4CBA290257D88C740C5FD7E40B209C1_MetadataUsageId;
extern const uint32_t X509Extension_CopyFrom_m03B3EAD99E076090F01D26FF483E827397903A02_MetadataUsageId;
extern const uint32_t X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A_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 ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821;
struct CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2;
struct IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3;
struct RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E;
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A;
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889;
struct X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB;
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E;
struct RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53;
#ifndef RUNTIMEOBJECT_H
#define RUNTIMEOBJECT_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Object
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEOBJECT_H
#ifndef ASN1_T2B883D12D3493F8395B31D1F0ABD93F43948B27E_H
#define ASN1_T2B883D12D3493F8395B31D1F0ABD93F43948B27E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.ASN1
struct ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E : public RuntimeObject
{
public:
// System.Byte Mono.Security.ASN1::m_nTag
uint8_t ___m_nTag_0;
// System.Byte[] Mono.Security.ASN1::m_aValue
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_aValue_1;
// System.Collections.ArrayList Mono.Security.ASN1::elist
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___elist_2;
public:
inline static int32_t get_offset_of_m_nTag_0() { return static_cast<int32_t>(offsetof(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E, ___m_nTag_0)); }
inline uint8_t get_m_nTag_0() const { return ___m_nTag_0; }
inline uint8_t* get_address_of_m_nTag_0() { return &___m_nTag_0; }
inline void set_m_nTag_0(uint8_t value)
{
___m_nTag_0 = value;
}
inline static int32_t get_offset_of_m_aValue_1() { return static_cast<int32_t>(offsetof(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E, ___m_aValue_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_aValue_1() const { return ___m_aValue_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_aValue_1() { return &___m_aValue_1; }
inline void set_m_aValue_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_aValue_1 = value;
Il2CppCodeGenWriteBarrier((&___m_aValue_1), value);
}
inline static int32_t get_offset_of_elist_2() { return static_cast<int32_t>(offsetof(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E, ___elist_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_elist_2() const { return ___elist_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_elist_2() { return &___elist_2; }
inline void set_elist_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___elist_2 = value;
Il2CppCodeGenWriteBarrier((&___elist_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASN1_T2B883D12D3493F8395B31D1F0ABD93F43948B27E_H
#ifndef PKCS12_T98C7F0D647A3E34B93987FC7923DAA27A1AF576C_H
#define PKCS12_T98C7F0D647A3E34B93987FC7923DAA27A1AF576C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.X509.PKCS12
struct PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C : public RuntimeObject
{
public:
// System.Byte[] Mono.Security.X509.PKCS12::_password
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____password_0;
// System.Collections.ArrayList Mono.Security.X509.PKCS12::_keyBags
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____keyBags_1;
// System.Collections.ArrayList Mono.Security.X509.PKCS12::_secretBags
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____secretBags_2;
// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::_certs
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * ____certs_3;
// System.Boolean Mono.Security.X509.PKCS12::_keyBagsChanged
bool ____keyBagsChanged_4;
// System.Boolean Mono.Security.X509.PKCS12::_secretBagsChanged
bool ____secretBagsChanged_5;
// System.Boolean Mono.Security.X509.PKCS12::_certsChanged
bool ____certsChanged_6;
// System.Int32 Mono.Security.X509.PKCS12::_iterations
int32_t ____iterations_7;
// System.Collections.ArrayList Mono.Security.X509.PKCS12::_safeBags
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____safeBags_8;
// System.Security.Cryptography.RandomNumberGenerator Mono.Security.X509.PKCS12::_rng
RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * ____rng_9;
public:
inline static int32_t get_offset_of__password_0() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____password_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__password_0() const { return ____password_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__password_0() { return &____password_0; }
inline void set__password_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____password_0 = value;
Il2CppCodeGenWriteBarrier((&____password_0), value);
}
inline static int32_t get_offset_of__keyBags_1() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____keyBags_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__keyBags_1() const { return ____keyBags_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__keyBags_1() { return &____keyBags_1; }
inline void set__keyBags_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____keyBags_1 = value;
Il2CppCodeGenWriteBarrier((&____keyBags_1), value);
}
inline static int32_t get_offset_of__secretBags_2() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____secretBags_2)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__secretBags_2() const { return ____secretBags_2; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__secretBags_2() { return &____secretBags_2; }
inline void set__secretBags_2(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____secretBags_2 = value;
Il2CppCodeGenWriteBarrier((&____secretBags_2), value);
}
inline static int32_t get_offset_of__certs_3() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____certs_3)); }
inline X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * get__certs_3() const { return ____certs_3; }
inline X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A ** get_address_of__certs_3() { return &____certs_3; }
inline void set__certs_3(X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * value)
{
____certs_3 = value;
Il2CppCodeGenWriteBarrier((&____certs_3), value);
}
inline static int32_t get_offset_of__keyBagsChanged_4() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____keyBagsChanged_4)); }
inline bool get__keyBagsChanged_4() const { return ____keyBagsChanged_4; }
inline bool* get_address_of__keyBagsChanged_4() { return &____keyBagsChanged_4; }
inline void set__keyBagsChanged_4(bool value)
{
____keyBagsChanged_4 = value;
}
inline static int32_t get_offset_of__secretBagsChanged_5() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____secretBagsChanged_5)); }
inline bool get__secretBagsChanged_5() const { return ____secretBagsChanged_5; }
inline bool* get_address_of__secretBagsChanged_5() { return &____secretBagsChanged_5; }
inline void set__secretBagsChanged_5(bool value)
{
____secretBagsChanged_5 = value;
}
inline static int32_t get_offset_of__certsChanged_6() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____certsChanged_6)); }
inline bool get__certsChanged_6() const { return ____certsChanged_6; }
inline bool* get_address_of__certsChanged_6() { return &____certsChanged_6; }
inline void set__certsChanged_6(bool value)
{
____certsChanged_6 = value;
}
inline static int32_t get_offset_of__iterations_7() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____iterations_7)); }
inline int32_t get__iterations_7() const { return ____iterations_7; }
inline int32_t* get_address_of__iterations_7() { return &____iterations_7; }
inline void set__iterations_7(int32_t value)
{
____iterations_7 = value;
}
inline static int32_t get_offset_of__safeBags_8() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____safeBags_8)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__safeBags_8() const { return ____safeBags_8; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__safeBags_8() { return &____safeBags_8; }
inline void set__safeBags_8(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____safeBags_8 = value;
Il2CppCodeGenWriteBarrier((&____safeBags_8), value);
}
inline static int32_t get_offset_of__rng_9() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C, ____rng_9)); }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * get__rng_9() const { return ____rng_9; }
inline RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 ** get_address_of__rng_9() { return &____rng_9; }
inline void set__rng_9(RandomNumberGenerator_t12277F7F965BA79C54E4B3BFABD27A5FFB725EE2 * value)
{
____rng_9 = value;
Il2CppCodeGenWriteBarrier((&____rng_9), value);
}
};
struct PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C_StaticFields
{
public:
// System.Int32 Mono.Security.X509.PKCS12::password_max_length
int32_t ___password_max_length_10;
public:
inline static int32_t get_offset_of_password_max_length_10() { return static_cast<int32_t>(offsetof(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C_StaticFields, ___password_max_length_10)); }
inline int32_t get_password_max_length_10() const { return ___password_max_length_10; }
inline int32_t* get_address_of_password_max_length_10() { return &___password_max_length_10; }
inline void set_password_max_length_10(int32_t value)
{
___password_max_length_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PKCS12_T98C7F0D647A3E34B93987FC7923DAA27A1AF576C_H
#ifndef X509CERTIFICATEENUMERATOR_T1CBC050F10F4BE1E2A8552A1F22E705013EBF505_H
#define X509CERTIFICATEENUMERATOR_T1CBC050F10F4BE1E2A8552A1F22E705013EBF505_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator
struct X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 : public RuntimeObject
{
public:
// System.Collections.IEnumerator Mono.Security.X509.X509CertificateCollection_X509CertificateEnumerator::enumerator
RuntimeObject* ___enumerator_0;
public:
inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505, ___enumerator_0)); }
inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
inline void set_enumerator_0(RuntimeObject* value)
{
___enumerator_0 = value;
Il2CppCodeGenWriteBarrier((&___enumerator_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATEENUMERATOR_T1CBC050F10F4BE1E2A8552A1F22E705013EBF505_H
struct Il2CppArrayBounds;
#ifndef RUNTIMEARRAY_H
#define RUNTIMEARRAY_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Array
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEARRAY_H
#ifndef ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#define ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.ArrayList
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 : public RuntimeObject
{
public:
// System.Object[] System.Collections.ArrayList::_items
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____items_0;
// System.Int32 System.Collections.ArrayList::_size
int32_t ____size_1;
// System.Int32 System.Collections.ArrayList::_version
int32_t ____version_2;
// System.Object System.Collections.ArrayList::_syncRoot
RuntimeObject * ____syncRoot_3;
public:
inline static int32_t get_offset_of__items_0() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____items_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__items_0() const { return ____items_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__items_0() { return &____items_0; }
inline void set__items_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____items_0 = value;
Il2CppCodeGenWriteBarrier((&____items_0), value);
}
inline static int32_t get_offset_of__size_1() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____size_1)); }
inline int32_t get__size_1() const { return ____size_1; }
inline int32_t* get_address_of__size_1() { return &____size_1; }
inline void set__size_1(int32_t value)
{
____size_1 = value;
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
};
struct ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields
{
public:
// System.Object[] System.Collections.ArrayList::emptyArray
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___emptyArray_5;
public:
inline static int32_t get_offset_of_emptyArray_5() { return static_cast<int32_t>(offsetof(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_StaticFields, ___emptyArray_5)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_emptyArray_5() const { return ___emptyArray_5; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_emptyArray_5() { return &___emptyArray_5; }
inline void set_emptyArray_5(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&___emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARRAYLIST_T4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_H
#ifndef COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H
#define COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.CollectionBase
struct CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Collections.CollectionBase::list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list_0;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01, ___list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_list_0() const { return ___list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COLLECTIONBASE_TF5D4583FF325726066A9803839A04E9C0084ED01_H
#ifndef LINKEDLISTNODE_1_TA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0_H
#define LINKEDLISTNODE_1_TA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup_ConnectionState>
struct LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 : public RuntimeObject
{
public:
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * ___list_0;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * ___next_1;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * ___prev_2;
// T System.Collections.Generic.LinkedListNode`1::item
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * ___item_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0, ___list_0)); }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * get_list_0() const { return ___list_0; }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_next_1() { return static_cast<int32_t>(offsetof(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0, ___next_1)); }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * get_next_1() const { return ___next_1; }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 ** get_address_of_next_1() { return &___next_1; }
inline void set_next_1(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * value)
{
___next_1 = value;
Il2CppCodeGenWriteBarrier((&___next_1), value);
}
inline static int32_t get_offset_of_prev_2() { return static_cast<int32_t>(offsetof(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0, ___prev_2)); }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * get_prev_2() const { return ___prev_2; }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 ** get_address_of_prev_2() { return &___prev_2; }
inline void set_prev_2(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * value)
{
___prev_2 = value;
Il2CppCodeGenWriteBarrier((&___prev_2), value);
}
inline static int32_t get_offset_of_item_3() { return static_cast<int32_t>(offsetof(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0, ___item_3)); }
inline ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * get_item_3() const { return ___item_3; }
inline ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 ** get_address_of_item_3() { return &___item_3; }
inline void set_item_3(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * value)
{
___item_3 = value;
Il2CppCodeGenWriteBarrier((&___item_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINKEDLISTNODE_1_TA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0_H
#ifndef LINKEDLIST_1_T0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F_H
#define LINKEDLIST_1_T0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup_ConnectionState>
struct LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F : public RuntimeObject
{
public:
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * ___head_0;
// System.Int32 System.Collections.Generic.LinkedList`1::count
int32_t ___count_1;
// System.Int32 System.Collections.Generic.LinkedList`1::version
int32_t ___version_2;
// System.Object System.Collections.Generic.LinkedList`1::_syncRoot
RuntimeObject * ____syncRoot_3;
// System.Runtime.Serialization.SerializationInfo System.Collections.Generic.LinkedList`1::_siInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____siInfo_4;
public:
inline static int32_t get_offset_of_head_0() { return static_cast<int32_t>(offsetof(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F, ___head_0)); }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * get_head_0() const { return ___head_0; }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 ** get_address_of_head_0() { return &___head_0; }
inline void set_head_0(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * value)
{
___head_0 = value;
Il2CppCodeGenWriteBarrier((&___head_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of__syncRoot_3() { return static_cast<int32_t>(offsetof(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F, ____syncRoot_3)); }
inline RuntimeObject * get__syncRoot_3() const { return ____syncRoot_3; }
inline RuntimeObject ** get_address_of__syncRoot_3() { return &____syncRoot_3; }
inline void set__syncRoot_3(RuntimeObject * value)
{
____syncRoot_3 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_3), value);
}
inline static int32_t get_offset_of__siInfo_4() { return static_cast<int32_t>(offsetof(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F, ____siInfo_4)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__siInfo_4() const { return ____siInfo_4; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__siInfo_4() { return &____siInfo_4; }
inline void set__siInfo_4(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____siInfo_4 = value;
Il2CppCodeGenWriteBarrier((&____siInfo_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LINKEDLIST_1_T0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F_H
#ifndef LIST_1_TDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_H
#define LIST_1_TDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Net.WebConnection>
struct List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55* ____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_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF, ____items_1)); }
inline WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55* get__items_1() const { return ____items_1; }
inline WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF, ____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_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF, ____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_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_StaticFields, ____emptyArray_5)); }
inline WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55* get__emptyArray_5() const { return ____emptyArray_5; }
inline WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(WebConnectionU5BU5D_t506E2D6EB1D7A3913AB730076AE859CABC1CCD55* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_TDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_H
#ifndef LIST_1_T37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_H
#define LIST_1_T37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>
struct List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 : public RuntimeObject
{
public:
// T[] System.Collections.Generic.List`1::_items
X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC* ____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_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033, ____items_1)); }
inline X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC* get__items_1() const { return ____items_1; }
inline X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC** get_address_of__items_1() { return &____items_1; }
inline void set__items_1(X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC* value)
{
____items_1 = value;
Il2CppCodeGenWriteBarrier((&____items_1), value);
}
inline static int32_t get_offset_of__size_2() { return static_cast<int32_t>(offsetof(List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033, ____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_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033, ____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_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033, ____syncRoot_4)); }
inline RuntimeObject * get__syncRoot_4() const { return ____syncRoot_4; }
inline RuntimeObject ** get_address_of__syncRoot_4() { return &____syncRoot_4; }
inline void set__syncRoot_4(RuntimeObject * value)
{
____syncRoot_4 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_4), value);
}
};
struct List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_StaticFields
{
public:
// T[] System.Collections.Generic.List`1::_emptyArray
X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC* ____emptyArray_5;
public:
inline static int32_t get_offset_of__emptyArray_5() { return static_cast<int32_t>(offsetof(List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_StaticFields, ____emptyArray_5)); }
inline X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC* get__emptyArray_5() const { return ____emptyArray_5; }
inline X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC** get_address_of__emptyArray_5() { return &____emptyArray_5; }
inline void set__emptyArray_5(X509CertificateImplU5BU5D_t7A29E1475024A9738772B5B9EC787410A0B233DC* value)
{
____emptyArray_5 = value;
Il2CppCodeGenWriteBarrier((&____emptyArray_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LIST_1_T37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_H
#ifndef QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#define QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Queue
struct Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 : public RuntimeObject
{
public:
// System.Object[] System.Collections.Queue::_array
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ____array_0;
// System.Int32 System.Collections.Queue::_head
int32_t ____head_1;
// System.Int32 System.Collections.Queue::_tail
int32_t ____tail_2;
// System.Int32 System.Collections.Queue::_size
int32_t ____size_3;
// System.Int32 System.Collections.Queue::_growFactor
int32_t ____growFactor_4;
// System.Int32 System.Collections.Queue::_version
int32_t ____version_5;
// System.Object System.Collections.Queue::_syncRoot
RuntimeObject * ____syncRoot_6;
public:
inline static int32_t get_offset_of__array_0() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____array_0)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get__array_0() const { return ____array_0; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of__array_0() { return &____array_0; }
inline void set__array_0(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
____array_0 = value;
Il2CppCodeGenWriteBarrier((&____array_0), value);
}
inline static int32_t get_offset_of__head_1() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____head_1)); }
inline int32_t get__head_1() const { return ____head_1; }
inline int32_t* get_address_of__head_1() { return &____head_1; }
inline void set__head_1(int32_t value)
{
____head_1 = value;
}
inline static int32_t get_offset_of__tail_2() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____tail_2)); }
inline int32_t get__tail_2() const { return ____tail_2; }
inline int32_t* get_address_of__tail_2() { return &____tail_2; }
inline void set__tail_2(int32_t value)
{
____tail_2 = value;
}
inline static int32_t get_offset_of__size_3() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____size_3)); }
inline int32_t get__size_3() const { return ____size_3; }
inline int32_t* get_address_of__size_3() { return &____size_3; }
inline void set__size_3(int32_t value)
{
____size_3 = value;
}
inline static int32_t get_offset_of__growFactor_4() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____growFactor_4)); }
inline int32_t get__growFactor_4() const { return ____growFactor_4; }
inline int32_t* get_address_of__growFactor_4() { return &____growFactor_4; }
inline void set__growFactor_4(int32_t value)
{
____growFactor_4 = value;
}
inline static int32_t get_offset_of__version_5() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____version_5)); }
inline int32_t get__version_5() const { return ____version_5; }
inline int32_t* get_address_of__version_5() { return &____version_5; }
inline void set__version_5(int32_t value)
{
____version_5 = value;
}
inline static int32_t get_offset_of__syncRoot_6() { return static_cast<int32_t>(offsetof(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3, ____syncRoot_6)); }
inline RuntimeObject * get__syncRoot_6() const { return ____syncRoot_6; }
inline RuntimeObject ** get_address_of__syncRoot_6() { return &____syncRoot_6; }
inline void set__syncRoot_6(RuntimeObject * value)
{
____syncRoot_6 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUE_TEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_H
#ifndef NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H
#define NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Specialized.NameObjectCollectionBase
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D : public RuntimeObject
{
public:
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly
bool ____readOnly_0;
// System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____entriesArray_1;
// System.Collections.IEqualityComparer System.Collections.Specialized.NameObjectCollectionBase::_keyComparer
RuntimeObject* ____keyComparer_2;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_entriesTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____entriesTable_3;
// System.Collections.Specialized.NameObjectCollectionBase_NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry
NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * ____nullKeyEntry_4;
// System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ____serializationInfo_5;
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version
int32_t ____version_6;
// System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot
RuntimeObject * ____syncRoot_7;
public:
inline static int32_t get_offset_of__readOnly_0() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____readOnly_0)); }
inline bool get__readOnly_0() const { return ____readOnly_0; }
inline bool* get_address_of__readOnly_0() { return &____readOnly_0; }
inline void set__readOnly_0(bool value)
{
____readOnly_0 = value;
}
inline static int32_t get_offset_of__entriesArray_1() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesArray_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__entriesArray_1() const { return ____entriesArray_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__entriesArray_1() { return &____entriesArray_1; }
inline void set__entriesArray_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____entriesArray_1 = value;
Il2CppCodeGenWriteBarrier((&____entriesArray_1), value);
}
inline static int32_t get_offset_of__keyComparer_2() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____keyComparer_2)); }
inline RuntimeObject* get__keyComparer_2() const { return ____keyComparer_2; }
inline RuntimeObject** get_address_of__keyComparer_2() { return &____keyComparer_2; }
inline void set__keyComparer_2(RuntimeObject* value)
{
____keyComparer_2 = value;
Il2CppCodeGenWriteBarrier((&____keyComparer_2), value);
}
inline static int32_t get_offset_of__entriesTable_3() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____entriesTable_3)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__entriesTable_3() const { return ____entriesTable_3; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__entriesTable_3() { return &____entriesTable_3; }
inline void set__entriesTable_3(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____entriesTable_3 = value;
Il2CppCodeGenWriteBarrier((&____entriesTable_3), value);
}
inline static int32_t get_offset_of__nullKeyEntry_4() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____nullKeyEntry_4)); }
inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * get__nullKeyEntry_4() const { return ____nullKeyEntry_4; }
inline NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 ** get_address_of__nullKeyEntry_4() { return &____nullKeyEntry_4; }
inline void set__nullKeyEntry_4(NameObjectEntry_tC137E0E1F256300B1F9F0ED88EE02B6611918B54 * value)
{
____nullKeyEntry_4 = value;
Il2CppCodeGenWriteBarrier((&____nullKeyEntry_4), value);
}
inline static int32_t get_offset_of__serializationInfo_5() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____serializationInfo_5)); }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * get__serializationInfo_5() const { return ____serializationInfo_5; }
inline SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 ** get_address_of__serializationInfo_5() { return &____serializationInfo_5; }
inline void set__serializationInfo_5(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * value)
{
____serializationInfo_5 = value;
Il2CppCodeGenWriteBarrier((&____serializationInfo_5), value);
}
inline static int32_t get_offset_of__version_6() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____version_6)); }
inline int32_t get__version_6() const { return ____version_6; }
inline int32_t* get_address_of__version_6() { return &____version_6; }
inline void set__version_6(int32_t value)
{
____version_6 = value;
}
inline static int32_t get_offset_of__syncRoot_7() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D, ____syncRoot_7)); }
inline RuntimeObject * get__syncRoot_7() const { return ____syncRoot_7; }
inline RuntimeObject ** get_address_of__syncRoot_7() { return &____syncRoot_7; }
inline void set__syncRoot_7(RuntimeObject * value)
{
____syncRoot_7 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_7), value);
}
};
struct NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields
{
public:
// System.StringComparer System.Collections.Specialized.NameObjectCollectionBase::defaultComparer
StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * ___defaultComparer_8;
public:
inline static int32_t get_offset_of_defaultComparer_8() { return static_cast<int32_t>(offsetof(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D_StaticFields, ___defaultComparer_8)); }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * get_defaultComparer_8() const { return ___defaultComparer_8; }
inline StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE ** get_address_of_defaultComparer_8() { return &___defaultComparer_8; }
inline void set_defaultComparer_8(StringComparer_t588BC7FEF85D6E7425E0A8147A3D5A334F1F82DE * value)
{
___defaultComparer_8 = value;
Il2CppCodeGenWriteBarrier((&___defaultComparer_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEOBJECTCOLLECTIONBASE_T593D97BF1A2AEA0C7FC1684B447BF92A5383883D_H
#ifndef NAMEOBJECTKEYSENUMERATOR_TF732067271E844365B1FF19A6A37852ABCD990D5_H
#define NAMEOBJECTKEYSENUMERATOR_TF732067271E844365B1FF19A6A37852ABCD990D5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator
struct NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 : public RuntimeObject
{
public:
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_pos
int32_t ____pos_0;
// System.Collections.Specialized.NameObjectCollectionBase System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_coll
NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ____coll_1;
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase_NameObjectKeysEnumerator::_version
int32_t ____version_2;
public:
inline static int32_t get_offset_of__pos_0() { return static_cast<int32_t>(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____pos_0)); }
inline int32_t get__pos_0() const { return ____pos_0; }
inline int32_t* get_address_of__pos_0() { return &____pos_0; }
inline void set__pos_0(int32_t value)
{
____pos_0 = value;
}
inline static int32_t get_offset_of__coll_1() { return static_cast<int32_t>(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____coll_1)); }
inline NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * get__coll_1() const { return ____coll_1; }
inline NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D ** get_address_of__coll_1() { return &____coll_1; }
inline void set__coll_1(NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * value)
{
____coll_1 = value;
Il2CppCodeGenWriteBarrier((&____coll_1), value);
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5, ____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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEOBJECTKEYSENUMERATOR_TF732067271E844365B1FF19A6A37852ABCD990D5_H
#ifndef DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#define DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DBNull
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 : public RuntimeObject
{
public:
public:
};
struct DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields
{
public:
// System.DBNull System.DBNull::Value
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___Value_0;
public:
inline static int32_t get_offset_of_Value_0() { return static_cast<int32_t>(offsetof(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields, ___Value_0)); }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * get_Value_0() const { return ___Value_0; }
inline DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 ** get_address_of_Value_0() { return &___Value_0; }
inline void set_Value_0(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * value)
{
___Value_0 = value;
Il2CppCodeGenWriteBarrier((&___Value_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DBNULL_T7400E04939C2C29699B389B106997892BF53A8E5_H
#ifndef STACKTRACE_TD5D45826A379D8DF0CFB2CA206D992EE718C7E99_H
#define STACKTRACE_TD5D45826A379D8DF0CFB2CA206D992EE718C7E99_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Diagnostics.StackTrace
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 : public RuntimeObject
{
public:
// System.Diagnostics.StackFrame[] System.Diagnostics.StackTrace::frames
StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* ___frames_1;
// System.Diagnostics.StackTrace[] System.Diagnostics.StackTrace::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_2;
// System.Boolean System.Diagnostics.StackTrace::debug_info
bool ___debug_info_3;
public:
inline static int32_t get_offset_of_frames_1() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___frames_1)); }
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* get_frames_1() const { return ___frames_1; }
inline StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D** get_address_of_frames_1() { return &___frames_1; }
inline void set_frames_1(StackFrameU5BU5D_t5075A2805A51162E94A9CF2F2881DC51B78EA80D* value)
{
___frames_1 = value;
Il2CppCodeGenWriteBarrier((&___frames_1), value);
}
inline static int32_t get_offset_of_captured_traces_2() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___captured_traces_2)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_2() const { return ___captured_traces_2; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_2() { return &___captured_traces_2; }
inline void set_captured_traces_2(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_2 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_2), value);
}
inline static int32_t get_offset_of_debug_info_3() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99, ___debug_info_3)); }
inline bool get_debug_info_3() const { return ___debug_info_3; }
inline bool* get_address_of_debug_info_3() { return &___debug_info_3; }
inline void set_debug_info_3(bool value)
{
___debug_info_3 = value;
}
};
struct StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields
{
public:
// System.Boolean System.Diagnostics.StackTrace::isAotidSet
bool ___isAotidSet_4;
// System.String System.Diagnostics.StackTrace::aotid
String_t* ___aotid_5;
public:
inline static int32_t get_offset_of_isAotidSet_4() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___isAotidSet_4)); }
inline bool get_isAotidSet_4() const { return ___isAotidSet_4; }
inline bool* get_address_of_isAotidSet_4() { return &___isAotidSet_4; }
inline void set_isAotidSet_4(bool value)
{
___isAotidSet_4 = value;
}
inline static int32_t get_offset_of_aotid_5() { return static_cast<int32_t>(offsetof(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_StaticFields, ___aotid_5)); }
inline String_t* get_aotid_5() const { return ___aotid_5; }
inline String_t** get_address_of_aotid_5() { return &___aotid_5; }
inline void set_aotid_5(String_t* value)
{
___aotid_5 = value;
Il2CppCodeGenWriteBarrier((&___aotid_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STACKTRACE_TD5D45826A379D8DF0CFB2CA206D992EE718C7E99_H
#ifndef EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#define EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventArgs
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E : public RuntimeObject
{
public:
public:
};
struct EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields
{
public:
// System.EventArgs System.EventArgs::Empty
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E_StaticFields, ___Empty_0)); }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * get_Empty_0() const { return ___Empty_0; }
inline EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E ** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((&___Empty_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTARGS_T8E6CA180BE0E56674C6407011A94BAF7C757352E_H
#ifndef EXCEPTION_T_H
#define EXCEPTION_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Exception
struct Exception_t : public RuntimeObject
{
public:
// System.String System.Exception::_className
String_t* ____className_1;
// System.String System.Exception::_message
String_t* ____message_2;
// System.Collections.IDictionary System.Exception::_data
RuntimeObject* ____data_3;
// System.Exception System.Exception::_innerException
Exception_t * ____innerException_4;
// System.String System.Exception::_helpURL
String_t* ____helpURL_5;
// System.Object System.Exception::_stackTrace
RuntimeObject * ____stackTrace_6;
// System.String System.Exception::_stackTraceString
String_t* ____stackTraceString_7;
// System.String System.Exception::_remoteStackTraceString
String_t* ____remoteStackTraceString_8;
// System.Int32 System.Exception::_remoteStackIndex
int32_t ____remoteStackIndex_9;
// System.Object System.Exception::_dynamicMethods
RuntimeObject * ____dynamicMethods_10;
// System.Int32 System.Exception::_HResult
int32_t ____HResult_11;
// System.String System.Exception::_source
String_t* ____source_12;
// System.Runtime.Serialization.SafeSerializationManager System.Exception::_safeSerializationManager
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
// System.IntPtr[] System.Exception::native_trace_ips
IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* ___native_trace_ips_15;
public:
inline static int32_t get_offset_of__className_1() { return static_cast<int32_t>(offsetof(Exception_t, ____className_1)); }
inline String_t* get__className_1() const { return ____className_1; }
inline String_t** get_address_of__className_1() { return &____className_1; }
inline void set__className_1(String_t* value)
{
____className_1 = value;
Il2CppCodeGenWriteBarrier((&____className_1), value);
}
inline static int32_t get_offset_of__message_2() { return static_cast<int32_t>(offsetof(Exception_t, ____message_2)); }
inline String_t* get__message_2() const { return ____message_2; }
inline String_t** get_address_of__message_2() { return &____message_2; }
inline void set__message_2(String_t* value)
{
____message_2 = value;
Il2CppCodeGenWriteBarrier((&____message_2), value);
}
inline static int32_t get_offset_of__data_3() { return static_cast<int32_t>(offsetof(Exception_t, ____data_3)); }
inline RuntimeObject* get__data_3() const { return ____data_3; }
inline RuntimeObject** get_address_of__data_3() { return &____data_3; }
inline void set__data_3(RuntimeObject* value)
{
____data_3 = value;
Il2CppCodeGenWriteBarrier((&____data_3), value);
}
inline static int32_t get_offset_of__innerException_4() { return static_cast<int32_t>(offsetof(Exception_t, ____innerException_4)); }
inline Exception_t * get__innerException_4() const { return ____innerException_4; }
inline Exception_t ** get_address_of__innerException_4() { return &____innerException_4; }
inline void set__innerException_4(Exception_t * value)
{
____innerException_4 = value;
Il2CppCodeGenWriteBarrier((&____innerException_4), value);
}
inline static int32_t get_offset_of__helpURL_5() { return static_cast<int32_t>(offsetof(Exception_t, ____helpURL_5)); }
inline String_t* get__helpURL_5() const { return ____helpURL_5; }
inline String_t** get_address_of__helpURL_5() { return &____helpURL_5; }
inline void set__helpURL_5(String_t* value)
{
____helpURL_5 = value;
Il2CppCodeGenWriteBarrier((&____helpURL_5), value);
}
inline static int32_t get_offset_of__stackTrace_6() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTrace_6)); }
inline RuntimeObject * get__stackTrace_6() const { return ____stackTrace_6; }
inline RuntimeObject ** get_address_of__stackTrace_6() { return &____stackTrace_6; }
inline void set__stackTrace_6(RuntimeObject * value)
{
____stackTrace_6 = value;
Il2CppCodeGenWriteBarrier((&____stackTrace_6), value);
}
inline static int32_t get_offset_of__stackTraceString_7() { return static_cast<int32_t>(offsetof(Exception_t, ____stackTraceString_7)); }
inline String_t* get__stackTraceString_7() const { return ____stackTraceString_7; }
inline String_t** get_address_of__stackTraceString_7() { return &____stackTraceString_7; }
inline void set__stackTraceString_7(String_t* value)
{
____stackTraceString_7 = value;
Il2CppCodeGenWriteBarrier((&____stackTraceString_7), value);
}
inline static int32_t get_offset_of__remoteStackTraceString_8() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackTraceString_8)); }
inline String_t* get__remoteStackTraceString_8() const { return ____remoteStackTraceString_8; }
inline String_t** get_address_of__remoteStackTraceString_8() { return &____remoteStackTraceString_8; }
inline void set__remoteStackTraceString_8(String_t* value)
{
____remoteStackTraceString_8 = value;
Il2CppCodeGenWriteBarrier((&____remoteStackTraceString_8), value);
}
inline static int32_t get_offset_of__remoteStackIndex_9() { return static_cast<int32_t>(offsetof(Exception_t, ____remoteStackIndex_9)); }
inline int32_t get__remoteStackIndex_9() const { return ____remoteStackIndex_9; }
inline int32_t* get_address_of__remoteStackIndex_9() { return &____remoteStackIndex_9; }
inline void set__remoteStackIndex_9(int32_t value)
{
____remoteStackIndex_9 = value;
}
inline static int32_t get_offset_of__dynamicMethods_10() { return static_cast<int32_t>(offsetof(Exception_t, ____dynamicMethods_10)); }
inline RuntimeObject * get__dynamicMethods_10() const { return ____dynamicMethods_10; }
inline RuntimeObject ** get_address_of__dynamicMethods_10() { return &____dynamicMethods_10; }
inline void set__dynamicMethods_10(RuntimeObject * value)
{
____dynamicMethods_10 = value;
Il2CppCodeGenWriteBarrier((&____dynamicMethods_10), value);
}
inline static int32_t get_offset_of__HResult_11() { return static_cast<int32_t>(offsetof(Exception_t, ____HResult_11)); }
inline int32_t get__HResult_11() const { return ____HResult_11; }
inline int32_t* get_address_of__HResult_11() { return &____HResult_11; }
inline void set__HResult_11(int32_t value)
{
____HResult_11 = value;
}
inline static int32_t get_offset_of__source_12() { return static_cast<int32_t>(offsetof(Exception_t, ____source_12)); }
inline String_t* get__source_12() const { return ____source_12; }
inline String_t** get_address_of__source_12() { return &____source_12; }
inline void set__source_12(String_t* value)
{
____source_12 = value;
Il2CppCodeGenWriteBarrier((&____source_12), value);
}
inline static int32_t get_offset_of__safeSerializationManager_13() { return static_cast<int32_t>(offsetof(Exception_t, ____safeSerializationManager_13)); }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * get__safeSerializationManager_13() const { return ____safeSerializationManager_13; }
inline SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 ** get_address_of__safeSerializationManager_13() { return &____safeSerializationManager_13; }
inline void set__safeSerializationManager_13(SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * value)
{
____safeSerializationManager_13 = value;
Il2CppCodeGenWriteBarrier((&____safeSerializationManager_13), value);
}
inline static int32_t get_offset_of_captured_traces_14() { return static_cast<int32_t>(offsetof(Exception_t, ___captured_traces_14)); }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* get_captured_traces_14() const { return ___captured_traces_14; }
inline StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196** get_address_of_captured_traces_14() { return &___captured_traces_14; }
inline void set_captured_traces_14(StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* value)
{
___captured_traces_14 = value;
Il2CppCodeGenWriteBarrier((&___captured_traces_14), value);
}
inline static int32_t get_offset_of_native_trace_ips_15() { return static_cast<int32_t>(offsetof(Exception_t, ___native_trace_ips_15)); }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* get_native_trace_ips_15() const { return ___native_trace_ips_15; }
inline IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD** get_address_of_native_trace_ips_15() { return &___native_trace_ips_15; }
inline void set_native_trace_ips_15(IntPtrU5BU5D_t4DC01DCB9A6DF6C9792A6513595D7A11E637DCDD* value)
{
___native_trace_ips_15 = value;
Il2CppCodeGenWriteBarrier((&___native_trace_ips_15), value);
}
};
struct Exception_t_StaticFields
{
public:
// System.Object System.Exception::s_EDILock
RuntimeObject * ___s_EDILock_0;
public:
inline static int32_t get_offset_of_s_EDILock_0() { return static_cast<int32_t>(offsetof(Exception_t_StaticFields, ___s_EDILock_0)); }
inline RuntimeObject * get_s_EDILock_0() const { return ___s_EDILock_0; }
inline RuntimeObject ** get_address_of_s_EDILock_0() { return &___s_EDILock_0; }
inline void set_s_EDILock_0(RuntimeObject * value)
{
___s_EDILock_0 = value;
Il2CppCodeGenWriteBarrier((&___s_EDILock_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Exception
struct Exception_t_marshaled_pinvoke
{
char* ____className_1;
char* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_pinvoke* ____innerException_4;
char* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
char* ____stackTraceString_7;
char* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
char* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
// Native definition for COM marshalling of System.Exception
struct Exception_t_marshaled_com
{
Il2CppChar* ____className_1;
Il2CppChar* ____message_2;
RuntimeObject* ____data_3;
Exception_t_marshaled_com* ____innerException_4;
Il2CppChar* ____helpURL_5;
Il2CppIUnknown* ____stackTrace_6;
Il2CppChar* ____stackTraceString_7;
Il2CppChar* ____remoteStackTraceString_8;
int32_t ____remoteStackIndex_9;
Il2CppIUnknown* ____dynamicMethods_10;
int32_t ____HResult_11;
Il2CppChar* ____source_12;
SafeSerializationManager_t4A754D86B0F784B18CBC36C073BA564BED109770 * ____safeSerializationManager_13;
StackTraceU5BU5D_t855F09649EA34DEE7C1B6F088E0538E3CCC3F196* ___captured_traces_14;
intptr_t* ___native_trace_ips_15;
};
#endif // EXCEPTION_T_H
#ifndef CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#define CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F : public RuntimeObject
{
public:
// System.Boolean System.Globalization.CultureInfo::m_isReadOnly
bool ___m_isReadOnly_3;
// System.Int32 System.Globalization.CultureInfo::cultureID
int32_t ___cultureID_4;
// System.Int32 System.Globalization.CultureInfo::parent_lcid
int32_t ___parent_lcid_5;
// System.Int32 System.Globalization.CultureInfo::datetime_index
int32_t ___datetime_index_6;
// System.Int32 System.Globalization.CultureInfo::number_index
int32_t ___number_index_7;
// System.Int32 System.Globalization.CultureInfo::default_calendar_type
int32_t ___default_calendar_type_8;
// System.Boolean System.Globalization.CultureInfo::m_useUserOverride
bool ___m_useUserOverride_9;
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::numInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
// System.Globalization.DateTimeFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::dateTimeInfo
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
// System.Globalization.TextInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::textInfo
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
// System.String System.Globalization.CultureInfo::m_name
String_t* ___m_name_13;
// System.String System.Globalization.CultureInfo::englishname
String_t* ___englishname_14;
// System.String System.Globalization.CultureInfo::nativename
String_t* ___nativename_15;
// System.String System.Globalization.CultureInfo::iso3lang
String_t* ___iso3lang_16;
// System.String System.Globalization.CultureInfo::iso2lang
String_t* ___iso2lang_17;
// System.String System.Globalization.CultureInfo::win3lang
String_t* ___win3lang_18;
// System.String System.Globalization.CultureInfo::territory
String_t* ___territory_19;
// System.String[] System.Globalization.CultureInfo::native_calendar_names
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___native_calendar_names_20;
// System.Globalization.CompareInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::compareInfo
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
// System.Void* System.Globalization.CultureInfo::textinfo_data
void* ___textinfo_data_22;
// System.Int32 System.Globalization.CultureInfo::m_dataItem
int32_t ___m_dataItem_23;
// System.Globalization.Calendar System.Globalization.CultureInfo::calendar
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::parent_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___parent_culture_25;
// System.Boolean System.Globalization.CultureInfo::constructed
bool ___constructed_26;
// System.Byte[] System.Globalization.CultureInfo::cached_serialized_form
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cached_serialized_form_27;
// System.Globalization.CultureData System.Globalization.CultureInfo::m_cultureData
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * ___m_cultureData_28;
// System.Boolean System.Globalization.CultureInfo::m_isInherited
bool ___m_isInherited_29;
public:
inline static int32_t get_offset_of_m_isReadOnly_3() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isReadOnly_3)); }
inline bool get_m_isReadOnly_3() const { return ___m_isReadOnly_3; }
inline bool* get_address_of_m_isReadOnly_3() { return &___m_isReadOnly_3; }
inline void set_m_isReadOnly_3(bool value)
{
___m_isReadOnly_3 = value;
}
inline static int32_t get_offset_of_cultureID_4() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cultureID_4)); }
inline int32_t get_cultureID_4() const { return ___cultureID_4; }
inline int32_t* get_address_of_cultureID_4() { return &___cultureID_4; }
inline void set_cultureID_4(int32_t value)
{
___cultureID_4 = value;
}
inline static int32_t get_offset_of_parent_lcid_5() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_lcid_5)); }
inline int32_t get_parent_lcid_5() const { return ___parent_lcid_5; }
inline int32_t* get_address_of_parent_lcid_5() { return &___parent_lcid_5; }
inline void set_parent_lcid_5(int32_t value)
{
___parent_lcid_5 = value;
}
inline static int32_t get_offset_of_datetime_index_6() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___datetime_index_6)); }
inline int32_t get_datetime_index_6() const { return ___datetime_index_6; }
inline int32_t* get_address_of_datetime_index_6() { return &___datetime_index_6; }
inline void set_datetime_index_6(int32_t value)
{
___datetime_index_6 = value;
}
inline static int32_t get_offset_of_number_index_7() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___number_index_7)); }
inline int32_t get_number_index_7() const { return ___number_index_7; }
inline int32_t* get_address_of_number_index_7() { return &___number_index_7; }
inline void set_number_index_7(int32_t value)
{
___number_index_7 = value;
}
inline static int32_t get_offset_of_default_calendar_type_8() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___default_calendar_type_8)); }
inline int32_t get_default_calendar_type_8() const { return ___default_calendar_type_8; }
inline int32_t* get_address_of_default_calendar_type_8() { return &___default_calendar_type_8; }
inline void set_default_calendar_type_8(int32_t value)
{
___default_calendar_type_8 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_9() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_useUserOverride_9)); }
inline bool get_m_useUserOverride_9() const { return ___m_useUserOverride_9; }
inline bool* get_address_of_m_useUserOverride_9() { return &___m_useUserOverride_9; }
inline void set_m_useUserOverride_9(bool value)
{
___m_useUserOverride_9 = value;
}
inline static int32_t get_offset_of_numInfo_10() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___numInfo_10)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_numInfo_10() const { return ___numInfo_10; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_numInfo_10() { return &___numInfo_10; }
inline void set_numInfo_10(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___numInfo_10 = value;
Il2CppCodeGenWriteBarrier((&___numInfo_10), value);
}
inline static int32_t get_offset_of_dateTimeInfo_11() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___dateTimeInfo_11)); }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * get_dateTimeInfo_11() const { return ___dateTimeInfo_11; }
inline DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F ** get_address_of_dateTimeInfo_11() { return &___dateTimeInfo_11; }
inline void set_dateTimeInfo_11(DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * value)
{
___dateTimeInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___dateTimeInfo_11), value);
}
inline static int32_t get_offset_of_textInfo_12() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textInfo_12)); }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * get_textInfo_12() const { return ___textInfo_12; }
inline TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 ** get_address_of_textInfo_12() { return &___textInfo_12; }
inline void set_textInfo_12(TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * value)
{
___textInfo_12 = value;
Il2CppCodeGenWriteBarrier((&___textInfo_12), value);
}
inline static int32_t get_offset_of_m_name_13() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_name_13)); }
inline String_t* get_m_name_13() const { return ___m_name_13; }
inline String_t** get_address_of_m_name_13() { return &___m_name_13; }
inline void set_m_name_13(String_t* value)
{
___m_name_13 = value;
Il2CppCodeGenWriteBarrier((&___m_name_13), value);
}
inline static int32_t get_offset_of_englishname_14() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___englishname_14)); }
inline String_t* get_englishname_14() const { return ___englishname_14; }
inline String_t** get_address_of_englishname_14() { return &___englishname_14; }
inline void set_englishname_14(String_t* value)
{
___englishname_14 = value;
Il2CppCodeGenWriteBarrier((&___englishname_14), value);
}
inline static int32_t get_offset_of_nativename_15() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___nativename_15)); }
inline String_t* get_nativename_15() const { return ___nativename_15; }
inline String_t** get_address_of_nativename_15() { return &___nativename_15; }
inline void set_nativename_15(String_t* value)
{
___nativename_15 = value;
Il2CppCodeGenWriteBarrier((&___nativename_15), value);
}
inline static int32_t get_offset_of_iso3lang_16() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso3lang_16)); }
inline String_t* get_iso3lang_16() const { return ___iso3lang_16; }
inline String_t** get_address_of_iso3lang_16() { return &___iso3lang_16; }
inline void set_iso3lang_16(String_t* value)
{
___iso3lang_16 = value;
Il2CppCodeGenWriteBarrier((&___iso3lang_16), value);
}
inline static int32_t get_offset_of_iso2lang_17() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___iso2lang_17)); }
inline String_t* get_iso2lang_17() const { return ___iso2lang_17; }
inline String_t** get_address_of_iso2lang_17() { return &___iso2lang_17; }
inline void set_iso2lang_17(String_t* value)
{
___iso2lang_17 = value;
Il2CppCodeGenWriteBarrier((&___iso2lang_17), value);
}
inline static int32_t get_offset_of_win3lang_18() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___win3lang_18)); }
inline String_t* get_win3lang_18() const { return ___win3lang_18; }
inline String_t** get_address_of_win3lang_18() { return &___win3lang_18; }
inline void set_win3lang_18(String_t* value)
{
___win3lang_18 = value;
Il2CppCodeGenWriteBarrier((&___win3lang_18), value);
}
inline static int32_t get_offset_of_territory_19() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___territory_19)); }
inline String_t* get_territory_19() const { return ___territory_19; }
inline String_t** get_address_of_territory_19() { return &___territory_19; }
inline void set_territory_19(String_t* value)
{
___territory_19 = value;
Il2CppCodeGenWriteBarrier((&___territory_19), value);
}
inline static int32_t get_offset_of_native_calendar_names_20() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___native_calendar_names_20)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_native_calendar_names_20() const { return ___native_calendar_names_20; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_native_calendar_names_20() { return &___native_calendar_names_20; }
inline void set_native_calendar_names_20(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___native_calendar_names_20 = value;
Il2CppCodeGenWriteBarrier((&___native_calendar_names_20), value);
}
inline static int32_t get_offset_of_compareInfo_21() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___compareInfo_21)); }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * get_compareInfo_21() const { return ___compareInfo_21; }
inline CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 ** get_address_of_compareInfo_21() { return &___compareInfo_21; }
inline void set_compareInfo_21(CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * value)
{
___compareInfo_21 = value;
Il2CppCodeGenWriteBarrier((&___compareInfo_21), value);
}
inline static int32_t get_offset_of_textinfo_data_22() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___textinfo_data_22)); }
inline void* get_textinfo_data_22() const { return ___textinfo_data_22; }
inline void** get_address_of_textinfo_data_22() { return &___textinfo_data_22; }
inline void set_textinfo_data_22(void* value)
{
___textinfo_data_22 = value;
}
inline static int32_t get_offset_of_m_dataItem_23() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_dataItem_23)); }
inline int32_t get_m_dataItem_23() const { return ___m_dataItem_23; }
inline int32_t* get_address_of_m_dataItem_23() { return &___m_dataItem_23; }
inline void set_m_dataItem_23(int32_t value)
{
___m_dataItem_23 = value;
}
inline static int32_t get_offset_of_calendar_24() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___calendar_24)); }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * get_calendar_24() const { return ___calendar_24; }
inline Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 ** get_address_of_calendar_24() { return &___calendar_24; }
inline void set_calendar_24(Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * value)
{
___calendar_24 = value;
Il2CppCodeGenWriteBarrier((&___calendar_24), value);
}
inline static int32_t get_offset_of_parent_culture_25() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___parent_culture_25)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_parent_culture_25() const { return ___parent_culture_25; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_parent_culture_25() { return &___parent_culture_25; }
inline void set_parent_culture_25(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___parent_culture_25 = value;
Il2CppCodeGenWriteBarrier((&___parent_culture_25), value);
}
inline static int32_t get_offset_of_constructed_26() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___constructed_26)); }
inline bool get_constructed_26() const { return ___constructed_26; }
inline bool* get_address_of_constructed_26() { return &___constructed_26; }
inline void set_constructed_26(bool value)
{
___constructed_26 = value;
}
inline static int32_t get_offset_of_cached_serialized_form_27() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___cached_serialized_form_27)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cached_serialized_form_27() const { return ___cached_serialized_form_27; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cached_serialized_form_27() { return &___cached_serialized_form_27; }
inline void set_cached_serialized_form_27(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cached_serialized_form_27 = value;
Il2CppCodeGenWriteBarrier((&___cached_serialized_form_27), value);
}
inline static int32_t get_offset_of_m_cultureData_28() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_cultureData_28)); }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * get_m_cultureData_28() const { return ___m_cultureData_28; }
inline CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD ** get_address_of_m_cultureData_28() { return &___m_cultureData_28; }
inline void set_m_cultureData_28(CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD * value)
{
___m_cultureData_28 = value;
Il2CppCodeGenWriteBarrier((&___m_cultureData_28), value);
}
inline static int32_t get_offset_of_m_isInherited_29() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F, ___m_isInherited_29)); }
inline bool get_m_isInherited_29() const { return ___m_isInherited_29; }
inline bool* get_address_of_m_isInherited_29() { return &___m_isInherited_29; }
inline void set_m_isInherited_29(bool value)
{
___m_isInherited_29 = value;
}
};
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields
{
public:
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::invariant_culture_info
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___invariant_culture_info_0;
// System.Object System.Globalization.CultureInfo::shared_table_lock
RuntimeObject * ___shared_table_lock_1;
// System.Globalization.CultureInfo System.Globalization.CultureInfo::default_current_culture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___default_current_culture_2;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentUICulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentUICulture_33;
// System.Globalization.CultureInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.CultureInfo::s_DefaultThreadCurrentCulture
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * ___s_DefaultThreadCurrentCulture_34;
// System.Collections.Generic.Dictionary`2<System.Int32,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_number
Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * ___shared_by_number_35;
// System.Collections.Generic.Dictionary`2<System.String,System.Globalization.CultureInfo> System.Globalization.CultureInfo::shared_by_name
Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * ___shared_by_name_36;
// System.Boolean System.Globalization.CultureInfo::IsTaiwanSku
bool ___IsTaiwanSku_37;
public:
inline static int32_t get_offset_of_invariant_culture_info_0() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___invariant_culture_info_0)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_invariant_culture_info_0() const { return ___invariant_culture_info_0; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_invariant_culture_info_0() { return &___invariant_culture_info_0; }
inline void set_invariant_culture_info_0(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___invariant_culture_info_0 = value;
Il2CppCodeGenWriteBarrier((&___invariant_culture_info_0), value);
}
inline static int32_t get_offset_of_shared_table_lock_1() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_table_lock_1)); }
inline RuntimeObject * get_shared_table_lock_1() const { return ___shared_table_lock_1; }
inline RuntimeObject ** get_address_of_shared_table_lock_1() { return &___shared_table_lock_1; }
inline void set_shared_table_lock_1(RuntimeObject * value)
{
___shared_table_lock_1 = value;
Il2CppCodeGenWriteBarrier((&___shared_table_lock_1), value);
}
inline static int32_t get_offset_of_default_current_culture_2() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___default_current_culture_2)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_default_current_culture_2() const { return ___default_current_culture_2; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_default_current_culture_2() { return &___default_current_culture_2; }
inline void set_default_current_culture_2(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___default_current_culture_2 = value;
Il2CppCodeGenWriteBarrier((&___default_current_culture_2), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentUICulture_33() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentUICulture_33)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentUICulture_33() const { return ___s_DefaultThreadCurrentUICulture_33; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentUICulture_33() { return &___s_DefaultThreadCurrentUICulture_33; }
inline void set_s_DefaultThreadCurrentUICulture_33(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentUICulture_33 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentUICulture_33), value);
}
inline static int32_t get_offset_of_s_DefaultThreadCurrentCulture_34() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___s_DefaultThreadCurrentCulture_34)); }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * get_s_DefaultThreadCurrentCulture_34() const { return ___s_DefaultThreadCurrentCulture_34; }
inline CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F ** get_address_of_s_DefaultThreadCurrentCulture_34() { return &___s_DefaultThreadCurrentCulture_34; }
inline void set_s_DefaultThreadCurrentCulture_34(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * value)
{
___s_DefaultThreadCurrentCulture_34 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultThreadCurrentCulture_34), value);
}
inline static int32_t get_offset_of_shared_by_number_35() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_number_35)); }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * get_shared_by_number_35() const { return ___shared_by_number_35; }
inline Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B ** get_address_of_shared_by_number_35() { return &___shared_by_number_35; }
inline void set_shared_by_number_35(Dictionary_2_tC88A56872F7C79DBB9582D4F3FC22ED5D8E0B98B * value)
{
___shared_by_number_35 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_number_35), value);
}
inline static int32_t get_offset_of_shared_by_name_36() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___shared_by_name_36)); }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * get_shared_by_name_36() const { return ___shared_by_name_36; }
inline Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 ** get_address_of_shared_by_name_36() { return &___shared_by_name_36; }
inline void set_shared_by_name_36(Dictionary_2_tBA5388DBB42BF620266F9A48E8B859BBBB224E25 * value)
{
___shared_by_name_36 = value;
Il2CppCodeGenWriteBarrier((&___shared_by_name_36), value);
}
inline static int32_t get_offset_of_IsTaiwanSku_37() { return static_cast<int32_t>(offsetof(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_StaticFields, ___IsTaiwanSku_37)); }
inline bool get_IsTaiwanSku_37() const { return ___IsTaiwanSku_37; }
inline bool* get_address_of_IsTaiwanSku_37() { return &___IsTaiwanSku_37; }
inline void set_IsTaiwanSku_37(bool value)
{
___IsTaiwanSku_37 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
char* ___m_name_13;
char* ___englishname_14;
char* ___nativename_15;
char* ___iso3lang_16;
char* ___iso2lang_17;
char* ___win3lang_18;
char* ___territory_19;
char** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_pinvoke* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_pinvoke* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
// Native definition for COM marshalling of System.Globalization.CultureInfo
struct CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com
{
int32_t ___m_isReadOnly_3;
int32_t ___cultureID_4;
int32_t ___parent_lcid_5;
int32_t ___datetime_index_6;
int32_t ___number_index_7;
int32_t ___default_calendar_type_8;
int32_t ___m_useUserOverride_9;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___numInfo_10;
DateTimeFormatInfo_tF4BB3AA482C2F772D2A9022F78BF8727830FAF5F * ___dateTimeInfo_11;
TextInfo_t5F1E697CB6A7E5EC80F0DC3A968B9B4A70C291D8 * ___textInfo_12;
Il2CppChar* ___m_name_13;
Il2CppChar* ___englishname_14;
Il2CppChar* ___nativename_15;
Il2CppChar* ___iso3lang_16;
Il2CppChar* ___iso2lang_17;
Il2CppChar* ___win3lang_18;
Il2CppChar* ___territory_19;
Il2CppChar** ___native_calendar_names_20;
CompareInfo_tB9A071DBC11AC00AF2EA2066D0C2AE1DCB1865D1 * ___compareInfo_21;
void* ___textinfo_data_22;
int32_t ___m_dataItem_23;
Calendar_tF55A785ACD277504CF0D2F2C6AD56F76C6E91BD5 * ___calendar_24;
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_marshaled_com* ___parent_culture_25;
int32_t ___constructed_26;
uint8_t* ___cached_serialized_form_27;
CultureData_tF43B080FFA6EB278F4F289BCDA3FB74B6C208ECD_marshaled_com* ___m_cultureData_28;
int32_t ___m_isInherited_29;
};
#endif // CULTUREINFO_T345AC6924134F039ED9A11F3E03F8E91B6A3225F_H
#ifndef MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#define MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF : public RuntimeObject
{
public:
// System.Object System.MarshalByRefObject::_identity
RuntimeObject * ____identity_0;
public:
inline static int32_t get_offset_of__identity_0() { return static_cast<int32_t>(offsetof(MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF, ____identity_0)); }
inline RuntimeObject * get__identity_0() const { return ____identity_0; }
inline RuntimeObject ** get_address_of__identity_0() { return &____identity_0; }
inline void set__identity_0(RuntimeObject * value)
{
____identity_0 = value;
Il2CppCodeGenWriteBarrier((&____identity_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
Il2CppIUnknown* ____identity_0;
};
// Native definition for COM marshalling of System.MarshalByRefObject
struct MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
Il2CppIUnknown* ____identity_0;
};
#endif // MARSHALBYREFOBJECT_TC4577953D0A44D0AB8597CFA868E01C858B1C9AF_H
#ifndef AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H
#define AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Authorization
struct Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B : public RuntimeObject
{
public:
// System.String System.Net.Authorization::m_Message
String_t* ___m_Message_0;
// System.Boolean System.Net.Authorization::m_Complete
bool ___m_Complete_1;
// System.String System.Net.Authorization::ModuleAuthenticationType
String_t* ___ModuleAuthenticationType_2;
public:
inline static int32_t get_offset_of_m_Message_0() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Message_0)); }
inline String_t* get_m_Message_0() const { return ___m_Message_0; }
inline String_t** get_address_of_m_Message_0() { return &___m_Message_0; }
inline void set_m_Message_0(String_t* value)
{
___m_Message_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Message_0), value);
}
inline static int32_t get_offset_of_m_Complete_1() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___m_Complete_1)); }
inline bool get_m_Complete_1() const { return ___m_Complete_1; }
inline bool* get_address_of_m_Complete_1() { return &___m_Complete_1; }
inline void set_m_Complete_1(bool value)
{
___m_Complete_1 = value;
}
inline static int32_t get_offset_of_ModuleAuthenticationType_2() { return static_cast<int32_t>(offsetof(Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B, ___ModuleAuthenticationType_2)); }
inline String_t* get_ModuleAuthenticationType_2() const { return ___ModuleAuthenticationType_2; }
inline String_t** get_address_of_ModuleAuthenticationType_2() { return &___ModuleAuthenticationType_2; }
inline void set_ModuleAuthenticationType_2(String_t* value)
{
___ModuleAuthenticationType_2 = value;
Il2CppCodeGenWriteBarrier((&___ModuleAuthenticationType_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTHORIZATION_T6AA17F42B60530EEB99AABAF32E48F292BE2125B_H
#ifndef AUTOWEBPROXYSCRIPTENGINE_TA3B7EF6B73AD21A750868072B07936408AB3B455_H
#define AUTOWEBPROXYSCRIPTENGINE_TA3B7EF6B73AD21A750868072B07936408AB3B455_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.AutoWebProxyScriptEngine
struct AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTOWEBPROXYSCRIPTENGINE_TA3B7EF6B73AD21A750868072B07936408AB3B455_H
#ifndef REQUESTCACHE_T41E1BB0AF0CD41C778E51C62180B844887B6EAF8_H
#define REQUESTCACHE_T41E1BB0AF0CD41C778E51C62180B844887B6EAF8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCache
struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 : public RuntimeObject
{
public:
public:
};
struct RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields
{
public:
// System.Char[] System.Net.Cache.RequestCache::LineSplits
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___LineSplits_0;
public:
inline static int32_t get_offset_of_LineSplits_0() { return static_cast<int32_t>(offsetof(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8_StaticFields, ___LineSplits_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_LineSplits_0() const { return ___LineSplits_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_LineSplits_0() { return &___LineSplits_0; }
inline void set_LineSplits_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___LineSplits_0 = value;
Il2CppCodeGenWriteBarrier((&___LineSplits_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHE_T41E1BB0AF0CD41C778E51C62180B844887B6EAF8_H
#ifndef REQUESTCACHEBINDING_TB84D71781C4BCEF43DEBC72165283C4543BA4724_H
#define REQUESTCACHEBINDING_TB84D71781C4BCEF43DEBC72165283C4543BA4724_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCacheBinding
struct RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 : public RuntimeObject
{
public:
// System.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::m_RequestCache
RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * ___m_RequestCache_0;
// System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::m_CacheValidator
RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * ___m_CacheValidator_1;
public:
inline static int32_t get_offset_of_m_RequestCache_0() { return static_cast<int32_t>(offsetof(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724, ___m_RequestCache_0)); }
inline RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * get_m_RequestCache_0() const { return ___m_RequestCache_0; }
inline RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 ** get_address_of_m_RequestCache_0() { return &___m_RequestCache_0; }
inline void set_m_RequestCache_0(RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * value)
{
___m_RequestCache_0 = value;
Il2CppCodeGenWriteBarrier((&___m_RequestCache_0), value);
}
inline static int32_t get_offset_of_m_CacheValidator_1() { return static_cast<int32_t>(offsetof(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724, ___m_CacheValidator_1)); }
inline RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * get_m_CacheValidator_1() const { return ___m_CacheValidator_1; }
inline RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 ** get_address_of_m_CacheValidator_1() { return &___m_CacheValidator_1; }
inline void set_m_CacheValidator_1(RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * value)
{
___m_CacheValidator_1 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheValidator_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHEBINDING_TB84D71781C4BCEF43DEBC72165283C4543BA4724_H
#ifndef REQUESTCACHEPROTOCOL_T51DE21412EAD66CAD600D3A6940942920340D35D_H
#define REQUESTCACHEPROTOCOL_T51DE21412EAD66CAD600D3A6940942920340D35D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCacheProtocol
struct RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHEPROTOCOL_T51DE21412EAD66CAD600D3A6940942920340D35D_H
#ifndef REQUESTCACHEVALIDATOR_T21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41_H
#define REQUESTCACHEVALIDATOR_T21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCacheValidator
struct RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHEVALIDATOR_T21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41_H
#ifndef CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H
#define CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.CaseInsensitiveAscii
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B : public RuntimeObject
{
public:
public:
};
struct CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields
{
public:
// System.Net.CaseInsensitiveAscii System.Net.CaseInsensitiveAscii::StaticInstance
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * ___StaticInstance_0;
// System.Byte[] System.Net.CaseInsensitiveAscii::AsciiToLower
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___AsciiToLower_1;
public:
inline static int32_t get_offset_of_StaticInstance_0() { return static_cast<int32_t>(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___StaticInstance_0)); }
inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * get_StaticInstance_0() const { return ___StaticInstance_0; }
inline CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B ** get_address_of_StaticInstance_0() { return &___StaticInstance_0; }
inline void set_StaticInstance_0(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * value)
{
___StaticInstance_0 = value;
Il2CppCodeGenWriteBarrier((&___StaticInstance_0), value);
}
inline static int32_t get_offset_of_AsciiToLower_1() { return static_cast<int32_t>(offsetof(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields, ___AsciiToLower_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_AsciiToLower_1() const { return ___AsciiToLower_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_AsciiToLower_1() { return &___AsciiToLower_1; }
inline void set_AsciiToLower_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___AsciiToLower_1 = value;
Il2CppCodeGenWriteBarrier((&___AsciiToLower_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CASEINSENSITIVEASCII_TAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_H
#ifndef DEFAULTPROXYSECTIONINTERNAL_TF2CCE31F75FAA00492E00F045768C58A69F53459_H
#define DEFAULTPROXYSECTIONINTERNAL_TF2CCE31F75FAA00492E00F045768C58A69F53459_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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((&___webProxy_0), 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((&___classSyncObject_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DEFAULTPROXYSECTIONINTERNAL_TF2CCE31F75FAA00492E00F045768C58A69F53459_H
#ifndef COOKIECONTAINER_T7E062D04BAED9F3B30DDEC14B09660BB506A2A73_H
#define COOKIECONTAINER_T7E062D04BAED9F3B30DDEC14B09660BB506A2A73_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.CookieContainer
struct CookieContainer_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((&___m_domainTable_1), 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((&___m_fqdnMyDomain_6), 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((&___HeaderInfo_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // COOKIECONTAINER_T7E062D04BAED9F3B30DDEC14B09660BB506A2A73_H
#ifndef ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H
#define ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.EndPoint
struct EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENDPOINT_TD87FCEF2780A951E8CE8D808C345FBF2C088D980_H
#ifndef FILEWEBREQUESTCREATOR_TC02A1A70722C45B078D759F22AE10256A6900C6D_H
#define FILEWEBREQUESTCREATOR_TC02A1A70722C45B078D759F22AE10256A6900C6D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.FileWebRequestCreator
struct FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FILEWEBREQUESTCREATOR_TC02A1A70722C45B078D759F22AE10256A6900C6D_H
#ifndef FTPREQUESTCREATOR_T2C5CC32221C790FB648AF6276DA861B4ABAC357F_H
#define FTPREQUESTCREATOR_T2C5CC32221C790FB648AF6276DA861B4ABAC357F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.FtpRequestCreator
struct FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FTPREQUESTCREATOR_T2C5CC32221C790FB648AF6276DA861B4ABAC357F_H
#ifndef HEADERINFO_T08A38618F1A42BEE66373512B83B804DAEAF2EB8_H
#define HEADERINFO_T08A38618F1A42BEE66373512B83B804DAEAF2EB8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HeaderInfo
struct HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 : public RuntimeObject
{
public:
// System.Boolean System.Net.HeaderInfo::IsRequestRestricted
bool ___IsRequestRestricted_0;
// System.Boolean System.Net.HeaderInfo::IsResponseRestricted
bool ___IsResponseRestricted_1;
// System.Net.HeaderParser System.Net.HeaderInfo::Parser
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___Parser_2;
// System.String System.Net.HeaderInfo::HeaderName
String_t* ___HeaderName_3;
// System.Boolean System.Net.HeaderInfo::AllowMultiValues
bool ___AllowMultiValues_4;
public:
inline static int32_t get_offset_of_IsRequestRestricted_0() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___IsRequestRestricted_0)); }
inline bool get_IsRequestRestricted_0() const { return ___IsRequestRestricted_0; }
inline bool* get_address_of_IsRequestRestricted_0() { return &___IsRequestRestricted_0; }
inline void set_IsRequestRestricted_0(bool value)
{
___IsRequestRestricted_0 = value;
}
inline static int32_t get_offset_of_IsResponseRestricted_1() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___IsResponseRestricted_1)); }
inline bool get_IsResponseRestricted_1() const { return ___IsResponseRestricted_1; }
inline bool* get_address_of_IsResponseRestricted_1() { return &___IsResponseRestricted_1; }
inline void set_IsResponseRestricted_1(bool value)
{
___IsResponseRestricted_1 = value;
}
inline static int32_t get_offset_of_Parser_2() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___Parser_2)); }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_Parser_2() const { return ___Parser_2; }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_Parser_2() { return &___Parser_2; }
inline void set_Parser_2(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value)
{
___Parser_2 = value;
Il2CppCodeGenWriteBarrier((&___Parser_2), value);
}
inline static int32_t get_offset_of_HeaderName_3() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___HeaderName_3)); }
inline String_t* get_HeaderName_3() const { return ___HeaderName_3; }
inline String_t** get_address_of_HeaderName_3() { return &___HeaderName_3; }
inline void set_HeaderName_3(String_t* value)
{
___HeaderName_3 = value;
Il2CppCodeGenWriteBarrier((&___HeaderName_3), value);
}
inline static int32_t get_offset_of_AllowMultiValues_4() { return static_cast<int32_t>(offsetof(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8, ___AllowMultiValues_4)); }
inline bool get_AllowMultiValues_4() const { return ___AllowMultiValues_4; }
inline bool* get_address_of_AllowMultiValues_4() { return &___AllowMultiValues_4; }
inline void set_AllowMultiValues_4(bool value)
{
___AllowMultiValues_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEADERINFO_T08A38618F1A42BEE66373512B83B804DAEAF2EB8_H
#ifndef HEADERINFOTABLE_T16B4CA77715B871579C8DE60EBD92E8EDD332BAF_H
#define HEADERINFOTABLE_T16B4CA77715B871579C8DE60EBD92E8EDD332BAF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HeaderInfoTable
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF : public RuntimeObject
{
public:
public:
};
struct HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields
{
public:
// System.Collections.Hashtable System.Net.HeaderInfoTable::HeaderHashTable
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___HeaderHashTable_0;
// System.Net.HeaderInfo System.Net.HeaderInfoTable::UnknownHeaderInfo
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * ___UnknownHeaderInfo_1;
// System.Net.HeaderParser System.Net.HeaderInfoTable::SingleParser
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___SingleParser_2;
// System.Net.HeaderParser System.Net.HeaderInfoTable::MultiParser
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * ___MultiParser_3;
public:
inline static int32_t get_offset_of_HeaderHashTable_0() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___HeaderHashTable_0)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_HeaderHashTable_0() const { return ___HeaderHashTable_0; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_HeaderHashTable_0() { return &___HeaderHashTable_0; }
inline void set_HeaderHashTable_0(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___HeaderHashTable_0 = value;
Il2CppCodeGenWriteBarrier((&___HeaderHashTable_0), value);
}
inline static int32_t get_offset_of_UnknownHeaderInfo_1() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___UnknownHeaderInfo_1)); }
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * get_UnknownHeaderInfo_1() const { return ___UnknownHeaderInfo_1; }
inline HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 ** get_address_of_UnknownHeaderInfo_1() { return &___UnknownHeaderInfo_1; }
inline void set_UnknownHeaderInfo_1(HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * value)
{
___UnknownHeaderInfo_1 = value;
Il2CppCodeGenWriteBarrier((&___UnknownHeaderInfo_1), value);
}
inline static int32_t get_offset_of_SingleParser_2() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___SingleParser_2)); }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_SingleParser_2() const { return ___SingleParser_2; }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_SingleParser_2() { return &___SingleParser_2; }
inline void set_SingleParser_2(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value)
{
___SingleParser_2 = value;
Il2CppCodeGenWriteBarrier((&___SingleParser_2), value);
}
inline static int32_t get_offset_of_MultiParser_3() { return static_cast<int32_t>(offsetof(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_StaticFields, ___MultiParser_3)); }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * get_MultiParser_3() const { return ___MultiParser_3; }
inline HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E ** get_address_of_MultiParser_3() { return &___MultiParser_3; }
inline void set_MultiParser_3(HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * value)
{
___MultiParser_3 = value;
Il2CppCodeGenWriteBarrier((&___MultiParser_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEADERINFOTABLE_T16B4CA77715B871579C8DE60EBD92E8EDD332BAF_H
#ifndef HTTPREQUESTCREATOR_TE16C19B09EAACE12BEBA0427796314523601EB1D_H
#define HTTPREQUESTCREATOR_TE16C19B09EAACE12BEBA0427796314523601EB1D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpRequestCreator
struct HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPREQUESTCREATOR_TE16C19B09EAACE12BEBA0427796314523601EB1D_H
#ifndef HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H
#define HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpVersion
struct HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1 : public RuntimeObject
{
public:
public:
};
struct HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields
{
public:
// System.Version System.Net.HttpVersion::Version10
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version10_0;
// System.Version System.Net.HttpVersion::Version11
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version11_1;
public:
inline static int32_t get_offset_of_Version10_0() { return static_cast<int32_t>(offsetof(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields, ___Version10_0)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version10_0() const { return ___Version10_0; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version10_0() { return &___Version10_0; }
inline void set_Version10_0(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___Version10_0 = value;
Il2CppCodeGenWriteBarrier((&___Version10_0), value);
}
inline static int32_t get_offset_of_Version11_1() { return static_cast<int32_t>(offsetof(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields, ___Version11_1)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version11_1() const { return ___Version11_1; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version11_1() { return &___Version11_1; }
inline void set_Version11_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___Version11_1 = value;
Il2CppCodeGenWriteBarrier((&___Version11_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPVERSION_T6B721B3C551822DC30BA4586D4B46D1C7C2483D1_H
#ifndef IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H
#define IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPHostEntry
struct IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D : public RuntimeObject
{
public:
// System.String System.Net.IPHostEntry::hostName
String_t* ___hostName_0;
// System.String[] System.Net.IPHostEntry::aliases
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___aliases_1;
// System.Net.IPAddress[] System.Net.IPHostEntry::addressList
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* ___addressList_2;
// System.Boolean System.Net.IPHostEntry::isTrustedHost
bool ___isTrustedHost_3;
public:
inline static int32_t get_offset_of_hostName_0() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___hostName_0)); }
inline String_t* get_hostName_0() const { return ___hostName_0; }
inline String_t** get_address_of_hostName_0() { return &___hostName_0; }
inline void set_hostName_0(String_t* value)
{
___hostName_0 = value;
Il2CppCodeGenWriteBarrier((&___hostName_0), value);
}
inline static int32_t get_offset_of_aliases_1() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___aliases_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_aliases_1() const { return ___aliases_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_aliases_1() { return &___aliases_1; }
inline void set_aliases_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___aliases_1 = value;
Il2CppCodeGenWriteBarrier((&___aliases_1), value);
}
inline static int32_t get_offset_of_addressList_2() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___addressList_2)); }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* get_addressList_2() const { return ___addressList_2; }
inline IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3** get_address_of_addressList_2() { return &___addressList_2; }
inline void set_addressList_2(IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* value)
{
___addressList_2 = value;
Il2CppCodeGenWriteBarrier((&___addressList_2), value);
}
inline static int32_t get_offset_of_isTrustedHost_3() { return static_cast<int32_t>(offsetof(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D, ___isTrustedHost_3)); }
inline bool get_isTrustedHost_3() const { return ___isTrustedHost_3; }
inline bool* get_address_of_isTrustedHost_3() { return &___isTrustedHost_3; }
inline void set_isTrustedHost_3(bool value)
{
___isTrustedHost_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPHOSTENTRY_TB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D_H
#ifndef LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H
#define LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Logging
struct Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70 : public RuntimeObject
{
public:
public:
};
struct Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields
{
public:
// System.Boolean System.Net.Logging::On
bool ___On_0;
public:
inline static int32_t get_offset_of_On_0() { return static_cast<int32_t>(offsetof(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields, ___On_0)); }
inline bool get_On_0() const { return ___On_0; }
inline bool* get_address_of_On_0() { return &___On_0; }
inline void set_On_0(bool value)
{
___On_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // LOGGING_T16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_H
#ifndef NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H
#define NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkCredential
struct NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 : public RuntimeObject
{
public:
// System.String System.Net.NetworkCredential::m_domain
String_t* ___m_domain_0;
// System.String System.Net.NetworkCredential::m_userName
String_t* ___m_userName_1;
// System.Security.SecureString System.Net.NetworkCredential::m_password
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___m_password_2;
public:
inline static int32_t get_offset_of_m_domain_0() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_domain_0)); }
inline String_t* get_m_domain_0() const { return ___m_domain_0; }
inline String_t** get_address_of_m_domain_0() { return &___m_domain_0; }
inline void set_m_domain_0(String_t* value)
{
___m_domain_0 = value;
Il2CppCodeGenWriteBarrier((&___m_domain_0), value);
}
inline static int32_t get_offset_of_m_userName_1() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_userName_1)); }
inline String_t* get_m_userName_1() const { return ___m_userName_1; }
inline String_t** get_address_of_m_userName_1() { return &___m_userName_1; }
inline void set_m_userName_1(String_t* value)
{
___m_userName_1 = value;
Il2CppCodeGenWriteBarrier((&___m_userName_1), value);
}
inline static int32_t get_offset_of_m_password_2() { return static_cast<int32_t>(offsetof(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062, ___m_password_2)); }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * get_m_password_2() const { return ___m_password_2; }
inline SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 ** get_address_of_m_password_2() { return &___m_password_2; }
inline void set_m_password_2(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * value)
{
___m_password_2 = value;
Il2CppCodeGenWriteBarrier((&___m_password_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETWORKCREDENTIAL_TA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062_H
#ifndef IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H
#define IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.NetworkInformation.IPGlobalProperties
struct IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPGLOBALPROPERTIES_T7E7512A45C7685568CA6214D97F31262B754285C_H
#ifndef QUEUE_TCCFF6A2FCF584216AEDA04A483FB808E2D493643_H
#define QUEUE_TCCFF6A2FCF584216AEDA04A483FB808E2D493643_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.TimerThread_Queue
struct Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 : public RuntimeObject
{
public:
// System.Int32 System.Net.TimerThread_Queue::m_DurationMilliseconds
int32_t ___m_DurationMilliseconds_0;
public:
inline static int32_t get_offset_of_m_DurationMilliseconds_0() { return static_cast<int32_t>(offsetof(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643, ___m_DurationMilliseconds_0)); }
inline int32_t get_m_DurationMilliseconds_0() const { return ___m_DurationMilliseconds_0; }
inline int32_t* get_address_of_m_DurationMilliseconds_0() { return &___m_DurationMilliseconds_0; }
inline void set_m_DurationMilliseconds_0(int32_t value)
{
___m_DurationMilliseconds_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // QUEUE_TCCFF6A2FCF584216AEDA04A483FB808E2D493643_H
#ifndef SECURESTRINGHELPER_T9F5A5E822AB08545A97B612C217CC6C760FF78F5_H
#define SECURESTRINGHELPER_T9F5A5E822AB08545A97B612C217CC6C760FF78F5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.UnsafeNclNativeMethods_SecureStringHelper
struct SecureStringHelper_t9F5A5E822AB08545A97B612C217CC6C760FF78F5 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURESTRINGHELPER_T9F5A5E822AB08545A97B612C217CC6C760FF78F5_H
#ifndef VALIDATIONHELPER_TEACB54703F99F9704E630E29507147655CC632E6_H
#define VALIDATIONHELPER_TEACB54703F99F9704E630E29507147655CC632E6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ValidationHelper
struct ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6 : public RuntimeObject
{
public:
public:
};
struct ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields
{
public:
// System.String[] System.Net.ValidationHelper::EmptyArray
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___EmptyArray_0;
// System.Char[] System.Net.ValidationHelper::InvalidMethodChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___InvalidMethodChars_1;
// System.Char[] System.Net.ValidationHelper::InvalidParamChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___InvalidParamChars_2;
public:
inline static int32_t get_offset_of_EmptyArray_0() { return static_cast<int32_t>(offsetof(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields, ___EmptyArray_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_EmptyArray_0() const { return ___EmptyArray_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_EmptyArray_0() { return &___EmptyArray_0; }
inline void set_EmptyArray_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___EmptyArray_0 = value;
Il2CppCodeGenWriteBarrier((&___EmptyArray_0), value);
}
inline static int32_t get_offset_of_InvalidMethodChars_1() { return static_cast<int32_t>(offsetof(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields, ___InvalidMethodChars_1)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidMethodChars_1() const { return ___InvalidMethodChars_1; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidMethodChars_1() { return &___InvalidMethodChars_1; }
inline void set_InvalidMethodChars_1(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___InvalidMethodChars_1 = value;
Il2CppCodeGenWriteBarrier((&___InvalidMethodChars_1), value);
}
inline static int32_t get_offset_of_InvalidParamChars_2() { return static_cast<int32_t>(offsetof(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields, ___InvalidParamChars_2)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_InvalidParamChars_2() const { return ___InvalidParamChars_2; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_InvalidParamChars_2() { return &___InvalidParamChars_2; }
inline void set_InvalidParamChars_2(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___InvalidParamChars_2 = value;
Il2CppCodeGenWriteBarrier((&___InvalidParamChars_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VALIDATIONHELPER_TEACB54703F99F9704E630E29507147655CC632E6_H
#ifndef ABORTHELPER_T0DB9458211F015848382C4B5A007AC4947411E81_H
#define ABORTHELPER_T0DB9458211F015848382C4B5A007AC4947411E81_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnection_AbortHelper
struct AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 : public RuntimeObject
{
public:
// System.Net.WebConnection System.Net.WebConnection_AbortHelper::Connection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___Connection_0;
public:
inline static int32_t get_offset_of_Connection_0() { return static_cast<int32_t>(offsetof(AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81, ___Connection_0)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_Connection_0() const { return ___Connection_0; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_Connection_0() { return &___Connection_0; }
inline void set_Connection_0(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___Connection_0 = value;
Il2CppCodeGenWriteBarrier((&___Connection_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ABORTHELPER_T0DB9458211F015848382C4B5A007AC4947411E81_H
#ifndef WEBCONNECTIONGROUP_TBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_H
#define WEBCONNECTIONGROUP_TBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionGroup
struct WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F : public RuntimeObject
{
public:
// System.Net.ServicePoint System.Net.WebConnectionGroup::sPoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint_0;
// System.String System.Net.WebConnectionGroup::name
String_t* ___name_1;
// System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup_ConnectionState> System.Net.WebConnectionGroup::connections
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * ___connections_2;
// System.Collections.Queue System.Net.WebConnectionGroup::queue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue_3;
// System.Boolean System.Net.WebConnectionGroup::closing
bool ___closing_4;
// System.EventHandler System.Net.WebConnectionGroup::ConnectionClosed
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___ConnectionClosed_5;
public:
inline static int32_t get_offset_of_sPoint_0() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___sPoint_0)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_sPoint_0() const { return ___sPoint_0; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_sPoint_0() { return &___sPoint_0; }
inline void set_sPoint_0(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___sPoint_0 = value;
Il2CppCodeGenWriteBarrier((&___sPoint_0), value);
}
inline static int32_t get_offset_of_name_1() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___name_1)); }
inline String_t* get_name_1() const { return ___name_1; }
inline String_t** get_address_of_name_1() { return &___name_1; }
inline void set_name_1(String_t* value)
{
___name_1 = value;
Il2CppCodeGenWriteBarrier((&___name_1), value);
}
inline static int32_t get_offset_of_connections_2() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___connections_2)); }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * get_connections_2() const { return ___connections_2; }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F ** get_address_of_connections_2() { return &___connections_2; }
inline void set_connections_2(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * value)
{
___connections_2 = value;
Il2CppCodeGenWriteBarrier((&___connections_2), value);
}
inline static int32_t get_offset_of_queue_3() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___queue_3)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_queue_3() const { return ___queue_3; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_queue_3() { return &___queue_3; }
inline void set_queue_3(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___queue_3 = value;
Il2CppCodeGenWriteBarrier((&___queue_3), value);
}
inline static int32_t get_offset_of_closing_4() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___closing_4)); }
inline bool get_closing_4() const { return ___closing_4; }
inline bool* get_address_of_closing_4() { return &___closing_4; }
inline void set_closing_4(bool value)
{
___closing_4 = value;
}
inline static int32_t get_offset_of_ConnectionClosed_5() { return static_cast<int32_t>(offsetof(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F, ___ConnectionClosed_5)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_ConnectionClosed_5() const { return ___ConnectionClosed_5; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_ConnectionClosed_5() { return &___ConnectionClosed_5; }
inline void set_ConnectionClosed_5(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___ConnectionClosed_5 = value;
Il2CppCodeGenWriteBarrier((&___ConnectionClosed_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBCONNECTIONGROUP_TBEAB5ED1DE321C0981F5CBABA020970C3D63E95F_H
#ifndef U3CU3EC__DISPLAYCLASS75_0_TB08224AE141BA9F8046D1F0C267E2308BA8CABCB_H
#define U3CU3EC__DISPLAYCLASS75_0_TB08224AE141BA9F8046D1F0C267E2308BA8CABCB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionStream_<>c__DisplayClass75_0
struct U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB : public RuntimeObject
{
public:
// System.Net.WebConnectionStream System.Net.WebConnectionStream_<>c__DisplayClass75_0::<>4__this
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___U3CU3E4__this_0;
// System.Boolean System.Net.WebConnectionStream_<>c__DisplayClass75_0::setInternalLength
bool ___setInternalLength_1;
public:
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB, ___U3CU3E4__this_0)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
inline void set_U3CU3E4__this_0(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___U3CU3E4__this_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_0), value);
}
inline static int32_t get_offset_of_setInternalLength_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB, ___setInternalLength_1)); }
inline bool get_setInternalLength_1() const { return ___setInternalLength_1; }
inline bool* get_address_of_setInternalLength_1() { return &___setInternalLength_1; }
inline void set_setInternalLength_1(bool value)
{
___setInternalLength_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS75_0_TB08224AE141BA9F8046D1F0C267E2308BA8CABCB_H
#ifndef U3CU3EC__DISPLAYCLASS76_0_T09438DD600601604F0E06AE0B2549E981049E350_H
#define U3CU3EC__DISPLAYCLASS76_0_T09438DD600601604F0E06AE0B2549E981049E350_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionStream_<>c__DisplayClass76_0
struct U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 : public RuntimeObject
{
public:
// System.Net.WebConnectionStream System.Net.WebConnectionStream_<>c__DisplayClass76_0::<>4__this
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___U3CU3E4__this_0;
// System.Net.SimpleAsyncResult System.Net.WebConnectionStream_<>c__DisplayClass76_0::result
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result_1;
public:
inline static int32_t get_offset_of_U3CU3E4__this_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350, ___U3CU3E4__this_0)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_U3CU3E4__this_0() const { return ___U3CU3E4__this_0; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_U3CU3E4__this_0() { return &___U3CU3E4__this_0; }
inline void set_U3CU3E4__this_0(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___U3CU3E4__this_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_0), value);
}
inline static int32_t get_offset_of_result_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350, ___result_1)); }
inline SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * get_result_1() const { return ___result_1; }
inline SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 ** get_address_of_result_1() { return &___result_1; }
inline void set_result_1(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * value)
{
___result_1 = value;
Il2CppCodeGenWriteBarrier((&___result_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS76_0_T09438DD600601604F0E06AE0B2549E981049E350_H
#ifndef U3CU3EC__DISPLAYCLASS80_0_T7D1F20BB8EB27922CC970938E79BEBC5B485FEEE_H
#define U3CU3EC__DISPLAYCLASS80_0_T7D1F20BB8EB27922CC970938E79BEBC5B485FEEE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionStream_<>c__DisplayClass80_0
struct U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE : public RuntimeObject
{
public:
// System.Net.SimpleAsyncResult System.Net.WebConnectionStream_<>c__DisplayClass80_0::result
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result_0;
// System.Net.WebConnectionStream System.Net.WebConnectionStream_<>c__DisplayClass80_0::<>4__this
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___U3CU3E4__this_1;
// System.Int32 System.Net.WebConnectionStream_<>c__DisplayClass80_0::length
int32_t ___length_2;
// System.Byte[] System.Net.WebConnectionStream_<>c__DisplayClass80_0::bytes
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bytes_3;
// System.AsyncCallback System.Net.WebConnectionStream_<>c__DisplayClass80_0::<>9__1
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___U3CU3E9__1_4;
public:
inline static int32_t get_offset_of_result_0() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE, ___result_0)); }
inline SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * get_result_0() const { return ___result_0; }
inline SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 ** get_address_of_result_0() { return &___result_0; }
inline void set_result_0(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * value)
{
___result_0 = value;
Il2CppCodeGenWriteBarrier((&___result_0), value);
}
inline static int32_t get_offset_of_U3CU3E4__this_1() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE, ___U3CU3E4__this_1)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_U3CU3E4__this_1() const { return ___U3CU3E4__this_1; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_U3CU3E4__this_1() { return &___U3CU3E4__this_1; }
inline void set_U3CU3E4__this_1(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___U3CU3E4__this_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E4__this_1), value);
}
inline static int32_t get_offset_of_length_2() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE, ___length_2)); }
inline int32_t get_length_2() const { return ___length_2; }
inline int32_t* get_address_of_length_2() { return &___length_2; }
inline void set_length_2(int32_t value)
{
___length_2 = value;
}
inline static int32_t get_offset_of_bytes_3() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE, ___bytes_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bytes_3() const { return ___bytes_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bytes_3() { return &___bytes_3; }
inline void set_bytes_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bytes_3 = value;
Il2CppCodeGenWriteBarrier((&___bytes_3), value);
}
inline static int32_t get_offset_of_U3CU3E9__1_4() { return static_cast<int32_t>(offsetof(U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE, ___U3CU3E9__1_4)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_U3CU3E9__1_4() const { return ___U3CU3E9__1_4; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_U3CU3E9__1_4() { return &___U3CU3E9__1_4; }
inline void set_U3CU3E9__1_4(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___U3CU3E9__1_4 = value;
Il2CppCodeGenWriteBarrier((&___U3CU3E9__1_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CU3EC__DISPLAYCLASS80_0_T7D1F20BB8EB27922CC970938E79BEBC5B485FEEE_H
#ifndef WEBEXCEPTIONMAPPING_T4E7EF581D0224FFC2F2C8556EF320557517A378A_H
#define WEBEXCEPTIONMAPPING_T4E7EF581D0224FFC2F2C8556EF320557517A378A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebExceptionMapping
struct WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A : public RuntimeObject
{
public:
public:
};
struct WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_StaticFields
{
public:
// System.String[] System.Net.WebExceptionMapping::s_Mapping
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___s_Mapping_0;
public:
inline static int32_t get_offset_of_s_Mapping_0() { return static_cast<int32_t>(offsetof(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_StaticFields, ___s_Mapping_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_s_Mapping_0() const { return ___s_Mapping_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_s_Mapping_0() { return &___s_Mapping_0; }
inline void set_s_Mapping_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___s_Mapping_0 = value;
Il2CppCodeGenWriteBarrier((&___s_Mapping_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTIONMAPPING_T4E7EF581D0224FFC2F2C8556EF320557517A378A_H
#ifndef WEBPROXY_T075305900B1D4D8BC8FAB08852842E42BC000417_H
#define WEBPROXY_T075305900B1D4D8BC8FAB08852842E42BC000417_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebProxy
struct WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 : public RuntimeObject
{
public:
// System.Boolean System.Net.WebProxy::_UseRegistry
bool ____UseRegistry_0;
// System.Boolean System.Net.WebProxy::_BypassOnLocal
bool ____BypassOnLocal_1;
// System.Boolean System.Net.WebProxy::m_EnableAutoproxy
bool ___m_EnableAutoproxy_2;
// System.Uri System.Net.WebProxy::_ProxyAddress
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ____ProxyAddress_3;
// System.Collections.ArrayList System.Net.WebProxy::_BypassList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____BypassList_4;
// System.Net.ICredentials System.Net.WebProxy::_Credentials
RuntimeObject* ____Credentials_5;
// System.Text.RegularExpressions.Regex[] System.Net.WebProxy::_RegExBypassList
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* ____RegExBypassList_6;
// System.Collections.Hashtable System.Net.WebProxy::_ProxyHostAddresses
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ____ProxyHostAddresses_7;
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::m_ScriptEngine
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * ___m_ScriptEngine_8;
public:
inline static int32_t get_offset_of__UseRegistry_0() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____UseRegistry_0)); }
inline bool get__UseRegistry_0() const { return ____UseRegistry_0; }
inline bool* get_address_of__UseRegistry_0() { return &____UseRegistry_0; }
inline void set__UseRegistry_0(bool value)
{
____UseRegistry_0 = value;
}
inline static int32_t get_offset_of__BypassOnLocal_1() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____BypassOnLocal_1)); }
inline bool get__BypassOnLocal_1() const { return ____BypassOnLocal_1; }
inline bool* get_address_of__BypassOnLocal_1() { return &____BypassOnLocal_1; }
inline void set__BypassOnLocal_1(bool value)
{
____BypassOnLocal_1 = value;
}
inline static int32_t get_offset_of_m_EnableAutoproxy_2() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ___m_EnableAutoproxy_2)); }
inline bool get_m_EnableAutoproxy_2() const { return ___m_EnableAutoproxy_2; }
inline bool* get_address_of_m_EnableAutoproxy_2() { return &___m_EnableAutoproxy_2; }
inline void set_m_EnableAutoproxy_2(bool value)
{
___m_EnableAutoproxy_2 = value;
}
inline static int32_t get_offset_of__ProxyAddress_3() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____ProxyAddress_3)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get__ProxyAddress_3() const { return ____ProxyAddress_3; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of__ProxyAddress_3() { return &____ProxyAddress_3; }
inline void set__ProxyAddress_3(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
____ProxyAddress_3 = value;
Il2CppCodeGenWriteBarrier((&____ProxyAddress_3), value);
}
inline static int32_t get_offset_of__BypassList_4() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____BypassList_4)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__BypassList_4() const { return ____BypassList_4; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__BypassList_4() { return &____BypassList_4; }
inline void set__BypassList_4(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____BypassList_4 = value;
Il2CppCodeGenWriteBarrier((&____BypassList_4), value);
}
inline static int32_t get_offset_of__Credentials_5() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____Credentials_5)); }
inline RuntimeObject* get__Credentials_5() const { return ____Credentials_5; }
inline RuntimeObject** get_address_of__Credentials_5() { return &____Credentials_5; }
inline void set__Credentials_5(RuntimeObject* value)
{
____Credentials_5 = value;
Il2CppCodeGenWriteBarrier((&____Credentials_5), value);
}
inline static int32_t get_offset_of__RegExBypassList_6() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____RegExBypassList_6)); }
inline RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* get__RegExBypassList_6() const { return ____RegExBypassList_6; }
inline RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53** get_address_of__RegExBypassList_6() { return &____RegExBypassList_6; }
inline void set__RegExBypassList_6(RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* value)
{
____RegExBypassList_6 = value;
Il2CppCodeGenWriteBarrier((&____RegExBypassList_6), value);
}
inline static int32_t get_offset_of__ProxyHostAddresses_7() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ____ProxyHostAddresses_7)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get__ProxyHostAddresses_7() const { return ____ProxyHostAddresses_7; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of__ProxyHostAddresses_7() { return &____ProxyHostAddresses_7; }
inline void set__ProxyHostAddresses_7(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
____ProxyHostAddresses_7 = value;
Il2CppCodeGenWriteBarrier((&____ProxyHostAddresses_7), value);
}
inline static int32_t get_offset_of_m_ScriptEngine_8() { return static_cast<int32_t>(offsetof(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417, ___m_ScriptEngine_8)); }
inline AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * get_m_ScriptEngine_8() const { return ___m_ScriptEngine_8; }
inline AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 ** get_address_of_m_ScriptEngine_8() { return &___m_ScriptEngine_8; }
inline void set_m_ScriptEngine_8(AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * value)
{
___m_ScriptEngine_8 = value;
Il2CppCodeGenWriteBarrier((&___m_ScriptEngine_8), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBPROXY_T075305900B1D4D8BC8FAB08852842E42BC000417_H
#ifndef DESIGNERWEBREQUESTCREATE_T613DD91D4F07703DC65E847B367F4DCD5710E2A3_H
#define DESIGNERWEBREQUESTCREATE_T613DD91D4F07703DC65E847B367F4DCD5710E2A3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest_DesignerWebRequestCreate
struct DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DESIGNERWEBREQUESTCREATE_T613DD91D4F07703DC65E847B367F4DCD5710E2A3_H
#ifndef WEBPROXYWRAPPEROPAQUE_T6CC216364481C2A8254832AA0897F770BB494A62_H
#define WEBPROXYWRAPPEROPAQUE_T6CC216364481C2A8254832AA0897F770BB494A62_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest_WebProxyWrapperOpaque
struct WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 : public RuntimeObject
{
public:
// System.Net.WebProxy System.Net.WebRequest_WebProxyWrapperOpaque::webProxy
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * ___webProxy_0;
public:
inline static int32_t get_offset_of_webProxy_0() { return static_cast<int32_t>(offsetof(WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62, ___webProxy_0)); }
inline WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * get_webProxy_0() const { return ___webProxy_0; }
inline WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 ** get_address_of_webProxy_0() { return &___webProxy_0; }
inline void set_webProxy_0(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * value)
{
___webProxy_0 = value;
Il2CppCodeGenWriteBarrier((&___webProxy_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBPROXYWRAPPEROPAQUE_T6CC216364481C2A8254832AA0897F770BB494A62_H
#ifndef WEBREQUESTPREFIXELEMENT_T78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_H
#define WEBREQUESTPREFIXELEMENT_T78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequestPrefixElement
struct WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 : public RuntimeObject
{
public:
// System.String System.Net.WebRequestPrefixElement::Prefix
String_t* ___Prefix_0;
// System.Net.IWebRequestCreate System.Net.WebRequestPrefixElement::creator
RuntimeObject* ___creator_1;
// System.Type System.Net.WebRequestPrefixElement::creatorType
Type_t * ___creatorType_2;
public:
inline static int32_t get_offset_of_Prefix_0() { return static_cast<int32_t>(offsetof(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482, ___Prefix_0)); }
inline String_t* get_Prefix_0() const { return ___Prefix_0; }
inline String_t** get_address_of_Prefix_0() { return &___Prefix_0; }
inline void set_Prefix_0(String_t* value)
{
___Prefix_0 = value;
Il2CppCodeGenWriteBarrier((&___Prefix_0), value);
}
inline static int32_t get_offset_of_creator_1() { return static_cast<int32_t>(offsetof(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482, ___creator_1)); }
inline RuntimeObject* get_creator_1() const { return ___creator_1; }
inline RuntimeObject** get_address_of_creator_1() { return &___creator_1; }
inline void set_creator_1(RuntimeObject* value)
{
___creator_1 = value;
Il2CppCodeGenWriteBarrier((&___creator_1), value);
}
inline static int32_t get_offset_of_creatorType_2() { return static_cast<int32_t>(offsetof(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482, ___creatorType_2)); }
inline Type_t * get_creatorType_2() const { return ___creatorType_2; }
inline Type_t ** get_address_of_creatorType_2() { return &___creatorType_2; }
inline void set_creatorType_2(Type_t * value)
{
___creatorType_2 = value;
Il2CppCodeGenWriteBarrier((&___creatorType_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBREQUESTPREFIXELEMENT_T78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_H
#ifndef PLATFORM_T5364982F402C388F4F07604E44D19E0133130C7D_H
#define PLATFORM_T5364982F402C388F4F07604E44D19E0133130C7D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Platform
struct Platform_t5364982F402C388F4F07604E44D19E0133130C7D : public RuntimeObject
{
public:
public:
};
struct Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields
{
public:
// System.Boolean System.Platform::checkedOS
bool ___checkedOS_0;
// System.Boolean System.Platform::isMacOS
bool ___isMacOS_1;
// System.Boolean System.Platform::isFreeBSD
bool ___isFreeBSD_2;
public:
inline static int32_t get_offset_of_checkedOS_0() { return static_cast<int32_t>(offsetof(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields, ___checkedOS_0)); }
inline bool get_checkedOS_0() const { return ___checkedOS_0; }
inline bool* get_address_of_checkedOS_0() { return &___checkedOS_0; }
inline void set_checkedOS_0(bool value)
{
___checkedOS_0 = value;
}
inline static int32_t get_offset_of_isMacOS_1() { return static_cast<int32_t>(offsetof(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields, ___isMacOS_1)); }
inline bool get_isMacOS_1() const { return ___isMacOS_1; }
inline bool* get_address_of_isMacOS_1() { return &___isMacOS_1; }
inline void set_isMacOS_1(bool value)
{
___isMacOS_1 = value;
}
inline static int32_t get_offset_of_isFreeBSD_2() { return static_cast<int32_t>(offsetof(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields, ___isFreeBSD_2)); }
inline bool get_isFreeBSD_2() const { return ___isFreeBSD_2; }
inline bool* get_address_of_isFreeBSD_2() { return &___isFreeBSD_2; }
inline void set_isFreeBSD_2(bool value)
{
___isFreeBSD_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PLATFORM_T5364982F402C388F4F07604E44D19E0133130C7D_H
#ifndef BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#define BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.Binder
struct Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDER_T4D5CB06963501D32847C057B57157D6DC49CA759_H
#ifndef MEMBERINFO_T_H
#define MEMBERINFO_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.MemberInfo
struct MemberInfo_t : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMBERINFO_T_H
#ifndef SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#define SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.SerializationInfo
struct SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 : public RuntimeObject
{
public:
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_members_0;
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___m_data_1;
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___m_types_2;
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * ___m_nameToIndex_3;
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
int32_t ___m_currMember_4;
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
RuntimeObject* ___m_converter_5;
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
String_t* ___m_fullTypeName_6;
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
String_t* ___m_assemName_7;
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
Type_t * ___objectType_8;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
bool ___isFullTypeNameSetExplicit_9;
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
bool ___isAssemblyNameSetExplicit_10;
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
bool ___requireSameTokenInPartialTrust_11;
public:
inline static int32_t get_offset_of_m_members_0() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_members_0)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_members_0() const { return ___m_members_0; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_members_0() { return &___m_members_0; }
inline void set_m_members_0(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_members_0 = value;
Il2CppCodeGenWriteBarrier((&___m_members_0), value);
}
inline static int32_t get_offset_of_m_data_1() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_data_1)); }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* get_m_data_1() const { return ___m_data_1; }
inline ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A** get_address_of_m_data_1() { return &___m_data_1; }
inline void set_m_data_1(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* value)
{
___m_data_1 = value;
Il2CppCodeGenWriteBarrier((&___m_data_1), value);
}
inline static int32_t get_offset_of_m_types_2() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_types_2)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_m_types_2() const { return ___m_types_2; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_m_types_2() { return &___m_types_2; }
inline void set_m_types_2(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___m_types_2 = value;
Il2CppCodeGenWriteBarrier((&___m_types_2), value);
}
inline static int32_t get_offset_of_m_nameToIndex_3() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_nameToIndex_3)); }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * get_m_nameToIndex_3() const { return ___m_nameToIndex_3; }
inline Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB ** get_address_of_m_nameToIndex_3() { return &___m_nameToIndex_3; }
inline void set_m_nameToIndex_3(Dictionary_2_tD6E204872BA9FD506A0287EF68E285BEB9EC0DFB * value)
{
___m_nameToIndex_3 = value;
Il2CppCodeGenWriteBarrier((&___m_nameToIndex_3), value);
}
inline static int32_t get_offset_of_m_currMember_4() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_currMember_4)); }
inline int32_t get_m_currMember_4() const { return ___m_currMember_4; }
inline int32_t* get_address_of_m_currMember_4() { return &___m_currMember_4; }
inline void set_m_currMember_4(int32_t value)
{
___m_currMember_4 = value;
}
inline static int32_t get_offset_of_m_converter_5() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_converter_5)); }
inline RuntimeObject* get_m_converter_5() const { return ___m_converter_5; }
inline RuntimeObject** get_address_of_m_converter_5() { return &___m_converter_5; }
inline void set_m_converter_5(RuntimeObject* value)
{
___m_converter_5 = value;
Il2CppCodeGenWriteBarrier((&___m_converter_5), value);
}
inline static int32_t get_offset_of_m_fullTypeName_6() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_fullTypeName_6)); }
inline String_t* get_m_fullTypeName_6() const { return ___m_fullTypeName_6; }
inline String_t** get_address_of_m_fullTypeName_6() { return &___m_fullTypeName_6; }
inline void set_m_fullTypeName_6(String_t* value)
{
___m_fullTypeName_6 = value;
Il2CppCodeGenWriteBarrier((&___m_fullTypeName_6), value);
}
inline static int32_t get_offset_of_m_assemName_7() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___m_assemName_7)); }
inline String_t* get_m_assemName_7() const { return ___m_assemName_7; }
inline String_t** get_address_of_m_assemName_7() { return &___m_assemName_7; }
inline void set_m_assemName_7(String_t* value)
{
___m_assemName_7 = value;
Il2CppCodeGenWriteBarrier((&___m_assemName_7), value);
}
inline static int32_t get_offset_of_objectType_8() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___objectType_8)); }
inline Type_t * get_objectType_8() const { return ___objectType_8; }
inline Type_t ** get_address_of_objectType_8() { return &___objectType_8; }
inline void set_objectType_8(Type_t * value)
{
___objectType_8 = value;
Il2CppCodeGenWriteBarrier((&___objectType_8), value);
}
inline static int32_t get_offset_of_isFullTypeNameSetExplicit_9() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isFullTypeNameSetExplicit_9)); }
inline bool get_isFullTypeNameSetExplicit_9() const { return ___isFullTypeNameSetExplicit_9; }
inline bool* get_address_of_isFullTypeNameSetExplicit_9() { return &___isFullTypeNameSetExplicit_9; }
inline void set_isFullTypeNameSetExplicit_9(bool value)
{
___isFullTypeNameSetExplicit_9 = value;
}
inline static int32_t get_offset_of_isAssemblyNameSetExplicit_10() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___isAssemblyNameSetExplicit_10)); }
inline bool get_isAssemblyNameSetExplicit_10() const { return ___isAssemblyNameSetExplicit_10; }
inline bool* get_address_of_isAssemblyNameSetExplicit_10() { return &___isAssemblyNameSetExplicit_10; }
inline void set_isAssemblyNameSetExplicit_10(bool value)
{
___isAssemblyNameSetExplicit_10 = value;
}
inline static int32_t get_offset_of_requireSameTokenInPartialTrust_11() { return static_cast<int32_t>(offsetof(SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26, ___requireSameTokenInPartialTrust_11)); }
inline bool get_requireSameTokenInPartialTrust_11() const { return ___requireSameTokenInPartialTrust_11; }
inline bool* get_address_of_requireSameTokenInPartialTrust_11() { return &___requireSameTokenInPartialTrust_11; }
inline void set_requireSameTokenInPartialTrust_11(bool value)
{
___requireSameTokenInPartialTrust_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERIALIZATIONINFO_T1BB80E9C9DEA52DBF464487234B045E2930ADA26_H
#ifndef ASNENCODEDDATA_T7D5EF5337DCAF507CAD7D750552C943F037A9D65_H
#define ASNENCODEDDATA_T7D5EF5337DCAF507CAD7D750552C943F037A9D65_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsnEncodedData
struct AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 : public RuntimeObject
{
public:
// System.Security.Cryptography.Oid System.Security.Cryptography.AsnEncodedData::_oid
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ____oid_0;
// System.Byte[] System.Security.Cryptography.AsnEncodedData::_raw
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____raw_1;
public:
inline static int32_t get_offset_of__oid_0() { return static_cast<int32_t>(offsetof(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65, ____oid_0)); }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * get__oid_0() const { return ____oid_0; }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 ** get_address_of__oid_0() { return &____oid_0; }
inline void set__oid_0(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * value)
{
____oid_0 = value;
Il2CppCodeGenWriteBarrier((&____oid_0), value);
}
inline static int32_t get_offset_of__raw_1() { return static_cast<int32_t>(offsetof(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65, ____raw_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__raw_1() const { return ____raw_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__raw_1() { return &____raw_1; }
inline void set__raw_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____raw_1 = value;
Il2CppCodeGenWriteBarrier((&____raw_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASNENCODEDDATA_T7D5EF5337DCAF507CAD7D750552C943F037A9D65_H
#ifndef ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H
#define ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsymmetricAlgorithm
struct AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB : public RuntimeObject
{
public:
// System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::KeySizeValue
int32_t ___KeySizeValue_0;
// System.Security.Cryptography.KeySizes[] System.Security.Cryptography.AsymmetricAlgorithm::LegalKeySizesValue
KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* ___LegalKeySizesValue_1;
public:
inline static int32_t get_offset_of_KeySizeValue_0() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___KeySizeValue_0)); }
inline int32_t get_KeySizeValue_0() const { return ___KeySizeValue_0; }
inline int32_t* get_address_of_KeySizeValue_0() { return &___KeySizeValue_0; }
inline void set_KeySizeValue_0(int32_t value)
{
___KeySizeValue_0 = value;
}
inline static int32_t get_offset_of_LegalKeySizesValue_1() { return static_cast<int32_t>(offsetof(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB, ___LegalKeySizesValue_1)); }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* get_LegalKeySizesValue_1() const { return ___LegalKeySizesValue_1; }
inline KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E** get_address_of_LegalKeySizesValue_1() { return &___LegalKeySizesValue_1; }
inline void set_LegalKeySizesValue_1(KeySizesU5BU5D_t934CCA482596402177BAF86727F169872D74934E* value)
{
___LegalKeySizesValue_1 = value;
Il2CppCodeGenWriteBarrier((&___LegalKeySizesValue_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYMMETRICALGORITHM_T9F811260245370BD8786A849DBF9F8054F97F4CB_H
#ifndef CAPI_TEA68010AC3470FFEBC91FC9D3C13E7D7064C3267_H
#define CAPI_TEA68010AC3470FFEBC91FC9D3C13E7D7064C3267_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CAPI
struct CAPI_tEA68010AC3470FFEBC91FC9D3C13E7D7064C3267 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CAPI_TEA68010AC3470FFEBC91FC9D3C13E7D7064C3267_H
#ifndef HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#define HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.HashAlgorithm
struct HashAlgorithm_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((&___HashValue_1), 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHALGORITHM_T65659695B16C0BBF05707BF45191A97DC156D6BA_H
#ifndef OIDCOLLECTION_TEB423F1150E53DCF513BF5A699F911586A31B94E_H
#define OIDCOLLECTION_TEB423F1150E53DCF513BF5A699F911586A31B94E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.OidCollection
struct OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Security.Cryptography.OidCollection::m_list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___m_list_0;
public:
inline static int32_t get_offset_of_m_list_0() { return static_cast<int32_t>(offsetof(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E, ___m_list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_m_list_0() const { return ___m_list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_m_list_0() { return &___m_list_0; }
inline void set_m_list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___m_list_0 = value;
Il2CppCodeGenWriteBarrier((&___m_list_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OIDCOLLECTION_TEB423F1150E53DCF513BF5A699F911586A31B94E_H
#ifndef OIDENUMERATOR_TC2DB288576C575B69F7934274DDD8A5868CEF97C_H
#define OIDENUMERATOR_TC2DB288576C575B69F7934274DDD8A5868CEF97C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.OidEnumerator
struct OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C : public RuntimeObject
{
public:
// System.Security.Cryptography.OidCollection System.Security.Cryptography.OidEnumerator::m_oids
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * ___m_oids_0;
// System.Int32 System.Security.Cryptography.OidEnumerator::m_current
int32_t ___m_current_1;
public:
inline static int32_t get_offset_of_m_oids_0() { return static_cast<int32_t>(offsetof(OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C, ___m_oids_0)); }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * get_m_oids_0() const { return ___m_oids_0; }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E ** get_address_of_m_oids_0() { return &___m_oids_0; }
inline void set_m_oids_0(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * value)
{
___m_oids_0 = value;
Il2CppCodeGenWriteBarrier((&___m_oids_0), value);
}
inline static int32_t get_offset_of_m_current_1() { return static_cast<int32_t>(offsetof(OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C, ___m_current_1)); }
inline int32_t get_m_current_1() const { return ___m_current_1; }
inline int32_t* get_address_of_m_current_1() { return &___m_current_1; }
inline void set_m_current_1(int32_t value)
{
___m_current_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OIDENUMERATOR_TC2DB288576C575B69F7934274DDD8A5868CEF97C_H
#ifndef PUBLICKEY_TBA8234EB603A903FCBBBE67D8247393D4CC8D620_H
#define PUBLICKEY_TBA8234EB603A903FCBBBE67D8247393D4CC8D620_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.PublicKey
struct PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 : public RuntimeObject
{
public:
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::_key
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * ____key_0;
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_keyValue
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ____keyValue_1;
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::_params
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ____params_2;
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::_oid
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ____oid_3;
public:
inline static int32_t get_offset_of__key_0() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____key_0)); }
inline AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * get__key_0() const { return ____key_0; }
inline AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB ** get_address_of__key_0() { return &____key_0; }
inline void set__key_0(AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * value)
{
____key_0 = value;
Il2CppCodeGenWriteBarrier((&____key_0), value);
}
inline static int32_t get_offset_of__keyValue_1() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____keyValue_1)); }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * get__keyValue_1() const { return ____keyValue_1; }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 ** get_address_of__keyValue_1() { return &____keyValue_1; }
inline void set__keyValue_1(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * value)
{
____keyValue_1 = value;
Il2CppCodeGenWriteBarrier((&____keyValue_1), value);
}
inline static int32_t get_offset_of__params_2() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____params_2)); }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * get__params_2() const { return ____params_2; }
inline AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 ** get_address_of__params_2() { return &____params_2; }
inline void set__params_2(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * value)
{
____params_2 = value;
Il2CppCodeGenWriteBarrier((&____params_2), value);
}
inline static int32_t get_offset_of__oid_3() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620, ____oid_3)); }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * get__oid_3() const { return ____oid_3; }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 ** get_address_of__oid_3() { return &____oid_3; }
inline void set__oid_3(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * value)
{
____oid_3 = value;
Il2CppCodeGenWriteBarrier((&____oid_3), value);
}
};
struct PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_StaticFields
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::Empty
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Empty_4;
public:
inline static int32_t get_offset_of_Empty_4() { return static_cast<int32_t>(offsetof(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_StaticFields, ___Empty_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Empty_4() const { return ___Empty_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Empty_4() { return &___Empty_4; }
inline void set_Empty_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Empty_4 = value;
Il2CppCodeGenWriteBarrier((&___Empty_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PUBLICKEY_TBA8234EB603A903FCBBBE67D8247393D4CC8D620_H
#ifndef X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#define X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate
struct X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl_0;
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::hideDates
bool ___hideDates_1;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::issuer_name
String_t* ___issuer_name_2;
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::subject_name
String_t* ___subject_name_3;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___impl_0)); }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_impl_0() const { return ___impl_0; }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((&___impl_0), value);
}
inline static int32_t get_offset_of_hideDates_1() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___hideDates_1)); }
inline bool get_hideDates_1() const { return ___hideDates_1; }
inline bool* get_address_of_hideDates_1() { return &___hideDates_1; }
inline void set_hideDates_1(bool value)
{
___hideDates_1 = value;
}
inline static int32_t get_offset_of_issuer_name_2() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___issuer_name_2)); }
inline String_t* get_issuer_name_2() const { return ___issuer_name_2; }
inline String_t** get_address_of_issuer_name_2() { return &___issuer_name_2; }
inline void set_issuer_name_2(String_t* value)
{
___issuer_name_2 = value;
Il2CppCodeGenWriteBarrier((&___issuer_name_2), value);
}
inline static int32_t get_offset_of_subject_name_3() { return static_cast<int32_t>(offsetof(X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2, ___subject_name_3)); }
inline String_t* get_subject_name_3() const { return ___subject_name_3; }
inline String_t** get_address_of_subject_name_3() { return &___subject_name_3; }
inline void set_subject_name_3(String_t* value)
{
___subject_name_3 = value;
Il2CppCodeGenWriteBarrier((&___subject_name_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE_T6859B8914E252B6831D6F59A2A720CD23F7FA7B2_H
#ifndef X509CERTIFICATEENUMERATOR_T99AEDECD77BFC6083D8C98F9760BF7876D5B886B_H
#define X509CERTIFICATEENUMERATOR_T99AEDECD77BFC6083D8C98F9760BF7876D5B886B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator
struct X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B : public RuntimeObject
{
public:
// System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::enumerator
RuntimeObject* ___enumerator_0;
public:
inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B, ___enumerator_0)); }
inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
inline void set_enumerator_0(RuntimeObject* value)
{
___enumerator_0 = value;
Il2CppCodeGenWriteBarrier((&___enumerator_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATEENUMERATOR_T99AEDECD77BFC6083D8C98F9760BF7876D5B886B_H
#ifndef X509CERTIFICATEIMPL_T89610BFDE87B872143A4623CFC7F17275EB48313_H
#define X509CERTIFICATEIMPL_T89610BFDE87B872143A4623CFC7F17275EB48313_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
struct X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 : public RuntimeObject
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::cachedCertificateHash
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___cachedCertificateHash_0;
public:
inline static int32_t get_offset_of_cachedCertificateHash_0() { return static_cast<int32_t>(offsetof(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313, ___cachedCertificateHash_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_cachedCertificateHash_0() const { return ___cachedCertificateHash_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_cachedCertificateHash_0() { return &___cachedCertificateHash_0; }
inline void set_cachedCertificateHash_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___cachedCertificateHash_0 = value;
Il2CppCodeGenWriteBarrier((&___cachedCertificateHash_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATEIMPL_T89610BFDE87B872143A4623CFC7F17275EB48313_H
#ifndef X509CERTIFICATEIMPLCOLLECTION_T2F7A6E9F160116CE64224D56187C92ECD7FA7242_H
#define X509CERTIFICATEIMPLCOLLECTION_T2F7A6E9F160116CE64224D56187C92ECD7FA7242_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection
struct X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 : public RuntimeObject
{
public:
// System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl> System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::list
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * ___list_0;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242, ___list_0)); }
inline List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * get_list_0() const { return ___list_0; }
inline List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATEIMPLCOLLECTION_T2F7A6E9F160116CE64224D56187C92ECD7FA7242_H
#ifndef X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H
#define X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Chain
struct X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 : public RuntimeObject
{
public:
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl_0;
public:
inline static int32_t get_offset_of_impl_0() { return static_cast<int32_t>(offsetof(X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538, ___impl_0)); }
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * get_impl_0() const { return ___impl_0; }
inline X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 ** get_address_of_impl_0() { return &___impl_0; }
inline void set_impl_0(X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * value)
{
___impl_0 = value;
Il2CppCodeGenWriteBarrier((&___impl_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAIN_T4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538_H
#ifndef X509CHAINELEMENTCOLLECTION_T7098FB9D22CA34D461370C124E598C629BCADBF4_H
#define X509CHAINELEMENTCOLLECTION_T7098FB9D22CA34D461370C124E598C629BCADBF4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainElementCollection
struct X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ChainElementCollection::_list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____list_0;
public:
inline static int32_t get_offset_of__list_0() { return static_cast<int32_t>(offsetof(X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4, ____list_0)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__list_0() const { return ____list_0; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__list_0() { return &____list_0; }
inline void set__list_0(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____list_0 = value;
Il2CppCodeGenWriteBarrier((&____list_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINELEMENTCOLLECTION_T7098FB9D22CA34D461370C124E598C629BCADBF4_H
#ifndef X509CHAINELEMENTENUMERATOR_TEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20_H
#define X509CHAINELEMENTENUMERATOR_TEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator
struct X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 : public RuntimeObject
{
public:
// System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::enumerator
RuntimeObject* ___enumerator_0;
public:
inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20, ___enumerator_0)); }
inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
inline void set_enumerator_0(RuntimeObject* value)
{
___enumerator_0 = value;
Il2CppCodeGenWriteBarrier((&___enumerator_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINELEMENTENUMERATOR_TEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20_H
#ifndef X509CHAINIMPL_T34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67_H
#define X509CHAINIMPL_T34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainImpl
struct X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINIMPL_T34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67_H
#ifndef X509EXTENSIONCOLLECTION_T83492D3C69B75EE35B0029F87F9E46CABE49248F_H
#define X509EXTENSIONCOLLECTION_T83492D3C69B75EE35B0029F87F9E46CABE49248F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ExtensionCollection
struct X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F : public RuntimeObject
{
public:
// System.Collections.ArrayList System.Security.Cryptography.X509Certificates.X509ExtensionCollection::_list
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ____list_1;
public:
inline static int32_t get_offset_of__list_1() { return static_cast<int32_t>(offsetof(X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F, ____list_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get__list_1() const { return ____list_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of__list_1() { return &____list_1; }
inline void set__list_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
____list_1 = value;
Il2CppCodeGenWriteBarrier((&____list_1), value);
}
};
struct X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F_StaticFields
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.X509ExtensionCollection::Empty
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Empty_0;
public:
inline static int32_t get_offset_of_Empty_0() { return static_cast<int32_t>(offsetof(X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F_StaticFields, ___Empty_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Empty_0() const { return ___Empty_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Empty_0() { return &___Empty_0; }
inline void set_Empty_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Empty_0 = value;
Il2CppCodeGenWriteBarrier((&___Empty_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509EXTENSIONCOLLECTION_T83492D3C69B75EE35B0029F87F9E46CABE49248F_H
#ifndef X509EXTENSIONENUMERATOR_TD857681A1E92F6D18ADCA3710A0176A221D151D8_H
#define X509EXTENSIONENUMERATOR_TD857681A1E92F6D18ADCA3710A0176A221D151D8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator
struct X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 : public RuntimeObject
{
public:
// System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::enumerator
RuntimeObject* ___enumerator_0;
public:
inline static int32_t get_offset_of_enumerator_0() { return static_cast<int32_t>(offsetof(X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8, ___enumerator_0)); }
inline RuntimeObject* get_enumerator_0() const { return ___enumerator_0; }
inline RuntimeObject** get_address_of_enumerator_0() { return &___enumerator_0; }
inline void set_enumerator_0(RuntimeObject* value)
{
___enumerator_0 = value;
Il2CppCodeGenWriteBarrier((&___enumerator_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509EXTENSIONENUMERATOR_TD857681A1E92F6D18ADCA3710A0176A221D151D8_H
#ifndef SECURESTRING_T0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_H
#define SECURESTRING_T0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.SecureString
struct SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 : public RuntimeObject
{
public:
// System.Int32 System.Security.SecureString::length
int32_t ___length_0;
// System.Boolean System.Security.SecureString::disposed
bool ___disposed_1;
// System.Byte[] System.Security.SecureString::data
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data_2;
public:
inline static int32_t get_offset_of_length_0() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___length_0)); }
inline int32_t get_length_0() const { return ___length_0; }
inline int32_t* get_address_of_length_0() { return &___length_0; }
inline void set_length_0(int32_t value)
{
___length_0 = value;
}
inline static int32_t get_offset_of_disposed_1() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___disposed_1)); }
inline bool get_disposed_1() const { return ___disposed_1; }
inline bool* get_address_of_disposed_1() { return &___disposed_1; }
inline void set_disposed_1(bool value)
{
___disposed_1 = value;
}
inline static int32_t get_offset_of_data_2() { return static_cast<int32_t>(offsetof(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5, ___data_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_data_2() const { return ___data_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_data_2() { return &___data_2; }
inline void set_data_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___data_2 = value;
Il2CppCodeGenWriteBarrier((&___data_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SECURESTRING_T0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_H
#ifndef STRING_T_H
#define STRING_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String
struct String_t : public RuntimeObject
{
public:
// System.Int32 System.String::m_stringLength
int32_t ___m_stringLength_0;
// System.Char System.String::m_firstChar
Il2CppChar ___m_firstChar_1;
public:
inline static int32_t get_offset_of_m_stringLength_0() { return static_cast<int32_t>(offsetof(String_t, ___m_stringLength_0)); }
inline int32_t get_m_stringLength_0() const { return ___m_stringLength_0; }
inline int32_t* get_address_of_m_stringLength_0() { return &___m_stringLength_0; }
inline void set_m_stringLength_0(int32_t value)
{
___m_stringLength_0 = value;
}
inline static int32_t get_offset_of_m_firstChar_1() { return static_cast<int32_t>(offsetof(String_t, ___m_firstChar_1)); }
inline Il2CppChar get_m_firstChar_1() const { return ___m_firstChar_1; }
inline Il2CppChar* get_address_of_m_firstChar_1() { return &___m_firstChar_1; }
inline void set_m_firstChar_1(Il2CppChar value)
{
___m_firstChar_1 = value;
}
};
struct String_t_StaticFields
{
public:
// System.String System.String::Empty
String_t* ___Empty_5;
public:
inline static int32_t get_offset_of_Empty_5() { return static_cast<int32_t>(offsetof(String_t_StaticFields, ___Empty_5)); }
inline String_t* get_Empty_5() const { return ___Empty_5; }
inline String_t** get_address_of_Empty_5() { return &___Empty_5; }
inline void set_Empty_5(String_t* value)
{
___Empty_5 = value;
Il2CppCodeGenWriteBarrier((&___Empty_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRING_T_H
#ifndef ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#define ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.Encoding
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 : public RuntimeObject
{
public:
// System.Int32 System.Text.Encoding::m_codePage
int32_t ___m_codePage_9;
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * ___dataItem_10;
// System.Boolean System.Text.Encoding::m_deserializedFromEverett
bool ___m_deserializedFromEverett_11;
// System.Boolean System.Text.Encoding::m_isReadOnly
bool ___m_isReadOnly_12;
// System.Text.EncoderFallback System.Text.Encoding::encoderFallback
EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * ___encoderFallback_13;
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * ___decoderFallback_14;
public:
inline static int32_t get_offset_of_m_codePage_9() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_codePage_9)); }
inline int32_t get_m_codePage_9() const { return ___m_codePage_9; }
inline int32_t* get_address_of_m_codePage_9() { return &___m_codePage_9; }
inline void set_m_codePage_9(int32_t value)
{
___m_codePage_9 = value;
}
inline static int32_t get_offset_of_dataItem_10() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___dataItem_10)); }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * get_dataItem_10() const { return ___dataItem_10; }
inline CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB ** get_address_of_dataItem_10() { return &___dataItem_10; }
inline void set_dataItem_10(CodePageDataItem_t6E34BEE9CCCBB35C88D714664633AF6E5F5671FB * value)
{
___dataItem_10 = value;
Il2CppCodeGenWriteBarrier((&___dataItem_10), value);
}
inline static int32_t get_offset_of_m_deserializedFromEverett_11() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_deserializedFromEverett_11)); }
inline bool get_m_deserializedFromEverett_11() const { return ___m_deserializedFromEverett_11; }
inline bool* get_address_of_m_deserializedFromEverett_11() { return &___m_deserializedFromEverett_11; }
inline void set_m_deserializedFromEverett_11(bool value)
{
___m_deserializedFromEverett_11 = value;
}
inline static int32_t get_offset_of_m_isReadOnly_12() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___m_isReadOnly_12)); }
inline bool get_m_isReadOnly_12() const { return ___m_isReadOnly_12; }
inline bool* get_address_of_m_isReadOnly_12() { return &___m_isReadOnly_12; }
inline void set_m_isReadOnly_12(bool value)
{
___m_isReadOnly_12 = value;
}
inline static int32_t get_offset_of_encoderFallback_13() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___encoderFallback_13)); }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * get_encoderFallback_13() const { return ___encoderFallback_13; }
inline EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 ** get_address_of_encoderFallback_13() { return &___encoderFallback_13; }
inline void set_encoderFallback_13(EncoderFallback_tDE342346D01608628F1BCEBB652D31009852CF63 * value)
{
___encoderFallback_13 = value;
Il2CppCodeGenWriteBarrier((&___encoderFallback_13), value);
}
inline static int32_t get_offset_of_decoderFallback_14() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4, ___decoderFallback_14)); }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * get_decoderFallback_14() const { return ___decoderFallback_14; }
inline DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 ** get_address_of_decoderFallback_14() { return &___decoderFallback_14; }
inline void set_decoderFallback_14(DecoderFallback_t128445EB7676870485230893338EF044F6B72F60 * value)
{
___decoderFallback_14 = value;
Il2CppCodeGenWriteBarrier((&___decoderFallback_14), value);
}
};
struct Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields
{
public:
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___defaultEncoding_0;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___unicodeEncoding_1;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___bigEndianUnicode_2;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf7Encoding_3;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf8Encoding_4;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___utf32Encoding_5;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___asciiEncoding_6;
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * ___latin1Encoding_7;
// System.Collections.Hashtable modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___encodings_8;
// System.Object System.Text.Encoding::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_15;
public:
inline static int32_t get_offset_of_defaultEncoding_0() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___defaultEncoding_0)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_defaultEncoding_0() const { return ___defaultEncoding_0; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_defaultEncoding_0() { return &___defaultEncoding_0; }
inline void set_defaultEncoding_0(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___defaultEncoding_0 = value;
Il2CppCodeGenWriteBarrier((&___defaultEncoding_0), value);
}
inline static int32_t get_offset_of_unicodeEncoding_1() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___unicodeEncoding_1)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_unicodeEncoding_1() const { return ___unicodeEncoding_1; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_unicodeEncoding_1() { return &___unicodeEncoding_1; }
inline void set_unicodeEncoding_1(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___unicodeEncoding_1 = value;
Il2CppCodeGenWriteBarrier((&___unicodeEncoding_1), value);
}
inline static int32_t get_offset_of_bigEndianUnicode_2() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___bigEndianUnicode_2)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_bigEndianUnicode_2() const { return ___bigEndianUnicode_2; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_bigEndianUnicode_2() { return &___bigEndianUnicode_2; }
inline void set_bigEndianUnicode_2(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___bigEndianUnicode_2 = value;
Il2CppCodeGenWriteBarrier((&___bigEndianUnicode_2), value);
}
inline static int32_t get_offset_of_utf7Encoding_3() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf7Encoding_3)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf7Encoding_3() const { return ___utf7Encoding_3; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf7Encoding_3() { return &___utf7Encoding_3; }
inline void set_utf7Encoding_3(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf7Encoding_3 = value;
Il2CppCodeGenWriteBarrier((&___utf7Encoding_3), value);
}
inline static int32_t get_offset_of_utf8Encoding_4() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf8Encoding_4)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf8Encoding_4() const { return ___utf8Encoding_4; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf8Encoding_4() { return &___utf8Encoding_4; }
inline void set_utf8Encoding_4(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf8Encoding_4 = value;
Il2CppCodeGenWriteBarrier((&___utf8Encoding_4), value);
}
inline static int32_t get_offset_of_utf32Encoding_5() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___utf32Encoding_5)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_utf32Encoding_5() const { return ___utf32Encoding_5; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_utf32Encoding_5() { return &___utf32Encoding_5; }
inline void set_utf32Encoding_5(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___utf32Encoding_5 = value;
Il2CppCodeGenWriteBarrier((&___utf32Encoding_5), value);
}
inline static int32_t get_offset_of_asciiEncoding_6() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___asciiEncoding_6)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_asciiEncoding_6() const { return ___asciiEncoding_6; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_asciiEncoding_6() { return &___asciiEncoding_6; }
inline void set_asciiEncoding_6(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___asciiEncoding_6 = value;
Il2CppCodeGenWriteBarrier((&___asciiEncoding_6), value);
}
inline static int32_t get_offset_of_latin1Encoding_7() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___latin1Encoding_7)); }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * get_latin1Encoding_7() const { return ___latin1Encoding_7; }
inline Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 ** get_address_of_latin1Encoding_7() { return &___latin1Encoding_7; }
inline void set_latin1Encoding_7(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * value)
{
___latin1Encoding_7 = value;
Il2CppCodeGenWriteBarrier((&___latin1Encoding_7), value);
}
inline static int32_t get_offset_of_encodings_8() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___encodings_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_encodings_8() const { return ___encodings_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_encodings_8() { return &___encodings_8; }
inline void set_encodings_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___encodings_8 = value;
Il2CppCodeGenWriteBarrier((&___encodings_8), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_15() { return static_cast<int32_t>(offsetof(Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_StaticFields, ___s_InternalSyncObject_15)); }
inline RuntimeObject * get_s_InternalSyncObject_15() const { return ___s_InternalSyncObject_15; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_15() { return &___s_InternalSyncObject_15; }
inline void set_s_InternalSyncObject_15(RuntimeObject * value)
{
___s_InternalSyncObject_15 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_15), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENCODING_T7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4_H
#ifndef STRINGBUILDER_T_H
#define STRINGBUILDER_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.StringBuilder
struct StringBuilder_t : public RuntimeObject
{
public:
// System.Char[] System.Text.StringBuilder::m_ChunkChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___m_ChunkChars_0;
// System.Text.StringBuilder System.Text.StringBuilder::m_ChunkPrevious
StringBuilder_t * ___m_ChunkPrevious_1;
// System.Int32 System.Text.StringBuilder::m_ChunkLength
int32_t ___m_ChunkLength_2;
// System.Int32 System.Text.StringBuilder::m_ChunkOffset
int32_t ___m_ChunkOffset_3;
// System.Int32 System.Text.StringBuilder::m_MaxCapacity
int32_t ___m_MaxCapacity_4;
public:
inline static int32_t get_offset_of_m_ChunkChars_0() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkChars_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_m_ChunkChars_0() const { return ___m_ChunkChars_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_m_ChunkChars_0() { return &___m_ChunkChars_0; }
inline void set_m_ChunkChars_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___m_ChunkChars_0 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkChars_0), value);
}
inline static int32_t get_offset_of_m_ChunkPrevious_1() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkPrevious_1)); }
inline StringBuilder_t * get_m_ChunkPrevious_1() const { return ___m_ChunkPrevious_1; }
inline StringBuilder_t ** get_address_of_m_ChunkPrevious_1() { return &___m_ChunkPrevious_1; }
inline void set_m_ChunkPrevious_1(StringBuilder_t * value)
{
___m_ChunkPrevious_1 = value;
Il2CppCodeGenWriteBarrier((&___m_ChunkPrevious_1), value);
}
inline static int32_t get_offset_of_m_ChunkLength_2() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkLength_2)); }
inline int32_t get_m_ChunkLength_2() const { return ___m_ChunkLength_2; }
inline int32_t* get_address_of_m_ChunkLength_2() { return &___m_ChunkLength_2; }
inline void set_m_ChunkLength_2(int32_t value)
{
___m_ChunkLength_2 = value;
}
inline static int32_t get_offset_of_m_ChunkOffset_3() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_ChunkOffset_3)); }
inline int32_t get_m_ChunkOffset_3() const { return ___m_ChunkOffset_3; }
inline int32_t* get_address_of_m_ChunkOffset_3() { return &___m_ChunkOffset_3; }
inline void set_m_ChunkOffset_3(int32_t value)
{
___m_ChunkOffset_3 = value;
}
inline static int32_t get_offset_of_m_MaxCapacity_4() { return static_cast<int32_t>(offsetof(StringBuilder_t, ___m_MaxCapacity_4)); }
inline int32_t get_m_MaxCapacity_4() const { return ___m_MaxCapacity_4; }
inline int32_t* get_address_of_m_MaxCapacity_4() { return &___m_MaxCapacity_4; }
inline void set_m_MaxCapacity_4(int32_t value)
{
___m_MaxCapacity_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGBUILDER_T_H
#ifndef VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#define VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF : public RuntimeObject
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.ValueType
struct ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_marshaled_com
{
};
#endif // VALUETYPE_T4D0C27076F7C36E76190FB3328E232BCB1CD1FFF_H
#ifndef VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H
#define VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Version
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD : public RuntimeObject
{
public:
// System.Int32 System.Version::_Major
int32_t ____Major_0;
// System.Int32 System.Version::_Minor
int32_t ____Minor_1;
// System.Int32 System.Version::_Build
int32_t ____Build_2;
// System.Int32 System.Version::_Revision
int32_t ____Revision_3;
public:
inline static int32_t get_offset_of__Major_0() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Major_0)); }
inline int32_t get__Major_0() const { return ____Major_0; }
inline int32_t* get_address_of__Major_0() { return &____Major_0; }
inline void set__Major_0(int32_t value)
{
____Major_0 = value;
}
inline static int32_t get_offset_of__Minor_1() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Minor_1)); }
inline int32_t get__Minor_1() const { return ____Minor_1; }
inline int32_t* get_address_of__Minor_1() { return &____Minor_1; }
inline void set__Minor_1(int32_t value)
{
____Minor_1 = value;
}
inline static int32_t get_offset_of__Build_2() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Build_2)); }
inline int32_t get__Build_2() const { return ____Build_2; }
inline int32_t* get_address_of__Build_2() { return &____Build_2; }
inline void set__Build_2(int32_t value)
{
____Build_2 = value;
}
inline static int32_t get_offset_of__Revision_3() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD, ____Revision_3)); }
inline int32_t get__Revision_3() const { return ____Revision_3; }
inline int32_t* get_address_of__Revision_3() { return &____Revision_3; }
inline void set__Revision_3(int32_t value)
{
____Revision_3 = value;
}
};
struct Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields
{
public:
// System.Char[] System.Version::SeparatorsArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___SeparatorsArray_4;
public:
inline static int32_t get_offset_of_SeparatorsArray_4() { return static_cast<int32_t>(offsetof(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_StaticFields, ___SeparatorsArray_4)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_SeparatorsArray_4() const { return ___SeparatorsArray_4; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_SeparatorsArray_4() { return &___SeparatorsArray_4; }
inline void set_SeparatorsArray_4(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___SeparatorsArray_4 = value;
Il2CppCodeGenWriteBarrier((&___SeparatorsArray_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VERSION_TDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_H
#ifndef __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#define __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D12
struct __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D12_t6EBCA221EDFF79F50821238316CFA0302EE70E48__padding[12];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D12_T6EBCA221EDFF79F50821238316CFA0302EE70E48_H
#ifndef __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#define __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128
struct __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905__padding[128];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D128_T4A42759E6E25B0C61E6036A661F4344DE92C2905_H
#ifndef __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#define __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D14
struct __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D14_tC5D421D768E79910C98FB4504BA3B07E43FA77F0__padding[14];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D14_TC5D421D768E79910C98FB4504BA3B07E43FA77F0_H
#ifndef __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#define __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256
struct __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7__padding[256];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D256_T548520FAA2CCFC11107E283BF9E43588FAE5F6C7_H
#ifndef __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#define __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D3
struct __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D3_t4D597C014C0C24F294DC84275F0264DCFCD4C575__padding[3];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D3_T4D597C014C0C24F294DC84275F0264DCFCD4C575_H
#ifndef __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#define __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32
struct __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA__padding[32];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D32_T5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA_H
#ifndef __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#define __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44
struct __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671__padding[44];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D44_TE99A9434272A367C976B32D1235A23DA85CC9671_H
#ifndef __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#define __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6
struct __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F__padding[6];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D6_TB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F_H
#ifndef __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#define __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9
struct __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB
{
public:
union
{
struct
{
union
{
};
};
uint8_t __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB__padding[9];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // __STATICARRAYINITTYPESIZEU3D9_TAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB_H
#ifndef X509CERTIFICATECOLLECTION_T423BA1B9FAA983BA745023994C648C6DAC3E5A1A_H
#define X509CERTIFICATECOLLECTION_T423BA1B9FAA983BA745023994C648C6DAC3E5A1A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.X509.X509CertificateCollection
struct X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATECOLLECTION_T423BA1B9FAA983BA745023994C648C6DAC3E5A1A_H
#ifndef BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#define BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C
{
public:
// System.Boolean System.Boolean::m_value
bool ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C, ___m_value_0)); }
inline bool get_m_value_0() const { return ___m_value_0; }
inline bool* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(bool value)
{
___m_value_0 = value;
}
};
struct Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields
{
public:
// System.String System.Boolean::TrueString
String_t* ___TrueString_5;
// System.String System.Boolean::FalseString
String_t* ___FalseString_6;
public:
inline static int32_t get_offset_of_TrueString_5() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___TrueString_5)); }
inline String_t* get_TrueString_5() const { return ___TrueString_5; }
inline String_t** get_address_of_TrueString_5() { return &___TrueString_5; }
inline void set_TrueString_5(String_t* value)
{
___TrueString_5 = value;
Il2CppCodeGenWriteBarrier((&___TrueString_5), value);
}
inline static int32_t get_offset_of_FalseString_6() { return static_cast<int32_t>(offsetof(Boolean_tB53F6830F670160873277339AA58F15CAED4399C_StaticFields, ___FalseString_6)); }
inline String_t* get_FalseString_6() const { return ___FalseString_6; }
inline String_t** get_address_of_FalseString_6() { return &___FalseString_6; }
inline void set_FalseString_6(String_t* value)
{
___FalseString_6 = value;
Il2CppCodeGenWriteBarrier((&___FalseString_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BOOLEAN_TB53F6830F670160873277339AA58F15CAED4399C_H
#ifndef BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#define BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Byte
struct Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07
{
public:
// System.Byte System.Byte::m_value
uint8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07, ___m_value_0)); }
inline uint8_t get_m_value_0() const { return ___m_value_0; }
inline uint8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BYTE_TF87C579059BD4633E6840EBBBEEF899C6E33EF07_H
#ifndef CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#define CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Char
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9
{
public:
// System.Char System.Char::m_value
Il2CppChar ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9, ___m_value_0)); }
inline Il2CppChar get_m_value_0() const { return ___m_value_0; }
inline Il2CppChar* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(Il2CppChar value)
{
___m_value_0 = value;
}
};
struct Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields
{
public:
// System.Byte[] System.Char::categoryForLatin1
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___categoryForLatin1_3;
public:
inline static int32_t get_offset_of_categoryForLatin1_3() { return static_cast<int32_t>(offsetof(Char_tBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_StaticFields, ___categoryForLatin1_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_categoryForLatin1_3() const { return ___categoryForLatin1_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_categoryForLatin1_3() { return &___categoryForLatin1_3; }
inline void set_categoryForLatin1_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___categoryForLatin1_3 = value;
Il2CppCodeGenWriteBarrier((&___categoryForLatin1_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CHAR_TBF22D9FC341BE970735250BB6FF1A4A92BBA58B9_H
#ifndef ENUMERATOR_T82D9B8DB1672C1CC12382C87FE0ECCB5535E354F_H
#define ENUMERATOR_T82D9B8DB1672C1CC12382C87FE0ECCB5535E354F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedList`1_Enumerator<System.Net.WebConnectionGroup_ConnectionState>
struct Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F
{
public:
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedList`1_Enumerator::_list
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * ____list_0;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1_Enumerator::_node
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * ____node_1;
// System.Int32 System.Collections.Generic.LinkedList`1_Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.LinkedList`1_Enumerator::_current
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * ____current_3;
// System.Int32 System.Collections.Generic.LinkedList`1_Enumerator::_index
int32_t ____index_4;
public:
inline static int32_t get_offset_of__list_0() { return static_cast<int32_t>(offsetof(Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F, ____list_0)); }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * get__list_0() const { return ____list_0; }
inline LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F ** get_address_of__list_0() { return &____list_0; }
inline void set__list_0(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * value)
{
____list_0 = value;
Il2CppCodeGenWriteBarrier((&____list_0), value);
}
inline static int32_t get_offset_of__node_1() { return static_cast<int32_t>(offsetof(Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F, ____node_1)); }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * get__node_1() const { return ____node_1; }
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 ** get_address_of__node_1() { return &____node_1; }
inline void set__node_1(LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * value)
{
____node_1 = value;
Il2CppCodeGenWriteBarrier((&____node_1), value);
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__current_3() { return static_cast<int32_t>(offsetof(Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F, ____current_3)); }
inline ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * get__current_3() const { return ____current_3; }
inline ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 ** get_address_of__current_3() { return &____current_3; }
inline void set__current_3(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * value)
{
____current_3 = value;
Il2CppCodeGenWriteBarrier((&____current_3), value);
}
inline static int32_t get_offset_of__index_4() { return static_cast<int32_t>(offsetof(Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F, ____index_4)); }
inline int32_t get__index_4() const { return ____index_4; }
inline int32_t* get_address_of__index_4() { return &____index_4; }
inline void set__index_4(int32_t value)
{
____index_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T82D9B8DB1672C1CC12382C87FE0ECCB5535E354F_H
#ifndef ENUMERATOR_TD2E008C377B02B56DD6AF067E72CE996FC350483_H
#define ENUMERATOR_TD2E008C377B02B56DD6AF067E72CE996FC350483_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.LinkedList`1_Enumerator<System.Object>
struct Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483
{
public:
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedList`1_Enumerator::_list
LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * ____list_0;
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1_Enumerator::_node
LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * ____node_1;
// System.Int32 System.Collections.Generic.LinkedList`1_Enumerator::_version
int32_t ____version_2;
// T System.Collections.Generic.LinkedList`1_Enumerator::_current
RuntimeObject * ____current_3;
// System.Int32 System.Collections.Generic.LinkedList`1_Enumerator::_index
int32_t ____index_4;
public:
inline static int32_t get_offset_of__list_0() { return static_cast<int32_t>(offsetof(Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483, ____list_0)); }
inline LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * get__list_0() const { return ____list_0; }
inline LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 ** get_address_of__list_0() { return &____list_0; }
inline void set__list_0(LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * value)
{
____list_0 = value;
Il2CppCodeGenWriteBarrier((&____list_0), value);
}
inline static int32_t get_offset_of__node_1() { return static_cast<int32_t>(offsetof(Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483, ____node_1)); }
inline LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * get__node_1() const { return ____node_1; }
inline LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 ** get_address_of__node_1() { return &____node_1; }
inline void set__node_1(LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * value)
{
____node_1 = value;
Il2CppCodeGenWriteBarrier((&____node_1), value);
}
inline static int32_t get_offset_of__version_2() { return static_cast<int32_t>(offsetof(Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483, ____version_2)); }
inline int32_t get__version_2() const { return ____version_2; }
inline int32_t* get_address_of__version_2() { return &____version_2; }
inline void set__version_2(int32_t value)
{
____version_2 = value;
}
inline static int32_t get_offset_of__current_3() { return static_cast<int32_t>(offsetof(Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483, ____current_3)); }
inline RuntimeObject * get__current_3() const { return ____current_3; }
inline RuntimeObject ** get_address_of__current_3() { return &____current_3; }
inline void set__current_3(RuntimeObject * value)
{
____current_3 = value;
Il2CppCodeGenWriteBarrier((&____current_3), value);
}
inline static int32_t get_offset_of__index_4() { return static_cast<int32_t>(offsetof(Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483, ____index_4)); }
inline int32_t get__index_4() const { return ____index_4; }
inline int32_t* get_address_of__index_4() { return &____index_4; }
inline void set__index_4(int32_t value)
{
____index_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TD2E008C377B02B56DD6AF067E72CE996FC350483_H
#ifndef ENUMERATOR_T0F240D5FA90A2D25D3A7E6EA909645C6706B01AC_H
#define ENUMERATOR_T0F240D5FA90A2D25D3A7E6EA909645C6706B01AC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Net.WebConnection>
struct Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC, ___list_0)); }
inline List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * get_list_0() const { return ___list_0; }
inline List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC, ___current_3)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_current_3() const { return ___current_3; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_T0F240D5FA90A2D25D3A7E6EA909645C6706B01AC_H
#ifndef ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#define ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Object>
struct Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
RuntimeObject * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___list_0)); }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * get_list_0() const { return ___list_0; }
inline List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD, ___current_3)); }
inline RuntimeObject * get_current_3() const { return ___current_3; }
inline RuntimeObject ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(RuntimeObject * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TE0C99528D3DCE5863566CE37BD94162A4C0431CD_H
#ifndef ENUMERATOR_TC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973_H
#define ENUMERATOR_TC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Generic.List`1_Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>
struct Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973
{
public:
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1_Enumerator::list
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * ___list_0;
// System.Int32 System.Collections.Generic.List`1_Enumerator::index
int32_t ___index_1;
// System.Int32 System.Collections.Generic.List`1_Enumerator::version
int32_t ___version_2;
// T System.Collections.Generic.List`1_Enumerator::current
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___current_3;
public:
inline static int32_t get_offset_of_list_0() { return static_cast<int32_t>(offsetof(Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973, ___list_0)); }
inline List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * get_list_0() const { return ___list_0; }
inline List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 ** get_address_of_list_0() { return &___list_0; }
inline void set_list_0(List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * value)
{
___list_0 = value;
Il2CppCodeGenWriteBarrier((&___list_0), value);
}
inline static int32_t get_offset_of_index_1() { return static_cast<int32_t>(offsetof(Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973, ___index_1)); }
inline int32_t get_index_1() const { return ___index_1; }
inline int32_t* get_address_of_index_1() { return &___index_1; }
inline void set_index_1(int32_t value)
{
___index_1 = value;
}
inline static int32_t get_offset_of_version_2() { return static_cast<int32_t>(offsetof(Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973, ___version_2)); }
inline int32_t get_version_2() const { return ___version_2; }
inline int32_t* get_address_of_version_2() { return &___version_2; }
inline void set_version_2(int32_t value)
{
___version_2 = value;
}
inline static int32_t get_offset_of_current_3() { return static_cast<int32_t>(offsetof(Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973, ___current_3)); }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * get_current_3() const { return ___current_3; }
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 ** get_address_of_current_3() { return &___current_3; }
inline void set_current_3(X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * value)
{
___current_3 = value;
Il2CppCodeGenWriteBarrier((&___current_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ENUMERATOR_TC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973_H
#ifndef NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H
#define NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Specialized.NameValueCollection
struct NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 : public NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D
{
public:
// System.String[] System.Collections.Specialized.NameValueCollection::_all
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____all_9;
// System.String[] System.Collections.Specialized.NameValueCollection::_allKeys
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ____allKeys_10;
public:
inline static int32_t get_offset_of__all_9() { return static_cast<int32_t>(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____all_9)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__all_9() const { return ____all_9; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__all_9() { return &____all_9; }
inline void set__all_9(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____all_9 = value;
Il2CppCodeGenWriteBarrier((&____all_9), value);
}
inline static int32_t get_offset_of__allKeys_10() { return static_cast<int32_t>(offsetof(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1, ____allKeys_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get__allKeys_10() const { return ____allKeys_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of__allKeys_10() { return &____allKeys_10; }
inline void set__allKeys_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
____allKeys_10 = value;
Il2CppCodeGenWriteBarrier((&____allKeys_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NAMEVALUECOLLECTION_T7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_H
#ifndef DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#define DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DateTime
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132
{
public:
// System.UInt64 System.DateTime::dateData
uint64_t ___dateData_44;
public:
inline static int32_t get_offset_of_dateData_44() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132, ___dateData_44)); }
inline uint64_t get_dateData_44() const { return ___dateData_44; }
inline uint64_t* get_address_of_dateData_44() { return &___dateData_44; }
inline void set_dateData_44(uint64_t value)
{
___dateData_44 = value;
}
};
struct DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields
{
public:
// System.Int32[] System.DateTime::DaysToMonth365
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth365_29;
// System.Int32[] System.DateTime::DaysToMonth366
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___DaysToMonth366_30;
// System.DateTime System.DateTime::MinValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MinValue_31;
// System.DateTime System.DateTime::MaxValue
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___MaxValue_32;
public:
inline static int32_t get_offset_of_DaysToMonth365_29() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth365_29)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth365_29() const { return ___DaysToMonth365_29; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth365_29() { return &___DaysToMonth365_29; }
inline void set_DaysToMonth365_29(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth365_29 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth365_29), value);
}
inline static int32_t get_offset_of_DaysToMonth366_30() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___DaysToMonth366_30)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_DaysToMonth366_30() const { return ___DaysToMonth366_30; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_DaysToMonth366_30() { return &___DaysToMonth366_30; }
inline void set_DaysToMonth366_30(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___DaysToMonth366_30 = value;
Il2CppCodeGenWriteBarrier((&___DaysToMonth366_30), value);
}
inline static int32_t get_offset_of_MinValue_31() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MinValue_31)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MinValue_31() const { return ___MinValue_31; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MinValue_31() { return &___MinValue_31; }
inline void set_MinValue_31(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MinValue_31 = value;
}
inline static int32_t get_offset_of_MaxValue_32() { return static_cast<int32_t>(offsetof(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields, ___MaxValue_32)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_MaxValue_32() const { return ___MaxValue_32; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_MaxValue_32() { return &___MaxValue_32; }
inline void set_MaxValue_32(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___MaxValue_32 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DATETIME_T349B7449FBAAFF4192636E2B7A07694DA9236132_H
#ifndef DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#define DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Double
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409
{
public:
// System.Double System.Double::m_value
double ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409, ___m_value_0)); }
inline double get_m_value_0() const { return ___m_value_0; }
inline double* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(double value)
{
___m_value_0 = value;
}
};
struct Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields
{
public:
// System.Double System.Double::NegativeZero
double ___NegativeZero_7;
public:
inline static int32_t get_offset_of_NegativeZero_7() { return static_cast<int32_t>(offsetof(Double_t358B8F23BDC52A5DD700E727E204F9F7CDE12409_StaticFields, ___NegativeZero_7)); }
inline double get_NegativeZero_7() const { return ___NegativeZero_7; }
inline double* get_address_of_NegativeZero_7() { return &___NegativeZero_7; }
inline void set_NegativeZero_7(double value)
{
___NegativeZero_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DOUBLE_T358B8F23BDC52A5DD700E727E204F9F7CDE12409_H
#ifndef ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#define ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521 : public ValueType_t4D0C27076F7C36E76190FB3328E232BCB1CD1FFF
{
public:
public:
};
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields
{
public:
// System.Char[] System.Enum::enumSeperatorCharArray
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___enumSeperatorCharArray_0;
public:
inline static int32_t get_offset_of_enumSeperatorCharArray_0() { return static_cast<int32_t>(offsetof(Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_StaticFields, ___enumSeperatorCharArray_0)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_enumSeperatorCharArray_0() const { return ___enumSeperatorCharArray_0; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_enumSeperatorCharArray_0() { return &___enumSeperatorCharArray_0; }
inline void set_enumSeperatorCharArray_0(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___enumSeperatorCharArray_0 = value;
Il2CppCodeGenWriteBarrier((&___enumSeperatorCharArray_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_pinvoke
{
};
// Native definition for COM marshalling of System.Enum
struct Enum_t2AF27C02B8653AE29442467390005ABC74D8F521_marshaled_com
{
};
#endif // ENUM_T2AF27C02B8653AE29442467390005ABC74D8F521_H
#ifndef STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#define STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.Stream
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IO.Stream_ReadWriteTask System.IO.Stream::_activeReadWriteTask
ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * ____activeReadWriteTask_2;
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ____asyncActiveSemaphore_3;
public:
inline static int32_t get_offset_of__activeReadWriteTask_2() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____activeReadWriteTask_2)); }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * get__activeReadWriteTask_2() const { return ____activeReadWriteTask_2; }
inline ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 ** get_address_of__activeReadWriteTask_2() { return &____activeReadWriteTask_2; }
inline void set__activeReadWriteTask_2(ReadWriteTask_tFA17EEE8BC5C4C83EAEFCC3662A30DE351ABAA80 * value)
{
____activeReadWriteTask_2 = value;
Il2CppCodeGenWriteBarrier((&____activeReadWriteTask_2), value);
}
inline static int32_t get_offset_of__asyncActiveSemaphore_3() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7, ____asyncActiveSemaphore_3)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get__asyncActiveSemaphore_3() const { return ____asyncActiveSemaphore_3; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of__asyncActiveSemaphore_3() { return &____asyncActiveSemaphore_3; }
inline void set__asyncActiveSemaphore_3(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
____asyncActiveSemaphore_3 = value;
Il2CppCodeGenWriteBarrier((&____asyncActiveSemaphore_3), value);
}
};
struct Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields
{
public:
// System.IO.Stream System.IO.Stream::Null
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___Null_1;
public:
inline static int32_t get_offset_of_Null_1() { return static_cast<int32_t>(offsetof(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_StaticFields, ___Null_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_Null_1() const { return ___Null_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_Null_1() { return &___Null_1; }
inline void set_Null_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___Null_1 = value;
Il2CppCodeGenWriteBarrier((&___Null_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAM_TFC50657DD5AAB87770987F9179D934A51D99D5E7_H
#ifndef INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#define INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32
struct Int32_t585191389E07734F19F3156FF88FB3EF4800D102
{
public:
// System.Int32 System.Int32::m_value
int32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int32_t585191389E07734F19F3156FF88FB3EF4800D102, ___m_value_0)); }
inline int32_t get_m_value_0() const { return ___m_value_0; }
inline int32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT32_T585191389E07734F19F3156FF88FB3EF4800D102_H
#ifndef INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#define INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int64
struct Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436
{
public:
// System.Int64 System.Int64::m_value
int64_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Int64_t7A386C2FF7B0280A0F516992401DDFCF0FF7B436, ___m_value_0)); }
inline int64_t get_m_value_0() const { return ___m_value_0; }
inline int64_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int64_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INT64_T7A386C2FF7B0280A0F516992401DDFCF0FF7B436_H
#ifndef INTPTR_T_H
#define INTPTR_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IntPtr
struct IntPtr_t
{
public:
// System.Void* System.IntPtr::m_value
void* ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(IntPtr_t, ___m_value_0)); }
inline void* get_m_value_0() const { return ___m_value_0; }
inline void** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(void* value)
{
___m_value_0 = value;
}
};
struct IntPtr_t_StaticFields
{
public:
// System.IntPtr System.IntPtr::Zero
intptr_t ___Zero_1;
public:
inline static int32_t get_offset_of_Zero_1() { return static_cast<int32_t>(offsetof(IntPtr_t_StaticFields, ___Zero_1)); }
inline intptr_t get_Zero_1() const { return ___Zero_1; }
inline intptr_t* get_address_of_Zero_1() { return &___Zero_1; }
inline void set_Zero_1(intptr_t value)
{
___Zero_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTPTR_T_H
#ifndef IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H
#define IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPEndPoint
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F : public EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980
{
public:
// System.Net.IPAddress System.Net.IPEndPoint::m_Address
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___m_Address_0;
// System.Int32 System.Net.IPEndPoint::m_Port
int32_t ___m_Port_1;
public:
inline static int32_t get_offset_of_m_Address_0() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Address_0)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_m_Address_0() const { return ___m_Address_0; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_m_Address_0() { return &___m_Address_0; }
inline void set_m_Address_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___m_Address_0 = value;
Il2CppCodeGenWriteBarrier((&___m_Address_0), value);
}
inline static int32_t get_offset_of_m_Port_1() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F, ___m_Port_1)); }
inline int32_t get_m_Port_1() const { return ___m_Port_1; }
inline int32_t* get_address_of_m_Port_1() { return &___m_Port_1; }
inline void set_m_Port_1(int32_t value)
{
___m_Port_1 = value;
}
};
struct IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields
{
public:
// System.Net.IPEndPoint System.Net.IPEndPoint::Any
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___Any_2;
// System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___IPv6Any_3;
public:
inline static int32_t get_offset_of_Any_2() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___Any_2)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_Any_2() const { return ___Any_2; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_Any_2() { return &___Any_2; }
inline void set_Any_2(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___Any_2 = value;
Il2CppCodeGenWriteBarrier((&___Any_2), value);
}
inline static int32_t get_offset_of_IPv6Any_3() { return static_cast<int32_t>(offsetof(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_StaticFields, ___IPv6Any_3)); }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * get_IPv6Any_3() const { return ___IPv6Any_3; }
inline IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F ** get_address_of_IPv6Any_3() { return &___IPv6Any_3; }
inline void set_IPv6Any_3(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * value)
{
___IPv6Any_3 = value;
Il2CppCodeGenWriteBarrier((&___IPv6Any_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPENDPOINT_TCD29981135F7B1989C3845BF455AD44EBC13DE3F_H
#ifndef SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H
#define SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SystemNetworkCredential
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F : public NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062
{
public:
public:
};
struct SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields
{
public:
// System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential
SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * ___defaultCredential_3;
public:
inline static int32_t get_offset_of_defaultCredential_3() { return static_cast<int32_t>(offsetof(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_StaticFields, ___defaultCredential_3)); }
inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * get_defaultCredential_3() const { return ___defaultCredential_3; }
inline SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F ** get_address_of_defaultCredential_3() { return &___defaultCredential_3; }
inline void set_defaultCredential_3(SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F * value)
{
___defaultCredential_3 = value;
Il2CppCodeGenWriteBarrier((&___defaultCredential_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMNETWORKCREDENTIAL_T99999F24C6F16257357D06725EC0365F1666875F_H
#ifndef WEBPROXYWRAPPER_T47B30DCD77853C5079F4944A6FCA329026D84E3B_H
#define WEBPROXYWRAPPER_T47B30DCD77853C5079F4944A6FCA329026D84E3B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest_WebProxyWrapper
struct WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B : public WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBPROXYWRAPPER_T47B30DCD77853C5079F4944A6FCA329026D84E3B_H
#ifndef WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#define WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebResponse
struct WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBRESPONSE_T5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD_H
#ifndef NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#define NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Nullable`1<System.Boolean>
struct Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793
{
public:
// T System.Nullable`1::value
bool ___value_0;
// System.Boolean System.Nullable`1::has_value
bool ___has_value_1;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___value_0)); }
inline bool get_value_0() const { return ___value_0; }
inline bool* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(bool value)
{
___value_0 = value;
}
inline static int32_t get_offset_of_has_value_1() { return static_cast<int32_t>(offsetof(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793, ___has_value_1)); }
inline bool get_has_value_1() const { return ___has_value_1; }
inline bool* get_address_of_has_value_1() { return &___has_value_1; }
inline void set_has_value_1(bool value)
{
___has_value_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NULLABLE_1_T9E6A67BECE376F0623B5C857F5674A0311C41793_H
#ifndef SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#define SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SByte
struct SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF
{
public:
// System.SByte System.SByte::m_value
int8_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(SByte_t9070AEA2966184235653CB9B4D33B149CDA831DF, ___m_value_0)); }
inline int8_t get_m_value_0() const { return ___m_value_0; }
inline int8_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(int8_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SBYTE_T9070AEA2966184235653CB9B4D33B149CDA831DF_H
#ifndef DSA_T932F4A94DD2B782BFFC197544398826E6CDB64CF_H
#define DSA_T932F4A94DD2B782BFFC197544398826E6CDB64CF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSA
struct DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSA_T932F4A94DD2B782BFFC197544398826E6CDB64CF_H
#ifndef DSAPARAMETERS_TCA1A96A151F47B1904693C457243E3B919425AC6_H
#define DSAPARAMETERS_TCA1A96A151F47B1904693C457243E3B919425AC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSAParameters
struct DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6
{
public:
// System.Byte[] System.Security.Cryptography.DSAParameters::P
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_0;
// System.Byte[] System.Security.Cryptography.DSAParameters::Q
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_1;
// System.Byte[] System.Security.Cryptography.DSAParameters::G
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___G_2;
// System.Byte[] System.Security.Cryptography.DSAParameters::Y
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Y_3;
// System.Byte[] System.Security.Cryptography.DSAParameters::J
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___J_4;
// System.Byte[] System.Security.Cryptography.DSAParameters::X
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___X_5;
// System.Byte[] System.Security.Cryptography.DSAParameters::Seed
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Seed_6;
// System.Int32 System.Security.Cryptography.DSAParameters::Counter
int32_t ___Counter_7;
public:
inline static int32_t get_offset_of_P_0() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___P_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_0() const { return ___P_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_0() { return &___P_0; }
inline void set_P_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___P_0 = value;
Il2CppCodeGenWriteBarrier((&___P_0), value);
}
inline static int32_t get_offset_of_Q_1() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Q_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_1() const { return ___Q_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_1() { return &___Q_1; }
inline void set_Q_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Q_1 = value;
Il2CppCodeGenWriteBarrier((&___Q_1), value);
}
inline static int32_t get_offset_of_G_2() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___G_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_G_2() const { return ___G_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_G_2() { return &___G_2; }
inline void set_G_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___G_2 = value;
Il2CppCodeGenWriteBarrier((&___G_2), value);
}
inline static int32_t get_offset_of_Y_3() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Y_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Y_3() const { return ___Y_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Y_3() { return &___Y_3; }
inline void set_Y_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Y_3 = value;
Il2CppCodeGenWriteBarrier((&___Y_3), value);
}
inline static int32_t get_offset_of_J_4() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___J_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_J_4() const { return ___J_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_J_4() { return &___J_4; }
inline void set_J_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___J_4 = value;
Il2CppCodeGenWriteBarrier((&___J_4), value);
}
inline static int32_t get_offset_of_X_5() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___X_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_X_5() const { return ___X_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_X_5() { return &___X_5; }
inline void set_X_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___X_5 = value;
Il2CppCodeGenWriteBarrier((&___X_5), value);
}
inline static int32_t get_offset_of_Seed_6() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Seed_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Seed_6() const { return ___Seed_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Seed_6() { return &___Seed_6; }
inline void set_Seed_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Seed_6 = value;
Il2CppCodeGenWriteBarrier((&___Seed_6), value);
}
inline static int32_t get_offset_of_Counter_7() { return static_cast<int32_t>(offsetof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6, ___Counter_7)); }
inline int32_t get_Counter_7() const { return ___Counter_7; }
inline int32_t* get_address_of_Counter_7() { return &___Counter_7; }
inline void set_Counter_7(int32_t value)
{
___Counter_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSAPARAMETERS_TCA1A96A151F47B1904693C457243E3B919425AC6_H
#ifndef RSA_TB6C4B434B2AC02E3F8981DB2908C2018E251D145_H
#define RSA_TB6C4B434B2AC02E3F8981DB2908C2018E251D145_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSA
struct RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 : public AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSA_TB6C4B434B2AC02E3F8981DB2908C2018E251D145_H
#ifndef RSAPARAMETERS_T6A568C1275FA8F8C02615666D998134DCFFB9717_H
#define RSAPARAMETERS_T6A568C1275FA8F8C02615666D998134DCFFB9717_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSAParameters
struct RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717
{
public:
// System.Byte[] System.Security.Cryptography.RSAParameters::Exponent
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Exponent_0;
// System.Byte[] System.Security.Cryptography.RSAParameters::Modulus
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Modulus_1;
// System.Byte[] System.Security.Cryptography.RSAParameters::P
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___P_2;
// System.Byte[] System.Security.Cryptography.RSAParameters::Q
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___Q_3;
// System.Byte[] System.Security.Cryptography.RSAParameters::DP
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DP_4;
// System.Byte[] System.Security.Cryptography.RSAParameters::DQ
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___DQ_5;
// System.Byte[] System.Security.Cryptography.RSAParameters::InverseQ
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___InverseQ_6;
// System.Byte[] System.Security.Cryptography.RSAParameters::D
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___D_7;
public:
inline static int32_t get_offset_of_Exponent_0() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Exponent_0)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Exponent_0() const { return ___Exponent_0; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Exponent_0() { return &___Exponent_0; }
inline void set_Exponent_0(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Exponent_0 = value;
Il2CppCodeGenWriteBarrier((&___Exponent_0), value);
}
inline static int32_t get_offset_of_Modulus_1() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Modulus_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Modulus_1() const { return ___Modulus_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Modulus_1() { return &___Modulus_1; }
inline void set_Modulus_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Modulus_1 = value;
Il2CppCodeGenWriteBarrier((&___Modulus_1), value);
}
inline static int32_t get_offset_of_P_2() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___P_2)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_P_2() const { return ___P_2; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_P_2() { return &___P_2; }
inline void set_P_2(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___P_2 = value;
Il2CppCodeGenWriteBarrier((&___P_2), value);
}
inline static int32_t get_offset_of_Q_3() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___Q_3)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_Q_3() const { return ___Q_3; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_Q_3() { return &___Q_3; }
inline void set_Q_3(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___Q_3 = value;
Il2CppCodeGenWriteBarrier((&___Q_3), value);
}
inline static int32_t get_offset_of_DP_4() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DP_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DP_4() const { return ___DP_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DP_4() { return &___DP_4; }
inline void set_DP_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___DP_4 = value;
Il2CppCodeGenWriteBarrier((&___DP_4), value);
}
inline static int32_t get_offset_of_DQ_5() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___DQ_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_DQ_5() const { return ___DQ_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_DQ_5() { return &___DQ_5; }
inline void set_DQ_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___DQ_5 = value;
Il2CppCodeGenWriteBarrier((&___DQ_5), value);
}
inline static int32_t get_offset_of_InverseQ_6() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___InverseQ_6)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_InverseQ_6() const { return ___InverseQ_6; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_InverseQ_6() { return &___InverseQ_6; }
inline void set_InverseQ_6(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___InverseQ_6 = value;
Il2CppCodeGenWriteBarrier((&___InverseQ_6), value);
}
inline static int32_t get_offset_of_D_7() { return static_cast<int32_t>(offsetof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717, ___D_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_D_7() const { return ___D_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_D_7() { return &___D_7; }
inline void set_D_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___D_7 = value;
Il2CppCodeGenWriteBarrier((&___D_7), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAPARAMETERS_T6A568C1275FA8F8C02615666D998134DCFFB9717_H
#ifndef SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#define SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.SHA1
struct SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA : public HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SHA1_T242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA_H
#ifndef X500DISTINGUISHEDNAME_T848C6BCD1C0923D5FF85BCA3804AC3D256DF8199_H
#define X500DISTINGUISHEDNAME_T848C6BCD1C0923D5FF85BCA3804AC3D256DF8199_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X500DistinguishedName
struct X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 : public AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X500DISTINGUISHEDNAME_T848C6BCD1C0923D5FF85BCA3804AC3D256DF8199_H
#ifndef X509CERTIFICATE2_TC1C49EB4CFD571C2FFDE940C24BC69651A058F73_H
#define X509CERTIFICATE2_TC1C49EB4CFD571C2FFDE940C24BC69651A058F73_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2
struct X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 : public X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2
{
public:
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::friendlyName
String_t* ___friendlyName_4;
public:
inline static int32_t get_offset_of_friendlyName_4() { return static_cast<int32_t>(offsetof(X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73, ___friendlyName_4)); }
inline String_t* get_friendlyName_4() const { return ___friendlyName_4; }
inline String_t** get_address_of_friendlyName_4() { return &___friendlyName_4; }
inline void set_friendlyName_4(String_t* value)
{
___friendlyName_4 = value;
Il2CppCodeGenWriteBarrier((&___friendlyName_4), value);
}
};
struct X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_StaticFields
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2::signedData
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signedData_5;
public:
inline static int32_t get_offset_of_signedData_5() { return static_cast<int32_t>(offsetof(X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_StaticFields, ___signedData_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signedData_5() const { return ___signedData_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signedData_5() { return &___signedData_5; }
inline void set_signedData_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___signedData_5 = value;
Il2CppCodeGenWriteBarrier((&___signedData_5), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE2_TC1C49EB4CFD571C2FFDE940C24BC69651A058F73_H
#ifndef X509CERTIFICATE2IMPL_T645108014422F6408EB87390317CD10710F129E7_H
#define X509CERTIFICATE2IMPL_T645108014422F6408EB87390317CD10710F129E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl
struct X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 : public X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE2IMPL_T645108014422F6408EB87390317CD10710F129E7_H
#ifndef X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H
#define X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
struct X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 : public CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATECOLLECTION_T824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833_H
#ifndef X509EXTENSION_T223237DF0C323CC455D3A2634D977773D2F3818A_H
#define X509EXTENSION_T223237DF0C323CC455D3A2634D977773D2F3818A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Extension
struct X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A : public AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65
{
public:
// System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::_critical
bool ____critical_2;
public:
inline static int32_t get_offset_of__critical_2() { return static_cast<int32_t>(offsetof(X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A, ____critical_2)); }
inline bool get__critical_2() const { return ____critical_2; }
inline bool* get_address_of__critical_2() { return &____critical_2; }
inline void set__critical_2(bool value)
{
____critical_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509EXTENSION_T223237DF0C323CC455D3A2634D977773D2F3818A_H
#ifndef SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#define SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.SystemException
struct SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 : public Exception_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SYSTEMEXCEPTION_T5380468142AA850BE4A341D7AF3EAB9C78746782_H
#ifndef UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#define UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt16
struct UInt16_tAE45CEF73BF720100519F6867F32145D075F928E
{
public:
// System.UInt16 System.UInt16::m_value
uint16_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E, ___m_value_0)); }
inline uint16_t get_m_value_0() const { return ___m_value_0; }
inline uint16_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint16_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT16_TAE45CEF73BF720100519F6867F32145D075F928E_H
#ifndef UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#define UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UInt32
struct UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B
{
public:
// System.UInt32 System.UInt32::m_value
uint32_t ___m_value_0;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(UInt32_t4980FA09003AFAAB5A6E361BA2748EA9A005709B, ___m_value_0)); }
inline uint32_t get_m_value_0() const { return ___m_value_0; }
inline uint32_t* get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(uint32_t value)
{
___m_value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // UINT32_T4980FA09003AFAAB5A6E361BA2748EA9A005709B_H
#ifndef VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#define VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void
struct Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017
{
public:
union
{
struct
{
};
uint8_t Void_t22962CB4C05B1D89B55A6E1139F0E87A90987017__padding[1];
};
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // VOID_T22962CB4C05B1D89B55A6E1139F0E87A90987017_H
#ifndef U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#define U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// <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>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::59F5BD34B6C013DEACC784F69C67E95150033A84
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___59F5BD34B6C013DEACC784F69C67E95150033A84_5;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D6 <PrivateImplementationDetails>::5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C
__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D9 <PrivateImplementationDetails>::6D49C9D487D7AD3491ECE08732D68A593CC2038D
__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D44 <PrivateImplementationDetails>::8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3
__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9;
// System.Int64 <PrivateImplementationDetails>::98A44A6F8606AE6F23FE230286C1D6FBCC407226
int64_t ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D128 <PrivateImplementationDetails>::CCEEADA43268372341F81AE0C9208C6856441C04
__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 ___CCEEADA43268372341F81AE0C9208C6856441C04_12;
// System.Int64 <PrivateImplementationDetails>::E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78
int64_t ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D32 <PrivateImplementationDetails>::EC5842B3154E1AF94500B57220EB9F684BCCC42A
__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14;
// <PrivateImplementationDetails>___StaticArrayInitTypeSizeU3D256 <PrivateImplementationDetails>::EEAFE8C6E1AB017237567305EE925C976CDB6458
__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15;
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_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___59F5BD34B6C013DEACC784F69C67E95150033A84_5)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() const { return ___59F5BD34B6C013DEACC784F69C67E95150033A84_5; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_U359F5BD34B6C013DEACC784F69C67E95150033A84_5() { return &___59F5BD34B6C013DEACC784F69C67E95150033A84_5; }
inline void set_U359F5BD34B6C013DEACC784F69C67E95150033A84_5(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___59F5BD34B6C013DEACC784F69C67E95150033A84_5 = value;
}
inline static int32_t get_offset_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6)); }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F get_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() const { return ___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; }
inline __StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F * get_address_of_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6() { return &___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6; }
inline void set_U35BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6(__StaticArrayInitTypeSizeU3D6_tB024AE1C3AEB5C43235E76FFA23E64CD5EC3D87F value)
{
___5BC3486B05BA8CF4689C7BDB198B3F477BB4E20C_6 = value;
}
inline static int32_t get_offset_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7)); }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB get_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() const { return ___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; }
inline __StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB * get_address_of_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7() { return &___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7; }
inline void set_U36D49C9D487D7AD3491ECE08732D68A593CC2038D_7(__StaticArrayInitTypeSizeU3D9_tAB3C7ADC1E437C21F21AAF2C925676D0F9801BCB value)
{
___6D49C9D487D7AD3491ECE08732D68A593CC2038D_7 = value;
}
inline static int32_t get_offset_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() const { return ___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8() { return &___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8; }
inline void set_U36F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8 = value;
}
inline static int32_t get_offset_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9)); }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 get_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() const { return ___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; }
inline __StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 * get_address_of_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9() { return &___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9; }
inline void set_U38E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9(__StaticArrayInitTypeSizeU3D44_tE99A9434272A367C976B32D1235A23DA85CC9671 value)
{
___8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9 = value;
}
inline static int32_t get_offset_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10)); }
inline int64_t get_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() const { return ___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; }
inline int64_t* get_address_of_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10() { return &___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10; }
inline void set_U398A44A6F8606AE6F23FE230286C1D6FBCC407226_10(int64_t value)
{
___98A44A6F8606AE6F23FE230286C1D6FBCC407226_10 = value;
}
inline static int32_t get_offset_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() const { return ___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11() { return &___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11; }
inline void set_C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___C02C28AFEBE998F767E4AF43E3BE8F5E9FA11536_11 = value;
}
inline static int32_t get_offset_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___CCEEADA43268372341F81AE0C9208C6856441C04_12)); }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 get_CCEEADA43268372341F81AE0C9208C6856441C04_12() const { return ___CCEEADA43268372341F81AE0C9208C6856441C04_12; }
inline __StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 * get_address_of_CCEEADA43268372341F81AE0C9208C6856441C04_12() { return &___CCEEADA43268372341F81AE0C9208C6856441C04_12; }
inline void set_CCEEADA43268372341F81AE0C9208C6856441C04_12(__StaticArrayInitTypeSizeU3D128_t4A42759E6E25B0C61E6036A661F4344DE92C2905 value)
{
___CCEEADA43268372341F81AE0C9208C6856441C04_12 = value;
}
inline static int32_t get_offset_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13)); }
inline int64_t get_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() const { return ___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; }
inline int64_t* get_address_of_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13() { return &___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13; }
inline void set_E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13(int64_t value)
{
___E5BC1BAFADE1862DD6E0B9FB632BFAA6C3873A78_13 = value;
}
inline static int32_t get_offset_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14)); }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA get_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() const { return ___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; }
inline __StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA * get_address_of_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14() { return &___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14; }
inline void set_EC5842B3154E1AF94500B57220EB9F684BCCC42A_14(__StaticArrayInitTypeSizeU3D32_t5300E5FCBD58716E8A4EBB9470E4FAE1A0A964FA value)
{
___EC5842B3154E1AF94500B57220EB9F684BCCC42A_14 = value;
}
inline static int32_t get_offset_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return static_cast<int32_t>(offsetof(U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291_StaticFields, ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15)); }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 get_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() const { return ___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; }
inline __StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 * get_address_of_EEAFE8C6E1AB017237567305EE925C976CDB6458_15() { return &___EEAFE8C6E1AB017237567305EE925C976CDB6458_15; }
inline void set_EEAFE8C6E1AB017237567305EE925C976CDB6458_15(__StaticArrayInitTypeSizeU3D256_t548520FAA2CCFC11107E283BF9E43588FAE5F6C7 value)
{
___EEAFE8C6E1AB017237567305EE925C976CDB6458_15 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // U3CPRIVATEIMPLEMENTATIONDETAILSU3E_TD3F45A95FC1F3A32916F221D83F290D182AD6291_H
#ifndef RSAMANAGED_T386184E253177BF2DD9589A7E9C171DA8E718745_H
#define RSAMANAGED_T386184E253177BF2DD9589A7E9C171DA8E718745_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.Cryptography.RSAManaged
struct RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// System.Boolean Mono.Security.Cryptography.RSAManaged::isCRTpossible
bool ___isCRTpossible_2;
// System.Boolean Mono.Security.Cryptography.RSAManaged::keypairGenerated
bool ___keypairGenerated_3;
// System.Boolean Mono.Security.Cryptography.RSAManaged::m_disposed
bool ___m_disposed_4;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::d
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___d_5;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::p
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___p_6;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::q
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___q_7;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dp
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___dp_8;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::dq
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___dq_9;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::qInv
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___qInv_10;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::n
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___n_11;
// Mono.Math.BigInteger Mono.Security.Cryptography.RSAManaged::e
BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * ___e_12;
// Mono.Security.Cryptography.RSAManaged_KeyGeneratedEventHandler Mono.Security.Cryptography.RSAManaged::KeyGenerated
KeyGeneratedEventHandler_t4696955EF1EA571682FB3F21F5A4CA5E5B6737A9 * ___KeyGenerated_13;
public:
inline static int32_t get_offset_of_isCRTpossible_2() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___isCRTpossible_2)); }
inline bool get_isCRTpossible_2() const { return ___isCRTpossible_2; }
inline bool* get_address_of_isCRTpossible_2() { return &___isCRTpossible_2; }
inline void set_isCRTpossible_2(bool value)
{
___isCRTpossible_2 = value;
}
inline static int32_t get_offset_of_keypairGenerated_3() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___keypairGenerated_3)); }
inline bool get_keypairGenerated_3() const { return ___keypairGenerated_3; }
inline bool* get_address_of_keypairGenerated_3() { return &___keypairGenerated_3; }
inline void set_keypairGenerated_3(bool value)
{
___keypairGenerated_3 = value;
}
inline static int32_t get_offset_of_m_disposed_4() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___m_disposed_4)); }
inline bool get_m_disposed_4() const { return ___m_disposed_4; }
inline bool* get_address_of_m_disposed_4() { return &___m_disposed_4; }
inline void set_m_disposed_4(bool value)
{
___m_disposed_4 = value;
}
inline static int32_t get_offset_of_d_5() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___d_5)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_d_5() const { return ___d_5; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_d_5() { return &___d_5; }
inline void set_d_5(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___d_5 = value;
Il2CppCodeGenWriteBarrier((&___d_5), value);
}
inline static int32_t get_offset_of_p_6() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___p_6)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_p_6() const { return ___p_6; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_p_6() { return &___p_6; }
inline void set_p_6(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___p_6 = value;
Il2CppCodeGenWriteBarrier((&___p_6), value);
}
inline static int32_t get_offset_of_q_7() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___q_7)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_q_7() const { return ___q_7; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_q_7() { return &___q_7; }
inline void set_q_7(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___q_7 = value;
Il2CppCodeGenWriteBarrier((&___q_7), value);
}
inline static int32_t get_offset_of_dp_8() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___dp_8)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_dp_8() const { return ___dp_8; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_dp_8() { return &___dp_8; }
inline void set_dp_8(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___dp_8 = value;
Il2CppCodeGenWriteBarrier((&___dp_8), value);
}
inline static int32_t get_offset_of_dq_9() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___dq_9)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_dq_9() const { return ___dq_9; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_dq_9() { return &___dq_9; }
inline void set_dq_9(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___dq_9 = value;
Il2CppCodeGenWriteBarrier((&___dq_9), value);
}
inline static int32_t get_offset_of_qInv_10() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___qInv_10)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_qInv_10() const { return ___qInv_10; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_qInv_10() { return &___qInv_10; }
inline void set_qInv_10(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___qInv_10 = value;
Il2CppCodeGenWriteBarrier((&___qInv_10), value);
}
inline static int32_t get_offset_of_n_11() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___n_11)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_n_11() const { return ___n_11; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_n_11() { return &___n_11; }
inline void set_n_11(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___n_11 = value;
Il2CppCodeGenWriteBarrier((&___n_11), value);
}
inline static int32_t get_offset_of_e_12() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___e_12)); }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * get_e_12() const { return ___e_12; }
inline BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 ** get_address_of_e_12() { return &___e_12; }
inline void set_e_12(BigInteger_t32A7AEC0FCC286F1F9F33AAE4B6506F69CCC78A8 * value)
{
___e_12 = value;
Il2CppCodeGenWriteBarrier((&___e_12), value);
}
inline static int32_t get_offset_of_KeyGenerated_13() { return static_cast<int32_t>(offsetof(RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745, ___KeyGenerated_13)); }
inline KeyGeneratedEventHandler_t4696955EF1EA571682FB3F21F5A4CA5E5B6737A9 * get_KeyGenerated_13() const { return ___KeyGenerated_13; }
inline KeyGeneratedEventHandler_t4696955EF1EA571682FB3F21F5A4CA5E5B6737A9 ** get_address_of_KeyGenerated_13() { return &___KeyGenerated_13; }
inline void set_KeyGenerated_13(KeyGeneratedEventHandler_t4696955EF1EA571682FB3F21F5A4CA5E5B6737A9 * value)
{
___KeyGenerated_13 = value;
Il2CppCodeGenWriteBarrier((&___KeyGenerated_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSAMANAGED_T386184E253177BF2DD9589A7E9C171DA8E718745_H
#ifndef X509CERTIFICATE_T592E2574612B2C554C7B707754AEC3B66A4B476B_H
#define X509CERTIFICATE_T592E2574612B2C554C7B707754AEC3B66A4B476B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Security.X509.X509Certificate
struct X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B : public RuntimeObject
{
public:
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::decoder
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ___decoder_0;
// System.Byte[] Mono.Security.X509.X509Certificate::m_encodedcert
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_encodedcert_1;
// System.DateTime Mono.Security.X509.X509Certificate::m_from
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_from_2;
// System.DateTime Mono.Security.X509.X509Certificate::m_until
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___m_until_3;
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::issuer
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ___issuer_4;
// System.String Mono.Security.X509.X509Certificate::m_issuername
String_t* ___m_issuername_5;
// System.String Mono.Security.X509.X509Certificate::m_keyalgo
String_t* ___m_keyalgo_6;
// System.Byte[] Mono.Security.X509.X509Certificate::m_keyalgoparams
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_keyalgoparams_7;
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::subject
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ___subject_8;
// System.String Mono.Security.X509.X509Certificate::m_subject
String_t* ___m_subject_9;
// System.Byte[] Mono.Security.X509.X509Certificate::m_publickey
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_publickey_10;
// System.Byte[] Mono.Security.X509.X509Certificate::signature
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signature_11;
// System.String Mono.Security.X509.X509Certificate::m_signaturealgo
String_t* ___m_signaturealgo_12;
// System.Byte[] Mono.Security.X509.X509Certificate::m_signaturealgoparams
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___m_signaturealgoparams_13;
// System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::_rsa
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * ____rsa_14;
// System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::_dsa
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * ____dsa_15;
// System.Int32 Mono.Security.X509.X509Certificate::version
int32_t ___version_16;
// System.Byte[] Mono.Security.X509.X509Certificate::serialnumber
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___serialnumber_17;
// System.Byte[] Mono.Security.X509.X509Certificate::issuerUniqueID
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___issuerUniqueID_18;
// System.Byte[] Mono.Security.X509.X509Certificate::subjectUniqueID
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___subjectUniqueID_19;
// Mono.Security.X509.X509ExtensionCollection Mono.Security.X509.X509Certificate::extensions
X509ExtensionCollection_t64150C4CB662DB5B4A434CC41C612FE573707D19 * ___extensions_20;
public:
inline static int32_t get_offset_of_decoder_0() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___decoder_0)); }
inline ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * get_decoder_0() const { return ___decoder_0; }
inline ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E ** get_address_of_decoder_0() { return &___decoder_0; }
inline void set_decoder_0(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * value)
{
___decoder_0 = value;
Il2CppCodeGenWriteBarrier((&___decoder_0), value);
}
inline static int32_t get_offset_of_m_encodedcert_1() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_encodedcert_1)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_encodedcert_1() const { return ___m_encodedcert_1; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_encodedcert_1() { return &___m_encodedcert_1; }
inline void set_m_encodedcert_1(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_encodedcert_1 = value;
Il2CppCodeGenWriteBarrier((&___m_encodedcert_1), value);
}
inline static int32_t get_offset_of_m_from_2() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_from_2)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_from_2() const { return ___m_from_2; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_from_2() { return &___m_from_2; }
inline void set_m_from_2(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_from_2 = value;
}
inline static int32_t get_offset_of_m_until_3() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_until_3)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_m_until_3() const { return ___m_until_3; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_m_until_3() { return &___m_until_3; }
inline void set_m_until_3(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___m_until_3 = value;
}
inline static int32_t get_offset_of_issuer_4() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___issuer_4)); }
inline ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * get_issuer_4() const { return ___issuer_4; }
inline ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E ** get_address_of_issuer_4() { return &___issuer_4; }
inline void set_issuer_4(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * value)
{
___issuer_4 = value;
Il2CppCodeGenWriteBarrier((&___issuer_4), value);
}
inline static int32_t get_offset_of_m_issuername_5() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_issuername_5)); }
inline String_t* get_m_issuername_5() const { return ___m_issuername_5; }
inline String_t** get_address_of_m_issuername_5() { return &___m_issuername_5; }
inline void set_m_issuername_5(String_t* value)
{
___m_issuername_5 = value;
Il2CppCodeGenWriteBarrier((&___m_issuername_5), value);
}
inline static int32_t get_offset_of_m_keyalgo_6() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_keyalgo_6)); }
inline String_t* get_m_keyalgo_6() const { return ___m_keyalgo_6; }
inline String_t** get_address_of_m_keyalgo_6() { return &___m_keyalgo_6; }
inline void set_m_keyalgo_6(String_t* value)
{
___m_keyalgo_6 = value;
Il2CppCodeGenWriteBarrier((&___m_keyalgo_6), value);
}
inline static int32_t get_offset_of_m_keyalgoparams_7() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_keyalgoparams_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_keyalgoparams_7() const { return ___m_keyalgoparams_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_keyalgoparams_7() { return &___m_keyalgoparams_7; }
inline void set_m_keyalgoparams_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_keyalgoparams_7 = value;
Il2CppCodeGenWriteBarrier((&___m_keyalgoparams_7), value);
}
inline static int32_t get_offset_of_subject_8() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___subject_8)); }
inline ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * get_subject_8() const { return ___subject_8; }
inline ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E ** get_address_of_subject_8() { return &___subject_8; }
inline void set_subject_8(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * value)
{
___subject_8 = value;
Il2CppCodeGenWriteBarrier((&___subject_8), value);
}
inline static int32_t get_offset_of_m_subject_9() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_subject_9)); }
inline String_t* get_m_subject_9() const { return ___m_subject_9; }
inline String_t** get_address_of_m_subject_9() { return &___m_subject_9; }
inline void set_m_subject_9(String_t* value)
{
___m_subject_9 = value;
Il2CppCodeGenWriteBarrier((&___m_subject_9), value);
}
inline static int32_t get_offset_of_m_publickey_10() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_publickey_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_publickey_10() const { return ___m_publickey_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_publickey_10() { return &___m_publickey_10; }
inline void set_m_publickey_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_publickey_10 = value;
Il2CppCodeGenWriteBarrier((&___m_publickey_10), value);
}
inline static int32_t get_offset_of_signature_11() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___signature_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signature_11() const { return ___signature_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signature_11() { return &___signature_11; }
inline void set_signature_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___signature_11 = value;
Il2CppCodeGenWriteBarrier((&___signature_11), value);
}
inline static int32_t get_offset_of_m_signaturealgo_12() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_signaturealgo_12)); }
inline String_t* get_m_signaturealgo_12() const { return ___m_signaturealgo_12; }
inline String_t** get_address_of_m_signaturealgo_12() { return &___m_signaturealgo_12; }
inline void set_m_signaturealgo_12(String_t* value)
{
___m_signaturealgo_12 = value;
Il2CppCodeGenWriteBarrier((&___m_signaturealgo_12), value);
}
inline static int32_t get_offset_of_m_signaturealgoparams_13() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___m_signaturealgoparams_13)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_m_signaturealgoparams_13() const { return ___m_signaturealgoparams_13; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_m_signaturealgoparams_13() { return &___m_signaturealgoparams_13; }
inline void set_m_signaturealgoparams_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___m_signaturealgoparams_13 = value;
Il2CppCodeGenWriteBarrier((&___m_signaturealgoparams_13), value);
}
inline static int32_t get_offset_of__rsa_14() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ____rsa_14)); }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * get__rsa_14() const { return ____rsa_14; }
inline RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 ** get_address_of__rsa_14() { return &____rsa_14; }
inline void set__rsa_14(RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * value)
{
____rsa_14 = value;
Il2CppCodeGenWriteBarrier((&____rsa_14), value);
}
inline static int32_t get_offset_of__dsa_15() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ____dsa_15)); }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * get__dsa_15() const { return ____dsa_15; }
inline DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF ** get_address_of__dsa_15() { return &____dsa_15; }
inline void set__dsa_15(DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * value)
{
____dsa_15 = value;
Il2CppCodeGenWriteBarrier((&____dsa_15), value);
}
inline static int32_t get_offset_of_version_16() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___version_16)); }
inline int32_t get_version_16() const { return ___version_16; }
inline int32_t* get_address_of_version_16() { return &___version_16; }
inline void set_version_16(int32_t value)
{
___version_16 = value;
}
inline static int32_t get_offset_of_serialnumber_17() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___serialnumber_17)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_serialnumber_17() const { return ___serialnumber_17; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_serialnumber_17() { return &___serialnumber_17; }
inline void set_serialnumber_17(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___serialnumber_17 = value;
Il2CppCodeGenWriteBarrier((&___serialnumber_17), value);
}
inline static int32_t get_offset_of_issuerUniqueID_18() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___issuerUniqueID_18)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_issuerUniqueID_18() const { return ___issuerUniqueID_18; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_issuerUniqueID_18() { return &___issuerUniqueID_18; }
inline void set_issuerUniqueID_18(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___issuerUniqueID_18 = value;
Il2CppCodeGenWriteBarrier((&___issuerUniqueID_18), value);
}
inline static int32_t get_offset_of_subjectUniqueID_19() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___subjectUniqueID_19)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_subjectUniqueID_19() const { return ___subjectUniqueID_19; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_subjectUniqueID_19() { return &___subjectUniqueID_19; }
inline void set_subjectUniqueID_19(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___subjectUniqueID_19 = value;
Il2CppCodeGenWriteBarrier((&___subjectUniqueID_19), value);
}
inline static int32_t get_offset_of_extensions_20() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B, ___extensions_20)); }
inline X509ExtensionCollection_t64150C4CB662DB5B4A434CC41C612FE573707D19 * get_extensions_20() const { return ___extensions_20; }
inline X509ExtensionCollection_t64150C4CB662DB5B4A434CC41C612FE573707D19 ** get_address_of_extensions_20() { return &___extensions_20; }
inline void set_extensions_20(X509ExtensionCollection_t64150C4CB662DB5B4A434CC41C612FE573707D19 * value)
{
___extensions_20 = value;
Il2CppCodeGenWriteBarrier((&___extensions_20), value);
}
};
struct X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B_StaticFields
{
public:
// System.String Mono.Security.X509.X509Certificate::encoding_error
String_t* ___encoding_error_21;
public:
inline static int32_t get_offset_of_encoding_error_21() { return static_cast<int32_t>(offsetof(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B_StaticFields, ___encoding_error_21)); }
inline String_t* get_encoding_error_21() const { return ___encoding_error_21; }
inline String_t** get_address_of_encoding_error_21() { return &___encoding_error_21; }
inline void set_encoding_error_21(String_t* value)
{
___encoding_error_21 = value;
Il2CppCodeGenWriteBarrier((&___encoding_error_21), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE_T592E2574612B2C554C7B707754AEC3B66A4B476B_H
#ifndef ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#define ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentException
struct ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.ArgumentException::m_paramName
String_t* ___m_paramName_17;
public:
inline static int32_t get_offset_of_m_paramName_17() { return static_cast<int32_t>(offsetof(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1, ___m_paramName_17)); }
inline String_t* get_m_paramName_17() const { return ___m_paramName_17; }
inline String_t** get_address_of_m_paramName_17() { return &___m_paramName_17; }
inline void set_m_paramName_17(String_t* value)
{
___m_paramName_17 = value;
Il2CppCodeGenWriteBarrier((&___m_paramName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTEXCEPTION_TEDCD16F20A09ECE461C3DA766C16EDA8864057D1_H
#ifndef HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#define HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Collections.Hashtable
struct Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 : public RuntimeObject
{
public:
// System.Collections.Hashtable_bucket[] System.Collections.Hashtable::buckets
bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* ___buckets_0;
// System.Int32 System.Collections.Hashtable::count
int32_t ___count_1;
// System.Int32 System.Collections.Hashtable::occupancy
int32_t ___occupancy_2;
// System.Int32 System.Collections.Hashtable::loadsize
int32_t ___loadsize_3;
// System.Single System.Collections.Hashtable::loadFactor
float ___loadFactor_4;
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::version
int32_t ___version_5;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::isWriterInProgress
bool ___isWriterInProgress_6;
// System.Collections.ICollection System.Collections.Hashtable::keys
RuntimeObject* ___keys_7;
// System.Collections.ICollection System.Collections.Hashtable::values
RuntimeObject* ___values_8;
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
RuntimeObject* ____keycomparer_9;
// System.Object System.Collections.Hashtable::_syncRoot
RuntimeObject * ____syncRoot_10;
public:
inline static int32_t get_offset_of_buckets_0() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___buckets_0)); }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* get_buckets_0() const { return ___buckets_0; }
inline bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A** get_address_of_buckets_0() { return &___buckets_0; }
inline void set_buckets_0(bucketU5BU5D_t6FF2C2C4B21F2206885CD19A78F68B874C8DC84A* value)
{
___buckets_0 = value;
Il2CppCodeGenWriteBarrier((&___buckets_0), value);
}
inline static int32_t get_offset_of_count_1() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___count_1)); }
inline int32_t get_count_1() const { return ___count_1; }
inline int32_t* get_address_of_count_1() { return &___count_1; }
inline void set_count_1(int32_t value)
{
___count_1 = value;
}
inline static int32_t get_offset_of_occupancy_2() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___occupancy_2)); }
inline int32_t get_occupancy_2() const { return ___occupancy_2; }
inline int32_t* get_address_of_occupancy_2() { return &___occupancy_2; }
inline void set_occupancy_2(int32_t value)
{
___occupancy_2 = value;
}
inline static int32_t get_offset_of_loadsize_3() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadsize_3)); }
inline int32_t get_loadsize_3() const { return ___loadsize_3; }
inline int32_t* get_address_of_loadsize_3() { return &___loadsize_3; }
inline void set_loadsize_3(int32_t value)
{
___loadsize_3 = value;
}
inline static int32_t get_offset_of_loadFactor_4() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___loadFactor_4)); }
inline float get_loadFactor_4() const { return ___loadFactor_4; }
inline float* get_address_of_loadFactor_4() { return &___loadFactor_4; }
inline void set_loadFactor_4(float value)
{
___loadFactor_4 = value;
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___version_5)); }
inline int32_t get_version_5() const { return ___version_5; }
inline int32_t* get_address_of_version_5() { return &___version_5; }
inline void set_version_5(int32_t value)
{
___version_5 = value;
}
inline static int32_t get_offset_of_isWriterInProgress_6() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___isWriterInProgress_6)); }
inline bool get_isWriterInProgress_6() const { return ___isWriterInProgress_6; }
inline bool* get_address_of_isWriterInProgress_6() { return &___isWriterInProgress_6; }
inline void set_isWriterInProgress_6(bool value)
{
___isWriterInProgress_6 = value;
}
inline static int32_t get_offset_of_keys_7() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___keys_7)); }
inline RuntimeObject* get_keys_7() const { return ___keys_7; }
inline RuntimeObject** get_address_of_keys_7() { return &___keys_7; }
inline void set_keys_7(RuntimeObject* value)
{
___keys_7 = value;
Il2CppCodeGenWriteBarrier((&___keys_7), value);
}
inline static int32_t get_offset_of_values_8() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ___values_8)); }
inline RuntimeObject* get_values_8() const { return ___values_8; }
inline RuntimeObject** get_address_of_values_8() { return &___values_8; }
inline void set_values_8(RuntimeObject* value)
{
___values_8 = value;
Il2CppCodeGenWriteBarrier((&___values_8), value);
}
inline static int32_t get_offset_of__keycomparer_9() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____keycomparer_9)); }
inline RuntimeObject* get__keycomparer_9() const { return ____keycomparer_9; }
inline RuntimeObject** get_address_of__keycomparer_9() { return &____keycomparer_9; }
inline void set__keycomparer_9(RuntimeObject* value)
{
____keycomparer_9 = value;
Il2CppCodeGenWriteBarrier((&____keycomparer_9), value);
}
inline static int32_t get_offset_of__syncRoot_10() { return static_cast<int32_t>(offsetof(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9, ____syncRoot_10)); }
inline RuntimeObject * get__syncRoot_10() const { return ____syncRoot_10; }
inline RuntimeObject ** get_address_of__syncRoot_10() { return &____syncRoot_10; }
inline void set__syncRoot_10(RuntimeObject * value)
{
____syncRoot_10 = value;
Il2CppCodeGenWriteBarrier((&____syncRoot_10), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HASHTABLE_T978F65B8006C8F5504B286526AEC6608FF983FC9_H
#ifndef DELEGATE_T_H
#define DELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Delegate
struct Delegate_t : public RuntimeObject
{
public:
// System.IntPtr System.Delegate::method_ptr
Il2CppMethodPointer ___method_ptr_0;
// System.IntPtr System.Delegate::invoke_impl
intptr_t ___invoke_impl_1;
// System.Object System.Delegate::m_target
RuntimeObject * ___m_target_2;
// System.IntPtr System.Delegate::method
intptr_t ___method_3;
// System.IntPtr System.Delegate::delegate_trampoline
intptr_t ___delegate_trampoline_4;
// System.IntPtr System.Delegate::extra_arg
intptr_t ___extra_arg_5;
// System.IntPtr System.Delegate::method_code
intptr_t ___method_code_6;
// System.Reflection.MethodInfo System.Delegate::method_info
MethodInfo_t * ___method_info_7;
// System.Reflection.MethodInfo System.Delegate::original_method_info
MethodInfo_t * ___original_method_info_8;
// System.DelegateData System.Delegate::data
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
// System.Boolean System.Delegate::method_is_virtual
bool ___method_is_virtual_10;
public:
inline static int32_t get_offset_of_method_ptr_0() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_ptr_0)); }
inline Il2CppMethodPointer get_method_ptr_0() const { return ___method_ptr_0; }
inline Il2CppMethodPointer* get_address_of_method_ptr_0() { return &___method_ptr_0; }
inline void set_method_ptr_0(Il2CppMethodPointer value)
{
___method_ptr_0 = value;
}
inline static int32_t get_offset_of_invoke_impl_1() { return static_cast<int32_t>(offsetof(Delegate_t, ___invoke_impl_1)); }
inline intptr_t get_invoke_impl_1() const { return ___invoke_impl_1; }
inline intptr_t* get_address_of_invoke_impl_1() { return &___invoke_impl_1; }
inline void set_invoke_impl_1(intptr_t value)
{
___invoke_impl_1 = value;
}
inline static int32_t get_offset_of_m_target_2() { return static_cast<int32_t>(offsetof(Delegate_t, ___m_target_2)); }
inline RuntimeObject * get_m_target_2() const { return ___m_target_2; }
inline RuntimeObject ** get_address_of_m_target_2() { return &___m_target_2; }
inline void set_m_target_2(RuntimeObject * value)
{
___m_target_2 = value;
Il2CppCodeGenWriteBarrier((&___m_target_2), value);
}
inline static int32_t get_offset_of_method_3() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_3)); }
inline intptr_t get_method_3() const { return ___method_3; }
inline intptr_t* get_address_of_method_3() { return &___method_3; }
inline void set_method_3(intptr_t value)
{
___method_3 = value;
}
inline static int32_t get_offset_of_delegate_trampoline_4() { return static_cast<int32_t>(offsetof(Delegate_t, ___delegate_trampoline_4)); }
inline intptr_t get_delegate_trampoline_4() const { return ___delegate_trampoline_4; }
inline intptr_t* get_address_of_delegate_trampoline_4() { return &___delegate_trampoline_4; }
inline void set_delegate_trampoline_4(intptr_t value)
{
___delegate_trampoline_4 = value;
}
inline static int32_t get_offset_of_extra_arg_5() { return static_cast<int32_t>(offsetof(Delegate_t, ___extra_arg_5)); }
inline intptr_t get_extra_arg_5() const { return ___extra_arg_5; }
inline intptr_t* get_address_of_extra_arg_5() { return &___extra_arg_5; }
inline void set_extra_arg_5(intptr_t value)
{
___extra_arg_5 = value;
}
inline static int32_t get_offset_of_method_code_6() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_code_6)); }
inline intptr_t get_method_code_6() const { return ___method_code_6; }
inline intptr_t* get_address_of_method_code_6() { return &___method_code_6; }
inline void set_method_code_6(intptr_t value)
{
___method_code_6 = value;
}
inline static int32_t get_offset_of_method_info_7() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_info_7)); }
inline MethodInfo_t * get_method_info_7() const { return ___method_info_7; }
inline MethodInfo_t ** get_address_of_method_info_7() { return &___method_info_7; }
inline void set_method_info_7(MethodInfo_t * value)
{
___method_info_7 = value;
Il2CppCodeGenWriteBarrier((&___method_info_7), value);
}
inline static int32_t get_offset_of_original_method_info_8() { return static_cast<int32_t>(offsetof(Delegate_t, ___original_method_info_8)); }
inline MethodInfo_t * get_original_method_info_8() const { return ___original_method_info_8; }
inline MethodInfo_t ** get_address_of_original_method_info_8() { return &___original_method_info_8; }
inline void set_original_method_info_8(MethodInfo_t * value)
{
___original_method_info_8 = value;
Il2CppCodeGenWriteBarrier((&___original_method_info_8), value);
}
inline static int32_t get_offset_of_data_9() { return static_cast<int32_t>(offsetof(Delegate_t, ___data_9)); }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * get_data_9() const { return ___data_9; }
inline DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE ** get_address_of_data_9() { return &___data_9; }
inline void set_data_9(DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * value)
{
___data_9 = value;
Il2CppCodeGenWriteBarrier((&___data_9), value);
}
inline static int32_t get_offset_of_method_is_virtual_10() { return static_cast<int32_t>(offsetof(Delegate_t, ___method_is_virtual_10)); }
inline bool get_method_is_virtual_10() const { return ___method_is_virtual_10; }
inline bool* get_address_of_method_is_virtual_10() { return &___method_is_virtual_10; }
inline void set_method_is_virtual_10(bool value)
{
___method_is_virtual_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Delegate
struct Delegate_t_marshaled_pinvoke
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
// Native definition for COM marshalling of System.Delegate
struct Delegate_t_marshaled_com
{
intptr_t ___method_ptr_0;
intptr_t ___invoke_impl_1;
Il2CppIUnknown* ___m_target_2;
intptr_t ___method_3;
intptr_t ___delegate_trampoline_4;
intptr_t ___extra_arg_5;
intptr_t ___method_code_6;
MethodInfo_t * ___method_info_7;
MethodInfo_t * ___original_method_info_8;
DelegateData_t1BF9F691B56DAE5F8C28C5E084FDE94F15F27BBE * ___data_9;
int32_t ___method_is_virtual_10;
};
#endif // DELEGATE_T_H
#ifndef NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#define NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberStyles
struct NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592
{
public:
// System.Int32 System.Globalization.NumberStyles::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NumberStyles_tB0ADA2D9CCAA236331AED14C42BE5832B2351592, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERSTYLES_TB0ADA2D9CCAA236331AED14C42BE5832B2351592_H
#ifndef IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#define IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.IOException
struct IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.IO.IOException::_maybeFullPath
String_t* ____maybeFullPath_17;
public:
inline static int32_t get_offset_of__maybeFullPath_17() { return static_cast<int32_t>(offsetof(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA, ____maybeFullPath_17)); }
inline String_t* get__maybeFullPath_17() const { return ____maybeFullPath_17; }
inline String_t** get_address_of__maybeFullPath_17() { return &____maybeFullPath_17; }
inline void set__maybeFullPath_17(String_t* value)
{
____maybeFullPath_17 = value;
Il2CppCodeGenWriteBarrier((&____maybeFullPath_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IOEXCEPTION_T60E052020EDE4D3075F57A1DCC224FF8864354BA_H
#ifndef MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H
#define MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.MemoryStream
struct MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Byte[] System.IO.MemoryStream::_buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____buffer_4;
// System.Int32 System.IO.MemoryStream::_origin
int32_t ____origin_5;
// System.Int32 System.IO.MemoryStream::_position
int32_t ____position_6;
// System.Int32 System.IO.MemoryStream::_length
int32_t ____length_7;
// System.Int32 System.IO.MemoryStream::_capacity
int32_t ____capacity_8;
// System.Boolean System.IO.MemoryStream::_expandable
bool ____expandable_9;
// System.Boolean System.IO.MemoryStream::_writable
bool ____writable_10;
// System.Boolean System.IO.MemoryStream::_exposable
bool ____exposable_11;
// System.Boolean System.IO.MemoryStream::_isOpen
bool ____isOpen_12;
// System.Threading.Tasks.Task`1<System.Int32> System.IO.MemoryStream::_lastReadTask
Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * ____lastReadTask_13;
public:
inline static int32_t get_offset_of__buffer_4() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____buffer_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__buffer_4() const { return ____buffer_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__buffer_4() { return &____buffer_4; }
inline void set__buffer_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____buffer_4 = value;
Il2CppCodeGenWriteBarrier((&____buffer_4), value);
}
inline static int32_t get_offset_of__origin_5() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____origin_5)); }
inline int32_t get__origin_5() const { return ____origin_5; }
inline int32_t* get_address_of__origin_5() { return &____origin_5; }
inline void set__origin_5(int32_t value)
{
____origin_5 = value;
}
inline static int32_t get_offset_of__position_6() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____position_6)); }
inline int32_t get__position_6() const { return ____position_6; }
inline int32_t* get_address_of__position_6() { return &____position_6; }
inline void set__position_6(int32_t value)
{
____position_6 = value;
}
inline static int32_t get_offset_of__length_7() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____length_7)); }
inline int32_t get__length_7() const { return ____length_7; }
inline int32_t* get_address_of__length_7() { return &____length_7; }
inline void set__length_7(int32_t value)
{
____length_7 = value;
}
inline static int32_t get_offset_of__capacity_8() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____capacity_8)); }
inline int32_t get__capacity_8() const { return ____capacity_8; }
inline int32_t* get_address_of__capacity_8() { return &____capacity_8; }
inline void set__capacity_8(int32_t value)
{
____capacity_8 = value;
}
inline static int32_t get_offset_of__expandable_9() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____expandable_9)); }
inline bool get__expandable_9() const { return ____expandable_9; }
inline bool* get_address_of__expandable_9() { return &____expandable_9; }
inline void set__expandable_9(bool value)
{
____expandable_9 = value;
}
inline static int32_t get_offset_of__writable_10() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____writable_10)); }
inline bool get__writable_10() const { return ____writable_10; }
inline bool* get_address_of__writable_10() { return &____writable_10; }
inline void set__writable_10(bool value)
{
____writable_10 = value;
}
inline static int32_t get_offset_of__exposable_11() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____exposable_11)); }
inline bool get__exposable_11() const { return ____exposable_11; }
inline bool* get_address_of__exposable_11() { return &____exposable_11; }
inline void set__exposable_11(bool value)
{
____exposable_11 = value;
}
inline static int32_t get_offset_of__isOpen_12() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____isOpen_12)); }
inline bool get__isOpen_12() const { return ____isOpen_12; }
inline bool* get_address_of__isOpen_12() { return &____isOpen_12; }
inline void set__isOpen_12(bool value)
{
____isOpen_12 = value;
}
inline static int32_t get_offset_of__lastReadTask_13() { return static_cast<int32_t>(offsetof(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C, ____lastReadTask_13)); }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * get__lastReadTask_13() const { return ____lastReadTask_13; }
inline Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 ** get_address_of__lastReadTask_13() { return &____lastReadTask_13; }
inline void set__lastReadTask_13(Task_1_t640F0CBB720BB9CD14B90B7B81624471A9F56D87 * value)
{
____lastReadTask_13 = value;
Il2CppCodeGenWriteBarrier((&____lastReadTask_13), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MEMORYSTREAM_T495F44B85E6B4DDE2BB7E17DE963256A74E2298C_H
#ifndef SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H
#define SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.IO.SeekOrigin
struct SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3
{
public:
// System.Int32 System.IO.SeekOrigin::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SeekOrigin_tAC0AF155E3D8B36359FAD8A95FACA23169D55BB3, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SEEKORIGIN_TAC0AF155E3D8B36359FAD8A95FACA23169D55BB3_H
#ifndef INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#define INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.InvalidOperationException
struct InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INVALIDOPERATIONEXCEPTION_T0530E734D823F78310CAFAFA424CA5164D93A1F1_H
#ifndef REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H
#define REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCacheLevel
struct RequestCacheLevel_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHELEVEL_TB7692FD08BFC2E0F0CDB6499F58D77BEFD576D8B_H
#ifndef DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#define DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.DecompressionMethods
struct DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D
{
public:
// System.Int32 System.Net.DecompressionMethods::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(DecompressionMethods_t828950DA24A3D2B4A635E51125685CDB629ED51D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DECOMPRESSIONMETHODS_T828950DA24A3D2B4A635E51125685CDB629ED51D_H
#ifndef HTTPREQUESTHEADER_T796D2FA1B84E45F31604A0BE5DE90CAE66712654_H
#define HTTPREQUESTHEADER_T796D2FA1B84E45F31604A0BE5DE90CAE66712654_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpRequestHeader
struct HttpRequestHeader_t796D2FA1B84E45F31604A0BE5DE90CAE66712654
{
public:
// System.Int32 System.Net.HttpRequestHeader::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HttpRequestHeader_t796D2FA1B84E45F31604A0BE5DE90CAE66712654, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPREQUESTHEADER_T796D2FA1B84E45F31604A0BE5DE90CAE66712654_H
#ifndef HTTPSTATUSCODE_TEEC31491D56EE5BDB252F07906878274FD22AC0C_H
#define HTTPSTATUSCODE_TEEC31491D56EE5BDB252F07906878274FD22AC0C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpStatusCode
struct HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C
{
public:
// System.Int32 System.Net.HttpStatusCode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(HttpStatusCode_tEEC31491D56EE5BDB252F07906878274FD22AC0C, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPSTATUSCODE_TEEC31491D56EE5BDB252F07906878274FD22AC0C_H
#ifndef NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#define NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest_NtlmAuthState
struct NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83
{
public:
// System.Int32 System.Net.HttpWebRequest_NtlmAuthState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NtlmAuthState_tF501EE09345DFAE6FD7B4D8EBBE77292514DFA83, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NTLMAUTHSTATE_TF501EE09345DFAE6FD7B4D8EBBE77292514DFA83_H
#ifndef INTERNALEXCEPTION_T1460C350125DE6268459D2F27DFF588AE88F2AA0_H
#define INTERNALEXCEPTION_T1460C350125DE6268459D2F27DFF588AE88F2AA0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.InternalException
struct InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // INTERNALEXCEPTION_T1460C350125DE6268459D2F27DFF588AE88F2AA0_H
#ifndef STATE_T9575019D3583B1A375418BD20391992F28C37967_H
#define STATE_T9575019D3583B1A375418BD20391992F28C37967_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.MonoChunkStream_State
struct State_t9575019D3583B1A375418BD20391992F28C37967
{
public:
// System.Int32 System.Net.MonoChunkStream_State::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(State_t9575019D3583B1A375418BD20391992F28C37967, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STATE_T9575019D3583B1A375418BD20391992F28C37967_H
#ifndef READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H
#define READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ReadState
struct ReadState_t4A38DE8AC8A5473133060405B3A00021D4422114
{
public:
// System.Int32 System.Net.ReadState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ReadState_t4A38DE8AC8A5473133060405B3A00021D4422114, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // READSTATE_T4A38DE8AC8A5473133060405B3A00021D4422114_H
#ifndef AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#define AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Security.AuthenticationLevel
struct AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B
{
public:
// System.Int32 System.Net.Security.AuthenticationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AuthenticationLevel_tC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTHENTICATIONLEVEL_TC0FE8B3A1A9C4F39798DD6F6C024078BB137F52B_H
#ifndef SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#define SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ServicePoint
struct ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 : public RuntimeObject
{
public:
// System.Uri System.Net.ServicePoint::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_0;
// System.Int32 System.Net.ServicePoint::connectionLimit
int32_t ___connectionLimit_1;
// System.Int32 System.Net.ServicePoint::maxIdleTime
int32_t ___maxIdleTime_2;
// System.Int32 System.Net.ServicePoint::currentConnections
int32_t ___currentConnections_3;
// System.DateTime System.Net.ServicePoint::idleSince
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_4;
// System.DateTime System.Net.ServicePoint::lastDnsResolve
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___lastDnsResolve_5;
// System.Version System.Net.ServicePoint::protocolVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___protocolVersion_6;
// System.Net.IPHostEntry System.Net.ServicePoint::host
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ___host_7;
// System.Boolean System.Net.ServicePoint::usesProxy
bool ___usesProxy_8;
// System.Collections.Generic.Dictionary`2<System.String,System.Net.WebConnectionGroup> System.Net.ServicePoint::groups
Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * ___groups_9;
// System.Boolean System.Net.ServicePoint::sendContinue
bool ___sendContinue_10;
// System.Boolean System.Net.ServicePoint::useConnect
bool ___useConnect_11;
// System.Object System.Net.ServicePoint::hostE
RuntimeObject * ___hostE_12;
// System.Boolean System.Net.ServicePoint::useNagle
bool ___useNagle_13;
// System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback
BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * ___endPointCallback_14;
// System.Boolean System.Net.ServicePoint::tcp_keepalive
bool ___tcp_keepalive_15;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_time
int32_t ___tcp_keepalive_time_16;
// System.Int32 System.Net.ServicePoint::tcp_keepalive_interval
int32_t ___tcp_keepalive_interval_17;
// System.Threading.Timer System.Net.ServicePoint::idleTimer
Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * ___idleTimer_18;
// System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes
RuntimeObject * ___m_ServerCertificateOrBytes_19;
// System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes
RuntimeObject * ___m_ClientCertificateOrBytes_20;
public:
inline static int32_t get_offset_of_uri_0() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___uri_0)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_0() const { return ___uri_0; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_0() { return &___uri_0; }
inline void set_uri_0(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_0 = value;
Il2CppCodeGenWriteBarrier((&___uri_0), value);
}
inline static int32_t get_offset_of_connectionLimit_1() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___connectionLimit_1)); }
inline int32_t get_connectionLimit_1() const { return ___connectionLimit_1; }
inline int32_t* get_address_of_connectionLimit_1() { return &___connectionLimit_1; }
inline void set_connectionLimit_1(int32_t value)
{
___connectionLimit_1 = value;
}
inline static int32_t get_offset_of_maxIdleTime_2() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___maxIdleTime_2)); }
inline int32_t get_maxIdleTime_2() const { return ___maxIdleTime_2; }
inline int32_t* get_address_of_maxIdleTime_2() { return &___maxIdleTime_2; }
inline void set_maxIdleTime_2(int32_t value)
{
___maxIdleTime_2 = value;
}
inline static int32_t get_offset_of_currentConnections_3() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___currentConnections_3)); }
inline int32_t get_currentConnections_3() const { return ___currentConnections_3; }
inline int32_t* get_address_of_currentConnections_3() { return &___currentConnections_3; }
inline void set_currentConnections_3(int32_t value)
{
___currentConnections_3 = value;
}
inline static int32_t get_offset_of_idleSince_4() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleSince_4)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_4() const { return ___idleSince_4; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_4() { return &___idleSince_4; }
inline void set_idleSince_4(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___idleSince_4 = value;
}
inline static int32_t get_offset_of_lastDnsResolve_5() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___lastDnsResolve_5)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_lastDnsResolve_5() const { return ___lastDnsResolve_5; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_lastDnsResolve_5() { return &___lastDnsResolve_5; }
inline void set_lastDnsResolve_5(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___lastDnsResolve_5 = value;
}
inline static int32_t get_offset_of_protocolVersion_6() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___protocolVersion_6)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_protocolVersion_6() const { return ___protocolVersion_6; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_protocolVersion_6() { return &___protocolVersion_6; }
inline void set_protocolVersion_6(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___protocolVersion_6 = value;
Il2CppCodeGenWriteBarrier((&___protocolVersion_6), value);
}
inline static int32_t get_offset_of_host_7() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___host_7)); }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * get_host_7() const { return ___host_7; }
inline IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D ** get_address_of_host_7() { return &___host_7; }
inline void set_host_7(IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * value)
{
___host_7 = value;
Il2CppCodeGenWriteBarrier((&___host_7), value);
}
inline static int32_t get_offset_of_usesProxy_8() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___usesProxy_8)); }
inline bool get_usesProxy_8() const { return ___usesProxy_8; }
inline bool* get_address_of_usesProxy_8() { return &___usesProxy_8; }
inline void set_usesProxy_8(bool value)
{
___usesProxy_8 = value;
}
inline static int32_t get_offset_of_groups_9() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___groups_9)); }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * get_groups_9() const { return ___groups_9; }
inline Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 ** get_address_of_groups_9() { return &___groups_9; }
inline void set_groups_9(Dictionary_2_t4CAF579D576CCEDF0310DD80EFB19ACBE04267D8 * value)
{
___groups_9 = value;
Il2CppCodeGenWriteBarrier((&___groups_9), value);
}
inline static int32_t get_offset_of_sendContinue_10() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___sendContinue_10)); }
inline bool get_sendContinue_10() const { return ___sendContinue_10; }
inline bool* get_address_of_sendContinue_10() { return &___sendContinue_10; }
inline void set_sendContinue_10(bool value)
{
___sendContinue_10 = value;
}
inline static int32_t get_offset_of_useConnect_11() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useConnect_11)); }
inline bool get_useConnect_11() const { return ___useConnect_11; }
inline bool* get_address_of_useConnect_11() { return &___useConnect_11; }
inline void set_useConnect_11(bool value)
{
___useConnect_11 = value;
}
inline static int32_t get_offset_of_hostE_12() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___hostE_12)); }
inline RuntimeObject * get_hostE_12() const { return ___hostE_12; }
inline RuntimeObject ** get_address_of_hostE_12() { return &___hostE_12; }
inline void set_hostE_12(RuntimeObject * value)
{
___hostE_12 = value;
Il2CppCodeGenWriteBarrier((&___hostE_12), value);
}
inline static int32_t get_offset_of_useNagle_13() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___useNagle_13)); }
inline bool get_useNagle_13() const { return ___useNagle_13; }
inline bool* get_address_of_useNagle_13() { return &___useNagle_13; }
inline void set_useNagle_13(bool value)
{
___useNagle_13 = value;
}
inline static int32_t get_offset_of_endPointCallback_14() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___endPointCallback_14)); }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * get_endPointCallback_14() const { return ___endPointCallback_14; }
inline BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 ** get_address_of_endPointCallback_14() { return &___endPointCallback_14; }
inline void set_endPointCallback_14(BindIPEndPoint_t6B179B1AD32AF233C8C8E6440DFEF78153A851B9 * value)
{
___endPointCallback_14 = value;
Il2CppCodeGenWriteBarrier((&___endPointCallback_14), value);
}
inline static int32_t get_offset_of_tcp_keepalive_15() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_15)); }
inline bool get_tcp_keepalive_15() const { return ___tcp_keepalive_15; }
inline bool* get_address_of_tcp_keepalive_15() { return &___tcp_keepalive_15; }
inline void set_tcp_keepalive_15(bool value)
{
___tcp_keepalive_15 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_time_16() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_time_16)); }
inline int32_t get_tcp_keepalive_time_16() const { return ___tcp_keepalive_time_16; }
inline int32_t* get_address_of_tcp_keepalive_time_16() { return &___tcp_keepalive_time_16; }
inline void set_tcp_keepalive_time_16(int32_t value)
{
___tcp_keepalive_time_16 = value;
}
inline static int32_t get_offset_of_tcp_keepalive_interval_17() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___tcp_keepalive_interval_17)); }
inline int32_t get_tcp_keepalive_interval_17() const { return ___tcp_keepalive_interval_17; }
inline int32_t* get_address_of_tcp_keepalive_interval_17() { return &___tcp_keepalive_interval_17; }
inline void set_tcp_keepalive_interval_17(int32_t value)
{
___tcp_keepalive_interval_17 = value;
}
inline static int32_t get_offset_of_idleTimer_18() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___idleTimer_18)); }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * get_idleTimer_18() const { return ___idleTimer_18; }
inline Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 ** get_address_of_idleTimer_18() { return &___idleTimer_18; }
inline void set_idleTimer_18(Timer_t67FAB8E41573B4FA09CA56AE30725AF4297C2553 * value)
{
___idleTimer_18 = value;
Il2CppCodeGenWriteBarrier((&___idleTimer_18), value);
}
inline static int32_t get_offset_of_m_ServerCertificateOrBytes_19() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ServerCertificateOrBytes_19)); }
inline RuntimeObject * get_m_ServerCertificateOrBytes_19() const { return ___m_ServerCertificateOrBytes_19; }
inline RuntimeObject ** get_address_of_m_ServerCertificateOrBytes_19() { return &___m_ServerCertificateOrBytes_19; }
inline void set_m_ServerCertificateOrBytes_19(RuntimeObject * value)
{
___m_ServerCertificateOrBytes_19 = value;
Il2CppCodeGenWriteBarrier((&___m_ServerCertificateOrBytes_19), value);
}
inline static int32_t get_offset_of_m_ClientCertificateOrBytes_20() { return static_cast<int32_t>(offsetof(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4, ___m_ClientCertificateOrBytes_20)); }
inline RuntimeObject * get_m_ClientCertificateOrBytes_20() const { return ___m_ClientCertificateOrBytes_20; }
inline RuntimeObject ** get_address_of_m_ClientCertificateOrBytes_20() { return &___m_ClientCertificateOrBytes_20; }
inline void set_m_ClientCertificateOrBytes_20(RuntimeObject * value)
{
___m_ClientCertificateOrBytes_20 = value;
Il2CppCodeGenWriteBarrier((&___m_ClientCertificateOrBytes_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SERVICEPOINT_T5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4_H
#ifndef SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H
#define SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SimpleAsyncResult
struct SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 : public RuntimeObject
{
public:
// System.Threading.ManualResetEvent System.Net.SimpleAsyncResult::handle
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___handle_0;
// System.Boolean System.Net.SimpleAsyncResult::synch
bool ___synch_1;
// System.Boolean System.Net.SimpleAsyncResult::isCompleted
bool ___isCompleted_2;
// System.Net.SimpleAsyncCallback System.Net.SimpleAsyncResult::cb
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___cb_3;
// System.Object System.Net.SimpleAsyncResult::state
RuntimeObject * ___state_4;
// System.Boolean System.Net.SimpleAsyncResult::callbackDone
bool ___callbackDone_5;
// System.Exception System.Net.SimpleAsyncResult::exc
Exception_t * ___exc_6;
// System.Object System.Net.SimpleAsyncResult::locker
RuntimeObject * ___locker_7;
// System.Nullable`1<System.Boolean> System.Net.SimpleAsyncResult::user_read_synch
Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 ___user_read_synch_8;
public:
inline static int32_t get_offset_of_handle_0() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___handle_0)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_handle_0() const { return ___handle_0; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_handle_0() { return &___handle_0; }
inline void set_handle_0(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___handle_0 = value;
Il2CppCodeGenWriteBarrier((&___handle_0), value);
}
inline static int32_t get_offset_of_synch_1() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___synch_1)); }
inline bool get_synch_1() const { return ___synch_1; }
inline bool* get_address_of_synch_1() { return &___synch_1; }
inline void set_synch_1(bool value)
{
___synch_1 = value;
}
inline static int32_t get_offset_of_isCompleted_2() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___isCompleted_2)); }
inline bool get_isCompleted_2() const { return ___isCompleted_2; }
inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; }
inline void set_isCompleted_2(bool value)
{
___isCompleted_2 = value;
}
inline static int32_t get_offset_of_cb_3() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___cb_3)); }
inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * get_cb_3() const { return ___cb_3; }
inline SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F ** get_address_of_cb_3() { return &___cb_3; }
inline void set_cb_3(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * value)
{
___cb_3 = value;
Il2CppCodeGenWriteBarrier((&___cb_3), value);
}
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___state_4)); }
inline RuntimeObject * get_state_4() const { return ___state_4; }
inline RuntimeObject ** get_address_of_state_4() { return &___state_4; }
inline void set_state_4(RuntimeObject * value)
{
___state_4 = value;
Il2CppCodeGenWriteBarrier((&___state_4), value);
}
inline static int32_t get_offset_of_callbackDone_5() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___callbackDone_5)); }
inline bool get_callbackDone_5() const { return ___callbackDone_5; }
inline bool* get_address_of_callbackDone_5() { return &___callbackDone_5; }
inline void set_callbackDone_5(bool value)
{
___callbackDone_5 = value;
}
inline static int32_t get_offset_of_exc_6() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___exc_6)); }
inline Exception_t * get_exc_6() const { return ___exc_6; }
inline Exception_t ** get_address_of_exc_6() { return &___exc_6; }
inline void set_exc_6(Exception_t * value)
{
___exc_6 = value;
Il2CppCodeGenWriteBarrier((&___exc_6), value);
}
inline static int32_t get_offset_of_locker_7() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___locker_7)); }
inline RuntimeObject * get_locker_7() const { return ___locker_7; }
inline RuntimeObject ** get_address_of_locker_7() { return &___locker_7; }
inline void set_locker_7(RuntimeObject * value)
{
___locker_7 = value;
Il2CppCodeGenWriteBarrier((&___locker_7), value);
}
inline static int32_t get_offset_of_user_read_synch_8() { return static_cast<int32_t>(offsetof(SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6, ___user_read_synch_8)); }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 get_user_read_synch_8() const { return ___user_read_synch_8; }
inline Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 * get_address_of_user_read_synch_8() { return &___user_read_synch_8; }
inline void set_user_read_synch_8(Nullable_1_t9E6A67BECE376F0623B5C857F5674A0311C41793 value)
{
___user_read_synch_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIMPLEASYNCRESULT_TA572851810F8E279EE9E5378A6D9A538B1822FC6_H
#ifndef ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H
#define ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.AddressFamily
struct AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E
{
public:
// System.Int32 System.Net.Sockets.AddressFamily::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AddressFamily_tFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ADDRESSFAMILY_TFA4F79FA7F299EBDF507F4811E6E5C3EEBF0850E_H
#ifndef NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H
#define NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.NetworkStream
struct NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Net.Sockets.Socket System.Net.Sockets.NetworkStream::m_StreamSocket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___m_StreamSocket_4;
// System.Boolean System.Net.Sockets.NetworkStream::m_Readable
bool ___m_Readable_5;
// System.Boolean System.Net.Sockets.NetworkStream::m_Writeable
bool ___m_Writeable_6;
// System.Boolean System.Net.Sockets.NetworkStream::m_OwnsSocket
bool ___m_OwnsSocket_7;
// System.Int32 System.Net.Sockets.NetworkStream::m_CloseTimeout
int32_t ___m_CloseTimeout_8;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.NetworkStream::m_CleanedUp
bool ___m_CleanedUp_9;
// System.Int32 System.Net.Sockets.NetworkStream::m_CurrentReadTimeout
int32_t ___m_CurrentReadTimeout_10;
// System.Int32 System.Net.Sockets.NetworkStream::m_CurrentWriteTimeout
int32_t ___m_CurrentWriteTimeout_11;
public:
inline static int32_t get_offset_of_m_StreamSocket_4() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_StreamSocket_4)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_m_StreamSocket_4() const { return ___m_StreamSocket_4; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_m_StreamSocket_4() { return &___m_StreamSocket_4; }
inline void set_m_StreamSocket_4(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___m_StreamSocket_4 = value;
Il2CppCodeGenWriteBarrier((&___m_StreamSocket_4), value);
}
inline static int32_t get_offset_of_m_Readable_5() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Readable_5)); }
inline bool get_m_Readable_5() const { return ___m_Readable_5; }
inline bool* get_address_of_m_Readable_5() { return &___m_Readable_5; }
inline void set_m_Readable_5(bool value)
{
___m_Readable_5 = value;
}
inline static int32_t get_offset_of_m_Writeable_6() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_Writeable_6)); }
inline bool get_m_Writeable_6() const { return ___m_Writeable_6; }
inline bool* get_address_of_m_Writeable_6() { return &___m_Writeable_6; }
inline void set_m_Writeable_6(bool value)
{
___m_Writeable_6 = value;
}
inline static int32_t get_offset_of_m_OwnsSocket_7() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_OwnsSocket_7)); }
inline bool get_m_OwnsSocket_7() const { return ___m_OwnsSocket_7; }
inline bool* get_address_of_m_OwnsSocket_7() { return &___m_OwnsSocket_7; }
inline void set_m_OwnsSocket_7(bool value)
{
___m_OwnsSocket_7 = value;
}
inline static int32_t get_offset_of_m_CloseTimeout_8() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CloseTimeout_8)); }
inline int32_t get_m_CloseTimeout_8() const { return ___m_CloseTimeout_8; }
inline int32_t* get_address_of_m_CloseTimeout_8() { return &___m_CloseTimeout_8; }
inline void set_m_CloseTimeout_8(int32_t value)
{
___m_CloseTimeout_8 = value;
}
inline static int32_t get_offset_of_m_CleanedUp_9() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CleanedUp_9)); }
inline bool get_m_CleanedUp_9() const { return ___m_CleanedUp_9; }
inline bool* get_address_of_m_CleanedUp_9() { return &___m_CleanedUp_9; }
inline void set_m_CleanedUp_9(bool value)
{
___m_CleanedUp_9 = value;
}
inline static int32_t get_offset_of_m_CurrentReadTimeout_10() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentReadTimeout_10)); }
inline int32_t get_m_CurrentReadTimeout_10() const { return ___m_CurrentReadTimeout_10; }
inline int32_t* get_address_of_m_CurrentReadTimeout_10() { return &___m_CurrentReadTimeout_10; }
inline void set_m_CurrentReadTimeout_10(int32_t value)
{
___m_CurrentReadTimeout_10 = value;
}
inline static int32_t get_offset_of_m_CurrentWriteTimeout_11() { return static_cast<int32_t>(offsetof(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA, ___m_CurrentWriteTimeout_11)); }
inline int32_t get_m_CurrentWriteTimeout_11() const { return ___m_CurrentWriteTimeout_11; }
inline int32_t* get_address_of_m_CurrentWriteTimeout_11() { return &___m_CurrentWriteTimeout_11; }
inline void set_m_CurrentWriteTimeout_11(int32_t value)
{
___m_CurrentWriteTimeout_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NETWORKSTREAM_T362D0CD0C74C2F5CBD02905C9422E4240872ADCA_H
#ifndef PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H
#define PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.ProtocolType
struct ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD
{
public:
// System.Int32 System.Net.Sockets.ProtocolType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ProtocolType_t20E72BC88D85E41793731DC987F8F04F312D66DD, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROTOCOLTYPE_T20E72BC88D85E41793731DC987F8F04F312D66DD_H
#ifndef SELECTMODE_T384C0C7786507E841593ADDA6785DF0001C06B7B_H
#define SELECTMODE_T384C0C7786507E841593ADDA6785DF0001C06B7B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SelectMode
struct SelectMode_t384C0C7786507E841593ADDA6785DF0001C06B7B
{
public:
// System.Int32 System.Net.Sockets.SelectMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SelectMode_t384C0C7786507E841593ADDA6785DF0001C06B7B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SELECTMODE_T384C0C7786507E841593ADDA6785DF0001C06B7B_H
#ifndef SOCKETERROR_T0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_H
#define SOCKETERROR_T0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketError
struct SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7
{
public:
// System.Int32 System.Net.Sockets.SocketError::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketError_t0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETERROR_T0157BEC7F0A26C8FC31D392B2B7C6CFCD695D5E7_H
#ifndef SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H
#define SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketType
struct SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775
{
public:
// System.Int32 System.Net.Sockets.SocketType::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(SocketType_tCD56A18D4C7B43BF166E5C8B4B456BD646DF5775, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETTYPE_TCD56A18D4C7B43BF166E5C8B4B456BD646DF5775_H
#ifndef NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H
#define NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnection_NtlmAuthState
struct NtlmAuthState_tEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D
{
public:
// System.Int32 System.Net.WebConnection_NtlmAuthState::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(NtlmAuthState_tEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NTLMAUTHSTATE_TEDDC6AC65C3D7223EB1A1360D852CDEA2F3A251D_H
#ifndef CONNECTIONSTATE_T9EAE3917A0743B4C6D40669D7B2BBE799490A0C6_H
#define CONNECTIONSTATE_T9EAE3917A0743B4C6D40669D7B2BBE799490A0C6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionGroup_ConnectionState
struct ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 : public RuntimeObject
{
public:
// System.Net.WebConnection System.Net.WebConnectionGroup_ConnectionState::<Connection>k__BackingField
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___U3CConnectionU3Ek__BackingField_0;
// System.Net.WebConnectionGroup System.Net.WebConnectionGroup_ConnectionState::<Group>k__BackingField
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___U3CGroupU3Ek__BackingField_1;
// System.Boolean System.Net.WebConnectionGroup_ConnectionState::busy
bool ___busy_2;
// System.DateTime System.Net.WebConnectionGroup_ConnectionState::idleSince
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___idleSince_3;
public:
inline static int32_t get_offset_of_U3CConnectionU3Ek__BackingField_0() { return static_cast<int32_t>(offsetof(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6, ___U3CConnectionU3Ek__BackingField_0)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_U3CConnectionU3Ek__BackingField_0() const { return ___U3CConnectionU3Ek__BackingField_0; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_U3CConnectionU3Ek__BackingField_0() { return &___U3CConnectionU3Ek__BackingField_0; }
inline void set_U3CConnectionU3Ek__BackingField_0(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___U3CConnectionU3Ek__BackingField_0 = value;
Il2CppCodeGenWriteBarrier((&___U3CConnectionU3Ek__BackingField_0), value);
}
inline static int32_t get_offset_of_U3CGroupU3Ek__BackingField_1() { return static_cast<int32_t>(offsetof(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6, ___U3CGroupU3Ek__BackingField_1)); }
inline WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * get_U3CGroupU3Ek__BackingField_1() const { return ___U3CGroupU3Ek__BackingField_1; }
inline WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F ** get_address_of_U3CGroupU3Ek__BackingField_1() { return &___U3CGroupU3Ek__BackingField_1; }
inline void set_U3CGroupU3Ek__BackingField_1(WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * value)
{
___U3CGroupU3Ek__BackingField_1 = value;
Il2CppCodeGenWriteBarrier((&___U3CGroupU3Ek__BackingField_1), value);
}
inline static int32_t get_offset_of_busy_2() { return static_cast<int32_t>(offsetof(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6, ___busy_2)); }
inline bool get_busy_2() const { return ___busy_2; }
inline bool* get_address_of_busy_2() { return &___busy_2; }
inline void set_busy_2(bool value)
{
___busy_2 = value;
}
inline static int32_t get_offset_of_idleSince_3() { return static_cast<int32_t>(offsetof(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6, ___idleSince_3)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_idleSince_3() const { return ___idleSince_3; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_idleSince_3() { return &___idleSince_3; }
inline void set_idleSince_3(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___idleSince_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CONNECTIONSTATE_T9EAE3917A0743B4C6D40669D7B2BBE799490A0C6_H
#ifndef WEBCONNECTIONSTREAM_T537F33BF6D8999D67791D02F8E6DE6448F2A31FC_H
#define WEBCONNECTIONSTREAM_T537F33BF6D8999D67791D02F8E6DE6448F2A31FC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionStream
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC : public Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7
{
public:
// System.Boolean System.Net.WebConnectionStream::isRead
bool ___isRead_5;
// System.Net.WebConnection System.Net.WebConnectionStream::cnc
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc_6;
// System.Net.HttpWebRequest System.Net.WebConnectionStream::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_7;
// System.Byte[] System.Net.WebConnectionStream::readBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___readBuffer_8;
// System.Int32 System.Net.WebConnectionStream::readBufferOffset
int32_t ___readBufferOffset_9;
// System.Int32 System.Net.WebConnectionStream::readBufferSize
int32_t ___readBufferSize_10;
// System.Int32 System.Net.WebConnectionStream::stream_length
int32_t ___stream_length_11;
// System.Int64 System.Net.WebConnectionStream::contentLength
int64_t ___contentLength_12;
// System.Int64 System.Net.WebConnectionStream::totalRead
int64_t ___totalRead_13;
// System.Int64 System.Net.WebConnectionStream::totalWritten
int64_t ___totalWritten_14;
// System.Boolean System.Net.WebConnectionStream::nextReadCalled
bool ___nextReadCalled_15;
// System.Int32 System.Net.WebConnectionStream::pendingReads
int32_t ___pendingReads_16;
// System.Int32 System.Net.WebConnectionStream::pendingWrites
int32_t ___pendingWrites_17;
// System.Threading.ManualResetEvent System.Net.WebConnectionStream::pending
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * ___pending_18;
// System.Boolean System.Net.WebConnectionStream::allowBuffering
bool ___allowBuffering_19;
// System.Boolean System.Net.WebConnectionStream::sendChunked
bool ___sendChunked_20;
// System.IO.MemoryStream System.Net.WebConnectionStream::writeBuffer
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * ___writeBuffer_21;
// System.Boolean System.Net.WebConnectionStream::requestWritten
bool ___requestWritten_22;
// System.Byte[] System.Net.WebConnectionStream::headers
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___headers_23;
// System.Boolean System.Net.WebConnectionStream::disposed
bool ___disposed_24;
// System.Boolean System.Net.WebConnectionStream::headersSent
bool ___headersSent_25;
// System.Object System.Net.WebConnectionStream::locker
RuntimeObject * ___locker_26;
// System.Boolean System.Net.WebConnectionStream::initRead
bool ___initRead_27;
// System.Boolean System.Net.WebConnectionStream::read_eof
bool ___read_eof_28;
// System.Boolean System.Net.WebConnectionStream::complete_request_written
bool ___complete_request_written_29;
// System.Int32 System.Net.WebConnectionStream::read_timeout
int32_t ___read_timeout_30;
// System.Int32 System.Net.WebConnectionStream::write_timeout
int32_t ___write_timeout_31;
// System.AsyncCallback System.Net.WebConnectionStream::cb_wrapper
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb_wrapper_32;
// System.Boolean System.Net.WebConnectionStream::IgnoreIOErrors
bool ___IgnoreIOErrors_33;
// System.Boolean System.Net.WebConnectionStream::<GetResponseOnClose>k__BackingField
bool ___U3CGetResponseOnCloseU3Ek__BackingField_34;
public:
inline static int32_t get_offset_of_isRead_5() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___isRead_5)); }
inline bool get_isRead_5() const { return ___isRead_5; }
inline bool* get_address_of_isRead_5() { return &___isRead_5; }
inline void set_isRead_5(bool value)
{
___isRead_5 = value;
}
inline static int32_t get_offset_of_cnc_6() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___cnc_6)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_cnc_6() const { return ___cnc_6; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_cnc_6() { return &___cnc_6; }
inline void set_cnc_6(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___cnc_6 = value;
Il2CppCodeGenWriteBarrier((&___cnc_6), value);
}
inline static int32_t get_offset_of_request_7() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___request_7)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_7() const { return ___request_7; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_7() { return &___request_7; }
inline void set_request_7(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_7 = value;
Il2CppCodeGenWriteBarrier((&___request_7), value);
}
inline static int32_t get_offset_of_readBuffer_8() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBuffer_8)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_readBuffer_8() const { return ___readBuffer_8; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_readBuffer_8() { return &___readBuffer_8; }
inline void set_readBuffer_8(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___readBuffer_8 = value;
Il2CppCodeGenWriteBarrier((&___readBuffer_8), value);
}
inline static int32_t get_offset_of_readBufferOffset_9() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBufferOffset_9)); }
inline int32_t get_readBufferOffset_9() const { return ___readBufferOffset_9; }
inline int32_t* get_address_of_readBufferOffset_9() { return &___readBufferOffset_9; }
inline void set_readBufferOffset_9(int32_t value)
{
___readBufferOffset_9 = value;
}
inline static int32_t get_offset_of_readBufferSize_10() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___readBufferSize_10)); }
inline int32_t get_readBufferSize_10() const { return ___readBufferSize_10; }
inline int32_t* get_address_of_readBufferSize_10() { return &___readBufferSize_10; }
inline void set_readBufferSize_10(int32_t value)
{
___readBufferSize_10 = value;
}
inline static int32_t get_offset_of_stream_length_11() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___stream_length_11)); }
inline int32_t get_stream_length_11() const { return ___stream_length_11; }
inline int32_t* get_address_of_stream_length_11() { return &___stream_length_11; }
inline void set_stream_length_11(int32_t value)
{
___stream_length_11 = value;
}
inline static int32_t get_offset_of_contentLength_12() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___contentLength_12)); }
inline int64_t get_contentLength_12() const { return ___contentLength_12; }
inline int64_t* get_address_of_contentLength_12() { return &___contentLength_12; }
inline void set_contentLength_12(int64_t value)
{
___contentLength_12 = value;
}
inline static int32_t get_offset_of_totalRead_13() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___totalRead_13)); }
inline int64_t get_totalRead_13() const { return ___totalRead_13; }
inline int64_t* get_address_of_totalRead_13() { return &___totalRead_13; }
inline void set_totalRead_13(int64_t value)
{
___totalRead_13 = value;
}
inline static int32_t get_offset_of_totalWritten_14() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___totalWritten_14)); }
inline int64_t get_totalWritten_14() const { return ___totalWritten_14; }
inline int64_t* get_address_of_totalWritten_14() { return &___totalWritten_14; }
inline void set_totalWritten_14(int64_t value)
{
___totalWritten_14 = value;
}
inline static int32_t get_offset_of_nextReadCalled_15() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___nextReadCalled_15)); }
inline bool get_nextReadCalled_15() const { return ___nextReadCalled_15; }
inline bool* get_address_of_nextReadCalled_15() { return &___nextReadCalled_15; }
inline void set_nextReadCalled_15(bool value)
{
___nextReadCalled_15 = value;
}
inline static int32_t get_offset_of_pendingReads_16() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pendingReads_16)); }
inline int32_t get_pendingReads_16() const { return ___pendingReads_16; }
inline int32_t* get_address_of_pendingReads_16() { return &___pendingReads_16; }
inline void set_pendingReads_16(int32_t value)
{
___pendingReads_16 = value;
}
inline static int32_t get_offset_of_pendingWrites_17() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pendingWrites_17)); }
inline int32_t get_pendingWrites_17() const { return ___pendingWrites_17; }
inline int32_t* get_address_of_pendingWrites_17() { return &___pendingWrites_17; }
inline void set_pendingWrites_17(int32_t value)
{
___pendingWrites_17 = value;
}
inline static int32_t get_offset_of_pending_18() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___pending_18)); }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * get_pending_18() const { return ___pending_18; }
inline ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 ** get_address_of_pending_18() { return &___pending_18; }
inline void set_pending_18(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * value)
{
___pending_18 = value;
Il2CppCodeGenWriteBarrier((&___pending_18), value);
}
inline static int32_t get_offset_of_allowBuffering_19() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___allowBuffering_19)); }
inline bool get_allowBuffering_19() const { return ___allowBuffering_19; }
inline bool* get_address_of_allowBuffering_19() { return &___allowBuffering_19; }
inline void set_allowBuffering_19(bool value)
{
___allowBuffering_19 = value;
}
inline static int32_t get_offset_of_sendChunked_20() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___sendChunked_20)); }
inline bool get_sendChunked_20() const { return ___sendChunked_20; }
inline bool* get_address_of_sendChunked_20() { return &___sendChunked_20; }
inline void set_sendChunked_20(bool value)
{
___sendChunked_20 = value;
}
inline static int32_t get_offset_of_writeBuffer_21() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___writeBuffer_21)); }
inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * get_writeBuffer_21() const { return ___writeBuffer_21; }
inline MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C ** get_address_of_writeBuffer_21() { return &___writeBuffer_21; }
inline void set_writeBuffer_21(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * value)
{
___writeBuffer_21 = value;
Il2CppCodeGenWriteBarrier((&___writeBuffer_21), value);
}
inline static int32_t get_offset_of_requestWritten_22() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___requestWritten_22)); }
inline bool get_requestWritten_22() const { return ___requestWritten_22; }
inline bool* get_address_of_requestWritten_22() { return &___requestWritten_22; }
inline void set_requestWritten_22(bool value)
{
___requestWritten_22 = value;
}
inline static int32_t get_offset_of_headers_23() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___headers_23)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_headers_23() const { return ___headers_23; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_headers_23() { return &___headers_23; }
inline void set_headers_23(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___headers_23 = value;
Il2CppCodeGenWriteBarrier((&___headers_23), value);
}
inline static int32_t get_offset_of_disposed_24() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___disposed_24)); }
inline bool get_disposed_24() const { return ___disposed_24; }
inline bool* get_address_of_disposed_24() { return &___disposed_24; }
inline void set_disposed_24(bool value)
{
___disposed_24 = value;
}
inline static int32_t get_offset_of_headersSent_25() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___headersSent_25)); }
inline bool get_headersSent_25() const { return ___headersSent_25; }
inline bool* get_address_of_headersSent_25() { return &___headersSent_25; }
inline void set_headersSent_25(bool value)
{
___headersSent_25 = value;
}
inline static int32_t get_offset_of_locker_26() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___locker_26)); }
inline RuntimeObject * get_locker_26() const { return ___locker_26; }
inline RuntimeObject ** get_address_of_locker_26() { return &___locker_26; }
inline void set_locker_26(RuntimeObject * value)
{
___locker_26 = value;
Il2CppCodeGenWriteBarrier((&___locker_26), value);
}
inline static int32_t get_offset_of_initRead_27() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___initRead_27)); }
inline bool get_initRead_27() const { return ___initRead_27; }
inline bool* get_address_of_initRead_27() { return &___initRead_27; }
inline void set_initRead_27(bool value)
{
___initRead_27 = value;
}
inline static int32_t get_offset_of_read_eof_28() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___read_eof_28)); }
inline bool get_read_eof_28() const { return ___read_eof_28; }
inline bool* get_address_of_read_eof_28() { return &___read_eof_28; }
inline void set_read_eof_28(bool value)
{
___read_eof_28 = value;
}
inline static int32_t get_offset_of_complete_request_written_29() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___complete_request_written_29)); }
inline bool get_complete_request_written_29() const { return ___complete_request_written_29; }
inline bool* get_address_of_complete_request_written_29() { return &___complete_request_written_29; }
inline void set_complete_request_written_29(bool value)
{
___complete_request_written_29 = value;
}
inline static int32_t get_offset_of_read_timeout_30() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___read_timeout_30)); }
inline int32_t get_read_timeout_30() const { return ___read_timeout_30; }
inline int32_t* get_address_of_read_timeout_30() { return &___read_timeout_30; }
inline void set_read_timeout_30(int32_t value)
{
___read_timeout_30 = value;
}
inline static int32_t get_offset_of_write_timeout_31() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___write_timeout_31)); }
inline int32_t get_write_timeout_31() const { return ___write_timeout_31; }
inline int32_t* get_address_of_write_timeout_31() { return &___write_timeout_31; }
inline void set_write_timeout_31(int32_t value)
{
___write_timeout_31 = value;
}
inline static int32_t get_offset_of_cb_wrapper_32() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___cb_wrapper_32)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_cb_wrapper_32() const { return ___cb_wrapper_32; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_cb_wrapper_32() { return &___cb_wrapper_32; }
inline void set_cb_wrapper_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___cb_wrapper_32 = value;
Il2CppCodeGenWriteBarrier((&___cb_wrapper_32), value);
}
inline static int32_t get_offset_of_IgnoreIOErrors_33() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___IgnoreIOErrors_33)); }
inline bool get_IgnoreIOErrors_33() const { return ___IgnoreIOErrors_33; }
inline bool* get_address_of_IgnoreIOErrors_33() { return &___IgnoreIOErrors_33; }
inline void set_IgnoreIOErrors_33(bool value)
{
___IgnoreIOErrors_33 = value;
}
inline static int32_t get_offset_of_U3CGetResponseOnCloseU3Ek__BackingField_34() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC, ___U3CGetResponseOnCloseU3Ek__BackingField_34)); }
inline bool get_U3CGetResponseOnCloseU3Ek__BackingField_34() const { return ___U3CGetResponseOnCloseU3Ek__BackingField_34; }
inline bool* get_address_of_U3CGetResponseOnCloseU3Ek__BackingField_34() { return &___U3CGetResponseOnCloseU3Ek__BackingField_34; }
inline void set_U3CGetResponseOnCloseU3Ek__BackingField_34(bool value)
{
___U3CGetResponseOnCloseU3Ek__BackingField_34 = value;
}
};
struct WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields
{
public:
// System.Byte[] System.Net.WebConnectionStream::crlf
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___crlf_4;
public:
inline static int32_t get_offset_of_crlf_4() { return static_cast<int32_t>(offsetof(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields, ___crlf_4)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_crlf_4() const { return ___crlf_4; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_crlf_4() { return &___crlf_4; }
inline void set_crlf_4(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___crlf_4 = value;
Il2CppCodeGenWriteBarrier((&___crlf_4), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBCONNECTIONSTREAM_T537F33BF6D8999D67791D02F8E6DE6448F2A31FC_H
#ifndef WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H
#define WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebExceptionInternalStatus
struct WebExceptionInternalStatus_t2B50725020F5BAB7DCBE324ADF308881FEB3B64D
{
public:
// System.Int32 System.Net.WebExceptionInternalStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WebExceptionInternalStatus_t2B50725020F5BAB7DCBE324ADF308881FEB3B64D, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTIONINTERNALSTATUS_T2B50725020F5BAB7DCBE324ADF308881FEB3B64D_H
#ifndef WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H
#define WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebExceptionStatus
struct WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC
{
public:
// System.Int32 System.Net.WebExceptionStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTIONSTATUS_T97365CBADE462C1E2A1A0FACF18F3B111900F8DC_H
#ifndef RFCCHAR_TD4173F085F19DF711D550AC6CAD7EF61939EF27F_H
#define RFCCHAR_TD4173F085F19DF711D550AC6CAD7EF61939EF27F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebHeaderCollection_RfcChar
struct RfcChar_tD4173F085F19DF711D550AC6CAD7EF61939EF27F
{
public:
// System.Byte System.Net.WebHeaderCollection_RfcChar::value__
uint8_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RfcChar_tD4173F085F19DF711D550AC6CAD7EF61939EF27F, ___value___2)); }
inline uint8_t get_value___2() const { return ___value___2; }
inline uint8_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint8_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RFCCHAR_TD4173F085F19DF711D550AC6CAD7EF61939EF27F_H
#ifndef WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H
#define WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebHeaderCollectionType
struct WebHeaderCollectionType_t2994510EB856AC407AB0757A9814CDF80185A862
{
public:
// System.UInt16 System.Net.WebHeaderCollectionType::value__
uint16_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(WebHeaderCollectionType_t2994510EB856AC407AB0757A9814CDF80185A862, ___value___2)); }
inline uint16_t get_value___2() const { return ___value___2; }
inline uint16_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint16_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBHEADERCOLLECTIONTYPE_T2994510EB856AC407AB0757A9814CDF80185A862_H
#ifndef NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#define NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotImplementedException
struct NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTIMPLEMENTEDEXCEPTION_T8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4_H
#ifndef NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#define NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.NotSupportedException
struct NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NOTSUPPORTEDEXCEPTION_TE75B318D6590A02A5D9B29FD97409B1750FA0010_H
#ifndef PARSINGERROR_T0D5A87AC821FD4B2D294BF89150B61B6F0445DAE_H
#define PARSINGERROR_T0D5A87AC821FD4B2D294BF89150B61B6F0445DAE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ParsingError
struct ParsingError_t0D5A87AC821FD4B2D294BF89150B61B6F0445DAE
{
public:
// System.Int32 System.ParsingError::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(ParsingError_t0D5A87AC821FD4B2D294BF89150B61B6F0445DAE, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PARSINGERROR_T0D5A87AC821FD4B2D294BF89150B61B6F0445DAE_H
#ifndef PLATFORMID_T7969561D329B66D3E609C70CA506A519E06F2776_H
#define PLATFORMID_T7969561D329B66D3E609C70CA506A519E06F2776_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.PlatformID
struct PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776
{
public:
// System.Int32 System.PlatformID::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(PlatformID_t7969561D329B66D3E609C70CA506A519E06F2776, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PLATFORMID_T7969561D329B66D3E609C70CA506A519E06F2776_H
#ifndef BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#define BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Reflection.BindingFlags
struct BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0
{
public:
// System.Int32 System.Reflection.BindingFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(BindingFlags_tE35C91D046E63A1B92BB9AB909FCF9DA84379ED0, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // BINDINGFLAGS_TE35C91D046E63A1B92BB9AB909FCF9DA84379ED0_H
#ifndef EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H
#define EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.InteropServices.ExternalException
struct ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EXTERNALEXCEPTION_T68841FD169C0CB00CC950EDA7E2A59540D65B1CE_H
#ifndef STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#define STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContextStates
struct StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F
{
public:
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StreamingContextStates_t6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STREAMINGCONTEXTSTATES_T6D16CD7BC584A66A29B702F5FD59DF62BB1BDD3F_H
#ifndef RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#define RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMEFIELDHANDLE_T844BDF00E8E6FE69D9AEAA7657F09018B864F4EF_H
#ifndef RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#define RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.RuntimeTypeHandle
struct RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D
{
public:
// System.IntPtr System.RuntimeTypeHandle::value
intptr_t ___value_0;
public:
inline static int32_t get_offset_of_value_0() { return static_cast<int32_t>(offsetof(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D, ___value_0)); }
inline intptr_t get_value_0() const { return ___value_0; }
inline intptr_t* get_address_of_value_0() { return &___value_0; }
inline void set_value_0(intptr_t value)
{
___value_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RUNTIMETYPEHANDLE_T7B542280A22F0EC4EAC2061C29178845847A8B2D_H
#ifndef AUTHENTICATIONEXCEPTION_TE24BF2E2AD351F0C9586A59191F01918659A7516_H
#define AUTHENTICATIONEXCEPTION_TE24BF2E2AD351F0C9586A59191F01918659A7516_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Authentication.AuthenticationException
struct AuthenticationException_tE24BF2E2AD351F0C9586A59191F01918659A7516 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // AUTHENTICATIONEXCEPTION_TE24BF2E2AD351F0C9586A59191F01918659A7516_H
#ifndef SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H
#define SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Authentication.SslProtocols
struct SslProtocols_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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SSLPROTOCOLS_TDD37F8F06AD19BDAF27AEA484EC06820FE3107AE_H
#ifndef ASNDECODESTATUS_T83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB_H
#define ASNDECODESTATUS_T83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.AsnDecodeStatus
struct AsnDecodeStatus_t83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB
{
public:
// System.Int32 System.Security.Cryptography.AsnDecodeStatus::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(AsnDecodeStatus_t83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASNDECODESTATUS_T83139F58FFE08CE7DBCB990C9F30D2F2CA5BC0BB_H
#ifndef CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#define CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CryptographicException
struct CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CRYPTOGRAPHICEXCEPTION_T67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_H
#ifndef CSPPROVIDERFLAGS_T58BDA302C5856D2AA7A41E97CAB5BDD0516571F4_H
#define CSPPROVIDERFLAGS_T58BDA302C5856D2AA7A41E97CAB5BDD0516571F4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.CspProviderFlags
struct CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4
{
public:
// System.Int32 System.Security.Cryptography.CspProviderFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(CspProviderFlags_t58BDA302C5856D2AA7A41E97CAB5BDD0516571F4, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // CSPPROVIDERFLAGS_T58BDA302C5856D2AA7A41E97CAB5BDD0516571F4_H
#ifndef DSACRYPTOSERVICEPROVIDER_T2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_H
#define DSACRYPTOSERVICEPROVIDER_T2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.DSACryptoServiceProvider
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 : public DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.DSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_2;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persistKey
bool ___persistKey_3;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::persisted
bool ___persisted_4;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_5;
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::m_disposed
bool ___m_disposed_6;
// Mono.Security.Cryptography.DSAManaged System.Security.Cryptography.DSACryptoServiceProvider::dsa
DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * ___dsa_7;
public:
inline static int32_t get_offset_of_store_2() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___store_2)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_2() const { return ___store_2; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_2() { return &___store_2; }
inline void set_store_2(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_2 = value;
Il2CppCodeGenWriteBarrier((&___store_2), value);
}
inline static int32_t get_offset_of_persistKey_3() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persistKey_3)); }
inline bool get_persistKey_3() const { return ___persistKey_3; }
inline bool* get_address_of_persistKey_3() { return &___persistKey_3; }
inline void set_persistKey_3(bool value)
{
___persistKey_3 = value;
}
inline static int32_t get_offset_of_persisted_4() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___persisted_4)); }
inline bool get_persisted_4() const { return ___persisted_4; }
inline bool* get_address_of_persisted_4() { return &___persisted_4; }
inline void set_persisted_4(bool value)
{
___persisted_4 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_5() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___privateKeyExportable_5)); }
inline bool get_privateKeyExportable_5() const { return ___privateKeyExportable_5; }
inline bool* get_address_of_privateKeyExportable_5() { return &___privateKeyExportable_5; }
inline void set_privateKeyExportable_5(bool value)
{
___privateKeyExportable_5 = value;
}
inline static int32_t get_offset_of_m_disposed_6() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___m_disposed_6)); }
inline bool get_m_disposed_6() const { return ___m_disposed_6; }
inline bool* get_address_of_m_disposed_6() { return &___m_disposed_6; }
inline void set_m_disposed_6(bool value)
{
___m_disposed_6 = value;
}
inline static int32_t get_offset_of_dsa_7() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8, ___dsa_7)); }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * get_dsa_7() const { return ___dsa_7; }
inline DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA ** get_address_of_dsa_7() { return &___dsa_7; }
inline void set_dsa_7(DSAManaged_tB329E8EFCE56CF874A8EEAC16BEAC13146F47FEA * value)
{
___dsa_7 = value;
Il2CppCodeGenWriteBarrier((&___dsa_7), value);
}
};
struct DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields
{
public:
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::useMachineKeyStore
bool ___useMachineKeyStore_8;
public:
inline static int32_t get_offset_of_useMachineKeyStore_8() { return static_cast<int32_t>(offsetof(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_StaticFields, ___useMachineKeyStore_8)); }
inline bool get_useMachineKeyStore_8() const { return ___useMachineKeyStore_8; }
inline bool* get_address_of_useMachineKeyStore_8() { return &___useMachineKeyStore_8; }
inline void set_useMachineKeyStore_8(bool value)
{
___useMachineKeyStore_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DSACRYPTOSERVICEPROVIDER_T2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_H
#ifndef OIDGROUP_T9A99D3013C1B94CB060656F30C39E893E75FAD6B_H
#define OIDGROUP_T9A99D3013C1B94CB060656F30C39E893E75FAD6B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.OidGroup
struct OidGroup_t9A99D3013C1B94CB060656F30C39E893E75FAD6B
{
public:
// System.Int32 System.Security.Cryptography.OidGroup::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(OidGroup_t9A99D3013C1B94CB060656F30C39E893E75FAD6B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OIDGROUP_T9A99D3013C1B94CB060656F30C39E893E75FAD6B_H
#ifndef STORELOCATION_T5610361F4E31C5B2B42EE424C3E136BE2CA4C830_H
#define STORELOCATION_T5610361F4E31C5B2B42EE424C3E136BE2CA4C830_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.StoreLocation
struct StoreLocation_t5610361F4E31C5B2B42EE424C3E136BE2CA4C830
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.StoreLocation::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(StoreLocation_t5610361F4E31C5B2B42EE424C3E136BE2CA4C830, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STORELOCATION_T5610361F4E31C5B2B42EE424C3E136BE2CA4C830_H
#ifndef X509CERTIFICATE2COLLECTION_T14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_H
#define X509CERTIFICATE2COLLECTION_T14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2Collection
struct X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D : public X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833
{
public:
public:
};
struct X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_StaticFields
{
public:
// System.String[] System.Security.Cryptography.X509Certificates.X509Certificate2Collection::newline_split
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___newline_split_1;
public:
inline static int32_t get_offset_of_newline_split_1() { return static_cast<int32_t>(offsetof(X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_StaticFields, ___newline_split_1)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_newline_split_1() const { return ___newline_split_1; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_newline_split_1() { return &___newline_split_1; }
inline void set_newline_split_1(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___newline_split_1 = value;
Il2CppCodeGenWriteBarrier((&___newline_split_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE2COLLECTION_T14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_H
#ifndef X509CERTIFICATE2IMPLMONO_T3A65BD83268B651BCBE65CFB3691FB85401A91A5_H
#define X509CERTIFICATE2IMPLMONO_T3A65BD83268B651BCBE65CFB3691FB85401A91A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono
struct X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 : public X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7
{
public:
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_archived
bool ____archived_1;
// System.Security.Cryptography.X509Certificates.X509ExtensionCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_extensions
X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * ____extensions_2;
// System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_publicKey
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * ____publicKey_3;
// System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::issuer_name
X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * ___issuer_name_4;
// System.Security.Cryptography.X509Certificates.X500DistinguishedName System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::subject_name
X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * ___subject_name_5;
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::signature_algorithm
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___signature_algorithm_6;
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::intermediateCerts
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * ___intermediateCerts_7;
// Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::_cert
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * ____cert_8;
public:
inline static int32_t get_offset_of__archived_1() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____archived_1)); }
inline bool get__archived_1() const { return ____archived_1; }
inline bool* get_address_of__archived_1() { return &____archived_1; }
inline void set__archived_1(bool value)
{
____archived_1 = value;
}
inline static int32_t get_offset_of__extensions_2() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____extensions_2)); }
inline X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * get__extensions_2() const { return ____extensions_2; }
inline X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F ** get_address_of__extensions_2() { return &____extensions_2; }
inline void set__extensions_2(X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * value)
{
____extensions_2 = value;
Il2CppCodeGenWriteBarrier((&____extensions_2), value);
}
inline static int32_t get_offset_of__publicKey_3() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____publicKey_3)); }
inline PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * get__publicKey_3() const { return ____publicKey_3; }
inline PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 ** get_address_of__publicKey_3() { return &____publicKey_3; }
inline void set__publicKey_3(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * value)
{
____publicKey_3 = value;
Il2CppCodeGenWriteBarrier((&____publicKey_3), value);
}
inline static int32_t get_offset_of_issuer_name_4() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___issuer_name_4)); }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * get_issuer_name_4() const { return ___issuer_name_4; }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 ** get_address_of_issuer_name_4() { return &___issuer_name_4; }
inline void set_issuer_name_4(X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * value)
{
___issuer_name_4 = value;
Il2CppCodeGenWriteBarrier((&___issuer_name_4), value);
}
inline static int32_t get_offset_of_subject_name_5() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___subject_name_5)); }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * get_subject_name_5() const { return ___subject_name_5; }
inline X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 ** get_address_of_subject_name_5() { return &___subject_name_5; }
inline void set_subject_name_5(X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 * value)
{
___subject_name_5 = value;
Il2CppCodeGenWriteBarrier((&___subject_name_5), value);
}
inline static int32_t get_offset_of_signature_algorithm_6() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___signature_algorithm_6)); }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * get_signature_algorithm_6() const { return ___signature_algorithm_6; }
inline Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 ** get_address_of_signature_algorithm_6() { return &___signature_algorithm_6; }
inline void set_signature_algorithm_6(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * value)
{
___signature_algorithm_6 = value;
Il2CppCodeGenWriteBarrier((&___signature_algorithm_6), value);
}
inline static int32_t get_offset_of_intermediateCerts_7() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ___intermediateCerts_7)); }
inline X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * get_intermediateCerts_7() const { return ___intermediateCerts_7; }
inline X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 ** get_address_of_intermediateCerts_7() { return &___intermediateCerts_7; }
inline void set_intermediateCerts_7(X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * value)
{
___intermediateCerts_7 = value;
Il2CppCodeGenWriteBarrier((&___intermediateCerts_7), value);
}
inline static int32_t get_offset_of__cert_8() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5, ____cert_8)); }
inline X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * get__cert_8() const { return ____cert_8; }
inline X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B ** get_address_of__cert_8() { return &____cert_8; }
inline void set__cert_8(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * value)
{
____cert_8 = value;
Il2CppCodeGenWriteBarrier((&____cert_8), value);
}
};
struct X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields
{
public:
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::empty_error
String_t* ___empty_error_9;
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::commonName
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___commonName_10;
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::email
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___email_11;
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::signedData
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___signedData_12;
public:
inline static int32_t get_offset_of_empty_error_9() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___empty_error_9)); }
inline String_t* get_empty_error_9() const { return ___empty_error_9; }
inline String_t** get_address_of_empty_error_9() { return &___empty_error_9; }
inline void set_empty_error_9(String_t* value)
{
___empty_error_9 = value;
Il2CppCodeGenWriteBarrier((&___empty_error_9), value);
}
inline static int32_t get_offset_of_commonName_10() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___commonName_10)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_commonName_10() const { return ___commonName_10; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_commonName_10() { return &___commonName_10; }
inline void set_commonName_10(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___commonName_10 = value;
Il2CppCodeGenWriteBarrier((&___commonName_10), value);
}
inline static int32_t get_offset_of_email_11() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___email_11)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_email_11() const { return ___email_11; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_email_11() { return &___email_11; }
inline void set_email_11(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___email_11 = value;
Il2CppCodeGenWriteBarrier((&___email_11), value);
}
inline static int32_t get_offset_of_signedData_12() { return static_cast<int32_t>(offsetof(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields, ___signedData_12)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_signedData_12() const { return ___signedData_12; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_signedData_12() { return &___signedData_12; }
inline void set_signedData_12(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___signedData_12 = value;
Il2CppCodeGenWriteBarrier((&___signedData_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CERTIFICATE2IMPLMONO_T3A65BD83268B651BCBE65CFB3691FB85401A91A5_H
#ifndef X509CHAINSTATUSFLAGS_T208E1E90A6014521B09653B6B237D045A8573E5B_H
#define X509CHAINSTATUSFLAGS_T208E1E90A6014521B09653B6B237D045A8573E5B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainStatusFlags
struct X509ChainStatusFlags_t208E1E90A6014521B09653B6B237D045A8573E5B
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509ChainStatusFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509ChainStatusFlags_t208E1E90A6014521B09653B6B237D045A8573E5B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINSTATUSFLAGS_T208E1E90A6014521B09653B6B237D045A8573E5B_H
#ifndef X509KEYSTORAGEFLAGS_TB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8_H
#define X509KEYSTORAGEFLAGS_TB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509KeyStorageFlags
struct X509KeyStorageFlags_tB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509KeyStorageFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509KeyStorageFlags_tB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYSTORAGEFLAGS_TB83685E3CDDBA542D3A0BDED60EC5D8DAAB8EFC8_H
#ifndef X509KEYUSAGEFLAGS_TAD6560EDDEB746BA983AE4E7ABC237A6178D6437_H
#define X509KEYUSAGEFLAGS_TAD6560EDDEB746BA983AE4E7ABC237A6178D6437_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags
struct X509KeyUsageFlags_tAD6560EDDEB746BA983AE4E7ABC237A6178D6437
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509KeyUsageFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509KeyUsageFlags_tAD6560EDDEB746BA983AE4E7ABC237A6178D6437, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYUSAGEFLAGS_TAD6560EDDEB746BA983AE4E7ABC237A6178D6437_H
#ifndef X509REVOCATIONFLAG_T8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A_H
#define X509REVOCATIONFLAG_T8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509RevocationFlag
struct X509RevocationFlag_t8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationFlag::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509RevocationFlag_t8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509REVOCATIONFLAG_T8BF7FE53641A7A3C406E86857F3C80F0E25C3F4A_H
#ifndef X509REVOCATIONMODE_TEFEA8C7147423CC3363A4AF504853BD054A33BE7_H
#define X509REVOCATIONMODE_TEFEA8C7147423CC3363A4AF504853BD054A33BE7_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509RevocationMode
struct X509RevocationMode_tEFEA8C7147423CC3363A4AF504853BD054A33BE7
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509RevocationMode::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509RevocationMode_tEFEA8C7147423CC3363A4AF504853BD054A33BE7, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509REVOCATIONMODE_TEFEA8C7147423CC3363A4AF504853BD054A33BE7_H
#ifndef X509VERIFICATIONFLAGS_T145010CF6C45EE6563E0874B82C2555025F7A20B_H
#define X509VERIFICATIONFLAGS_T145010CF6C45EE6563E0874B82C2555025F7A20B_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509VerificationFlags
struct X509VerificationFlags_t145010CF6C45EE6563E0874B82C2555025F7A20B
{
public:
// System.Int32 System.Security.Cryptography.X509Certificates.X509VerificationFlags::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(X509VerificationFlags_t145010CF6C45EE6563E0874B82C2555025F7A20B, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509VERIFICATIONFLAGS_T145010CF6C45EE6563E0874B82C2555025F7A20B_H
#ifndef TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#define TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Principal.TokenImpersonationLevel
struct TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26
{
public:
// System.Int32 System.Security.Principal.TokenImpersonationLevel::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(TokenImpersonationLevel_tED478ED25688E978F79556E1A2335F7262023D26, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TOKENIMPERSONATIONLEVEL_TED478ED25688E978F79556E1A2335F7262023D26_H
#ifndef STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#define STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// 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;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // STRINGCOMPARISON_T02BAA95468CE9E91115C604577611FDF58FEDCF0_H
#ifndef REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#define REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.RegexOptions
struct RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1
{
public:
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(RegexOptions_t9A6138CDA9C60924D503C584095349F008C52EA1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEXOPTIONS_T9A6138CDA9C60924D503C584095349F008C52EA1_H
#ifndef THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H
#define THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ThreadAbortException
struct ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // THREADABORTEXCEPTION_T0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_H
#ifndef WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H
#define WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.IntPtr System.Threading.WaitHandle::waitHandle
intptr_t ___waitHandle_3;
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * ___safeWaitHandle_4;
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
bool ___hasThreadAffinity_5;
public:
inline static int32_t get_offset_of_waitHandle_3() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___waitHandle_3)); }
inline intptr_t get_waitHandle_3() const { return ___waitHandle_3; }
inline intptr_t* get_address_of_waitHandle_3() { return &___waitHandle_3; }
inline void set_waitHandle_3(intptr_t value)
{
___waitHandle_3 = value;
}
inline static int32_t get_offset_of_safeWaitHandle_4() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___safeWaitHandle_4)); }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * get_safeWaitHandle_4() const { return ___safeWaitHandle_4; }
inline SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 ** get_address_of_safeWaitHandle_4() { return &___safeWaitHandle_4; }
inline void set_safeWaitHandle_4(SafeWaitHandle_t51DB35FF382E636FF3B868D87816733894D46CF2 * value)
{
___safeWaitHandle_4 = value;
Il2CppCodeGenWriteBarrier((&___safeWaitHandle_4), value);
}
inline static int32_t get_offset_of_hasThreadAffinity_5() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6, ___hasThreadAffinity_5)); }
inline bool get_hasThreadAffinity_5() const { return ___hasThreadAffinity_5; }
inline bool* get_address_of_hasThreadAffinity_5() { return &___hasThreadAffinity_5; }
inline void set_hasThreadAffinity_5(bool value)
{
___hasThreadAffinity_5 = value;
}
};
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields
{
public:
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
intptr_t ___InvalidHandle_10;
public:
inline static int32_t get_offset_of_InvalidHandle_10() { return static_cast<int32_t>(offsetof(WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_StaticFields, ___InvalidHandle_10)); }
inline intptr_t get_InvalidHandle_10() const { return ___InvalidHandle_10; }
inline intptr_t* get_address_of_InvalidHandle_10() { return &___InvalidHandle_10; }
inline void set_InvalidHandle_10(intptr_t value)
{
___InvalidHandle_10 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_pinvoke : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_pinvoke
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
// Native definition for COM marshalling of System.Threading.WaitHandle
struct WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_marshaled_com : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF_marshaled_com
{
intptr_t ___waitHandle_3;
void* ___safeWaitHandle_4;
int32_t ___hasThreadAffinity_5;
};
#endif // WAITHANDLE_TFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6_H
#ifndef TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#define TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TimeSpan
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4
{
public:
// System.Int64 System.TimeSpan::_ticks
int64_t ____ticks_3;
public:
inline static int32_t get_offset_of__ticks_3() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4, ____ticks_3)); }
inline int64_t get__ticks_3() const { return ____ticks_3; }
inline int64_t* get_address_of__ticks_3() { return &____ticks_3; }
inline void set__ticks_3(int64_t value)
{
____ticks_3 = value;
}
};
struct TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields
{
public:
// System.TimeSpan System.TimeSpan::Zero
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___Zero_0;
// System.TimeSpan System.TimeSpan::MaxValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaxValue_1;
// System.TimeSpan System.TimeSpan::MinValue
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MinValue_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyConfigChecked
bool ____legacyConfigChecked_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.TimeSpan::_legacyMode
bool ____legacyMode_5;
public:
inline static int32_t get_offset_of_Zero_0() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___Zero_0)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_Zero_0() const { return ___Zero_0; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_Zero_0() { return &___Zero_0; }
inline void set_Zero_0(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___Zero_0 = value;
}
inline static int32_t get_offset_of_MaxValue_1() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MaxValue_1)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaxValue_1() const { return ___MaxValue_1; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaxValue_1() { return &___MaxValue_1; }
inline void set_MaxValue_1(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaxValue_1 = value;
}
inline static int32_t get_offset_of_MinValue_2() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ___MinValue_2)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MinValue_2() const { return ___MinValue_2; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MinValue_2() { return &___MinValue_2; }
inline void set_MinValue_2(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MinValue_2 = value;
}
inline static int32_t get_offset_of__legacyConfigChecked_4() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyConfigChecked_4)); }
inline bool get__legacyConfigChecked_4() const { return ____legacyConfigChecked_4; }
inline bool* get_address_of__legacyConfigChecked_4() { return &____legacyConfigChecked_4; }
inline void set__legacyConfigChecked_4(bool value)
{
____legacyConfigChecked_4 = value;
}
inline static int32_t get_offset_of__legacyMode_5() { return static_cast<int32_t>(offsetof(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields, ____legacyMode_5)); }
inline bool get__legacyMode_5() const { return ____legacyMode_5; }
inline bool* get_address_of__legacyMode_5() { return &____legacyMode_5; }
inline void set__legacyMode_5(bool value)
{
____legacyMode_5 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TIMESPAN_TA8069278ACE8A74D6DF7D514A9CD4432433F64C4_H
#ifndef TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#define TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.TypeLoadException
struct TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1 : public SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782
{
public:
// System.String System.TypeLoadException::ClassName
String_t* ___ClassName_17;
// System.String System.TypeLoadException::AssemblyName
String_t* ___AssemblyName_18;
// System.String System.TypeLoadException::MessageArg
String_t* ___MessageArg_19;
// System.Int32 System.TypeLoadException::ResourceId
int32_t ___ResourceId_20;
public:
inline static int32_t get_offset_of_ClassName_17() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ClassName_17)); }
inline String_t* get_ClassName_17() const { return ___ClassName_17; }
inline String_t** get_address_of_ClassName_17() { return &___ClassName_17; }
inline void set_ClassName_17(String_t* value)
{
___ClassName_17 = value;
Il2CppCodeGenWriteBarrier((&___ClassName_17), value);
}
inline static int32_t get_offset_of_AssemblyName_18() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___AssemblyName_18)); }
inline String_t* get_AssemblyName_18() const { return ___AssemblyName_18; }
inline String_t** get_address_of_AssemblyName_18() { return &___AssemblyName_18; }
inline void set_AssemblyName_18(String_t* value)
{
___AssemblyName_18 = value;
Il2CppCodeGenWriteBarrier((&___AssemblyName_18), value);
}
inline static int32_t get_offset_of_MessageArg_19() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___MessageArg_19)); }
inline String_t* get_MessageArg_19() const { return ___MessageArg_19; }
inline String_t** get_address_of_MessageArg_19() { return &___MessageArg_19; }
inline void set_MessageArg_19(String_t* value)
{
___MessageArg_19 = value;
Il2CppCodeGenWriteBarrier((&___MessageArg_19), value);
}
inline static int32_t get_offset_of_ResourceId_20() { return static_cast<int32_t>(offsetof(TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1, ___ResourceId_20)); }
inline int32_t get_ResourceId_20() const { return ___ResourceId_20; }
inline int32_t* get_address_of_ResourceId_20() { return &___ResourceId_20; }
inline void set_ResourceId_20(int32_t value)
{
___ResourceId_20 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPELOADEXCEPTION_T510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1_H
#ifndef FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#define FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Uri_Flags
struct Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A
{
public:
// System.UInt64 System.Uri_Flags::value__
uint64_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(Flags_tEBE7CABEBD13F16920D6950B384EB8F988250A2A, ___value___2)); }
inline uint64_t get_value___2() const { return ___value___2; }
inline uint64_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(uint64_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FLAGS_TEBE7CABEBD13F16920D6950B384EB8F988250A2A_H
#ifndef URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#define URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.UriIdnScope
struct UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1
{
public:
// System.Int32 System.UriIdnScope::value__
int32_t ___value___2;
public:
inline static int32_t get_offset_of_value___2() { return static_cast<int32_t>(offsetof(UriIdnScope_tE1574B39C7492C761EFE2FC12DDE82DE013AC9D1, ___value___2)); }
inline int32_t get_value___2() const { return ___value___2; }
inline int32_t* get_address_of_value___2() { return &___value___2; }
inline void set_value___2(int32_t value)
{
___value___2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URIIDNSCOPE_TE1574B39C7492C761EFE2FC12DDE82DE013AC9D1_H
#ifndef MONOTLSSTREAM_T15DF42240B3214CA6A4A8FD8671C173B572DF171_H
#define MONOTLSSTREAM_T15DF42240B3214CA6A4A8FD8671C173B572DF171_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// Mono.Net.Security.MonoTlsStream
struct MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 : public RuntimeObject
{
public:
// Mono.Security.Interface.MonoTlsProvider Mono.Net.Security.MonoTlsStream::provider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___provider_0;
// System.Net.Sockets.NetworkStream Mono.Net.Security.MonoTlsStream::networkStream
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___networkStream_1;
// System.Net.HttpWebRequest Mono.Net.Security.MonoTlsStream::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_2;
// Mono.Security.Interface.MonoTlsSettings Mono.Net.Security.MonoTlsStream::settings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___settings_3;
// Mono.Security.Interface.IMonoSslStream Mono.Net.Security.MonoTlsStream::sslStream
RuntimeObject* ___sslStream_4;
// System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::status
int32_t ___status_5;
// System.Boolean Mono.Net.Security.MonoTlsStream::<CertificateValidationFailed>k__BackingField
bool ___U3CCertificateValidationFailedU3Ek__BackingField_6;
public:
inline static int32_t get_offset_of_provider_0() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___provider_0)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_provider_0() const { return ___provider_0; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_provider_0() { return &___provider_0; }
inline void set_provider_0(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___provider_0 = value;
Il2CppCodeGenWriteBarrier((&___provider_0), value);
}
inline static int32_t get_offset_of_networkStream_1() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___networkStream_1)); }
inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * get_networkStream_1() const { return ___networkStream_1; }
inline NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA ** get_address_of_networkStream_1() { return &___networkStream_1; }
inline void set_networkStream_1(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * value)
{
___networkStream_1 = value;
Il2CppCodeGenWriteBarrier((&___networkStream_1), value);
}
inline static int32_t get_offset_of_request_2() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___request_2)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_2() const { return ___request_2; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_2() { return &___request_2; }
inline void set_request_2(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_2 = value;
Il2CppCodeGenWriteBarrier((&___request_2), value);
}
inline static int32_t get_offset_of_settings_3() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___settings_3)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_settings_3() const { return ___settings_3; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_settings_3() { return &___settings_3; }
inline void set_settings_3(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___settings_3 = value;
Il2CppCodeGenWriteBarrier((&___settings_3), value);
}
inline static int32_t get_offset_of_sslStream_4() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___sslStream_4)); }
inline RuntimeObject* get_sslStream_4() const { return ___sslStream_4; }
inline RuntimeObject** get_address_of_sslStream_4() { return &___sslStream_4; }
inline void set_sslStream_4(RuntimeObject* value)
{
___sslStream_4 = value;
Il2CppCodeGenWriteBarrier((&___sslStream_4), value);
}
inline static int32_t get_offset_of_status_5() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___status_5)); }
inline int32_t get_status_5() const { return ___status_5; }
inline int32_t* get_address_of_status_5() { return &___status_5; }
inline void set_status_5(int32_t value)
{
___status_5 = value;
}
inline static int32_t get_offset_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return static_cast<int32_t>(offsetof(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171, ___U3CCertificateValidationFailedU3Ek__BackingField_6)); }
inline bool get_U3CCertificateValidationFailedU3Ek__BackingField_6() const { return ___U3CCertificateValidationFailedU3Ek__BackingField_6; }
inline bool* get_address_of_U3CCertificateValidationFailedU3Ek__BackingField_6() { return &___U3CCertificateValidationFailedU3Ek__BackingField_6; }
inline void set_U3CCertificateValidationFailedU3Ek__BackingField_6(bool value)
{
___U3CCertificateValidationFailedU3Ek__BackingField_6 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOTLSSTREAM_T15DF42240B3214CA6A4A8FD8671C173B572DF171_H
#ifndef ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#define ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentNullException
struct ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTNULLEXCEPTION_T581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_H
#ifndef ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#define ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ArgumentOutOfRangeException
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA : public ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1
{
public:
// System.Object System.ArgumentOutOfRangeException::m_actualValue
RuntimeObject * ___m_actualValue_19;
public:
inline static int32_t get_offset_of_m_actualValue_19() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA, ___m_actualValue_19)); }
inline RuntimeObject * get_m_actualValue_19() const { return ___m_actualValue_19; }
inline RuntimeObject ** get_address_of_m_actualValue_19() { return &___m_actualValue_19; }
inline void set_m_actualValue_19(RuntimeObject * value)
{
___m_actualValue_19 = value;
Il2CppCodeGenWriteBarrier((&___m_actualValue_19), value);
}
};
struct ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields
{
public:
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.ArgumentOutOfRangeException::_rangeMessage
String_t* ____rangeMessage_18;
public:
inline static int32_t get_offset_of__rangeMessage_18() { return static_cast<int32_t>(offsetof(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_StaticFields, ____rangeMessage_18)); }
inline String_t* get__rangeMessage_18() const { return ____rangeMessage_18; }
inline String_t** get_address_of__rangeMessage_18() { return &____rangeMessage_18; }
inline void set__rangeMessage_18(String_t* value)
{
____rangeMessage_18 = value;
Il2CppCodeGenWriteBarrier((&____rangeMessage_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ARGUMENTOUTOFRANGEEXCEPTION_T94D19DF918A54511AEDF4784C9A08741BAD1DEDA_H
#ifndef WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H
#define WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ComponentModel.Win32Exception
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668 : public ExternalException_t68841FD169C0CB00CC950EDA7E2A59540D65B1CE
{
public:
// System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode
int32_t ___nativeErrorCode_17;
public:
inline static int32_t get_offset_of_nativeErrorCode_17() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668, ___nativeErrorCode_17)); }
inline int32_t get_nativeErrorCode_17() const { return ___nativeErrorCode_17; }
inline int32_t* get_address_of_nativeErrorCode_17() { return &___nativeErrorCode_17; }
inline void set_nativeErrorCode_17(int32_t value)
{
___nativeErrorCode_17 = value;
}
};
struct Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields
{
public:
// System.Boolean System.ComponentModel.Win32Exception::s_ErrorMessagesInitialized
bool ___s_ErrorMessagesInitialized_18;
// System.Collections.Generic.Dictionary`2<System.Int32,System.String> System.ComponentModel.Win32Exception::s_ErrorMessage
Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * ___s_ErrorMessage_19;
public:
inline static int32_t get_offset_of_s_ErrorMessagesInitialized_18() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessagesInitialized_18)); }
inline bool get_s_ErrorMessagesInitialized_18() const { return ___s_ErrorMessagesInitialized_18; }
inline bool* get_address_of_s_ErrorMessagesInitialized_18() { return &___s_ErrorMessagesInitialized_18; }
inline void set_s_ErrorMessagesInitialized_18(bool value)
{
___s_ErrorMessagesInitialized_18 = value;
}
inline static int32_t get_offset_of_s_ErrorMessage_19() { return static_cast<int32_t>(offsetof(Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668_StaticFields, ___s_ErrorMessage_19)); }
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * get_s_ErrorMessage_19() const { return ___s_ErrorMessage_19; }
inline Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C ** get_address_of_s_ErrorMessage_19() { return &___s_ErrorMessage_19; }
inline void set_s_ErrorMessage_19(Dictionary_2_t4EFE6A1D6502662B911688316C6920444A18CF0C * value)
{
___s_ErrorMessage_19 = value;
Il2CppCodeGenWriteBarrier((&___s_ErrorMessage_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WIN32EXCEPTION_TB05BE97AB4CADD54DF96C0109689F0ECA7517668_H
#ifndef DLLNOTFOUNDEXCEPTION_TED90B6A78D4CF5AA565288E0BA88A990062A7F76_H
#define DLLNOTFOUNDEXCEPTION_TED90B6A78D4CF5AA565288E0BA88A990062A7F76_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.DllNotFoundException
struct DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76 : public TypeLoadException_t510963B29CB27C6EA3ACDF5FB76E72E1BC372CD1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // DLLNOTFOUNDEXCEPTION_TED90B6A78D4CF5AA565288E0BA88A990062A7F76_H
#ifndef NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#define NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Globalization.NumberFormatInfo
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 : public RuntimeObject
{
public:
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___numberGroupSizes_1;
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___currencyGroupSizes_2;
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* ___percentGroupSizes_3;
// System.String System.Globalization.NumberFormatInfo::positiveSign
String_t* ___positiveSign_4;
// System.String System.Globalization.NumberFormatInfo::negativeSign
String_t* ___negativeSign_5;
// System.String System.Globalization.NumberFormatInfo::numberDecimalSeparator
String_t* ___numberDecimalSeparator_6;
// System.String System.Globalization.NumberFormatInfo::numberGroupSeparator
String_t* ___numberGroupSeparator_7;
// System.String System.Globalization.NumberFormatInfo::currencyGroupSeparator
String_t* ___currencyGroupSeparator_8;
// System.String System.Globalization.NumberFormatInfo::currencyDecimalSeparator
String_t* ___currencyDecimalSeparator_9;
// System.String System.Globalization.NumberFormatInfo::currencySymbol
String_t* ___currencySymbol_10;
// System.String System.Globalization.NumberFormatInfo::ansiCurrencySymbol
String_t* ___ansiCurrencySymbol_11;
// System.String System.Globalization.NumberFormatInfo::nanSymbol
String_t* ___nanSymbol_12;
// System.String System.Globalization.NumberFormatInfo::positiveInfinitySymbol
String_t* ___positiveInfinitySymbol_13;
// System.String System.Globalization.NumberFormatInfo::negativeInfinitySymbol
String_t* ___negativeInfinitySymbol_14;
// System.String System.Globalization.NumberFormatInfo::percentDecimalSeparator
String_t* ___percentDecimalSeparator_15;
// System.String System.Globalization.NumberFormatInfo::percentGroupSeparator
String_t* ___percentGroupSeparator_16;
// System.String System.Globalization.NumberFormatInfo::percentSymbol
String_t* ___percentSymbol_17;
// System.String System.Globalization.NumberFormatInfo::perMilleSymbol
String_t* ___perMilleSymbol_18;
// System.String[] System.Globalization.NumberFormatInfo::nativeDigits
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___nativeDigits_19;
// System.Int32 System.Globalization.NumberFormatInfo::m_dataItem
int32_t ___m_dataItem_20;
// System.Int32 System.Globalization.NumberFormatInfo::numberDecimalDigits
int32_t ___numberDecimalDigits_21;
// System.Int32 System.Globalization.NumberFormatInfo::currencyDecimalDigits
int32_t ___currencyDecimalDigits_22;
// System.Int32 System.Globalization.NumberFormatInfo::currencyPositivePattern
int32_t ___currencyPositivePattern_23;
// System.Int32 System.Globalization.NumberFormatInfo::currencyNegativePattern
int32_t ___currencyNegativePattern_24;
// System.Int32 System.Globalization.NumberFormatInfo::numberNegativePattern
int32_t ___numberNegativePattern_25;
// System.Int32 System.Globalization.NumberFormatInfo::percentPositivePattern
int32_t ___percentPositivePattern_26;
// System.Int32 System.Globalization.NumberFormatInfo::percentNegativePattern
int32_t ___percentNegativePattern_27;
// System.Int32 System.Globalization.NumberFormatInfo::percentDecimalDigits
int32_t ___percentDecimalDigits_28;
// System.Int32 System.Globalization.NumberFormatInfo::digitSubstitution
int32_t ___digitSubstitution_29;
// System.Boolean System.Globalization.NumberFormatInfo::isReadOnly
bool ___isReadOnly_30;
// System.Boolean System.Globalization.NumberFormatInfo::m_useUserOverride
bool ___m_useUserOverride_31;
// System.Boolean System.Globalization.NumberFormatInfo::m_isInvariant
bool ___m_isInvariant_32;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsNumber
bool ___validForParseAsNumber_33;
// System.Boolean System.Globalization.NumberFormatInfo::validForParseAsCurrency
bool ___validForParseAsCurrency_34;
public:
inline static int32_t get_offset_of_numberGroupSizes_1() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSizes_1)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_numberGroupSizes_1() const { return ___numberGroupSizes_1; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_numberGroupSizes_1() { return &___numberGroupSizes_1; }
inline void set_numberGroupSizes_1(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___numberGroupSizes_1 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSizes_1), value);
}
inline static int32_t get_offset_of_currencyGroupSizes_2() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSizes_2)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_currencyGroupSizes_2() const { return ___currencyGroupSizes_2; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_currencyGroupSizes_2() { return &___currencyGroupSizes_2; }
inline void set_currencyGroupSizes_2(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___currencyGroupSizes_2 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSizes_2), value);
}
inline static int32_t get_offset_of_percentGroupSizes_3() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSizes_3)); }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* get_percentGroupSizes_3() const { return ___percentGroupSizes_3; }
inline Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83** get_address_of_percentGroupSizes_3() { return &___percentGroupSizes_3; }
inline void set_percentGroupSizes_3(Int32U5BU5D_t2B9E4FDDDB9F0A00EC0AC631BA2DA915EB1ECF83* value)
{
___percentGroupSizes_3 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSizes_3), value);
}
inline static int32_t get_offset_of_positiveSign_4() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveSign_4)); }
inline String_t* get_positiveSign_4() const { return ___positiveSign_4; }
inline String_t** get_address_of_positiveSign_4() { return &___positiveSign_4; }
inline void set_positiveSign_4(String_t* value)
{
___positiveSign_4 = value;
Il2CppCodeGenWriteBarrier((&___positiveSign_4), value);
}
inline static int32_t get_offset_of_negativeSign_5() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeSign_5)); }
inline String_t* get_negativeSign_5() const { return ___negativeSign_5; }
inline String_t** get_address_of_negativeSign_5() { return &___negativeSign_5; }
inline void set_negativeSign_5(String_t* value)
{
___negativeSign_5 = value;
Il2CppCodeGenWriteBarrier((&___negativeSign_5), value);
}
inline static int32_t get_offset_of_numberDecimalSeparator_6() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalSeparator_6)); }
inline String_t* get_numberDecimalSeparator_6() const { return ___numberDecimalSeparator_6; }
inline String_t** get_address_of_numberDecimalSeparator_6() { return &___numberDecimalSeparator_6; }
inline void set_numberDecimalSeparator_6(String_t* value)
{
___numberDecimalSeparator_6 = value;
Il2CppCodeGenWriteBarrier((&___numberDecimalSeparator_6), value);
}
inline static int32_t get_offset_of_numberGroupSeparator_7() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberGroupSeparator_7)); }
inline String_t* get_numberGroupSeparator_7() const { return ___numberGroupSeparator_7; }
inline String_t** get_address_of_numberGroupSeparator_7() { return &___numberGroupSeparator_7; }
inline void set_numberGroupSeparator_7(String_t* value)
{
___numberGroupSeparator_7 = value;
Il2CppCodeGenWriteBarrier((&___numberGroupSeparator_7), value);
}
inline static int32_t get_offset_of_currencyGroupSeparator_8() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyGroupSeparator_8)); }
inline String_t* get_currencyGroupSeparator_8() const { return ___currencyGroupSeparator_8; }
inline String_t** get_address_of_currencyGroupSeparator_8() { return &___currencyGroupSeparator_8; }
inline void set_currencyGroupSeparator_8(String_t* value)
{
___currencyGroupSeparator_8 = value;
Il2CppCodeGenWriteBarrier((&___currencyGroupSeparator_8), value);
}
inline static int32_t get_offset_of_currencyDecimalSeparator_9() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalSeparator_9)); }
inline String_t* get_currencyDecimalSeparator_9() const { return ___currencyDecimalSeparator_9; }
inline String_t** get_address_of_currencyDecimalSeparator_9() { return &___currencyDecimalSeparator_9; }
inline void set_currencyDecimalSeparator_9(String_t* value)
{
___currencyDecimalSeparator_9 = value;
Il2CppCodeGenWriteBarrier((&___currencyDecimalSeparator_9), value);
}
inline static int32_t get_offset_of_currencySymbol_10() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencySymbol_10)); }
inline String_t* get_currencySymbol_10() const { return ___currencySymbol_10; }
inline String_t** get_address_of_currencySymbol_10() { return &___currencySymbol_10; }
inline void set_currencySymbol_10(String_t* value)
{
___currencySymbol_10 = value;
Il2CppCodeGenWriteBarrier((&___currencySymbol_10), value);
}
inline static int32_t get_offset_of_ansiCurrencySymbol_11() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___ansiCurrencySymbol_11)); }
inline String_t* get_ansiCurrencySymbol_11() const { return ___ansiCurrencySymbol_11; }
inline String_t** get_address_of_ansiCurrencySymbol_11() { return &___ansiCurrencySymbol_11; }
inline void set_ansiCurrencySymbol_11(String_t* value)
{
___ansiCurrencySymbol_11 = value;
Il2CppCodeGenWriteBarrier((&___ansiCurrencySymbol_11), value);
}
inline static int32_t get_offset_of_nanSymbol_12() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nanSymbol_12)); }
inline String_t* get_nanSymbol_12() const { return ___nanSymbol_12; }
inline String_t** get_address_of_nanSymbol_12() { return &___nanSymbol_12; }
inline void set_nanSymbol_12(String_t* value)
{
___nanSymbol_12 = value;
Il2CppCodeGenWriteBarrier((&___nanSymbol_12), value);
}
inline static int32_t get_offset_of_positiveInfinitySymbol_13() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___positiveInfinitySymbol_13)); }
inline String_t* get_positiveInfinitySymbol_13() const { return ___positiveInfinitySymbol_13; }
inline String_t** get_address_of_positiveInfinitySymbol_13() { return &___positiveInfinitySymbol_13; }
inline void set_positiveInfinitySymbol_13(String_t* value)
{
___positiveInfinitySymbol_13 = value;
Il2CppCodeGenWriteBarrier((&___positiveInfinitySymbol_13), value);
}
inline static int32_t get_offset_of_negativeInfinitySymbol_14() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___negativeInfinitySymbol_14)); }
inline String_t* get_negativeInfinitySymbol_14() const { return ___negativeInfinitySymbol_14; }
inline String_t** get_address_of_negativeInfinitySymbol_14() { return &___negativeInfinitySymbol_14; }
inline void set_negativeInfinitySymbol_14(String_t* value)
{
___negativeInfinitySymbol_14 = value;
Il2CppCodeGenWriteBarrier((&___negativeInfinitySymbol_14), value);
}
inline static int32_t get_offset_of_percentDecimalSeparator_15() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalSeparator_15)); }
inline String_t* get_percentDecimalSeparator_15() const { return ___percentDecimalSeparator_15; }
inline String_t** get_address_of_percentDecimalSeparator_15() { return &___percentDecimalSeparator_15; }
inline void set_percentDecimalSeparator_15(String_t* value)
{
___percentDecimalSeparator_15 = value;
Il2CppCodeGenWriteBarrier((&___percentDecimalSeparator_15), value);
}
inline static int32_t get_offset_of_percentGroupSeparator_16() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentGroupSeparator_16)); }
inline String_t* get_percentGroupSeparator_16() const { return ___percentGroupSeparator_16; }
inline String_t** get_address_of_percentGroupSeparator_16() { return &___percentGroupSeparator_16; }
inline void set_percentGroupSeparator_16(String_t* value)
{
___percentGroupSeparator_16 = value;
Il2CppCodeGenWriteBarrier((&___percentGroupSeparator_16), value);
}
inline static int32_t get_offset_of_percentSymbol_17() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentSymbol_17)); }
inline String_t* get_percentSymbol_17() const { return ___percentSymbol_17; }
inline String_t** get_address_of_percentSymbol_17() { return &___percentSymbol_17; }
inline void set_percentSymbol_17(String_t* value)
{
___percentSymbol_17 = value;
Il2CppCodeGenWriteBarrier((&___percentSymbol_17), value);
}
inline static int32_t get_offset_of_perMilleSymbol_18() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___perMilleSymbol_18)); }
inline String_t* get_perMilleSymbol_18() const { return ___perMilleSymbol_18; }
inline String_t** get_address_of_perMilleSymbol_18() { return &___perMilleSymbol_18; }
inline void set_perMilleSymbol_18(String_t* value)
{
___perMilleSymbol_18 = value;
Il2CppCodeGenWriteBarrier((&___perMilleSymbol_18), value);
}
inline static int32_t get_offset_of_nativeDigits_19() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___nativeDigits_19)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_nativeDigits_19() const { return ___nativeDigits_19; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_nativeDigits_19() { return &___nativeDigits_19; }
inline void set_nativeDigits_19(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___nativeDigits_19 = value;
Il2CppCodeGenWriteBarrier((&___nativeDigits_19), value);
}
inline static int32_t get_offset_of_m_dataItem_20() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_dataItem_20)); }
inline int32_t get_m_dataItem_20() const { return ___m_dataItem_20; }
inline int32_t* get_address_of_m_dataItem_20() { return &___m_dataItem_20; }
inline void set_m_dataItem_20(int32_t value)
{
___m_dataItem_20 = value;
}
inline static int32_t get_offset_of_numberDecimalDigits_21() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberDecimalDigits_21)); }
inline int32_t get_numberDecimalDigits_21() const { return ___numberDecimalDigits_21; }
inline int32_t* get_address_of_numberDecimalDigits_21() { return &___numberDecimalDigits_21; }
inline void set_numberDecimalDigits_21(int32_t value)
{
___numberDecimalDigits_21 = value;
}
inline static int32_t get_offset_of_currencyDecimalDigits_22() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyDecimalDigits_22)); }
inline int32_t get_currencyDecimalDigits_22() const { return ___currencyDecimalDigits_22; }
inline int32_t* get_address_of_currencyDecimalDigits_22() { return &___currencyDecimalDigits_22; }
inline void set_currencyDecimalDigits_22(int32_t value)
{
___currencyDecimalDigits_22 = value;
}
inline static int32_t get_offset_of_currencyPositivePattern_23() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyPositivePattern_23)); }
inline int32_t get_currencyPositivePattern_23() const { return ___currencyPositivePattern_23; }
inline int32_t* get_address_of_currencyPositivePattern_23() { return &___currencyPositivePattern_23; }
inline void set_currencyPositivePattern_23(int32_t value)
{
___currencyPositivePattern_23 = value;
}
inline static int32_t get_offset_of_currencyNegativePattern_24() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___currencyNegativePattern_24)); }
inline int32_t get_currencyNegativePattern_24() const { return ___currencyNegativePattern_24; }
inline int32_t* get_address_of_currencyNegativePattern_24() { return &___currencyNegativePattern_24; }
inline void set_currencyNegativePattern_24(int32_t value)
{
___currencyNegativePattern_24 = value;
}
inline static int32_t get_offset_of_numberNegativePattern_25() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___numberNegativePattern_25)); }
inline int32_t get_numberNegativePattern_25() const { return ___numberNegativePattern_25; }
inline int32_t* get_address_of_numberNegativePattern_25() { return &___numberNegativePattern_25; }
inline void set_numberNegativePattern_25(int32_t value)
{
___numberNegativePattern_25 = value;
}
inline static int32_t get_offset_of_percentPositivePattern_26() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentPositivePattern_26)); }
inline int32_t get_percentPositivePattern_26() const { return ___percentPositivePattern_26; }
inline int32_t* get_address_of_percentPositivePattern_26() { return &___percentPositivePattern_26; }
inline void set_percentPositivePattern_26(int32_t value)
{
___percentPositivePattern_26 = value;
}
inline static int32_t get_offset_of_percentNegativePattern_27() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentNegativePattern_27)); }
inline int32_t get_percentNegativePattern_27() const { return ___percentNegativePattern_27; }
inline int32_t* get_address_of_percentNegativePattern_27() { return &___percentNegativePattern_27; }
inline void set_percentNegativePattern_27(int32_t value)
{
___percentNegativePattern_27 = value;
}
inline static int32_t get_offset_of_percentDecimalDigits_28() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___percentDecimalDigits_28)); }
inline int32_t get_percentDecimalDigits_28() const { return ___percentDecimalDigits_28; }
inline int32_t* get_address_of_percentDecimalDigits_28() { return &___percentDecimalDigits_28; }
inline void set_percentDecimalDigits_28(int32_t value)
{
___percentDecimalDigits_28 = value;
}
inline static int32_t get_offset_of_digitSubstitution_29() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___digitSubstitution_29)); }
inline int32_t get_digitSubstitution_29() const { return ___digitSubstitution_29; }
inline int32_t* get_address_of_digitSubstitution_29() { return &___digitSubstitution_29; }
inline void set_digitSubstitution_29(int32_t value)
{
___digitSubstitution_29 = value;
}
inline static int32_t get_offset_of_isReadOnly_30() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___isReadOnly_30)); }
inline bool get_isReadOnly_30() const { return ___isReadOnly_30; }
inline bool* get_address_of_isReadOnly_30() { return &___isReadOnly_30; }
inline void set_isReadOnly_30(bool value)
{
___isReadOnly_30 = value;
}
inline static int32_t get_offset_of_m_useUserOverride_31() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_useUserOverride_31)); }
inline bool get_m_useUserOverride_31() const { return ___m_useUserOverride_31; }
inline bool* get_address_of_m_useUserOverride_31() { return &___m_useUserOverride_31; }
inline void set_m_useUserOverride_31(bool value)
{
___m_useUserOverride_31 = value;
}
inline static int32_t get_offset_of_m_isInvariant_32() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___m_isInvariant_32)); }
inline bool get_m_isInvariant_32() const { return ___m_isInvariant_32; }
inline bool* get_address_of_m_isInvariant_32() { return &___m_isInvariant_32; }
inline void set_m_isInvariant_32(bool value)
{
___m_isInvariant_32 = value;
}
inline static int32_t get_offset_of_validForParseAsNumber_33() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsNumber_33)); }
inline bool get_validForParseAsNumber_33() const { return ___validForParseAsNumber_33; }
inline bool* get_address_of_validForParseAsNumber_33() { return &___validForParseAsNumber_33; }
inline void set_validForParseAsNumber_33(bool value)
{
___validForParseAsNumber_33 = value;
}
inline static int32_t get_offset_of_validForParseAsCurrency_34() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8, ___validForParseAsCurrency_34)); }
inline bool get_validForParseAsCurrency_34() const { return ___validForParseAsCurrency_34; }
inline bool* get_address_of_validForParseAsCurrency_34() { return &___validForParseAsCurrency_34; }
inline void set_validForParseAsCurrency_34(bool value)
{
___validForParseAsCurrency_34 = value;
}
};
struct NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields
{
public:
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * ___invariantInfo_0;
public:
inline static int32_t get_offset_of_invariantInfo_0() { return static_cast<int32_t>(offsetof(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8_StaticFields, ___invariantInfo_0)); }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * get_invariantInfo_0() const { return ___invariantInfo_0; }
inline NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 ** get_address_of_invariantInfo_0() { return &___invariantInfo_0; }
inline void set_invariantInfo_0(NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * value)
{
___invariantInfo_0 = value;
Il2CppCodeGenWriteBarrier((&___invariantInfo_0), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // NUMBERFORMATINFO_TFDF57037EBC5BC833D0A53EF0327B805994860A8_H
#ifndef MULTICASTDELEGATE_T_H
#define MULTICASTDELEGATE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.MulticastDelegate
struct MulticastDelegate_t : public Delegate_t
{
public:
// System.Delegate[] System.MulticastDelegate::delegates
DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* ___delegates_11;
public:
inline static int32_t get_offset_of_delegates_11() { return static_cast<int32_t>(offsetof(MulticastDelegate_t, ___delegates_11)); }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* get_delegates_11() const { return ___delegates_11; }
inline DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86** get_address_of_delegates_11() { return &___delegates_11; }
inline void set_delegates_11(DelegateU5BU5D_tDFCDEE2A6322F96C0FE49AF47E9ADB8C4B294E86* value)
{
___delegates_11 = value;
Il2CppCodeGenWriteBarrier((&___delegates_11), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
{
Delegate_t_marshaled_pinvoke** ___delegates_11;
};
// Native definition for COM marshalling of System.MulticastDelegate
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
{
Delegate_t_marshaled_com** ___delegates_11;
};
#endif // MULTICASTDELEGATE_T_H
#ifndef REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H
#define REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Cache.RequestCachePolicy
struct RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 : public RuntimeObject
{
public:
// System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level
int32_t ___m_Level_0;
public:
inline static int32_t get_offset_of_m_Level_0() { return static_cast<int32_t>(offsetof(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61, ___m_Level_0)); }
inline int32_t get_m_Level_0() const { return ___m_Level_0; }
inline int32_t* get_address_of_m_Level_0() { return &___m_Level_0; }
inline void set_m_Level_0(int32_t value)
{
___m_Level_0 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REQUESTCACHEPOLICY_T30D7352C7E9D49EEADD492A70EC92C118D90CD61_H
#ifndef AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#define AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest_AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB
{
public:
// System.Net.HttpWebRequest System.Net.HttpWebRequest_AuthorizationState::request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isProxy
bool ___isProxy_1;
// System.Boolean System.Net.HttpWebRequest_AuthorizationState::isCompleted
bool ___isCompleted_2;
// System.Net.HttpWebRequest_NtlmAuthState System.Net.HttpWebRequest_AuthorizationState::ntlm_auth_state
int32_t ___ntlm_auth_state_3;
public:
inline static int32_t get_offset_of_request_0() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___request_0)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_request_0() const { return ___request_0; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_request_0() { return &___request_0; }
inline void set_request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___request_0 = value;
Il2CppCodeGenWriteBarrier((&___request_0), value);
}
inline static int32_t get_offset_of_isProxy_1() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isProxy_1)); }
inline bool get_isProxy_1() const { return ___isProxy_1; }
inline bool* get_address_of_isProxy_1() { return &___isProxy_1; }
inline void set_isProxy_1(bool value)
{
___isProxy_1 = value;
}
inline static int32_t get_offset_of_isCompleted_2() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___isCompleted_2)); }
inline bool get_isCompleted_2() const { return ___isCompleted_2; }
inline bool* get_address_of_isCompleted_2() { return &___isCompleted_2; }
inline void set_isCompleted_2(bool value)
{
___isCompleted_2 = value;
}
inline static int32_t get_offset_of_ntlm_auth_state_3() { return static_cast<int32_t>(offsetof(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB, ___ntlm_auth_state_3)); }
inline int32_t get_ntlm_auth_state_3() const { return ___ntlm_auth_state_3; }
inline int32_t* get_address_of_ntlm_auth_state_3() { return &___ntlm_auth_state_3; }
inline void set_ntlm_auth_state_3(int32_t value)
{
___ntlm_auth_state_3 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_pinvoke
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
// Native definition for COM marshalling of System.Net.HttpWebRequest/AuthorizationState
struct AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_marshaled_com
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request_0;
int32_t ___isProxy_1;
int32_t ___isCompleted_2;
int32_t ___ntlm_auth_state_3;
};
#endif // AUTHORIZATIONSTATE_T5C342070F47B5DBAE0089B8B6A391FDEB6914AAB_H
#ifndef HTTPWEBRESPONSE_T34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_H
#define HTTPWEBRESPONSE_T34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebResponse
struct HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 : public WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD
{
public:
// System.Uri System.Net.HttpWebResponse::uri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri_1;
// System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_2;
// System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection
CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * ___cookieCollection_3;
// System.String System.Net.HttpWebResponse::method
String_t* ___method_4;
// System.Version System.Net.HttpWebResponse::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_5;
// System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode
int32_t ___statusCode_6;
// System.String System.Net.HttpWebResponse::statusDescription
String_t* ___statusDescription_7;
// System.Int64 System.Net.HttpWebResponse::contentLength
int64_t ___contentLength_8;
// System.String System.Net.HttpWebResponse::contentType
String_t* ___contentType_9;
// System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookie_container_10;
// System.Boolean System.Net.HttpWebResponse::disposed
bool ___disposed_11;
// System.IO.Stream System.Net.HttpWebResponse::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_12;
public:
inline static int32_t get_offset_of_uri_1() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___uri_1)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_uri_1() const { return ___uri_1; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_uri_1() { return &___uri_1; }
inline void set_uri_1(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___uri_1 = value;
Il2CppCodeGenWriteBarrier((&___uri_1), value);
}
inline static int32_t get_offset_of_webHeaders_2() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___webHeaders_2)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_2() const { return ___webHeaders_2; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_2() { return &___webHeaders_2; }
inline void set_webHeaders_2(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___webHeaders_2 = value;
Il2CppCodeGenWriteBarrier((&___webHeaders_2), value);
}
inline static int32_t get_offset_of_cookieCollection_3() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___cookieCollection_3)); }
inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * get_cookieCollection_3() const { return ___cookieCollection_3; }
inline CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 ** get_address_of_cookieCollection_3() { return &___cookieCollection_3; }
inline void set_cookieCollection_3(CookieCollection_t69ADF0ABD99419E54AB4740B341D94F443D995A3 * value)
{
___cookieCollection_3 = value;
Il2CppCodeGenWriteBarrier((&___cookieCollection_3), value);
}
inline static int32_t get_offset_of_method_4() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___method_4)); }
inline String_t* get_method_4() const { return ___method_4; }
inline String_t** get_address_of_method_4() { return &___method_4; }
inline void set_method_4(String_t* value)
{
___method_4 = value;
Il2CppCodeGenWriteBarrier((&___method_4), value);
}
inline static int32_t get_offset_of_version_5() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___version_5)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_5() const { return ___version_5; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_5() { return &___version_5; }
inline void set_version_5(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_5 = value;
Il2CppCodeGenWriteBarrier((&___version_5), value);
}
inline static int32_t get_offset_of_statusCode_6() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___statusCode_6)); }
inline int32_t get_statusCode_6() const { return ___statusCode_6; }
inline int32_t* get_address_of_statusCode_6() { return &___statusCode_6; }
inline void set_statusCode_6(int32_t value)
{
___statusCode_6 = value;
}
inline static int32_t get_offset_of_statusDescription_7() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___statusDescription_7)); }
inline String_t* get_statusDescription_7() const { return ___statusDescription_7; }
inline String_t** get_address_of_statusDescription_7() { return &___statusDescription_7; }
inline void set_statusDescription_7(String_t* value)
{
___statusDescription_7 = value;
Il2CppCodeGenWriteBarrier((&___statusDescription_7), value);
}
inline static int32_t get_offset_of_contentLength_8() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___contentLength_8)); }
inline int64_t get_contentLength_8() const { return ___contentLength_8; }
inline int64_t* get_address_of_contentLength_8() { return &___contentLength_8; }
inline void set_contentLength_8(int64_t value)
{
___contentLength_8 = value;
}
inline static int32_t get_offset_of_contentType_9() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___contentType_9)); }
inline String_t* get_contentType_9() const { return ___contentType_9; }
inline String_t** get_address_of_contentType_9() { return &___contentType_9; }
inline void set_contentType_9(String_t* value)
{
___contentType_9 = value;
Il2CppCodeGenWriteBarrier((&___contentType_9), value);
}
inline static int32_t get_offset_of_cookie_container_10() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___cookie_container_10)); }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookie_container_10() const { return ___cookie_container_10; }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookie_container_10() { return &___cookie_container_10; }
inline void set_cookie_container_10(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value)
{
___cookie_container_10 = value;
Il2CppCodeGenWriteBarrier((&___cookie_container_10), value);
}
inline static int32_t get_offset_of_disposed_11() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___disposed_11)); }
inline bool get_disposed_11() const { return ___disposed_11; }
inline bool* get_address_of_disposed_11() { return &___disposed_11; }
inline void set_disposed_11(bool value)
{
___disposed_11 = value;
}
inline static int32_t get_offset_of_stream_12() { return static_cast<int32_t>(offsetof(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951, ___stream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_12() const { return ___stream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_12() { return &___stream_12; }
inline void set_stream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_12 = value;
Il2CppCodeGenWriteBarrier((&___stream_12), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPWEBRESPONSE_T34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_H
#ifndef IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H
#define IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.IPAddress
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE : public RuntimeObject
{
public:
// System.Int64 System.Net.IPAddress::m_Address
int64_t ___m_Address_5;
// System.String System.Net.IPAddress::m_ToString
String_t* ___m_ToString_6;
// System.Net.Sockets.AddressFamily System.Net.IPAddress::m_Family
int32_t ___m_Family_10;
// System.UInt16[] System.Net.IPAddress::m_Numbers
UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* ___m_Numbers_11;
// System.Int64 System.Net.IPAddress::m_ScopeId
int64_t ___m_ScopeId_12;
// System.Int32 System.Net.IPAddress::m_HashCode
int32_t ___m_HashCode_13;
public:
inline static int32_t get_offset_of_m_Address_5() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Address_5)); }
inline int64_t get_m_Address_5() const { return ___m_Address_5; }
inline int64_t* get_address_of_m_Address_5() { return &___m_Address_5; }
inline void set_m_Address_5(int64_t value)
{
___m_Address_5 = value;
}
inline static int32_t get_offset_of_m_ToString_6() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ToString_6)); }
inline String_t* get_m_ToString_6() const { return ___m_ToString_6; }
inline String_t** get_address_of_m_ToString_6() { return &___m_ToString_6; }
inline void set_m_ToString_6(String_t* value)
{
___m_ToString_6 = value;
Il2CppCodeGenWriteBarrier((&___m_ToString_6), value);
}
inline static int32_t get_offset_of_m_Family_10() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Family_10)); }
inline int32_t get_m_Family_10() const { return ___m_Family_10; }
inline int32_t* get_address_of_m_Family_10() { return &___m_Family_10; }
inline void set_m_Family_10(int32_t value)
{
___m_Family_10 = value;
}
inline static int32_t get_offset_of_m_Numbers_11() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_Numbers_11)); }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* get_m_Numbers_11() const { return ___m_Numbers_11; }
inline UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E** get_address_of_m_Numbers_11() { return &___m_Numbers_11; }
inline void set_m_Numbers_11(UInt16U5BU5D_t2D4BB1F8C486FF4359FFA7E4A76A8708A684543E* value)
{
___m_Numbers_11 = value;
Il2CppCodeGenWriteBarrier((&___m_Numbers_11), value);
}
inline static int32_t get_offset_of_m_ScopeId_12() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_ScopeId_12)); }
inline int64_t get_m_ScopeId_12() const { return ___m_ScopeId_12; }
inline int64_t* get_address_of_m_ScopeId_12() { return &___m_ScopeId_12; }
inline void set_m_ScopeId_12(int64_t value)
{
___m_ScopeId_12 = value;
}
inline static int32_t get_offset_of_m_HashCode_13() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE, ___m_HashCode_13)); }
inline int32_t get_m_HashCode_13() const { return ___m_HashCode_13; }
inline int32_t* get_address_of_m_HashCode_13() { return &___m_HashCode_13; }
inline void set_m_HashCode_13(int32_t value)
{
___m_HashCode_13 = value;
}
};
struct IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields
{
public:
// System.Net.IPAddress System.Net.IPAddress::Any
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Any_0;
// System.Net.IPAddress System.Net.IPAddress::Loopback
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Loopback_1;
// System.Net.IPAddress System.Net.IPAddress::Broadcast
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___Broadcast_2;
// System.Net.IPAddress System.Net.IPAddress::None
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___None_3;
// System.Net.IPAddress System.Net.IPAddress::IPv6Any
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Any_7;
// System.Net.IPAddress System.Net.IPAddress::IPv6Loopback
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6Loopback_8;
// System.Net.IPAddress System.Net.IPAddress::IPv6None
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___IPv6None_9;
public:
inline static int32_t get_offset_of_Any_0() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Any_0)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Any_0() const { return ___Any_0; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Any_0() { return &___Any_0; }
inline void set_Any_0(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___Any_0 = value;
Il2CppCodeGenWriteBarrier((&___Any_0), value);
}
inline static int32_t get_offset_of_Loopback_1() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Loopback_1)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Loopback_1() const { return ___Loopback_1; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Loopback_1() { return &___Loopback_1; }
inline void set_Loopback_1(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___Loopback_1 = value;
Il2CppCodeGenWriteBarrier((&___Loopback_1), value);
}
inline static int32_t get_offset_of_Broadcast_2() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___Broadcast_2)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_Broadcast_2() const { return ___Broadcast_2; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_Broadcast_2() { return &___Broadcast_2; }
inline void set_Broadcast_2(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___Broadcast_2 = value;
Il2CppCodeGenWriteBarrier((&___Broadcast_2), value);
}
inline static int32_t get_offset_of_None_3() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___None_3)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_None_3() const { return ___None_3; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_None_3() { return &___None_3; }
inline void set_None_3(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___None_3 = value;
Il2CppCodeGenWriteBarrier((&___None_3), value);
}
inline static int32_t get_offset_of_IPv6Any_7() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Any_7)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Any_7() const { return ___IPv6Any_7; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Any_7() { return &___IPv6Any_7; }
inline void set_IPv6Any_7(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___IPv6Any_7 = value;
Il2CppCodeGenWriteBarrier((&___IPv6Any_7), value);
}
inline static int32_t get_offset_of_IPv6Loopback_8() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6Loopback_8)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6Loopback_8() const { return ___IPv6Loopback_8; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6Loopback_8() { return &___IPv6Loopback_8; }
inline void set_IPv6Loopback_8(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___IPv6Loopback_8 = value;
Il2CppCodeGenWriteBarrier((&___IPv6Loopback_8), value);
}
inline static int32_t get_offset_of_IPv6None_9() { return static_cast<int32_t>(offsetof(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_StaticFields, ___IPv6None_9)); }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * get_IPv6None_9() const { return ___IPv6None_9; }
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** get_address_of_IPv6None_9() { return &___IPv6None_9; }
inline void set_IPv6None_9(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
___IPv6None_9 = value;
Il2CppCodeGenWriteBarrier((&___IPv6None_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // IPADDRESS_T77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_H
#ifndef MONOCHUNKSTREAM_T33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_H
#define MONOCHUNKSTREAM_T33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.MonoChunkStream
struct MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 : public RuntimeObject
{
public:
// System.Net.WebHeaderCollection System.Net.MonoChunkStream::headers
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers_0;
// System.Int32 System.Net.MonoChunkStream::chunkSize
int32_t ___chunkSize_1;
// System.Int32 System.Net.MonoChunkStream::chunkRead
int32_t ___chunkRead_2;
// System.Int32 System.Net.MonoChunkStream::totalWritten
int32_t ___totalWritten_3;
// System.Net.MonoChunkStream_State System.Net.MonoChunkStream::state
int32_t ___state_4;
// System.Text.StringBuilder System.Net.MonoChunkStream::saved
StringBuilder_t * ___saved_5;
// System.Boolean System.Net.MonoChunkStream::sawCR
bool ___sawCR_6;
// System.Boolean System.Net.MonoChunkStream::gotit
bool ___gotit_7;
// System.Int32 System.Net.MonoChunkStream::trailerState
int32_t ___trailerState_8;
// System.Collections.ArrayList System.Net.MonoChunkStream::chunks
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___chunks_9;
public:
inline static int32_t get_offset_of_headers_0() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___headers_0)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_headers_0() const { return ___headers_0; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_headers_0() { return &___headers_0; }
inline void set_headers_0(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___headers_0 = value;
Il2CppCodeGenWriteBarrier((&___headers_0), value);
}
inline static int32_t get_offset_of_chunkSize_1() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___chunkSize_1)); }
inline int32_t get_chunkSize_1() const { return ___chunkSize_1; }
inline int32_t* get_address_of_chunkSize_1() { return &___chunkSize_1; }
inline void set_chunkSize_1(int32_t value)
{
___chunkSize_1 = value;
}
inline static int32_t get_offset_of_chunkRead_2() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___chunkRead_2)); }
inline int32_t get_chunkRead_2() const { return ___chunkRead_2; }
inline int32_t* get_address_of_chunkRead_2() { return &___chunkRead_2; }
inline void set_chunkRead_2(int32_t value)
{
___chunkRead_2 = value;
}
inline static int32_t get_offset_of_totalWritten_3() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___totalWritten_3)); }
inline int32_t get_totalWritten_3() const { return ___totalWritten_3; }
inline int32_t* get_address_of_totalWritten_3() { return &___totalWritten_3; }
inline void set_totalWritten_3(int32_t value)
{
___totalWritten_3 = value;
}
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___state_4)); }
inline int32_t get_state_4() const { return ___state_4; }
inline int32_t* get_address_of_state_4() { return &___state_4; }
inline void set_state_4(int32_t value)
{
___state_4 = value;
}
inline static int32_t get_offset_of_saved_5() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___saved_5)); }
inline StringBuilder_t * get_saved_5() const { return ___saved_5; }
inline StringBuilder_t ** get_address_of_saved_5() { return &___saved_5; }
inline void set_saved_5(StringBuilder_t * value)
{
___saved_5 = value;
Il2CppCodeGenWriteBarrier((&___saved_5), value);
}
inline static int32_t get_offset_of_sawCR_6() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___sawCR_6)); }
inline bool get_sawCR_6() const { return ___sawCR_6; }
inline bool* get_address_of_sawCR_6() { return &___sawCR_6; }
inline void set_sawCR_6(bool value)
{
___sawCR_6 = value;
}
inline static int32_t get_offset_of_gotit_7() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___gotit_7)); }
inline bool get_gotit_7() const { return ___gotit_7; }
inline bool* get_address_of_gotit_7() { return &___gotit_7; }
inline void set_gotit_7(bool value)
{
___gotit_7 = value;
}
inline static int32_t get_offset_of_trailerState_8() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___trailerState_8)); }
inline int32_t get_trailerState_8() const { return ___trailerState_8; }
inline int32_t* get_address_of_trailerState_8() { return &___trailerState_8; }
inline void set_trailerState_8(int32_t value)
{
___trailerState_8 = value;
}
inline static int32_t get_offset_of_chunks_9() { return static_cast<int32_t>(offsetof(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5, ___chunks_9)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_chunks_9() const { return ___chunks_9; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_chunks_9() { return &___chunks_9; }
inline void set_chunks_9(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___chunks_9 = value;
Il2CppCodeGenWriteBarrier((&___chunks_9), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MONOCHUNKSTREAM_T33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_H
#ifndef PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H
#define PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.ProtocolViolationException
struct ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // PROTOCOLVIOLATIONEXCEPTION_T287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_H
#ifndef SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H
#define SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.Socket
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 : public RuntimeObject
{
public:
// System.Boolean System.Net.Sockets.Socket::is_closed
bool ___is_closed_6;
// System.Boolean System.Net.Sockets.Socket::is_listening
bool ___is_listening_7;
// System.Boolean System.Net.Sockets.Socket::useOverlappedIO
bool ___useOverlappedIO_8;
// System.Int32 System.Net.Sockets.Socket::linger_timeout
int32_t ___linger_timeout_9;
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily
int32_t ___addressFamily_10;
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType
int32_t ___socketType_11;
// System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType
int32_t ___protocolType_12;
// System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle
SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * ___m_Handle_13;
// System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___seed_endpoint_14;
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___ReadSem_15;
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem
SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * ___WriteSem_16;
// System.Boolean System.Net.Sockets.Socket::is_blocking
bool ___is_blocking_17;
// System.Boolean System.Net.Sockets.Socket::is_bound
bool ___is_bound_18;
// System.Boolean System.Net.Sockets.Socket::is_connected
bool ___is_connected_19;
// System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp
int32_t ___m_IntCleanedUp_20;
// System.Boolean System.Net.Sockets.Socket::connect_in_progress
bool ___connect_in_progress_21;
public:
inline static int32_t get_offset_of_is_closed_6() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_closed_6)); }
inline bool get_is_closed_6() const { return ___is_closed_6; }
inline bool* get_address_of_is_closed_6() { return &___is_closed_6; }
inline void set_is_closed_6(bool value)
{
___is_closed_6 = value;
}
inline static int32_t get_offset_of_is_listening_7() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_listening_7)); }
inline bool get_is_listening_7() const { return ___is_listening_7; }
inline bool* get_address_of_is_listening_7() { return &___is_listening_7; }
inline void set_is_listening_7(bool value)
{
___is_listening_7 = value;
}
inline static int32_t get_offset_of_useOverlappedIO_8() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___useOverlappedIO_8)); }
inline bool get_useOverlappedIO_8() const { return ___useOverlappedIO_8; }
inline bool* get_address_of_useOverlappedIO_8() { return &___useOverlappedIO_8; }
inline void set_useOverlappedIO_8(bool value)
{
___useOverlappedIO_8 = value;
}
inline static int32_t get_offset_of_linger_timeout_9() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___linger_timeout_9)); }
inline int32_t get_linger_timeout_9() const { return ___linger_timeout_9; }
inline int32_t* get_address_of_linger_timeout_9() { return &___linger_timeout_9; }
inline void set_linger_timeout_9(int32_t value)
{
___linger_timeout_9 = value;
}
inline static int32_t get_offset_of_addressFamily_10() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___addressFamily_10)); }
inline int32_t get_addressFamily_10() const { return ___addressFamily_10; }
inline int32_t* get_address_of_addressFamily_10() { return &___addressFamily_10; }
inline void set_addressFamily_10(int32_t value)
{
___addressFamily_10 = value;
}
inline static int32_t get_offset_of_socketType_11() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___socketType_11)); }
inline int32_t get_socketType_11() const { return ___socketType_11; }
inline int32_t* get_address_of_socketType_11() { return &___socketType_11; }
inline void set_socketType_11(int32_t value)
{
___socketType_11 = value;
}
inline static int32_t get_offset_of_protocolType_12() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___protocolType_12)); }
inline int32_t get_protocolType_12() const { return ___protocolType_12; }
inline int32_t* get_address_of_protocolType_12() { return &___protocolType_12; }
inline void set_protocolType_12(int32_t value)
{
___protocolType_12 = value;
}
inline static int32_t get_offset_of_m_Handle_13() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_Handle_13)); }
inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * get_m_Handle_13() const { return ___m_Handle_13; }
inline SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A ** get_address_of_m_Handle_13() { return &___m_Handle_13; }
inline void set_m_Handle_13(SafeSocketHandle_t9A33B4DCE2012075A5D6D355D323A05E7F16329A * value)
{
___m_Handle_13 = value;
Il2CppCodeGenWriteBarrier((&___m_Handle_13), value);
}
inline static int32_t get_offset_of_seed_endpoint_14() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___seed_endpoint_14)); }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_seed_endpoint_14() const { return ___seed_endpoint_14; }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_seed_endpoint_14() { return &___seed_endpoint_14; }
inline void set_seed_endpoint_14(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
{
___seed_endpoint_14 = value;
Il2CppCodeGenWriteBarrier((&___seed_endpoint_14), value);
}
inline static int32_t get_offset_of_ReadSem_15() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___ReadSem_15)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_ReadSem_15() const { return ___ReadSem_15; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_ReadSem_15() { return &___ReadSem_15; }
inline void set_ReadSem_15(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___ReadSem_15 = value;
Il2CppCodeGenWriteBarrier((&___ReadSem_15), value);
}
inline static int32_t get_offset_of_WriteSem_16() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___WriteSem_16)); }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * get_WriteSem_16() const { return ___WriteSem_16; }
inline SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 ** get_address_of_WriteSem_16() { return &___WriteSem_16; }
inline void set_WriteSem_16(SemaphoreSlim_t2E2888D1C0C8FAB80823C76F1602E4434B8FA048 * value)
{
___WriteSem_16 = value;
Il2CppCodeGenWriteBarrier((&___WriteSem_16), value);
}
inline static int32_t get_offset_of_is_blocking_17() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_blocking_17)); }
inline bool get_is_blocking_17() const { return ___is_blocking_17; }
inline bool* get_address_of_is_blocking_17() { return &___is_blocking_17; }
inline void set_is_blocking_17(bool value)
{
___is_blocking_17 = value;
}
inline static int32_t get_offset_of_is_bound_18() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_bound_18)); }
inline bool get_is_bound_18() const { return ___is_bound_18; }
inline bool* get_address_of_is_bound_18() { return &___is_bound_18; }
inline void set_is_bound_18(bool value)
{
___is_bound_18 = value;
}
inline static int32_t get_offset_of_is_connected_19() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___is_connected_19)); }
inline bool get_is_connected_19() const { return ___is_connected_19; }
inline bool* get_address_of_is_connected_19() { return &___is_connected_19; }
inline void set_is_connected_19(bool value)
{
___is_connected_19 = value;
}
inline static int32_t get_offset_of_m_IntCleanedUp_20() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___m_IntCleanedUp_20)); }
inline int32_t get_m_IntCleanedUp_20() const { return ___m_IntCleanedUp_20; }
inline int32_t* get_address_of_m_IntCleanedUp_20() { return &___m_IntCleanedUp_20; }
inline void set_m_IntCleanedUp_20(int32_t value)
{
___m_IntCleanedUp_20 = value;
}
inline static int32_t get_offset_of_connect_in_progress_21() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8, ___connect_in_progress_21)); }
inline bool get_connect_in_progress_21() const { return ___connect_in_progress_21; }
inline bool* get_address_of_connect_in_progress_21() { return &___connect_in_progress_21; }
inline void set_connect_in_progress_21(bool value)
{
___connect_in_progress_21 = value;
}
};
struct Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields
{
public:
// System.Object System.Net.Sockets.Socket::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_0;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4
bool ___s_SupportsIPv4_1;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6
bool ___s_SupportsIPv6_2;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6
bool ___s_OSSupportsIPv6_3;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized
bool ___s_Initialized_4;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled
bool ___s_LoggingEnabled_5;
// System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___AcceptAsyncCallback_22;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptCallback_23;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginAcceptReceiveCallback_24;
// System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ConnectAsyncCallback_25;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginConnectCallback_26;
// System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___DisconnectAsyncCallback_27;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginDisconnectCallback_28;
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveAsyncCallback_29;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveCallback_30;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveGenericCallback_31;
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___ReceiveFromAsyncCallback_32;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginReceiveFromCallback_33;
// System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendAsyncCallback_34;
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback
IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * ___BeginSendGenericCallback_35;
// System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___SendToAsyncCallback_36;
public:
inline static int32_t get_offset_of_s_InternalSyncObject_0() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_InternalSyncObject_0)); }
inline RuntimeObject * get_s_InternalSyncObject_0() const { return ___s_InternalSyncObject_0; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_0() { return &___s_InternalSyncObject_0; }
inline void set_s_InternalSyncObject_0(RuntimeObject * value)
{
___s_InternalSyncObject_0 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_0), value);
}
inline static int32_t get_offset_of_s_SupportsIPv4_1() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv4_1)); }
inline bool get_s_SupportsIPv4_1() const { return ___s_SupportsIPv4_1; }
inline bool* get_address_of_s_SupportsIPv4_1() { return &___s_SupportsIPv4_1; }
inline void set_s_SupportsIPv4_1(bool value)
{
___s_SupportsIPv4_1 = value;
}
inline static int32_t get_offset_of_s_SupportsIPv6_2() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_SupportsIPv6_2)); }
inline bool get_s_SupportsIPv6_2() const { return ___s_SupportsIPv6_2; }
inline bool* get_address_of_s_SupportsIPv6_2() { return &___s_SupportsIPv6_2; }
inline void set_s_SupportsIPv6_2(bool value)
{
___s_SupportsIPv6_2 = value;
}
inline static int32_t get_offset_of_s_OSSupportsIPv6_3() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_OSSupportsIPv6_3)); }
inline bool get_s_OSSupportsIPv6_3() const { return ___s_OSSupportsIPv6_3; }
inline bool* get_address_of_s_OSSupportsIPv6_3() { return &___s_OSSupportsIPv6_3; }
inline void set_s_OSSupportsIPv6_3(bool value)
{
___s_OSSupportsIPv6_3 = value;
}
inline static int32_t get_offset_of_s_Initialized_4() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_Initialized_4)); }
inline bool get_s_Initialized_4() const { return ___s_Initialized_4; }
inline bool* get_address_of_s_Initialized_4() { return &___s_Initialized_4; }
inline void set_s_Initialized_4(bool value)
{
___s_Initialized_4 = value;
}
inline static int32_t get_offset_of_s_LoggingEnabled_5() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___s_LoggingEnabled_5)); }
inline bool get_s_LoggingEnabled_5() const { return ___s_LoggingEnabled_5; }
inline bool* get_address_of_s_LoggingEnabled_5() { return &___s_LoggingEnabled_5; }
inline void set_s_LoggingEnabled_5(bool value)
{
___s_LoggingEnabled_5 = value;
}
inline static int32_t get_offset_of_AcceptAsyncCallback_22() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___AcceptAsyncCallback_22)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_AcceptAsyncCallback_22() const { return ___AcceptAsyncCallback_22; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_AcceptAsyncCallback_22() { return &___AcceptAsyncCallback_22; }
inline void set_AcceptAsyncCallback_22(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___AcceptAsyncCallback_22 = value;
Il2CppCodeGenWriteBarrier((&___AcceptAsyncCallback_22), value);
}
inline static int32_t get_offset_of_BeginAcceptCallback_23() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptCallback_23)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptCallback_23() const { return ___BeginAcceptCallback_23; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptCallback_23() { return &___BeginAcceptCallback_23; }
inline void set_BeginAcceptCallback_23(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginAcceptCallback_23 = value;
Il2CppCodeGenWriteBarrier((&___BeginAcceptCallback_23), value);
}
inline static int32_t get_offset_of_BeginAcceptReceiveCallback_24() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginAcceptReceiveCallback_24)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginAcceptReceiveCallback_24() const { return ___BeginAcceptReceiveCallback_24; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginAcceptReceiveCallback_24() { return &___BeginAcceptReceiveCallback_24; }
inline void set_BeginAcceptReceiveCallback_24(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginAcceptReceiveCallback_24 = value;
Il2CppCodeGenWriteBarrier((&___BeginAcceptReceiveCallback_24), value);
}
inline static int32_t get_offset_of_ConnectAsyncCallback_25() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ConnectAsyncCallback_25)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ConnectAsyncCallback_25() const { return ___ConnectAsyncCallback_25; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ConnectAsyncCallback_25() { return &___ConnectAsyncCallback_25; }
inline void set_ConnectAsyncCallback_25(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___ConnectAsyncCallback_25 = value;
Il2CppCodeGenWriteBarrier((&___ConnectAsyncCallback_25), value);
}
inline static int32_t get_offset_of_BeginConnectCallback_26() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginConnectCallback_26)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginConnectCallback_26() const { return ___BeginConnectCallback_26; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginConnectCallback_26() { return &___BeginConnectCallback_26; }
inline void set_BeginConnectCallback_26(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginConnectCallback_26 = value;
Il2CppCodeGenWriteBarrier((&___BeginConnectCallback_26), value);
}
inline static int32_t get_offset_of_DisconnectAsyncCallback_27() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___DisconnectAsyncCallback_27)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_DisconnectAsyncCallback_27() const { return ___DisconnectAsyncCallback_27; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_DisconnectAsyncCallback_27() { return &___DisconnectAsyncCallback_27; }
inline void set_DisconnectAsyncCallback_27(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___DisconnectAsyncCallback_27 = value;
Il2CppCodeGenWriteBarrier((&___DisconnectAsyncCallback_27), value);
}
inline static int32_t get_offset_of_BeginDisconnectCallback_28() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginDisconnectCallback_28)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginDisconnectCallback_28() const { return ___BeginDisconnectCallback_28; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginDisconnectCallback_28() { return &___BeginDisconnectCallback_28; }
inline void set_BeginDisconnectCallback_28(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginDisconnectCallback_28 = value;
Il2CppCodeGenWriteBarrier((&___BeginDisconnectCallback_28), value);
}
inline static int32_t get_offset_of_ReceiveAsyncCallback_29() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveAsyncCallback_29)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveAsyncCallback_29() const { return ___ReceiveAsyncCallback_29; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveAsyncCallback_29() { return &___ReceiveAsyncCallback_29; }
inline void set_ReceiveAsyncCallback_29(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___ReceiveAsyncCallback_29 = value;
Il2CppCodeGenWriteBarrier((&___ReceiveAsyncCallback_29), value);
}
inline static int32_t get_offset_of_BeginReceiveCallback_30() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveCallback_30)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveCallback_30() const { return ___BeginReceiveCallback_30; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveCallback_30() { return &___BeginReceiveCallback_30; }
inline void set_BeginReceiveCallback_30(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginReceiveCallback_30 = value;
Il2CppCodeGenWriteBarrier((&___BeginReceiveCallback_30), value);
}
inline static int32_t get_offset_of_BeginReceiveGenericCallback_31() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveGenericCallback_31)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveGenericCallback_31() const { return ___BeginReceiveGenericCallback_31; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveGenericCallback_31() { return &___BeginReceiveGenericCallback_31; }
inline void set_BeginReceiveGenericCallback_31(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginReceiveGenericCallback_31 = value;
Il2CppCodeGenWriteBarrier((&___BeginReceiveGenericCallback_31), value);
}
inline static int32_t get_offset_of_ReceiveFromAsyncCallback_32() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___ReceiveFromAsyncCallback_32)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_ReceiveFromAsyncCallback_32() const { return ___ReceiveFromAsyncCallback_32; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_ReceiveFromAsyncCallback_32() { return &___ReceiveFromAsyncCallback_32; }
inline void set_ReceiveFromAsyncCallback_32(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___ReceiveFromAsyncCallback_32 = value;
Il2CppCodeGenWriteBarrier((&___ReceiveFromAsyncCallback_32), value);
}
inline static int32_t get_offset_of_BeginReceiveFromCallback_33() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginReceiveFromCallback_33)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginReceiveFromCallback_33() const { return ___BeginReceiveFromCallback_33; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginReceiveFromCallback_33() { return &___BeginReceiveFromCallback_33; }
inline void set_BeginReceiveFromCallback_33(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginReceiveFromCallback_33 = value;
Il2CppCodeGenWriteBarrier((&___BeginReceiveFromCallback_33), value);
}
inline static int32_t get_offset_of_SendAsyncCallback_34() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendAsyncCallback_34)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendAsyncCallback_34() const { return ___SendAsyncCallback_34; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendAsyncCallback_34() { return &___SendAsyncCallback_34; }
inline void set_SendAsyncCallback_34(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___SendAsyncCallback_34 = value;
Il2CppCodeGenWriteBarrier((&___SendAsyncCallback_34), value);
}
inline static int32_t get_offset_of_BeginSendGenericCallback_35() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___BeginSendGenericCallback_35)); }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * get_BeginSendGenericCallback_35() const { return ___BeginSendGenericCallback_35; }
inline IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 ** get_address_of_BeginSendGenericCallback_35() { return &___BeginSendGenericCallback_35; }
inline void set_BeginSendGenericCallback_35(IOAsyncCallback_tEAEB626A6DAC959F4C365B12136A80EE9AA17547 * value)
{
___BeginSendGenericCallback_35 = value;
Il2CppCodeGenWriteBarrier((&___BeginSendGenericCallback_35), value);
}
inline static int32_t get_offset_of_SendToAsyncCallback_36() { return static_cast<int32_t>(offsetof(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_StaticFields, ___SendToAsyncCallback_36)); }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * get_SendToAsyncCallback_36() const { return ___SendToAsyncCallback_36; }
inline AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 ** get_address_of_SendToAsyncCallback_36() { return &___SendToAsyncCallback_36; }
inline void set_SendToAsyncCallback_36(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * value)
{
___SendToAsyncCallback_36 = value;
Il2CppCodeGenWriteBarrier((&___SendToAsyncCallback_36), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKET_T47148BFA7740C9C45A69F2F3722F734B9DCA45D8_H
#ifndef WEBASYNCRESULT_TF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_H
#define WEBASYNCRESULT_TF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebAsyncResult
struct WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE : public SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6
{
public:
// System.Int32 System.Net.WebAsyncResult::nbytes
int32_t ___nbytes_9;
// System.IAsyncResult System.Net.WebAsyncResult::innerAsyncResult
RuntimeObject* ___innerAsyncResult_10;
// System.Net.HttpWebResponse System.Net.WebAsyncResult::response
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___response_11;
// System.IO.Stream System.Net.WebAsyncResult::writeStream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___writeStream_12;
// System.Byte[] System.Net.WebAsyncResult::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_13;
// System.Int32 System.Net.WebAsyncResult::offset
int32_t ___offset_14;
// System.Int32 System.Net.WebAsyncResult::size
int32_t ___size_15;
// System.Boolean System.Net.WebAsyncResult::EndCalled
bool ___EndCalled_16;
// System.Boolean System.Net.WebAsyncResult::AsyncWriteAll
bool ___AsyncWriteAll_17;
// System.Net.HttpWebRequest System.Net.WebAsyncResult::AsyncObject
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___AsyncObject_18;
public:
inline static int32_t get_offset_of_nbytes_9() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___nbytes_9)); }
inline int32_t get_nbytes_9() const { return ___nbytes_9; }
inline int32_t* get_address_of_nbytes_9() { return &___nbytes_9; }
inline void set_nbytes_9(int32_t value)
{
___nbytes_9 = value;
}
inline static int32_t get_offset_of_innerAsyncResult_10() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___innerAsyncResult_10)); }
inline RuntimeObject* get_innerAsyncResult_10() const { return ___innerAsyncResult_10; }
inline RuntimeObject** get_address_of_innerAsyncResult_10() { return &___innerAsyncResult_10; }
inline void set_innerAsyncResult_10(RuntimeObject* value)
{
___innerAsyncResult_10 = value;
Il2CppCodeGenWriteBarrier((&___innerAsyncResult_10), value);
}
inline static int32_t get_offset_of_response_11() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___response_11)); }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_response_11() const { return ___response_11; }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_response_11() { return &___response_11; }
inline void set_response_11(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value)
{
___response_11 = value;
Il2CppCodeGenWriteBarrier((&___response_11), value);
}
inline static int32_t get_offset_of_writeStream_12() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___writeStream_12)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_writeStream_12() const { return ___writeStream_12; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_writeStream_12() { return &___writeStream_12; }
inline void set_writeStream_12(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___writeStream_12 = value;
Il2CppCodeGenWriteBarrier((&___writeStream_12), value);
}
inline static int32_t get_offset_of_buffer_13() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___buffer_13)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_13() const { return ___buffer_13; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_13() { return &___buffer_13; }
inline void set_buffer_13(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_13 = value;
Il2CppCodeGenWriteBarrier((&___buffer_13), value);
}
inline static int32_t get_offset_of_offset_14() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___offset_14)); }
inline int32_t get_offset_14() const { return ___offset_14; }
inline int32_t* get_address_of_offset_14() { return &___offset_14; }
inline void set_offset_14(int32_t value)
{
___offset_14 = value;
}
inline static int32_t get_offset_of_size_15() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___size_15)); }
inline int32_t get_size_15() const { return ___size_15; }
inline int32_t* get_address_of_size_15() { return &___size_15; }
inline void set_size_15(int32_t value)
{
___size_15 = value;
}
inline static int32_t get_offset_of_EndCalled_16() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___EndCalled_16)); }
inline bool get_EndCalled_16() const { return ___EndCalled_16; }
inline bool* get_address_of_EndCalled_16() { return &___EndCalled_16; }
inline void set_EndCalled_16(bool value)
{
___EndCalled_16 = value;
}
inline static int32_t get_offset_of_AsyncWriteAll_17() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___AsyncWriteAll_17)); }
inline bool get_AsyncWriteAll_17() const { return ___AsyncWriteAll_17; }
inline bool* get_address_of_AsyncWriteAll_17() { return &___AsyncWriteAll_17; }
inline void set_AsyncWriteAll_17(bool value)
{
___AsyncWriteAll_17 = value;
}
inline static int32_t get_offset_of_AsyncObject_18() { return static_cast<int32_t>(offsetof(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE, ___AsyncObject_18)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_AsyncObject_18() const { return ___AsyncObject_18; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_AsyncObject_18() { return &___AsyncObject_18; }
inline void set_AsyncObject_18(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___AsyncObject_18 = value;
Il2CppCodeGenWriteBarrier((&___AsyncObject_18), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBASYNCRESULT_TF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_H
#ifndef WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H
#define WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnection
struct WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 : public RuntimeObject
{
public:
// System.Net.ServicePoint System.Net.WebConnection::sPoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint_0;
// System.IO.Stream System.Net.WebConnection::nstream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___nstream_1;
// System.Net.Sockets.Socket System.Net.WebConnection::socket
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket_2;
// System.Object System.Net.WebConnection::socketLock
RuntimeObject * ___socketLock_3;
// System.Net.IWebConnectionState System.Net.WebConnection::state
RuntimeObject* ___state_4;
// System.Net.WebExceptionStatus System.Net.WebConnection::status
int32_t ___status_5;
// System.Boolean System.Net.WebConnection::keepAlive
bool ___keepAlive_6;
// System.Byte[] System.Net.WebConnection::buffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer_7;
// System.EventHandler System.Net.WebConnection::abortHandler
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_8;
// System.Net.WebConnection_AbortHelper System.Net.WebConnection::abortHelper
AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * ___abortHelper_9;
// System.Net.WebConnectionData System.Net.WebConnection::Data
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___Data_10;
// System.Boolean System.Net.WebConnection::chunkedRead
bool ___chunkedRead_11;
// System.Net.MonoChunkStream System.Net.WebConnection::chunkStream
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * ___chunkStream_12;
// System.Collections.Queue System.Net.WebConnection::queue
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * ___queue_13;
// System.Boolean System.Net.WebConnection::reused
bool ___reused_14;
// System.Int32 System.Net.WebConnection::position
int32_t ___position_15;
// System.Net.HttpWebRequest System.Net.WebConnection::priority_request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___priority_request_16;
// System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___ntlm_credentials_17;
// System.Boolean System.Net.WebConnection::ntlm_authenticated
bool ___ntlm_authenticated_18;
// System.Boolean System.Net.WebConnection::unsafe_sharing
bool ___unsafe_sharing_19;
// System.Net.WebConnection_NtlmAuthState System.Net.WebConnection::connect_ntlm_auth_state
int32_t ___connect_ntlm_auth_state_20;
// System.Net.HttpWebRequest System.Net.WebConnection::connect_request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___connect_request_21;
// System.Exception System.Net.WebConnection::connect_exception
Exception_t * ___connect_exception_22;
// Mono.Net.Security.MonoTlsStream System.Net.WebConnection::tlsStream
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * ___tlsStream_23;
public:
inline static int32_t get_offset_of_sPoint_0() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___sPoint_0)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_sPoint_0() const { return ___sPoint_0; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_sPoint_0() { return &___sPoint_0; }
inline void set_sPoint_0(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___sPoint_0 = value;
Il2CppCodeGenWriteBarrier((&___sPoint_0), value);
}
inline static int32_t get_offset_of_nstream_1() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___nstream_1)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_nstream_1() const { return ___nstream_1; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_nstream_1() { return &___nstream_1; }
inline void set_nstream_1(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___nstream_1 = value;
Il2CppCodeGenWriteBarrier((&___nstream_1), value);
}
inline static int32_t get_offset_of_socket_2() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___socket_2)); }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * get_socket_2() const { return ___socket_2; }
inline Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 ** get_address_of_socket_2() { return &___socket_2; }
inline void set_socket_2(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * value)
{
___socket_2 = value;
Il2CppCodeGenWriteBarrier((&___socket_2), value);
}
inline static int32_t get_offset_of_socketLock_3() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___socketLock_3)); }
inline RuntimeObject * get_socketLock_3() const { return ___socketLock_3; }
inline RuntimeObject ** get_address_of_socketLock_3() { return &___socketLock_3; }
inline void set_socketLock_3(RuntimeObject * value)
{
___socketLock_3 = value;
Il2CppCodeGenWriteBarrier((&___socketLock_3), value);
}
inline static int32_t get_offset_of_state_4() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___state_4)); }
inline RuntimeObject* get_state_4() const { return ___state_4; }
inline RuntimeObject** get_address_of_state_4() { return &___state_4; }
inline void set_state_4(RuntimeObject* value)
{
___state_4 = value;
Il2CppCodeGenWriteBarrier((&___state_4), value);
}
inline static int32_t get_offset_of_status_5() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___status_5)); }
inline int32_t get_status_5() const { return ___status_5; }
inline int32_t* get_address_of_status_5() { return &___status_5; }
inline void set_status_5(int32_t value)
{
___status_5 = value;
}
inline static int32_t get_offset_of_keepAlive_6() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___keepAlive_6)); }
inline bool get_keepAlive_6() const { return ___keepAlive_6; }
inline bool* get_address_of_keepAlive_6() { return &___keepAlive_6; }
inline void set_keepAlive_6(bool value)
{
___keepAlive_6 = value;
}
inline static int32_t get_offset_of_buffer_7() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___buffer_7)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_buffer_7() const { return ___buffer_7; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_buffer_7() { return &___buffer_7; }
inline void set_buffer_7(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___buffer_7 = value;
Il2CppCodeGenWriteBarrier((&___buffer_7), value);
}
inline static int32_t get_offset_of_abortHandler_8() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___abortHandler_8)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_8() const { return ___abortHandler_8; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_8() { return &___abortHandler_8; }
inline void set_abortHandler_8(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___abortHandler_8 = value;
Il2CppCodeGenWriteBarrier((&___abortHandler_8), value);
}
inline static int32_t get_offset_of_abortHelper_9() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___abortHelper_9)); }
inline AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * get_abortHelper_9() const { return ___abortHelper_9; }
inline AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 ** get_address_of_abortHelper_9() { return &___abortHelper_9; }
inline void set_abortHelper_9(AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * value)
{
___abortHelper_9 = value;
Il2CppCodeGenWriteBarrier((&___abortHelper_9), value);
}
inline static int32_t get_offset_of_Data_10() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___Data_10)); }
inline WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * get_Data_10() const { return ___Data_10; }
inline WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC ** get_address_of_Data_10() { return &___Data_10; }
inline void set_Data_10(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * value)
{
___Data_10 = value;
Il2CppCodeGenWriteBarrier((&___Data_10), value);
}
inline static int32_t get_offset_of_chunkedRead_11() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___chunkedRead_11)); }
inline bool get_chunkedRead_11() const { return ___chunkedRead_11; }
inline bool* get_address_of_chunkedRead_11() { return &___chunkedRead_11; }
inline void set_chunkedRead_11(bool value)
{
___chunkedRead_11 = value;
}
inline static int32_t get_offset_of_chunkStream_12() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___chunkStream_12)); }
inline MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * get_chunkStream_12() const { return ___chunkStream_12; }
inline MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 ** get_address_of_chunkStream_12() { return &___chunkStream_12; }
inline void set_chunkStream_12(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * value)
{
___chunkStream_12 = value;
Il2CppCodeGenWriteBarrier((&___chunkStream_12), value);
}
inline static int32_t get_offset_of_queue_13() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___queue_13)); }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * get_queue_13() const { return ___queue_13; }
inline Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 ** get_address_of_queue_13() { return &___queue_13; }
inline void set_queue_13(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * value)
{
___queue_13 = value;
Il2CppCodeGenWriteBarrier((&___queue_13), value);
}
inline static int32_t get_offset_of_reused_14() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___reused_14)); }
inline bool get_reused_14() const { return ___reused_14; }
inline bool* get_address_of_reused_14() { return &___reused_14; }
inline void set_reused_14(bool value)
{
___reused_14 = value;
}
inline static int32_t get_offset_of_position_15() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___position_15)); }
inline int32_t get_position_15() const { return ___position_15; }
inline int32_t* get_address_of_position_15() { return &___position_15; }
inline void set_position_15(int32_t value)
{
___position_15 = value;
}
inline static int32_t get_offset_of_priority_request_16() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___priority_request_16)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_priority_request_16() const { return ___priority_request_16; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_priority_request_16() { return &___priority_request_16; }
inline void set_priority_request_16(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___priority_request_16 = value;
Il2CppCodeGenWriteBarrier((&___priority_request_16), value);
}
inline static int32_t get_offset_of_ntlm_credentials_17() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___ntlm_credentials_17)); }
inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * get_ntlm_credentials_17() const { return ___ntlm_credentials_17; }
inline NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 ** get_address_of_ntlm_credentials_17() { return &___ntlm_credentials_17; }
inline void set_ntlm_credentials_17(NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * value)
{
___ntlm_credentials_17 = value;
Il2CppCodeGenWriteBarrier((&___ntlm_credentials_17), value);
}
inline static int32_t get_offset_of_ntlm_authenticated_18() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___ntlm_authenticated_18)); }
inline bool get_ntlm_authenticated_18() const { return ___ntlm_authenticated_18; }
inline bool* get_address_of_ntlm_authenticated_18() { return &___ntlm_authenticated_18; }
inline void set_ntlm_authenticated_18(bool value)
{
___ntlm_authenticated_18 = value;
}
inline static int32_t get_offset_of_unsafe_sharing_19() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___unsafe_sharing_19)); }
inline bool get_unsafe_sharing_19() const { return ___unsafe_sharing_19; }
inline bool* get_address_of_unsafe_sharing_19() { return &___unsafe_sharing_19; }
inline void set_unsafe_sharing_19(bool value)
{
___unsafe_sharing_19 = value;
}
inline static int32_t get_offset_of_connect_ntlm_auth_state_20() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_ntlm_auth_state_20)); }
inline int32_t get_connect_ntlm_auth_state_20() const { return ___connect_ntlm_auth_state_20; }
inline int32_t* get_address_of_connect_ntlm_auth_state_20() { return &___connect_ntlm_auth_state_20; }
inline void set_connect_ntlm_auth_state_20(int32_t value)
{
___connect_ntlm_auth_state_20 = value;
}
inline static int32_t get_offset_of_connect_request_21() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_request_21)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get_connect_request_21() const { return ___connect_request_21; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of_connect_request_21() { return &___connect_request_21; }
inline void set_connect_request_21(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
___connect_request_21 = value;
Il2CppCodeGenWriteBarrier((&___connect_request_21), value);
}
inline static int32_t get_offset_of_connect_exception_22() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___connect_exception_22)); }
inline Exception_t * get_connect_exception_22() const { return ___connect_exception_22; }
inline Exception_t ** get_address_of_connect_exception_22() { return &___connect_exception_22; }
inline void set_connect_exception_22(Exception_t * value)
{
___connect_exception_22 = value;
Il2CppCodeGenWriteBarrier((&___connect_exception_22), value);
}
inline static int32_t get_offset_of_tlsStream_23() { return static_cast<int32_t>(offsetof(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243, ___tlsStream_23)); }
inline MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * get_tlsStream_23() const { return ___tlsStream_23; }
inline MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 ** get_address_of_tlsStream_23() { return &___tlsStream_23; }
inline void set_tlsStream_23(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * value)
{
___tlsStream_23 = value;
Il2CppCodeGenWriteBarrier((&___tlsStream_23), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBCONNECTION_TEB76AEE17361D28CBAD4033026A71DA89289C243_H
#ifndef WEBCONNECTIONDATA_TC9286455629F1E9E2BA0CA8AB6958DF931299CCC_H
#define WEBCONNECTIONDATA_TC9286455629F1E9E2BA0CA8AB6958DF931299CCC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebConnectionData
struct WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC : public RuntimeObject
{
public:
// System.Net.HttpWebRequest System.Net.WebConnectionData::_request
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ____request_0;
// System.Int32 System.Net.WebConnectionData::StatusCode
int32_t ___StatusCode_1;
// System.String System.Net.WebConnectionData::StatusDescription
String_t* ___StatusDescription_2;
// System.Net.WebHeaderCollection System.Net.WebConnectionData::Headers
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___Headers_3;
// System.Version System.Net.WebConnectionData::Version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___Version_4;
// System.Version System.Net.WebConnectionData::ProxyVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___ProxyVersion_5;
// System.IO.Stream System.Net.WebConnectionData::stream
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream_6;
// System.String[] System.Net.WebConnectionData::Challenge
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___Challenge_7;
// System.Net.ReadState System.Net.WebConnectionData::_readState
int32_t ____readState_8;
public:
inline static int32_t get_offset_of__request_0() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ____request_0)); }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * get__request_0() const { return ____request_0; }
inline HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 ** get_address_of__request_0() { return &____request_0; }
inline void set__request_0(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * value)
{
____request_0 = value;
Il2CppCodeGenWriteBarrier((&____request_0), value);
}
inline static int32_t get_offset_of_StatusCode_1() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___StatusCode_1)); }
inline int32_t get_StatusCode_1() const { return ___StatusCode_1; }
inline int32_t* get_address_of_StatusCode_1() { return &___StatusCode_1; }
inline void set_StatusCode_1(int32_t value)
{
___StatusCode_1 = value;
}
inline static int32_t get_offset_of_StatusDescription_2() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___StatusDescription_2)); }
inline String_t* get_StatusDescription_2() const { return ___StatusDescription_2; }
inline String_t** get_address_of_StatusDescription_2() { return &___StatusDescription_2; }
inline void set_StatusDescription_2(String_t* value)
{
___StatusDescription_2 = value;
Il2CppCodeGenWriteBarrier((&___StatusDescription_2), value);
}
inline static int32_t get_offset_of_Headers_3() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Headers_3)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_Headers_3() const { return ___Headers_3; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_Headers_3() { return &___Headers_3; }
inline void set_Headers_3(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___Headers_3 = value;
Il2CppCodeGenWriteBarrier((&___Headers_3), value);
}
inline static int32_t get_offset_of_Version_4() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Version_4)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_Version_4() const { return ___Version_4; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_Version_4() { return &___Version_4; }
inline void set_Version_4(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___Version_4 = value;
Il2CppCodeGenWriteBarrier((&___Version_4), value);
}
inline static int32_t get_offset_of_ProxyVersion_5() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___ProxyVersion_5)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_ProxyVersion_5() const { return ___ProxyVersion_5; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_ProxyVersion_5() { return &___ProxyVersion_5; }
inline void set_ProxyVersion_5(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___ProxyVersion_5 = value;
Il2CppCodeGenWriteBarrier((&___ProxyVersion_5), value);
}
inline static int32_t get_offset_of_stream_6() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___stream_6)); }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * get_stream_6() const { return ___stream_6; }
inline Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 ** get_address_of_stream_6() { return &___stream_6; }
inline void set_stream_6(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * value)
{
___stream_6 = value;
Il2CppCodeGenWriteBarrier((&___stream_6), value);
}
inline static int32_t get_offset_of_Challenge_7() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ___Challenge_7)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_Challenge_7() const { return ___Challenge_7; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_Challenge_7() { return &___Challenge_7; }
inline void set_Challenge_7(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___Challenge_7 = value;
Il2CppCodeGenWriteBarrier((&___Challenge_7), value);
}
inline static int32_t get_offset_of__readState_8() { return static_cast<int32_t>(offsetof(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC, ____readState_8)); }
inline int32_t get__readState_8() const { return ____readState_8; }
inline int32_t* get_address_of__readState_8() { return &____readState_8; }
inline void set__readState_8(int32_t value)
{
____readState_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBCONNECTIONDATA_TC9286455629F1E9E2BA0CA8AB6958DF931299CCC_H
#ifndef WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H
#define WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebException
struct WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.Net.WebExceptionStatus System.Net.WebException::m_Status
int32_t ___m_Status_17;
// System.Net.WebResponse System.Net.WebException::m_Response
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___m_Response_18;
// System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus
int32_t ___m_InternalStatus_19;
public:
inline static int32_t get_offset_of_m_Status_17() { return static_cast<int32_t>(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_Status_17)); }
inline int32_t get_m_Status_17() const { return ___m_Status_17; }
inline int32_t* get_address_of_m_Status_17() { return &___m_Status_17; }
inline void set_m_Status_17(int32_t value)
{
___m_Status_17 = value;
}
inline static int32_t get_offset_of_m_Response_18() { return static_cast<int32_t>(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_Response_18)); }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * get_m_Response_18() const { return ___m_Response_18; }
inline WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD ** get_address_of_m_Response_18() { return &___m_Response_18; }
inline void set_m_Response_18(WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * value)
{
___m_Response_18 = value;
Il2CppCodeGenWriteBarrier((&___m_Response_18), value);
}
inline static int32_t get_offset_of_m_InternalStatus_19() { return static_cast<int32_t>(offsetof(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D, ___m_InternalStatus_19)); }
inline int32_t get_m_InternalStatus_19() const { return ___m_InternalStatus_19; }
inline int32_t* get_address_of_m_InternalStatus_19() { return &___m_InternalStatus_19; }
inline void set_m_InternalStatus_19(int32_t value)
{
___m_InternalStatus_19 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBEXCEPTION_TD400C9DEBEBB6AEDA77500E634D20692E27A993D_H
#ifndef WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H
#define WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebHeaderCollection
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 : public NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1
{
public:
// System.String[] System.Net.WebHeaderCollection::m_CommonHeaders
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___m_CommonHeaders_12;
// System.Int32 System.Net.WebHeaderCollection::m_NumCommonHeaders
int32_t ___m_NumCommonHeaders_13;
// System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::m_InnerCollection
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ___m_InnerCollection_16;
// System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type
uint16_t ___m_Type_17;
public:
inline static int32_t get_offset_of_m_CommonHeaders_12() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_CommonHeaders_12)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_m_CommonHeaders_12() const { return ___m_CommonHeaders_12; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_m_CommonHeaders_12() { return &___m_CommonHeaders_12; }
inline void set_m_CommonHeaders_12(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___m_CommonHeaders_12 = value;
Il2CppCodeGenWriteBarrier((&___m_CommonHeaders_12), value);
}
inline static int32_t get_offset_of_m_NumCommonHeaders_13() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_NumCommonHeaders_13)); }
inline int32_t get_m_NumCommonHeaders_13() const { return ___m_NumCommonHeaders_13; }
inline int32_t* get_address_of_m_NumCommonHeaders_13() { return &___m_NumCommonHeaders_13; }
inline void set_m_NumCommonHeaders_13(int32_t value)
{
___m_NumCommonHeaders_13 = value;
}
inline static int32_t get_offset_of_m_InnerCollection_16() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_InnerCollection_16)); }
inline NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * get_m_InnerCollection_16() const { return ___m_InnerCollection_16; }
inline NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 ** get_address_of_m_InnerCollection_16() { return &___m_InnerCollection_16; }
inline void set_m_InnerCollection_16(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * value)
{
___m_InnerCollection_16 = value;
Il2CppCodeGenWriteBarrier((&___m_InnerCollection_16), value);
}
inline static int32_t get_offset_of_m_Type_17() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304, ___m_Type_17)); }
inline uint16_t get_m_Type_17() const { return ___m_Type_17; }
inline uint16_t* get_address_of_m_Type_17() { return &___m_Type_17; }
inline void set_m_Type_17(uint16_t value)
{
___m_Type_17 = value;
}
};
struct WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields
{
public:
// System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * ___HInfo_11;
// System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___s_CommonHeaderNames_14;
// System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* ___s_CommonHeaderHints_15;
// System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HttpTrimCharacters_18;
// System.Net.WebHeaderCollection_RfcChar[] System.Net.WebHeaderCollection::RfcCharMap
RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* ___RfcCharMap_19;
public:
inline static int32_t get_offset_of_HInfo_11() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___HInfo_11)); }
inline HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * get_HInfo_11() const { return ___HInfo_11; }
inline HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF ** get_address_of_HInfo_11() { return &___HInfo_11; }
inline void set_HInfo_11(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * value)
{
___HInfo_11 = value;
Il2CppCodeGenWriteBarrier((&___HInfo_11), value);
}
inline static int32_t get_offset_of_s_CommonHeaderNames_14() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___s_CommonHeaderNames_14)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_s_CommonHeaderNames_14() const { return ___s_CommonHeaderNames_14; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_s_CommonHeaderNames_14() { return &___s_CommonHeaderNames_14; }
inline void set_s_CommonHeaderNames_14(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___s_CommonHeaderNames_14 = value;
Il2CppCodeGenWriteBarrier((&___s_CommonHeaderNames_14), value);
}
inline static int32_t get_offset_of_s_CommonHeaderHints_15() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___s_CommonHeaderHints_15)); }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* get_s_CommonHeaderHints_15() const { return ___s_CommonHeaderHints_15; }
inline SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889** get_address_of_s_CommonHeaderHints_15() { return &___s_CommonHeaderHints_15; }
inline void set_s_CommonHeaderHints_15(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* value)
{
___s_CommonHeaderHints_15 = value;
Il2CppCodeGenWriteBarrier((&___s_CommonHeaderHints_15), value);
}
inline static int32_t get_offset_of_HttpTrimCharacters_18() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___HttpTrimCharacters_18)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HttpTrimCharacters_18() const { return ___HttpTrimCharacters_18; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HttpTrimCharacters_18() { return &___HttpTrimCharacters_18; }
inline void set_HttpTrimCharacters_18(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HttpTrimCharacters_18 = value;
Il2CppCodeGenWriteBarrier((&___HttpTrimCharacters_18), value);
}
inline static int32_t get_offset_of_RfcCharMap_19() { return static_cast<int32_t>(offsetof(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields, ___RfcCharMap_19)); }
inline RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* get_RfcCharMap_19() const { return ___RfcCharMap_19; }
inline RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E** get_address_of_RfcCharMap_19() { return &___RfcCharMap_19; }
inline void set_RfcCharMap_19(RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* value)
{
___RfcCharMap_19 = value;
Il2CppCodeGenWriteBarrier((&___RfcCharMap_19), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBHEADERCOLLECTION_TB57EC4CD795CACE87271D6887BBED385DC37B304_H
#ifndef WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#define WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 : public MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF
{
public:
// System.Net.Security.AuthenticationLevel System.Net.WebRequest::m_AuthenticationLevel
int32_t ___m_AuthenticationLevel_4;
// System.Security.Principal.TokenImpersonationLevel System.Net.WebRequest::m_ImpersonationLevel
int32_t ___m_ImpersonationLevel_5;
// System.Net.Cache.RequestCachePolicy System.Net.WebRequest::m_CachePolicy
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___m_CachePolicy_6;
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___m_CacheProtocol_7;
// System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * ___m_CacheBinding_8;
public:
inline static int32_t get_offset_of_m_AuthenticationLevel_4() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_AuthenticationLevel_4)); }
inline int32_t get_m_AuthenticationLevel_4() const { return ___m_AuthenticationLevel_4; }
inline int32_t* get_address_of_m_AuthenticationLevel_4() { return &___m_AuthenticationLevel_4; }
inline void set_m_AuthenticationLevel_4(int32_t value)
{
___m_AuthenticationLevel_4 = value;
}
inline static int32_t get_offset_of_m_ImpersonationLevel_5() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_ImpersonationLevel_5)); }
inline int32_t get_m_ImpersonationLevel_5() const { return ___m_ImpersonationLevel_5; }
inline int32_t* get_address_of_m_ImpersonationLevel_5() { return &___m_ImpersonationLevel_5; }
inline void set_m_ImpersonationLevel_5(int32_t value)
{
___m_ImpersonationLevel_5 = value;
}
inline static int32_t get_offset_of_m_CachePolicy_6() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CachePolicy_6)); }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * get_m_CachePolicy_6() const { return ___m_CachePolicy_6; }
inline RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 ** get_address_of_m_CachePolicy_6() { return &___m_CachePolicy_6; }
inline void set_m_CachePolicy_6(RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * value)
{
___m_CachePolicy_6 = value;
Il2CppCodeGenWriteBarrier((&___m_CachePolicy_6), value);
}
inline static int32_t get_offset_of_m_CacheProtocol_7() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheProtocol_7)); }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * get_m_CacheProtocol_7() const { return ___m_CacheProtocol_7; }
inline RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D ** get_address_of_m_CacheProtocol_7() { return &___m_CacheProtocol_7; }
inline void set_m_CacheProtocol_7(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * value)
{
___m_CacheProtocol_7 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheProtocol_7), value);
}
inline static int32_t get_offset_of_m_CacheBinding_8() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8, ___m_CacheBinding_8)); }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * get_m_CacheBinding_8() const { return ___m_CacheBinding_8; }
inline RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 ** get_address_of_m_CacheBinding_8() { return &___m_CacheBinding_8; }
inline void set_m_CacheBinding_8(RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * value)
{
___m_CacheBinding_8 = value;
Il2CppCodeGenWriteBarrier((&___m_CacheBinding_8), value);
}
};
struct WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields
{
public:
// System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___s_PrefixList_1;
// System.Object System.Net.WebRequest::s_InternalSyncObject
RuntimeObject * ___s_InternalSyncObject_2;
// System.Net.TimerThread_Queue System.Net.WebRequest::s_DefaultTimerQueue
Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * ___s_DefaultTimerQueue_3;
// System.Net.WebRequest_DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate
DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * ___webRequestCreate_9;
// System.Net.IWebProxy modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxy
RuntimeObject* ___s_DefaultWebProxy_10;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_DefaultWebProxyInitialized
bool ___s_DefaultWebProxyInitialized_11;
public:
inline static int32_t get_offset_of_s_PrefixList_1() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_PrefixList_1)); }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * get_s_PrefixList_1() const { return ___s_PrefixList_1; }
inline ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 ** get_address_of_s_PrefixList_1() { return &___s_PrefixList_1; }
inline void set_s_PrefixList_1(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * value)
{
___s_PrefixList_1 = value;
Il2CppCodeGenWriteBarrier((&___s_PrefixList_1), value);
}
inline static int32_t get_offset_of_s_InternalSyncObject_2() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_InternalSyncObject_2)); }
inline RuntimeObject * get_s_InternalSyncObject_2() const { return ___s_InternalSyncObject_2; }
inline RuntimeObject ** get_address_of_s_InternalSyncObject_2() { return &___s_InternalSyncObject_2; }
inline void set_s_InternalSyncObject_2(RuntimeObject * value)
{
___s_InternalSyncObject_2 = value;
Il2CppCodeGenWriteBarrier((&___s_InternalSyncObject_2), value);
}
inline static int32_t get_offset_of_s_DefaultTimerQueue_3() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultTimerQueue_3)); }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * get_s_DefaultTimerQueue_3() const { return ___s_DefaultTimerQueue_3; }
inline Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 ** get_address_of_s_DefaultTimerQueue_3() { return &___s_DefaultTimerQueue_3; }
inline void set_s_DefaultTimerQueue_3(Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * value)
{
___s_DefaultTimerQueue_3 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultTimerQueue_3), value);
}
inline static int32_t get_offset_of_webRequestCreate_9() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___webRequestCreate_9)); }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * get_webRequestCreate_9() const { return ___webRequestCreate_9; }
inline DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 ** get_address_of_webRequestCreate_9() { return &___webRequestCreate_9; }
inline void set_webRequestCreate_9(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * value)
{
___webRequestCreate_9 = value;
Il2CppCodeGenWriteBarrier((&___webRequestCreate_9), value);
}
inline static int32_t get_offset_of_s_DefaultWebProxy_10() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxy_10)); }
inline RuntimeObject* get_s_DefaultWebProxy_10() const { return ___s_DefaultWebProxy_10; }
inline RuntimeObject** get_address_of_s_DefaultWebProxy_10() { return &___s_DefaultWebProxy_10; }
inline void set_s_DefaultWebProxy_10(RuntimeObject* value)
{
___s_DefaultWebProxy_10 = value;
Il2CppCodeGenWriteBarrier((&___s_DefaultWebProxy_10), value);
}
inline static int32_t get_offset_of_s_DefaultWebProxyInitialized_11() { return static_cast<int32_t>(offsetof(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields, ___s_DefaultWebProxyInitialized_11)); }
inline bool get_s_DefaultWebProxyInitialized_11() const { return ___s_DefaultWebProxyInitialized_11; }
inline bool* get_address_of_s_DefaultWebProxyInitialized_11() { return &___s_DefaultWebProxyInitialized_11; }
inline void set_s_DefaultWebProxyInitialized_11(bool value)
{
___s_DefaultWebProxyInitialized_11 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WEBREQUEST_T5668DA48802E9FE2F1DE5F5A770B218608B918C8_H
#ifndef OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#define OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.ObjectDisposedException
struct ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A : public InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1
{
public:
// System.String System.ObjectDisposedException::objectName
String_t* ___objectName_17;
public:
inline static int32_t get_offset_of_objectName_17() { return static_cast<int32_t>(offsetof(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A, ___objectName_17)); }
inline String_t* get_objectName_17() const { return ___objectName_17; }
inline String_t** get_address_of_objectName_17() { return &___objectName_17; }
inline void set_objectName_17(String_t* value)
{
___objectName_17 = value;
Il2CppCodeGenWriteBarrier((&___objectName_17), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OBJECTDISPOSEDEXCEPTION_TF68E471ECD1419AD7C51137B742837395F50B69A_H
#ifndef OPERATINGSYSTEM_TBB05846D5AA6960FFEB42C59E5FE359255C2BE83_H
#define OPERATINGSYSTEM_TBB05846D5AA6960FFEB42C59E5FE359255C2BE83_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.OperatingSystem
struct OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 : public RuntimeObject
{
public:
// System.PlatformID System.OperatingSystem::_platform
int32_t ____platform_0;
// System.Version System.OperatingSystem::_version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ____version_1;
// System.String System.OperatingSystem::_servicePack
String_t* ____servicePack_2;
public:
inline static int32_t get_offset_of__platform_0() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____platform_0)); }
inline int32_t get__platform_0() const { return ____platform_0; }
inline int32_t* get_address_of__platform_0() { return &____platform_0; }
inline void set__platform_0(int32_t value)
{
____platform_0 = value;
}
inline static int32_t get_offset_of__version_1() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____version_1)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get__version_1() const { return ____version_1; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of__version_1() { return &____version_1; }
inline void set__version_1(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
____version_1 = value;
Il2CppCodeGenWriteBarrier((&____version_1), value);
}
inline static int32_t get_offset_of__servicePack_2() { return static_cast<int32_t>(offsetof(OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83, ____servicePack_2)); }
inline String_t* get__servicePack_2() const { return ____servicePack_2; }
inline String_t** get_address_of__servicePack_2() { return &____servicePack_2; }
inline void set__servicePack_2(String_t* value)
{
____servicePack_2 = value;
Il2CppCodeGenWriteBarrier((&____servicePack_2), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OPERATINGSYSTEM_TBB05846D5AA6960FFEB42C59E5FE359255C2BE83_H
#ifndef STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#define STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034
{
public:
// System.Object System.Runtime.Serialization.StreamingContext::m_additionalContext
RuntimeObject * ___m_additionalContext_0;
// System.Runtime.Serialization.StreamingContextStates System.Runtime.Serialization.StreamingContext::m_state
int32_t ___m_state_1;
public:
inline static int32_t get_offset_of_m_additionalContext_0() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_additionalContext_0)); }
inline RuntimeObject * get_m_additionalContext_0() const { return ___m_additionalContext_0; }
inline RuntimeObject ** get_address_of_m_additionalContext_0() { return &___m_additionalContext_0; }
inline void set_m_additionalContext_0(RuntimeObject * value)
{
___m_additionalContext_0 = value;
Il2CppCodeGenWriteBarrier((&___m_additionalContext_0), value);
}
inline static int32_t get_offset_of_m_state_1() { return static_cast<int32_t>(offsetof(StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034, ___m_state_1)); }
inline int32_t get_m_state_1() const { return ___m_state_1; }
inline int32_t* get_address_of_m_state_1() { return &___m_state_1; }
inline void set_m_state_1(int32_t value)
{
___m_state_1 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_pinvoke
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
struct StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034_marshaled_com
{
Il2CppIUnknown* ___m_additionalContext_0;
int32_t ___m_state_1;
};
#endif // STREAMINGCONTEXT_T2CCDC54E0E8D078AF4A50E3A8B921B828A900034_H
#ifndef OID_TC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_H
#define OID_TC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.Oid
struct Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 : public RuntimeObject
{
public:
// System.String System.Security.Cryptography.Oid::m_value
String_t* ___m_value_0;
// System.String System.Security.Cryptography.Oid::m_friendlyName
String_t* ___m_friendlyName_1;
// System.Security.Cryptography.OidGroup System.Security.Cryptography.Oid::m_group
int32_t ___m_group_2;
public:
inline static int32_t get_offset_of_m_value_0() { return static_cast<int32_t>(offsetof(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137, ___m_value_0)); }
inline String_t* get_m_value_0() const { return ___m_value_0; }
inline String_t** get_address_of_m_value_0() { return &___m_value_0; }
inline void set_m_value_0(String_t* value)
{
___m_value_0 = value;
Il2CppCodeGenWriteBarrier((&___m_value_0), value);
}
inline static int32_t get_offset_of_m_friendlyName_1() { return static_cast<int32_t>(offsetof(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137, ___m_friendlyName_1)); }
inline String_t* get_m_friendlyName_1() const { return ___m_friendlyName_1; }
inline String_t** get_address_of_m_friendlyName_1() { return &___m_friendlyName_1; }
inline void set_m_friendlyName_1(String_t* value)
{
___m_friendlyName_1 = value;
Il2CppCodeGenWriteBarrier((&___m_friendlyName_1), value);
}
inline static int32_t get_offset_of_m_group_2() { return static_cast<int32_t>(offsetof(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137, ___m_group_2)); }
inline int32_t get_m_group_2() const { return ___m_group_2; }
inline int32_t* get_address_of_m_group_2() { return &___m_group_2; }
inline void set_m_group_2(int32_t value)
{
___m_group_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // OID_TC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_H
#ifndef RSACRYPTOSERVICEPROVIDER_T6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_H
#define RSACRYPTOSERVICEPROVIDER_T6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.RSACryptoServiceProvider
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 : public RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145
{
public:
// Mono.Security.Cryptography.KeyPairPersistence System.Security.Cryptography.RSACryptoServiceProvider::store
KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * ___store_3;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persistKey
bool ___persistKey_4;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::persisted
bool ___persisted_5;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::privateKeyExportable
bool ___privateKeyExportable_6;
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::m_disposed
bool ___m_disposed_7;
// Mono.Security.Cryptography.RSAManaged System.Security.Cryptography.RSACryptoServiceProvider::rsa
RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * ___rsa_8;
public:
inline static int32_t get_offset_of_store_3() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___store_3)); }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * get_store_3() const { return ___store_3; }
inline KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 ** get_address_of_store_3() { return &___store_3; }
inline void set_store_3(KeyPairPersistence_t5C070E8D158094F7D0CC5D591F30EDFFB39849A2 * value)
{
___store_3 = value;
Il2CppCodeGenWriteBarrier((&___store_3), value);
}
inline static int32_t get_offset_of_persistKey_4() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persistKey_4)); }
inline bool get_persistKey_4() const { return ___persistKey_4; }
inline bool* get_address_of_persistKey_4() { return &___persistKey_4; }
inline void set_persistKey_4(bool value)
{
___persistKey_4 = value;
}
inline static int32_t get_offset_of_persisted_5() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___persisted_5)); }
inline bool get_persisted_5() const { return ___persisted_5; }
inline bool* get_address_of_persisted_5() { return &___persisted_5; }
inline void set_persisted_5(bool value)
{
___persisted_5 = value;
}
inline static int32_t get_offset_of_privateKeyExportable_6() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___privateKeyExportable_6)); }
inline bool get_privateKeyExportable_6() const { return ___privateKeyExportable_6; }
inline bool* get_address_of_privateKeyExportable_6() { return &___privateKeyExportable_6; }
inline void set_privateKeyExportable_6(bool value)
{
___privateKeyExportable_6 = value;
}
inline static int32_t get_offset_of_m_disposed_7() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___m_disposed_7)); }
inline bool get_m_disposed_7() const { return ___m_disposed_7; }
inline bool* get_address_of_m_disposed_7() { return &___m_disposed_7; }
inline void set_m_disposed_7(bool value)
{
___m_disposed_7 = value;
}
inline static int32_t get_offset_of_rsa_8() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4, ___rsa_8)); }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * get_rsa_8() const { return ___rsa_8; }
inline RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A ** get_address_of_rsa_8() { return &___rsa_8; }
inline void set_rsa_8(RSAManaged_t7FC74A986C888D9301EC82EBE4A37C293CDA963A * value)
{
___rsa_8 = value;
Il2CppCodeGenWriteBarrier((&___rsa_8), value);
}
};
struct RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields
{
public:
// System.Security.Cryptography.CspProviderFlags modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.RSACryptoServiceProvider::s_UseMachineKeyStore
int32_t ___s_UseMachineKeyStore_2;
public:
inline static int32_t get_offset_of_s_UseMachineKeyStore_2() { return static_cast<int32_t>(offsetof(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_StaticFields, ___s_UseMachineKeyStore_2)); }
inline int32_t get_s_UseMachineKeyStore_2() const { return ___s_UseMachineKeyStore_2; }
inline int32_t* get_address_of_s_UseMachineKeyStore_2() { return &___s_UseMachineKeyStore_2; }
inline void set_s_UseMachineKeyStore_2(int32_t value)
{
___s_UseMachineKeyStore_2 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // RSACRYPTOSERVICEPROVIDER_T6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_H
#ifndef X509BASICCONSTRAINTSEXTENSION_T091983B3CDCB686781B4853177610A22483B532C_H
#define X509BASICCONSTRAINTSEXTENSION_T091983B3CDCB686781B4853177610A22483B532C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension
struct X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C : public X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A
{
public:
// System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_certificateAuthority
bool ____certificateAuthority_5;
// System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_hasPathLengthConstraint
bool ____hasPathLengthConstraint_6;
// System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_pathLengthConstraint
int32_t ____pathLengthConstraint_7;
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::_status
int32_t ____status_8;
public:
inline static int32_t get_offset_of__certificateAuthority_5() { return static_cast<int32_t>(offsetof(X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C, ____certificateAuthority_5)); }
inline bool get__certificateAuthority_5() const { return ____certificateAuthority_5; }
inline bool* get_address_of__certificateAuthority_5() { return &____certificateAuthority_5; }
inline void set__certificateAuthority_5(bool value)
{
____certificateAuthority_5 = value;
}
inline static int32_t get_offset_of__hasPathLengthConstraint_6() { return static_cast<int32_t>(offsetof(X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C, ____hasPathLengthConstraint_6)); }
inline bool get__hasPathLengthConstraint_6() const { return ____hasPathLengthConstraint_6; }
inline bool* get_address_of__hasPathLengthConstraint_6() { return &____hasPathLengthConstraint_6; }
inline void set__hasPathLengthConstraint_6(bool value)
{
____hasPathLengthConstraint_6 = value;
}
inline static int32_t get_offset_of__pathLengthConstraint_7() { return static_cast<int32_t>(offsetof(X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C, ____pathLengthConstraint_7)); }
inline int32_t get__pathLengthConstraint_7() const { return ____pathLengthConstraint_7; }
inline int32_t* get_address_of__pathLengthConstraint_7() { return &____pathLengthConstraint_7; }
inline void set__pathLengthConstraint_7(int32_t value)
{
____pathLengthConstraint_7 = value;
}
inline static int32_t get_offset_of__status_8() { return static_cast<int32_t>(offsetof(X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C, ____status_8)); }
inline int32_t get__status_8() const { return ____status_8; }
inline int32_t* get_address_of__status_8() { return &____status_8; }
inline void set__status_8(int32_t value)
{
____status_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509BASICCONSTRAINTSEXTENSION_T091983B3CDCB686781B4853177610A22483B532C_H
#ifndef X509CHAINIMPLMONO_T38D97B22EAE940C6D941DB58282503264F19FA9D_H
#define X509CHAINIMPLMONO_T38D97B22EAE940C6D941DB58282503264F19FA9D_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainImplMono
struct X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D : public X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67
{
public:
// System.Security.Cryptography.X509Certificates.StoreLocation System.Security.Cryptography.X509Certificates.X509ChainImplMono::location
int32_t ___location_0;
// System.Security.Cryptography.X509Certificates.X509ChainElementCollection System.Security.Cryptography.X509Certificates.X509ChainImplMono::elements
X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * ___elements_1;
// System.Security.Cryptography.X509Certificates.X509ChainPolicy System.Security.Cryptography.X509Certificates.X509ChainImplMono::policy
X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * ___policy_2;
public:
inline static int32_t get_offset_of_location_0() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D, ___location_0)); }
inline int32_t get_location_0() const { return ___location_0; }
inline int32_t* get_address_of_location_0() { return &___location_0; }
inline void set_location_0(int32_t value)
{
___location_0 = value;
}
inline static int32_t get_offset_of_elements_1() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D, ___elements_1)); }
inline X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * get_elements_1() const { return ___elements_1; }
inline X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 ** get_address_of_elements_1() { return &___elements_1; }
inline void set_elements_1(X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * value)
{
___elements_1 = value;
Il2CppCodeGenWriteBarrier((&___elements_1), value);
}
inline static int32_t get_offset_of_policy_2() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D, ___policy_2)); }
inline X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * get_policy_2() const { return ___policy_2; }
inline X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD ** get_address_of_policy_2() { return &___policy_2; }
inline void set_policy_2(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * value)
{
___policy_2 = value;
Il2CppCodeGenWriteBarrier((&___policy_2), value);
}
};
struct X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_StaticFields
{
public:
// System.Security.Cryptography.X509Certificates.X509ChainStatus[] System.Security.Cryptography.X509Certificates.X509ChainImplMono::Empty
X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* ___Empty_3;
public:
inline static int32_t get_offset_of_Empty_3() { return static_cast<int32_t>(offsetof(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_StaticFields, ___Empty_3)); }
inline X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* get_Empty_3() const { return ___Empty_3; }
inline X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB** get_address_of_Empty_3() { return &___Empty_3; }
inline void set_Empty_3(X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* value)
{
___Empty_3 = value;
Il2CppCodeGenWriteBarrier((&___Empty_3), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINIMPLMONO_T38D97B22EAE940C6D941DB58282503264F19FA9D_H
#ifndef X509CHAINPOLICY_TCA1D9E9842A16ACD71D35E9C36659E3E861D74DD_H
#define X509CHAINPOLICY_TCA1D9E9842A16ACD71D35E9C36659E3E861D74DD_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainPolicy
struct X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD : public RuntimeObject
{
public:
// System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::apps
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * ___apps_0;
// System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::cert
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * ___cert_1;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___store_2;
// System.Security.Cryptography.X509Certificates.X509Certificate2Collection System.Security.Cryptography.X509Certificates.X509ChainPolicy::store2
X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D * ___store2_3;
// System.Security.Cryptography.X509Certificates.X509RevocationFlag System.Security.Cryptography.X509Certificates.X509ChainPolicy::rflag
int32_t ___rflag_4;
// System.Security.Cryptography.X509Certificates.X509RevocationMode System.Security.Cryptography.X509Certificates.X509ChainPolicy::mode
int32_t ___mode_5;
// System.TimeSpan System.Security.Cryptography.X509Certificates.X509ChainPolicy::timeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___timeout_6;
// System.Security.Cryptography.X509Certificates.X509VerificationFlags System.Security.Cryptography.X509Certificates.X509ChainPolicy::vflags
int32_t ___vflags_7;
// System.DateTime System.Security.Cryptography.X509Certificates.X509ChainPolicy::vtime
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ___vtime_8;
public:
inline static int32_t get_offset_of_apps_0() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___apps_0)); }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * get_apps_0() const { return ___apps_0; }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E ** get_address_of_apps_0() { return &___apps_0; }
inline void set_apps_0(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * value)
{
___apps_0 = value;
Il2CppCodeGenWriteBarrier((&___apps_0), value);
}
inline static int32_t get_offset_of_cert_1() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___cert_1)); }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * get_cert_1() const { return ___cert_1; }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E ** get_address_of_cert_1() { return &___cert_1; }
inline void set_cert_1(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * value)
{
___cert_1 = value;
Il2CppCodeGenWriteBarrier((&___cert_1), value);
}
inline static int32_t get_offset_of_store_2() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___store_2)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_store_2() const { return ___store_2; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_store_2() { return &___store_2; }
inline void set_store_2(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___store_2 = value;
Il2CppCodeGenWriteBarrier((&___store_2), value);
}
inline static int32_t get_offset_of_store2_3() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___store2_3)); }
inline X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D * get_store2_3() const { return ___store2_3; }
inline X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D ** get_address_of_store2_3() { return &___store2_3; }
inline void set_store2_3(X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D * value)
{
___store2_3 = value;
Il2CppCodeGenWriteBarrier((&___store2_3), value);
}
inline static int32_t get_offset_of_rflag_4() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___rflag_4)); }
inline int32_t get_rflag_4() const { return ___rflag_4; }
inline int32_t* get_address_of_rflag_4() { return &___rflag_4; }
inline void set_rflag_4(int32_t value)
{
___rflag_4 = value;
}
inline static int32_t get_offset_of_mode_5() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___mode_5)); }
inline int32_t get_mode_5() const { return ___mode_5; }
inline int32_t* get_address_of_mode_5() { return &___mode_5; }
inline void set_mode_5(int32_t value)
{
___mode_5 = value;
}
inline static int32_t get_offset_of_timeout_6() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___timeout_6)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_timeout_6() const { return ___timeout_6; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_timeout_6() { return &___timeout_6; }
inline void set_timeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___timeout_6 = value;
}
inline static int32_t get_offset_of_vflags_7() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___vflags_7)); }
inline int32_t get_vflags_7() const { return ___vflags_7; }
inline int32_t* get_address_of_vflags_7() { return &___vflags_7; }
inline void set_vflags_7(int32_t value)
{
___vflags_7 = value;
}
inline static int32_t get_offset_of_vtime_8() { return static_cast<int32_t>(offsetof(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD, ___vtime_8)); }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 get_vtime_8() const { return ___vtime_8; }
inline DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * get_address_of_vtime_8() { return &___vtime_8; }
inline void set_vtime_8(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 value)
{
___vtime_8 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509CHAINPOLICY_TCA1D9E9842A16ACD71D35E9C36659E3E861D74DD_H
#ifndef X509CHAINSTATUS_T9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_H
#define X509CHAINSTATUS_T9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainStatus
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C
{
public:
// System.Security.Cryptography.X509Certificates.X509ChainStatusFlags System.Security.Cryptography.X509Certificates.X509ChainStatus::status
int32_t ___status_0;
// System.String System.Security.Cryptography.X509Certificates.X509ChainStatus::info
String_t* ___info_1;
public:
inline static int32_t get_offset_of_status_0() { return static_cast<int32_t>(offsetof(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C, ___status_0)); }
inline int32_t get_status_0() const { return ___status_0; }
inline int32_t* get_address_of_status_0() { return &___status_0; }
inline void set_status_0(int32_t value)
{
___status_0 = value;
}
inline static int32_t get_offset_of_info_1() { return static_cast<int32_t>(offsetof(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C, ___info_1)); }
inline String_t* get_info_1() const { return ___info_1; }
inline String_t** get_address_of_info_1() { return &___info_1; }
inline void set_info_1(String_t* value)
{
___info_1 = value;
Il2CppCodeGenWriteBarrier((&___info_1), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
// Native definition for P/Invoke marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_pinvoke
{
int32_t ___status_0;
char* ___info_1;
};
// Native definition for COM marshalling of System.Security.Cryptography.X509Certificates.X509ChainStatus
struct X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_com
{
int32_t ___status_0;
Il2CppChar* ___info_1;
};
#endif // X509CHAINSTATUS_T9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_H
#ifndef X509ENHANCEDKEYUSAGEEXTENSION_T8B1FEC5814799207635A97EA878EA64688437254_H
#define X509ENHANCEDKEYUSAGEEXTENSION_T8B1FEC5814799207635A97EA878EA64688437254_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension
struct X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 : public X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A
{
public:
// System.Security.Cryptography.OidCollection System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_enhKeyUsage
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * ____enhKeyUsage_3;
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::_status
int32_t ____status_4;
public:
inline static int32_t get_offset_of__enhKeyUsage_3() { return static_cast<int32_t>(offsetof(X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254, ____enhKeyUsage_3)); }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * get__enhKeyUsage_3() const { return ____enhKeyUsage_3; }
inline OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E ** get_address_of__enhKeyUsage_3() { return &____enhKeyUsage_3; }
inline void set__enhKeyUsage_3(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * value)
{
____enhKeyUsage_3 = value;
Il2CppCodeGenWriteBarrier((&____enhKeyUsage_3), value);
}
inline static int32_t get_offset_of__status_4() { return static_cast<int32_t>(offsetof(X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254, ____status_4)); }
inline int32_t get__status_4() const { return ____status_4; }
inline int32_t* get_address_of__status_4() { return &____status_4; }
inline void set__status_4(int32_t value)
{
____status_4 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509ENHANCEDKEYUSAGEEXTENSION_T8B1FEC5814799207635A97EA878EA64688437254_H
#ifndef X509KEYUSAGEEXTENSION_T9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_H
#define X509KEYUSAGEEXTENSION_T9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509KeyUsageExtension
struct X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E : public X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A
{
public:
// System.Security.Cryptography.X509Certificates.X509KeyUsageFlags System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_keyUsages
int32_t ____keyUsages_6;
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::_status
int32_t ____status_7;
public:
inline static int32_t get_offset_of__keyUsages_6() { return static_cast<int32_t>(offsetof(X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E, ____keyUsages_6)); }
inline int32_t get__keyUsages_6() const { return ____keyUsages_6; }
inline int32_t* get_address_of__keyUsages_6() { return &____keyUsages_6; }
inline void set__keyUsages_6(int32_t value)
{
____keyUsages_6 = value;
}
inline static int32_t get_offset_of__status_7() { return static_cast<int32_t>(offsetof(X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E, ____status_7)); }
inline int32_t get__status_7() const { return ____status_7; }
inline int32_t* get_address_of__status_7() { return &____status_7; }
inline void set__status_7(int32_t value)
{
____status_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509KEYUSAGEEXTENSION_T9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_H
#ifndef X509SUBJECTKEYIDENTIFIEREXTENSION_T200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_H
#define X509SUBJECTKEYIDENTIFIEREXTENSION_T200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension
struct X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E : public X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A
{
public:
// System.Byte[] System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_subjectKeyIdentifier
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ____subjectKeyIdentifier_5;
// System.String System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_ski
String_t* ____ski_6;
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::_status
int32_t ____status_7;
public:
inline static int32_t get_offset_of__subjectKeyIdentifier_5() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E, ____subjectKeyIdentifier_5)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get__subjectKeyIdentifier_5() const { return ____subjectKeyIdentifier_5; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of__subjectKeyIdentifier_5() { return &____subjectKeyIdentifier_5; }
inline void set__subjectKeyIdentifier_5(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
____subjectKeyIdentifier_5 = value;
Il2CppCodeGenWriteBarrier((&____subjectKeyIdentifier_5), value);
}
inline static int32_t get_offset_of__ski_6() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E, ____ski_6)); }
inline String_t* get__ski_6() const { return ____ski_6; }
inline String_t** get_address_of__ski_6() { return &____ski_6; }
inline void set__ski_6(String_t* value)
{
____ski_6 = value;
Il2CppCodeGenWriteBarrier((&____ski_6), value);
}
inline static int32_t get_offset_of__status_7() { return static_cast<int32_t>(offsetof(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E, ____status_7)); }
inline int32_t get__status_7() const { return ____status_7; }
inline int32_t* get_address_of__status_7() { return &____status_7; }
inline void set__status_7(int32_t value)
{
____status_7 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // X509SUBJECTKEYIDENTIFIEREXTENSION_T200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_H
#ifndef REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#define REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Text.RegularExpressions.Regex
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF : public RuntimeObject
{
public:
// System.String System.Text.RegularExpressions.Regex::pattern
String_t* ___pattern_0;
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * ___factory_1;
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
int32_t ___roptions_2;
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___internalMatchTimeout_5;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___caps_8;
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * ___capnames_9;
// System.String[] System.Text.RegularExpressions.Regex::capslist
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___capslist_10;
// System.Int32 System.Text.RegularExpressions.Regex::capsize
int32_t ___capsize_11;
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::runnerref
ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * ___runnerref_12;
// System.Text.RegularExpressions.SharedReference System.Text.RegularExpressions.Regex::replref
SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * ___replref_13;
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::code
RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * ___code_14;
// System.Boolean System.Text.RegularExpressions.Regex::refsInitialized
bool ___refsInitialized_15;
public:
inline static int32_t get_offset_of_pattern_0() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___pattern_0)); }
inline String_t* get_pattern_0() const { return ___pattern_0; }
inline String_t** get_address_of_pattern_0() { return &___pattern_0; }
inline void set_pattern_0(String_t* value)
{
___pattern_0 = value;
Il2CppCodeGenWriteBarrier((&___pattern_0), value);
}
inline static int32_t get_offset_of_factory_1() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___factory_1)); }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * get_factory_1() const { return ___factory_1; }
inline RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B ** get_address_of_factory_1() { return &___factory_1; }
inline void set_factory_1(RegexRunnerFactory_t0703F390E2102623B0189DEC095DB182698E404B * value)
{
___factory_1 = value;
Il2CppCodeGenWriteBarrier((&___factory_1), value);
}
inline static int32_t get_offset_of_roptions_2() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___roptions_2)); }
inline int32_t get_roptions_2() const { return ___roptions_2; }
inline int32_t* get_address_of_roptions_2() { return &___roptions_2; }
inline void set_roptions_2(int32_t value)
{
___roptions_2 = value;
}
inline static int32_t get_offset_of_internalMatchTimeout_5() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___internalMatchTimeout_5)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_internalMatchTimeout_5() const { return ___internalMatchTimeout_5; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_internalMatchTimeout_5() { return &___internalMatchTimeout_5; }
inline void set_internalMatchTimeout_5(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___internalMatchTimeout_5 = value;
}
inline static int32_t get_offset_of_caps_8() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___caps_8)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_caps_8() const { return ___caps_8; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_caps_8() { return &___caps_8; }
inline void set_caps_8(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___caps_8 = value;
Il2CppCodeGenWriteBarrier((&___caps_8), value);
}
inline static int32_t get_offset_of_capnames_9() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capnames_9)); }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * get_capnames_9() const { return ___capnames_9; }
inline Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 ** get_address_of_capnames_9() { return &___capnames_9; }
inline void set_capnames_9(Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * value)
{
___capnames_9 = value;
Il2CppCodeGenWriteBarrier((&___capnames_9), value);
}
inline static int32_t get_offset_of_capslist_10() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capslist_10)); }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* get_capslist_10() const { return ___capslist_10; }
inline StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E** get_address_of_capslist_10() { return &___capslist_10; }
inline void set_capslist_10(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* value)
{
___capslist_10 = value;
Il2CppCodeGenWriteBarrier((&___capslist_10), value);
}
inline static int32_t get_offset_of_capsize_11() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___capsize_11)); }
inline int32_t get_capsize_11() const { return ___capsize_11; }
inline int32_t* get_address_of_capsize_11() { return &___capsize_11; }
inline void set_capsize_11(int32_t value)
{
___capsize_11 = value;
}
inline static int32_t get_offset_of_runnerref_12() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___runnerref_12)); }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * get_runnerref_12() const { return ___runnerref_12; }
inline ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB ** get_address_of_runnerref_12() { return &___runnerref_12; }
inline void set_runnerref_12(ExclusiveReference_t39E202CDB13A1E6EBA4CE0C7548B192CEB5C64DB * value)
{
___runnerref_12 = value;
Il2CppCodeGenWriteBarrier((&___runnerref_12), value);
}
inline static int32_t get_offset_of_replref_13() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___replref_13)); }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * get_replref_13() const { return ___replref_13; }
inline SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 ** get_address_of_replref_13() { return &___replref_13; }
inline void set_replref_13(SharedReference_t225BA5C249F9F1D6C959F151695BDF65EF2C92A5 * value)
{
___replref_13 = value;
Il2CppCodeGenWriteBarrier((&___replref_13), value);
}
inline static int32_t get_offset_of_code_14() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___code_14)); }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * get_code_14() const { return ___code_14; }
inline RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA ** get_address_of_code_14() { return &___code_14; }
inline void set_code_14(RegexCode_t12846533CAD1E4221CEDF5A4D15D4D649EA688FA * value)
{
___code_14 = value;
Il2CppCodeGenWriteBarrier((&___code_14), value);
}
inline static int32_t get_offset_of_refsInitialized_15() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF, ___refsInitialized_15)); }
inline bool get_refsInitialized_15() const { return ___refsInitialized_15; }
inline bool* get_address_of_refsInitialized_15() { return &___refsInitialized_15; }
inline void set_refsInitialized_15(bool value)
{
___refsInitialized_15 = value;
}
};
struct Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields
{
public:
// System.TimeSpan System.Text.RegularExpressions.Regex::MaximumMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___MaximumMatchTimeout_3;
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___InfiniteMatchTimeout_4;
// System.TimeSpan System.Text.RegularExpressions.Regex::FallbackDefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___FallbackDefaultMatchTimeout_6;
// System.TimeSpan System.Text.RegularExpressions.Regex::DefaultMatchTimeout
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___DefaultMatchTimeout_7;
// System.Collections.Generic.LinkedList`1<System.Text.RegularExpressions.CachedCodeEntry> System.Text.RegularExpressions.Regex::livecode
LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * ___livecode_16;
// System.Int32 System.Text.RegularExpressions.Regex::cacheSize
int32_t ___cacheSize_17;
public:
inline static int32_t get_offset_of_MaximumMatchTimeout_3() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___MaximumMatchTimeout_3)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_MaximumMatchTimeout_3() const { return ___MaximumMatchTimeout_3; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_MaximumMatchTimeout_3() { return &___MaximumMatchTimeout_3; }
inline void set_MaximumMatchTimeout_3(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___MaximumMatchTimeout_3 = value;
}
inline static int32_t get_offset_of_InfiniteMatchTimeout_4() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___InfiniteMatchTimeout_4)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_InfiniteMatchTimeout_4() const { return ___InfiniteMatchTimeout_4; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_InfiniteMatchTimeout_4() { return &___InfiniteMatchTimeout_4; }
inline void set_InfiniteMatchTimeout_4(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___InfiniteMatchTimeout_4 = value;
}
inline static int32_t get_offset_of_FallbackDefaultMatchTimeout_6() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___FallbackDefaultMatchTimeout_6)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_FallbackDefaultMatchTimeout_6() const { return ___FallbackDefaultMatchTimeout_6; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_FallbackDefaultMatchTimeout_6() { return &___FallbackDefaultMatchTimeout_6; }
inline void set_FallbackDefaultMatchTimeout_6(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___FallbackDefaultMatchTimeout_6 = value;
}
inline static int32_t get_offset_of_DefaultMatchTimeout_7() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___DefaultMatchTimeout_7)); }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 get_DefaultMatchTimeout_7() const { return ___DefaultMatchTimeout_7; }
inline TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 * get_address_of_DefaultMatchTimeout_7() { return &___DefaultMatchTimeout_7; }
inline void set_DefaultMatchTimeout_7(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 value)
{
___DefaultMatchTimeout_7 = value;
}
inline static int32_t get_offset_of_livecode_16() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___livecode_16)); }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * get_livecode_16() const { return ___livecode_16; }
inline LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 ** get_address_of_livecode_16() { return &___livecode_16; }
inline void set_livecode_16(LinkedList_1_t44CA4EB2162DC04F96F29C8A68A05D05166137F7 * value)
{
___livecode_16 = value;
Il2CppCodeGenWriteBarrier((&___livecode_16), value);
}
inline static int32_t get_offset_of_cacheSize_17() { return static_cast<int32_t>(offsetof(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_StaticFields, ___cacheSize_17)); }
inline int32_t get_cacheSize_17() const { return ___cacheSize_17; }
inline int32_t* get_address_of_cacheSize_17() { return &___cacheSize_17; }
inline void set_cacheSize_17(int32_t value)
{
___cacheSize_17 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // REGEX_TFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_H
#ifndef EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H
#define EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.EventWaitHandle
struct EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 : public WaitHandle_tFD46B5B45A6BB296EA3A104C91DF2A7C03C10AC6
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTWAITHANDLE_T7603BF1D3D30FE42DD07A450C8D09E2684DC4D98_H
#ifndef TYPE_T_H
#define TYPE_T_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Type
struct Type_t : public MemberInfo_t
{
public:
// System.RuntimeTypeHandle System.Type::_impl
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D ____impl_9;
public:
inline static int32_t get_offset_of__impl_9() { return static_cast<int32_t>(offsetof(Type_t, ____impl_9)); }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D get__impl_9() const { return ____impl_9; }
inline RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D * get_address_of__impl_9() { return &____impl_9; }
inline void set__impl_9(RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D value)
{
____impl_9 = value;
}
};
struct Type_t_StaticFields
{
public:
// System.Reflection.MemberFilter System.Type::FilterAttribute
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterAttribute_0;
// System.Reflection.MemberFilter System.Type::FilterName
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterName_1;
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * ___FilterNameIgnoreCase_2;
// System.Object System.Type::Missing
RuntimeObject * ___Missing_3;
// System.Char System.Type::Delimiter
Il2CppChar ___Delimiter_4;
// System.Type[] System.Type::EmptyTypes
TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* ___EmptyTypes_5;
// System.Reflection.Binder System.Type::defaultBinder
Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * ___defaultBinder_6;
public:
inline static int32_t get_offset_of_FilterAttribute_0() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterAttribute_0)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterAttribute_0() const { return ___FilterAttribute_0; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterAttribute_0() { return &___FilterAttribute_0; }
inline void set_FilterAttribute_0(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterAttribute_0 = value;
Il2CppCodeGenWriteBarrier((&___FilterAttribute_0), value);
}
inline static int32_t get_offset_of_FilterName_1() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterName_1)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterName_1() const { return ___FilterName_1; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterName_1() { return &___FilterName_1; }
inline void set_FilterName_1(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterName_1 = value;
Il2CppCodeGenWriteBarrier((&___FilterName_1), value);
}
inline static int32_t get_offset_of_FilterNameIgnoreCase_2() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___FilterNameIgnoreCase_2)); }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * get_FilterNameIgnoreCase_2() const { return ___FilterNameIgnoreCase_2; }
inline MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 ** get_address_of_FilterNameIgnoreCase_2() { return &___FilterNameIgnoreCase_2; }
inline void set_FilterNameIgnoreCase_2(MemberFilter_t25C1BD92C42BE94426E300787C13C452CB89B381 * value)
{
___FilterNameIgnoreCase_2 = value;
Il2CppCodeGenWriteBarrier((&___FilterNameIgnoreCase_2), value);
}
inline static int32_t get_offset_of_Missing_3() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Missing_3)); }
inline RuntimeObject * get_Missing_3() const { return ___Missing_3; }
inline RuntimeObject ** get_address_of_Missing_3() { return &___Missing_3; }
inline void set_Missing_3(RuntimeObject * value)
{
___Missing_3 = value;
Il2CppCodeGenWriteBarrier((&___Missing_3), value);
}
inline static int32_t get_offset_of_Delimiter_4() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___Delimiter_4)); }
inline Il2CppChar get_Delimiter_4() const { return ___Delimiter_4; }
inline Il2CppChar* get_address_of_Delimiter_4() { return &___Delimiter_4; }
inline void set_Delimiter_4(Il2CppChar value)
{
___Delimiter_4 = value;
}
inline static int32_t get_offset_of_EmptyTypes_5() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___EmptyTypes_5)); }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* get_EmptyTypes_5() const { return ___EmptyTypes_5; }
inline TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F** get_address_of_EmptyTypes_5() { return &___EmptyTypes_5; }
inline void set_EmptyTypes_5(TypeU5BU5D_t7FE623A666B49176DE123306221193E888A12F5F* value)
{
___EmptyTypes_5 = value;
Il2CppCodeGenWriteBarrier((&___EmptyTypes_5), value);
}
inline static int32_t get_offset_of_defaultBinder_6() { return static_cast<int32_t>(offsetof(Type_t_StaticFields, ___defaultBinder_6)); }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * get_defaultBinder_6() const { return ___defaultBinder_6; }
inline Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 ** get_address_of_defaultBinder_6() { return &___defaultBinder_6; }
inline void set_defaultBinder_6(Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * value)
{
___defaultBinder_6 = value;
Il2CppCodeGenWriteBarrier((&___defaultBinder_6), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // TYPE_T_H
#ifndef URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#define URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Uri
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E : public RuntimeObject
{
public:
// System.String System.Uri::m_String
String_t* ___m_String_13;
// System.String System.Uri::m_originalUnicodeString
String_t* ___m_originalUnicodeString_14;
// System.UriParser System.Uri::m_Syntax
UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * ___m_Syntax_15;
// System.String System.Uri::m_DnsSafeHost
String_t* ___m_DnsSafeHost_16;
// System.Uri_Flags System.Uri::m_Flags
uint64_t ___m_Flags_17;
// System.Uri_UriInfo System.Uri::m_Info
UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * ___m_Info_18;
// System.Boolean System.Uri::m_iriParsing
bool ___m_iriParsing_19;
public:
inline static int32_t get_offset_of_m_String_13() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_String_13)); }
inline String_t* get_m_String_13() const { return ___m_String_13; }
inline String_t** get_address_of_m_String_13() { return &___m_String_13; }
inline void set_m_String_13(String_t* value)
{
___m_String_13 = value;
Il2CppCodeGenWriteBarrier((&___m_String_13), value);
}
inline static int32_t get_offset_of_m_originalUnicodeString_14() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_originalUnicodeString_14)); }
inline String_t* get_m_originalUnicodeString_14() const { return ___m_originalUnicodeString_14; }
inline String_t** get_address_of_m_originalUnicodeString_14() { return &___m_originalUnicodeString_14; }
inline void set_m_originalUnicodeString_14(String_t* value)
{
___m_originalUnicodeString_14 = value;
Il2CppCodeGenWriteBarrier((&___m_originalUnicodeString_14), value);
}
inline static int32_t get_offset_of_m_Syntax_15() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Syntax_15)); }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * get_m_Syntax_15() const { return ___m_Syntax_15; }
inline UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC ** get_address_of_m_Syntax_15() { return &___m_Syntax_15; }
inline void set_m_Syntax_15(UriParser_t07C77D673CCE8D2DA253B8A7ACCB010147F1A4AC * value)
{
___m_Syntax_15 = value;
Il2CppCodeGenWriteBarrier((&___m_Syntax_15), value);
}
inline static int32_t get_offset_of_m_DnsSafeHost_16() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_DnsSafeHost_16)); }
inline String_t* get_m_DnsSafeHost_16() const { return ___m_DnsSafeHost_16; }
inline String_t** get_address_of_m_DnsSafeHost_16() { return &___m_DnsSafeHost_16; }
inline void set_m_DnsSafeHost_16(String_t* value)
{
___m_DnsSafeHost_16 = value;
Il2CppCodeGenWriteBarrier((&___m_DnsSafeHost_16), value);
}
inline static int32_t get_offset_of_m_Flags_17() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Flags_17)); }
inline uint64_t get_m_Flags_17() const { return ___m_Flags_17; }
inline uint64_t* get_address_of_m_Flags_17() { return &___m_Flags_17; }
inline void set_m_Flags_17(uint64_t value)
{
___m_Flags_17 = value;
}
inline static int32_t get_offset_of_m_Info_18() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_Info_18)); }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * get_m_Info_18() const { return ___m_Info_18; }
inline UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E ** get_address_of_m_Info_18() { return &___m_Info_18; }
inline void set_m_Info_18(UriInfo_t9FCC6BD4EC1EA14D75209E6A35417057BF6EDC5E * value)
{
___m_Info_18 = value;
Il2CppCodeGenWriteBarrier((&___m_Info_18), value);
}
inline static int32_t get_offset_of_m_iriParsing_19() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E, ___m_iriParsing_19)); }
inline bool get_m_iriParsing_19() const { return ___m_iriParsing_19; }
inline bool* get_address_of_m_iriParsing_19() { return &___m_iriParsing_19; }
inline void set_m_iriParsing_19(bool value)
{
___m_iriParsing_19 = value;
}
};
struct Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields
{
public:
// System.String System.Uri::UriSchemeFile
String_t* ___UriSchemeFile_0;
// System.String System.Uri::UriSchemeFtp
String_t* ___UriSchemeFtp_1;
// System.String System.Uri::UriSchemeGopher
String_t* ___UriSchemeGopher_2;
// System.String System.Uri::UriSchemeHttp
String_t* ___UriSchemeHttp_3;
// System.String System.Uri::UriSchemeHttps
String_t* ___UriSchemeHttps_4;
// System.String System.Uri::UriSchemeWs
String_t* ___UriSchemeWs_5;
// System.String System.Uri::UriSchemeWss
String_t* ___UriSchemeWss_6;
// System.String System.Uri::UriSchemeMailto
String_t* ___UriSchemeMailto_7;
// System.String System.Uri::UriSchemeNews
String_t* ___UriSchemeNews_8;
// System.String System.Uri::UriSchemeNntp
String_t* ___UriSchemeNntp_9;
// System.String System.Uri::UriSchemeNetTcp
String_t* ___UriSchemeNetTcp_10;
// System.String System.Uri::UriSchemeNetPipe
String_t* ___UriSchemeNetPipe_11;
// System.String System.Uri::SchemeDelimiter
String_t* ___SchemeDelimiter_12;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitialized
bool ___s_ConfigInitialized_20;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_ConfigInitializing
bool ___s_ConfigInitializing_21;
// System.UriIdnScope modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IdnScope
int32_t ___s_IdnScope_22;
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Uri::s_IriParsing
bool ___s_IriParsing_23;
// System.Boolean System.Uri::useDotNetRelativeOrAbsolute
bool ___useDotNetRelativeOrAbsolute_24;
// System.Boolean System.Uri::IsWindowsFileSystem
bool ___IsWindowsFileSystem_25;
// System.Object System.Uri::s_initLock
RuntimeObject * ___s_initLock_26;
// System.Char[] System.Uri::HexLowerChars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ___HexLowerChars_27;
// System.Char[] System.Uri::_WSchars
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* ____WSchars_28;
public:
inline static int32_t get_offset_of_UriSchemeFile_0() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFile_0)); }
inline String_t* get_UriSchemeFile_0() const { return ___UriSchemeFile_0; }
inline String_t** get_address_of_UriSchemeFile_0() { return &___UriSchemeFile_0; }
inline void set_UriSchemeFile_0(String_t* value)
{
___UriSchemeFile_0 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeFile_0), value);
}
inline static int32_t get_offset_of_UriSchemeFtp_1() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeFtp_1)); }
inline String_t* get_UriSchemeFtp_1() const { return ___UriSchemeFtp_1; }
inline String_t** get_address_of_UriSchemeFtp_1() { return &___UriSchemeFtp_1; }
inline void set_UriSchemeFtp_1(String_t* value)
{
___UriSchemeFtp_1 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeFtp_1), value);
}
inline static int32_t get_offset_of_UriSchemeGopher_2() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeGopher_2)); }
inline String_t* get_UriSchemeGopher_2() const { return ___UriSchemeGopher_2; }
inline String_t** get_address_of_UriSchemeGopher_2() { return &___UriSchemeGopher_2; }
inline void set_UriSchemeGopher_2(String_t* value)
{
___UriSchemeGopher_2 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeGopher_2), value);
}
inline static int32_t get_offset_of_UriSchemeHttp_3() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttp_3)); }
inline String_t* get_UriSchemeHttp_3() const { return ___UriSchemeHttp_3; }
inline String_t** get_address_of_UriSchemeHttp_3() { return &___UriSchemeHttp_3; }
inline void set_UriSchemeHttp_3(String_t* value)
{
___UriSchemeHttp_3 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeHttp_3), value);
}
inline static int32_t get_offset_of_UriSchemeHttps_4() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeHttps_4)); }
inline String_t* get_UriSchemeHttps_4() const { return ___UriSchemeHttps_4; }
inline String_t** get_address_of_UriSchemeHttps_4() { return &___UriSchemeHttps_4; }
inline void set_UriSchemeHttps_4(String_t* value)
{
___UriSchemeHttps_4 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeHttps_4), value);
}
inline static int32_t get_offset_of_UriSchemeWs_5() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWs_5)); }
inline String_t* get_UriSchemeWs_5() const { return ___UriSchemeWs_5; }
inline String_t** get_address_of_UriSchemeWs_5() { return &___UriSchemeWs_5; }
inline void set_UriSchemeWs_5(String_t* value)
{
___UriSchemeWs_5 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeWs_5), value);
}
inline static int32_t get_offset_of_UriSchemeWss_6() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeWss_6)); }
inline String_t* get_UriSchemeWss_6() const { return ___UriSchemeWss_6; }
inline String_t** get_address_of_UriSchemeWss_6() { return &___UriSchemeWss_6; }
inline void set_UriSchemeWss_6(String_t* value)
{
___UriSchemeWss_6 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeWss_6), value);
}
inline static int32_t get_offset_of_UriSchemeMailto_7() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeMailto_7)); }
inline String_t* get_UriSchemeMailto_7() const { return ___UriSchemeMailto_7; }
inline String_t** get_address_of_UriSchemeMailto_7() { return &___UriSchemeMailto_7; }
inline void set_UriSchemeMailto_7(String_t* value)
{
___UriSchemeMailto_7 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeMailto_7), value);
}
inline static int32_t get_offset_of_UriSchemeNews_8() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNews_8)); }
inline String_t* get_UriSchemeNews_8() const { return ___UriSchemeNews_8; }
inline String_t** get_address_of_UriSchemeNews_8() { return &___UriSchemeNews_8; }
inline void set_UriSchemeNews_8(String_t* value)
{
___UriSchemeNews_8 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNews_8), value);
}
inline static int32_t get_offset_of_UriSchemeNntp_9() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNntp_9)); }
inline String_t* get_UriSchemeNntp_9() const { return ___UriSchemeNntp_9; }
inline String_t** get_address_of_UriSchemeNntp_9() { return &___UriSchemeNntp_9; }
inline void set_UriSchemeNntp_9(String_t* value)
{
___UriSchemeNntp_9 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNntp_9), value);
}
inline static int32_t get_offset_of_UriSchemeNetTcp_10() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetTcp_10)); }
inline String_t* get_UriSchemeNetTcp_10() const { return ___UriSchemeNetTcp_10; }
inline String_t** get_address_of_UriSchemeNetTcp_10() { return &___UriSchemeNetTcp_10; }
inline void set_UriSchemeNetTcp_10(String_t* value)
{
___UriSchemeNetTcp_10 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNetTcp_10), value);
}
inline static int32_t get_offset_of_UriSchemeNetPipe_11() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___UriSchemeNetPipe_11)); }
inline String_t* get_UriSchemeNetPipe_11() const { return ___UriSchemeNetPipe_11; }
inline String_t** get_address_of_UriSchemeNetPipe_11() { return &___UriSchemeNetPipe_11; }
inline void set_UriSchemeNetPipe_11(String_t* value)
{
___UriSchemeNetPipe_11 = value;
Il2CppCodeGenWriteBarrier((&___UriSchemeNetPipe_11), value);
}
inline static int32_t get_offset_of_SchemeDelimiter_12() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___SchemeDelimiter_12)); }
inline String_t* get_SchemeDelimiter_12() const { return ___SchemeDelimiter_12; }
inline String_t** get_address_of_SchemeDelimiter_12() { return &___SchemeDelimiter_12; }
inline void set_SchemeDelimiter_12(String_t* value)
{
___SchemeDelimiter_12 = value;
Il2CppCodeGenWriteBarrier((&___SchemeDelimiter_12), value);
}
inline static int32_t get_offset_of_s_ConfigInitialized_20() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitialized_20)); }
inline bool get_s_ConfigInitialized_20() const { return ___s_ConfigInitialized_20; }
inline bool* get_address_of_s_ConfigInitialized_20() { return &___s_ConfigInitialized_20; }
inline void set_s_ConfigInitialized_20(bool value)
{
___s_ConfigInitialized_20 = value;
}
inline static int32_t get_offset_of_s_ConfigInitializing_21() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_ConfigInitializing_21)); }
inline bool get_s_ConfigInitializing_21() const { return ___s_ConfigInitializing_21; }
inline bool* get_address_of_s_ConfigInitializing_21() { return &___s_ConfigInitializing_21; }
inline void set_s_ConfigInitializing_21(bool value)
{
___s_ConfigInitializing_21 = value;
}
inline static int32_t get_offset_of_s_IdnScope_22() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IdnScope_22)); }
inline int32_t get_s_IdnScope_22() const { return ___s_IdnScope_22; }
inline int32_t* get_address_of_s_IdnScope_22() { return &___s_IdnScope_22; }
inline void set_s_IdnScope_22(int32_t value)
{
___s_IdnScope_22 = value;
}
inline static int32_t get_offset_of_s_IriParsing_23() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_IriParsing_23)); }
inline bool get_s_IriParsing_23() const { return ___s_IriParsing_23; }
inline bool* get_address_of_s_IriParsing_23() { return &___s_IriParsing_23; }
inline void set_s_IriParsing_23(bool value)
{
___s_IriParsing_23 = value;
}
inline static int32_t get_offset_of_useDotNetRelativeOrAbsolute_24() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___useDotNetRelativeOrAbsolute_24)); }
inline bool get_useDotNetRelativeOrAbsolute_24() const { return ___useDotNetRelativeOrAbsolute_24; }
inline bool* get_address_of_useDotNetRelativeOrAbsolute_24() { return &___useDotNetRelativeOrAbsolute_24; }
inline void set_useDotNetRelativeOrAbsolute_24(bool value)
{
___useDotNetRelativeOrAbsolute_24 = value;
}
inline static int32_t get_offset_of_IsWindowsFileSystem_25() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___IsWindowsFileSystem_25)); }
inline bool get_IsWindowsFileSystem_25() const { return ___IsWindowsFileSystem_25; }
inline bool* get_address_of_IsWindowsFileSystem_25() { return &___IsWindowsFileSystem_25; }
inline void set_IsWindowsFileSystem_25(bool value)
{
___IsWindowsFileSystem_25 = value;
}
inline static int32_t get_offset_of_s_initLock_26() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___s_initLock_26)); }
inline RuntimeObject * get_s_initLock_26() const { return ___s_initLock_26; }
inline RuntimeObject ** get_address_of_s_initLock_26() { return &___s_initLock_26; }
inline void set_s_initLock_26(RuntimeObject * value)
{
___s_initLock_26 = value;
Il2CppCodeGenWriteBarrier((&___s_initLock_26), value);
}
inline static int32_t get_offset_of_HexLowerChars_27() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ___HexLowerChars_27)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get_HexLowerChars_27() const { return ___HexLowerChars_27; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of_HexLowerChars_27() { return &___HexLowerChars_27; }
inline void set_HexLowerChars_27(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
___HexLowerChars_27 = value;
Il2CppCodeGenWriteBarrier((&___HexLowerChars_27), value);
}
inline static int32_t get_offset_of__WSchars_28() { return static_cast<int32_t>(offsetof(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields, ____WSchars_28)); }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* get__WSchars_28() const { return ____WSchars_28; }
inline CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2** get_address_of__WSchars_28() { return &____WSchars_28; }
inline void set__WSchars_28(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* value)
{
____WSchars_28 = value;
Il2CppCodeGenWriteBarrier((&____WSchars_28), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // URI_T87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_H
#ifndef ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#define ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.AsyncCallback
struct AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // ASYNCCALLBACK_T3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_H
#ifndef EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H
#define EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.EventHandler
struct EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // EVENTHANDLER_T2B84E745E28BA26C49C4E99A387FC3B534D1110C_H
#ifndef FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H
#define FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>
struct Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // FUNC_2_TF6A6FE235E53230F712003180A1DBAF19C50FC61_H
#ifndef HEADERPARSER_T6B59FF0FD79FFD511A019AE5383DCEF641BA822E_H
#define HEADERPARSER_T6B59FF0FD79FFD511A019AE5383DCEF641BA822E_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HeaderParser
struct HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HEADERPARSER_T6B59FF0FD79FFD511A019AE5383DCEF641BA822E_H
#ifndef HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#define HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.HttpWebRequest
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 : public WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8
{
public:
// System.Uri System.Net.HttpWebRequest::requestUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri_12;
// System.Uri System.Net.HttpWebRequest::actualUri
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___actualUri_13;
// System.Boolean System.Net.HttpWebRequest::hostChanged
bool ___hostChanged_14;
// System.Boolean System.Net.HttpWebRequest::allowAutoRedirect
bool ___allowAutoRedirect_15;
// System.Boolean System.Net.HttpWebRequest::allowBuffering
bool ___allowBuffering_16;
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::certificates
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___certificates_17;
// System.String System.Net.HttpWebRequest::connectionGroup
String_t* ___connectionGroup_18;
// System.Boolean System.Net.HttpWebRequest::haveContentLength
bool ___haveContentLength_19;
// System.Int64 System.Net.HttpWebRequest::contentLength
int64_t ___contentLength_20;
// System.Net.HttpContinueDelegate System.Net.HttpWebRequest::continueDelegate
HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * ___continueDelegate_21;
// System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer
CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___cookieContainer_22;
// System.Net.ICredentials System.Net.HttpWebRequest::credentials
RuntimeObject* ___credentials_23;
// System.Boolean System.Net.HttpWebRequest::haveResponse
bool ___haveResponse_24;
// System.Boolean System.Net.HttpWebRequest::haveRequest
bool ___haveRequest_25;
// System.Boolean System.Net.HttpWebRequest::requestSent
bool ___requestSent_26;
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___webHeaders_27;
// System.Boolean System.Net.HttpWebRequest::keepAlive
bool ___keepAlive_28;
// System.Int32 System.Net.HttpWebRequest::maxAutoRedirect
int32_t ___maxAutoRedirect_29;
// System.String System.Net.HttpWebRequest::mediaType
String_t* ___mediaType_30;
// System.String System.Net.HttpWebRequest::method
String_t* ___method_31;
// System.String System.Net.HttpWebRequest::initialMethod
String_t* ___initialMethod_32;
// System.Boolean System.Net.HttpWebRequest::pipelined
bool ___pipelined_33;
// System.Boolean System.Net.HttpWebRequest::preAuthenticate
bool ___preAuthenticate_34;
// System.Boolean System.Net.HttpWebRequest::usedPreAuth
bool ___usedPreAuth_35;
// System.Version System.Net.HttpWebRequest::version
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version_36;
// System.Boolean System.Net.HttpWebRequest::force_version
bool ___force_version_37;
// System.Version System.Net.HttpWebRequest::actualVersion
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___actualVersion_38;
// System.Net.IWebProxy System.Net.HttpWebRequest::proxy
RuntimeObject* ___proxy_39;
// System.Boolean System.Net.HttpWebRequest::sendChunked
bool ___sendChunked_40;
// System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___servicePoint_41;
// System.Int32 System.Net.HttpWebRequest::timeout
int32_t ___timeout_42;
// System.Net.WebConnectionStream System.Net.HttpWebRequest::writeStream
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___writeStream_43;
// System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___webResponse_44;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncWrite
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncWrite_45;
// System.Net.WebAsyncResult System.Net.HttpWebRequest::asyncRead
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * ___asyncRead_46;
// System.EventHandler System.Net.HttpWebRequest::abortHandler
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___abortHandler_47;
// System.Int32 System.Net.HttpWebRequest::aborted
int32_t ___aborted_48;
// System.Boolean System.Net.HttpWebRequest::gotRequestStream
bool ___gotRequestStream_49;
// System.Int32 System.Net.HttpWebRequest::redirects
int32_t ___redirects_50;
// System.Boolean System.Net.HttpWebRequest::expectContinue
bool ___expectContinue_51;
// System.Byte[] System.Net.HttpWebRequest::bodyBuffer
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___bodyBuffer_52;
// System.Int32 System.Net.HttpWebRequest::bodyBufferLength
int32_t ___bodyBufferLength_53;
// System.Boolean System.Net.HttpWebRequest::getResponseCalled
bool ___getResponseCalled_54;
// System.Exception System.Net.HttpWebRequest::saved_exc
Exception_t * ___saved_exc_55;
// System.Object System.Net.HttpWebRequest::locker
RuntimeObject * ___locker_56;
// System.Boolean System.Net.HttpWebRequest::finished_reading
bool ___finished_reading_57;
// System.Net.WebConnection System.Net.HttpWebRequest::WebConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___WebConnection_58;
// System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp
int32_t ___auto_decomp_59;
// System.Int32 System.Net.HttpWebRequest::readWriteTimeout
int32_t ___readWriteTimeout_61;
// Mono.Security.Interface.MonoTlsProvider System.Net.HttpWebRequest::tlsProvider
MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * ___tlsProvider_62;
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings
MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * ___tlsSettings_63;
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback
ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * ___certValidationCallback_64;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___auth_state_65;
// System.Net.HttpWebRequest_AuthorizationState System.Net.HttpWebRequest::proxy_auth_state
AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB ___proxy_auth_state_66;
// System.String System.Net.HttpWebRequest::host
String_t* ___host_67;
// System.Action`1<System.IO.Stream> System.Net.HttpWebRequest::ResendContentFactory
Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * ___ResendContentFactory_68;
// System.Boolean System.Net.HttpWebRequest::<ThrowOnError>k__BackingField
bool ___U3CThrowOnErrorU3Ek__BackingField_69;
// System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah
bool ___unsafe_auth_blah_70;
// System.Boolean System.Net.HttpWebRequest::<ReuseConnection>k__BackingField
bool ___U3CReuseConnectionU3Ek__BackingField_71;
// System.Net.WebConnection System.Net.HttpWebRequest::StoredConnection
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___StoredConnection_72;
public:
inline static int32_t get_offset_of_requestUri_12() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestUri_12)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_requestUri_12() const { return ___requestUri_12; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_requestUri_12() { return &___requestUri_12; }
inline void set_requestUri_12(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___requestUri_12 = value;
Il2CppCodeGenWriteBarrier((&___requestUri_12), value);
}
inline static int32_t get_offset_of_actualUri_13() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualUri_13)); }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * get_actualUri_13() const { return ___actualUri_13; }
inline Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** get_address_of_actualUri_13() { return &___actualUri_13; }
inline void set_actualUri_13(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * value)
{
___actualUri_13 = value;
Il2CppCodeGenWriteBarrier((&___actualUri_13), value);
}
inline static int32_t get_offset_of_hostChanged_14() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___hostChanged_14)); }
inline bool get_hostChanged_14() const { return ___hostChanged_14; }
inline bool* get_address_of_hostChanged_14() { return &___hostChanged_14; }
inline void set_hostChanged_14(bool value)
{
___hostChanged_14 = value;
}
inline static int32_t get_offset_of_allowAutoRedirect_15() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowAutoRedirect_15)); }
inline bool get_allowAutoRedirect_15() const { return ___allowAutoRedirect_15; }
inline bool* get_address_of_allowAutoRedirect_15() { return &___allowAutoRedirect_15; }
inline void set_allowAutoRedirect_15(bool value)
{
___allowAutoRedirect_15 = value;
}
inline static int32_t get_offset_of_allowBuffering_16() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___allowBuffering_16)); }
inline bool get_allowBuffering_16() const { return ___allowBuffering_16; }
inline bool* get_address_of_allowBuffering_16() { return &___allowBuffering_16; }
inline void set_allowBuffering_16(bool value)
{
___allowBuffering_16 = value;
}
inline static int32_t get_offset_of_certificates_17() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certificates_17)); }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * get_certificates_17() const { return ___certificates_17; }
inline X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 ** get_address_of_certificates_17() { return &___certificates_17; }
inline void set_certificates_17(X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * value)
{
___certificates_17 = value;
Il2CppCodeGenWriteBarrier((&___certificates_17), value);
}
inline static int32_t get_offset_of_connectionGroup_18() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___connectionGroup_18)); }
inline String_t* get_connectionGroup_18() const { return ___connectionGroup_18; }
inline String_t** get_address_of_connectionGroup_18() { return &___connectionGroup_18; }
inline void set_connectionGroup_18(String_t* value)
{
___connectionGroup_18 = value;
Il2CppCodeGenWriteBarrier((&___connectionGroup_18), value);
}
inline static int32_t get_offset_of_haveContentLength_19() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveContentLength_19)); }
inline bool get_haveContentLength_19() const { return ___haveContentLength_19; }
inline bool* get_address_of_haveContentLength_19() { return &___haveContentLength_19; }
inline void set_haveContentLength_19(bool value)
{
___haveContentLength_19 = value;
}
inline static int32_t get_offset_of_contentLength_20() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___contentLength_20)); }
inline int64_t get_contentLength_20() const { return ___contentLength_20; }
inline int64_t* get_address_of_contentLength_20() { return &___contentLength_20; }
inline void set_contentLength_20(int64_t value)
{
___contentLength_20 = value;
}
inline static int32_t get_offset_of_continueDelegate_21() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___continueDelegate_21)); }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * get_continueDelegate_21() const { return ___continueDelegate_21; }
inline HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC ** get_address_of_continueDelegate_21() { return &___continueDelegate_21; }
inline void set_continueDelegate_21(HttpContinueDelegate_t38DB016AD9C4FA9F4E9B4417278FB8D0594F37AC * value)
{
___continueDelegate_21 = value;
Il2CppCodeGenWriteBarrier((&___continueDelegate_21), value);
}
inline static int32_t get_offset_of_cookieContainer_22() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___cookieContainer_22)); }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * get_cookieContainer_22() const { return ___cookieContainer_22; }
inline CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 ** get_address_of_cookieContainer_22() { return &___cookieContainer_22; }
inline void set_cookieContainer_22(CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * value)
{
___cookieContainer_22 = value;
Il2CppCodeGenWriteBarrier((&___cookieContainer_22), value);
}
inline static int32_t get_offset_of_credentials_23() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___credentials_23)); }
inline RuntimeObject* get_credentials_23() const { return ___credentials_23; }
inline RuntimeObject** get_address_of_credentials_23() { return &___credentials_23; }
inline void set_credentials_23(RuntimeObject* value)
{
___credentials_23 = value;
Il2CppCodeGenWriteBarrier((&___credentials_23), value);
}
inline static int32_t get_offset_of_haveResponse_24() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveResponse_24)); }
inline bool get_haveResponse_24() const { return ___haveResponse_24; }
inline bool* get_address_of_haveResponse_24() { return &___haveResponse_24; }
inline void set_haveResponse_24(bool value)
{
___haveResponse_24 = value;
}
inline static int32_t get_offset_of_haveRequest_25() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___haveRequest_25)); }
inline bool get_haveRequest_25() const { return ___haveRequest_25; }
inline bool* get_address_of_haveRequest_25() { return &___haveRequest_25; }
inline void set_haveRequest_25(bool value)
{
___haveRequest_25 = value;
}
inline static int32_t get_offset_of_requestSent_26() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___requestSent_26)); }
inline bool get_requestSent_26() const { return ___requestSent_26; }
inline bool* get_address_of_requestSent_26() { return &___requestSent_26; }
inline void set_requestSent_26(bool value)
{
___requestSent_26 = value;
}
inline static int32_t get_offset_of_webHeaders_27() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webHeaders_27)); }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * get_webHeaders_27() const { return ___webHeaders_27; }
inline WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 ** get_address_of_webHeaders_27() { return &___webHeaders_27; }
inline void set_webHeaders_27(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * value)
{
___webHeaders_27 = value;
Il2CppCodeGenWriteBarrier((&___webHeaders_27), value);
}
inline static int32_t get_offset_of_keepAlive_28() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___keepAlive_28)); }
inline bool get_keepAlive_28() const { return ___keepAlive_28; }
inline bool* get_address_of_keepAlive_28() { return &___keepAlive_28; }
inline void set_keepAlive_28(bool value)
{
___keepAlive_28 = value;
}
inline static int32_t get_offset_of_maxAutoRedirect_29() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___maxAutoRedirect_29)); }
inline int32_t get_maxAutoRedirect_29() const { return ___maxAutoRedirect_29; }
inline int32_t* get_address_of_maxAutoRedirect_29() { return &___maxAutoRedirect_29; }
inline void set_maxAutoRedirect_29(int32_t value)
{
___maxAutoRedirect_29 = value;
}
inline static int32_t get_offset_of_mediaType_30() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___mediaType_30)); }
inline String_t* get_mediaType_30() const { return ___mediaType_30; }
inline String_t** get_address_of_mediaType_30() { return &___mediaType_30; }
inline void set_mediaType_30(String_t* value)
{
___mediaType_30 = value;
Il2CppCodeGenWriteBarrier((&___mediaType_30), value);
}
inline static int32_t get_offset_of_method_31() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___method_31)); }
inline String_t* get_method_31() const { return ___method_31; }
inline String_t** get_address_of_method_31() { return &___method_31; }
inline void set_method_31(String_t* value)
{
___method_31 = value;
Il2CppCodeGenWriteBarrier((&___method_31), value);
}
inline static int32_t get_offset_of_initialMethod_32() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___initialMethod_32)); }
inline String_t* get_initialMethod_32() const { return ___initialMethod_32; }
inline String_t** get_address_of_initialMethod_32() { return &___initialMethod_32; }
inline void set_initialMethod_32(String_t* value)
{
___initialMethod_32 = value;
Il2CppCodeGenWriteBarrier((&___initialMethod_32), value);
}
inline static int32_t get_offset_of_pipelined_33() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___pipelined_33)); }
inline bool get_pipelined_33() const { return ___pipelined_33; }
inline bool* get_address_of_pipelined_33() { return &___pipelined_33; }
inline void set_pipelined_33(bool value)
{
___pipelined_33 = value;
}
inline static int32_t get_offset_of_preAuthenticate_34() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___preAuthenticate_34)); }
inline bool get_preAuthenticate_34() const { return ___preAuthenticate_34; }
inline bool* get_address_of_preAuthenticate_34() { return &___preAuthenticate_34; }
inline void set_preAuthenticate_34(bool value)
{
___preAuthenticate_34 = value;
}
inline static int32_t get_offset_of_usedPreAuth_35() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___usedPreAuth_35)); }
inline bool get_usedPreAuth_35() const { return ___usedPreAuth_35; }
inline bool* get_address_of_usedPreAuth_35() { return &___usedPreAuth_35; }
inline void set_usedPreAuth_35(bool value)
{
___usedPreAuth_35 = value;
}
inline static int32_t get_offset_of_version_36() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___version_36)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_version_36() const { return ___version_36; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_version_36() { return &___version_36; }
inline void set_version_36(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___version_36 = value;
Il2CppCodeGenWriteBarrier((&___version_36), value);
}
inline static int32_t get_offset_of_force_version_37() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___force_version_37)); }
inline bool get_force_version_37() const { return ___force_version_37; }
inline bool* get_address_of_force_version_37() { return &___force_version_37; }
inline void set_force_version_37(bool value)
{
___force_version_37 = value;
}
inline static int32_t get_offset_of_actualVersion_38() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___actualVersion_38)); }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * get_actualVersion_38() const { return ___actualVersion_38; }
inline Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD ** get_address_of_actualVersion_38() { return &___actualVersion_38; }
inline void set_actualVersion_38(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * value)
{
___actualVersion_38 = value;
Il2CppCodeGenWriteBarrier((&___actualVersion_38), value);
}
inline static int32_t get_offset_of_proxy_39() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_39)); }
inline RuntimeObject* get_proxy_39() const { return ___proxy_39; }
inline RuntimeObject** get_address_of_proxy_39() { return &___proxy_39; }
inline void set_proxy_39(RuntimeObject* value)
{
___proxy_39 = value;
Il2CppCodeGenWriteBarrier((&___proxy_39), value);
}
inline static int32_t get_offset_of_sendChunked_40() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___sendChunked_40)); }
inline bool get_sendChunked_40() const { return ___sendChunked_40; }
inline bool* get_address_of_sendChunked_40() { return &___sendChunked_40; }
inline void set_sendChunked_40(bool value)
{
___sendChunked_40 = value;
}
inline static int32_t get_offset_of_servicePoint_41() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___servicePoint_41)); }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * get_servicePoint_41() const { return ___servicePoint_41; }
inline ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 ** get_address_of_servicePoint_41() { return &___servicePoint_41; }
inline void set_servicePoint_41(ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * value)
{
___servicePoint_41 = value;
Il2CppCodeGenWriteBarrier((&___servicePoint_41), value);
}
inline static int32_t get_offset_of_timeout_42() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___timeout_42)); }
inline int32_t get_timeout_42() const { return ___timeout_42; }
inline int32_t* get_address_of_timeout_42() { return &___timeout_42; }
inline void set_timeout_42(int32_t value)
{
___timeout_42 = value;
}
inline static int32_t get_offset_of_writeStream_43() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___writeStream_43)); }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * get_writeStream_43() const { return ___writeStream_43; }
inline WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC ** get_address_of_writeStream_43() { return &___writeStream_43; }
inline void set_writeStream_43(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * value)
{
___writeStream_43 = value;
Il2CppCodeGenWriteBarrier((&___writeStream_43), value);
}
inline static int32_t get_offset_of_webResponse_44() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___webResponse_44)); }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * get_webResponse_44() const { return ___webResponse_44; }
inline HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 ** get_address_of_webResponse_44() { return &___webResponse_44; }
inline void set_webResponse_44(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * value)
{
___webResponse_44 = value;
Il2CppCodeGenWriteBarrier((&___webResponse_44), value);
}
inline static int32_t get_offset_of_asyncWrite_45() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncWrite_45)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncWrite_45() const { return ___asyncWrite_45; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncWrite_45() { return &___asyncWrite_45; }
inline void set_asyncWrite_45(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncWrite_45 = value;
Il2CppCodeGenWriteBarrier((&___asyncWrite_45), value);
}
inline static int32_t get_offset_of_asyncRead_46() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___asyncRead_46)); }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * get_asyncRead_46() const { return ___asyncRead_46; }
inline WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE ** get_address_of_asyncRead_46() { return &___asyncRead_46; }
inline void set_asyncRead_46(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * value)
{
___asyncRead_46 = value;
Il2CppCodeGenWriteBarrier((&___asyncRead_46), value);
}
inline static int32_t get_offset_of_abortHandler_47() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___abortHandler_47)); }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * get_abortHandler_47() const { return ___abortHandler_47; }
inline EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** get_address_of_abortHandler_47() { return &___abortHandler_47; }
inline void set_abortHandler_47(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * value)
{
___abortHandler_47 = value;
Il2CppCodeGenWriteBarrier((&___abortHandler_47), value);
}
inline static int32_t get_offset_of_aborted_48() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___aborted_48)); }
inline int32_t get_aborted_48() const { return ___aborted_48; }
inline int32_t* get_address_of_aborted_48() { return &___aborted_48; }
inline void set_aborted_48(int32_t value)
{
___aborted_48 = value;
}
inline static int32_t get_offset_of_gotRequestStream_49() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___gotRequestStream_49)); }
inline bool get_gotRequestStream_49() const { return ___gotRequestStream_49; }
inline bool* get_address_of_gotRequestStream_49() { return &___gotRequestStream_49; }
inline void set_gotRequestStream_49(bool value)
{
___gotRequestStream_49 = value;
}
inline static int32_t get_offset_of_redirects_50() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___redirects_50)); }
inline int32_t get_redirects_50() const { return ___redirects_50; }
inline int32_t* get_address_of_redirects_50() { return &___redirects_50; }
inline void set_redirects_50(int32_t value)
{
___redirects_50 = value;
}
inline static int32_t get_offset_of_expectContinue_51() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___expectContinue_51)); }
inline bool get_expectContinue_51() const { return ___expectContinue_51; }
inline bool* get_address_of_expectContinue_51() { return &___expectContinue_51; }
inline void set_expectContinue_51(bool value)
{
___expectContinue_51 = value;
}
inline static int32_t get_offset_of_bodyBuffer_52() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBuffer_52)); }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* get_bodyBuffer_52() const { return ___bodyBuffer_52; }
inline ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** get_address_of_bodyBuffer_52() { return &___bodyBuffer_52; }
inline void set_bodyBuffer_52(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* value)
{
___bodyBuffer_52 = value;
Il2CppCodeGenWriteBarrier((&___bodyBuffer_52), value);
}
inline static int32_t get_offset_of_bodyBufferLength_53() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___bodyBufferLength_53)); }
inline int32_t get_bodyBufferLength_53() const { return ___bodyBufferLength_53; }
inline int32_t* get_address_of_bodyBufferLength_53() { return &___bodyBufferLength_53; }
inline void set_bodyBufferLength_53(int32_t value)
{
___bodyBufferLength_53 = value;
}
inline static int32_t get_offset_of_getResponseCalled_54() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___getResponseCalled_54)); }
inline bool get_getResponseCalled_54() const { return ___getResponseCalled_54; }
inline bool* get_address_of_getResponseCalled_54() { return &___getResponseCalled_54; }
inline void set_getResponseCalled_54(bool value)
{
___getResponseCalled_54 = value;
}
inline static int32_t get_offset_of_saved_exc_55() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___saved_exc_55)); }
inline Exception_t * get_saved_exc_55() const { return ___saved_exc_55; }
inline Exception_t ** get_address_of_saved_exc_55() { return &___saved_exc_55; }
inline void set_saved_exc_55(Exception_t * value)
{
___saved_exc_55 = value;
Il2CppCodeGenWriteBarrier((&___saved_exc_55), value);
}
inline static int32_t get_offset_of_locker_56() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___locker_56)); }
inline RuntimeObject * get_locker_56() const { return ___locker_56; }
inline RuntimeObject ** get_address_of_locker_56() { return &___locker_56; }
inline void set_locker_56(RuntimeObject * value)
{
___locker_56 = value;
Il2CppCodeGenWriteBarrier((&___locker_56), value);
}
inline static int32_t get_offset_of_finished_reading_57() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___finished_reading_57)); }
inline bool get_finished_reading_57() const { return ___finished_reading_57; }
inline bool* get_address_of_finished_reading_57() { return &___finished_reading_57; }
inline void set_finished_reading_57(bool value)
{
___finished_reading_57 = value;
}
inline static int32_t get_offset_of_WebConnection_58() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___WebConnection_58)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_WebConnection_58() const { return ___WebConnection_58; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_WebConnection_58() { return &___WebConnection_58; }
inline void set_WebConnection_58(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___WebConnection_58 = value;
Il2CppCodeGenWriteBarrier((&___WebConnection_58), value);
}
inline static int32_t get_offset_of_auto_decomp_59() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auto_decomp_59)); }
inline int32_t get_auto_decomp_59() const { return ___auto_decomp_59; }
inline int32_t* get_address_of_auto_decomp_59() { return &___auto_decomp_59; }
inline void set_auto_decomp_59(int32_t value)
{
___auto_decomp_59 = value;
}
inline static int32_t get_offset_of_readWriteTimeout_61() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___readWriteTimeout_61)); }
inline int32_t get_readWriteTimeout_61() const { return ___readWriteTimeout_61; }
inline int32_t* get_address_of_readWriteTimeout_61() { return &___readWriteTimeout_61; }
inline void set_readWriteTimeout_61(int32_t value)
{
___readWriteTimeout_61 = value;
}
inline static int32_t get_offset_of_tlsProvider_62() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsProvider_62)); }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * get_tlsProvider_62() const { return ___tlsProvider_62; }
inline MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 ** get_address_of_tlsProvider_62() { return &___tlsProvider_62; }
inline void set_tlsProvider_62(MonoTlsProvider_tDCD056C5BBBE59ED6BAF63F25952B406C1143C27 * value)
{
___tlsProvider_62 = value;
Il2CppCodeGenWriteBarrier((&___tlsProvider_62), value);
}
inline static int32_t get_offset_of_tlsSettings_63() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___tlsSettings_63)); }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * get_tlsSettings_63() const { return ___tlsSettings_63; }
inline MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF ** get_address_of_tlsSettings_63() { return &___tlsSettings_63; }
inline void set_tlsSettings_63(MonoTlsSettings_t5905C7532C92A87F88C8F3440165DF8AA49A1BBF * value)
{
___tlsSettings_63 = value;
Il2CppCodeGenWriteBarrier((&___tlsSettings_63), value);
}
inline static int32_t get_offset_of_certValidationCallback_64() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___certValidationCallback_64)); }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * get_certValidationCallback_64() const { return ___certValidationCallback_64; }
inline ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB ** get_address_of_certValidationCallback_64() { return &___certValidationCallback_64; }
inline void set_certValidationCallback_64(ServerCertValidationCallback_t431E949AECAE20901007813737F5B26311F5F9FB * value)
{
___certValidationCallback_64 = value;
Il2CppCodeGenWriteBarrier((&___certValidationCallback_64), value);
}
inline static int32_t get_offset_of_auth_state_65() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___auth_state_65)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_auth_state_65() const { return ___auth_state_65; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_auth_state_65() { return &___auth_state_65; }
inline void set_auth_state_65(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___auth_state_65 = value;
}
inline static int32_t get_offset_of_proxy_auth_state_66() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___proxy_auth_state_66)); }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB get_proxy_auth_state_66() const { return ___proxy_auth_state_66; }
inline AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB * get_address_of_proxy_auth_state_66() { return &___proxy_auth_state_66; }
inline void set_proxy_auth_state_66(AuthorizationState_t5C342070F47B5DBAE0089B8B6A391FDEB6914AAB value)
{
___proxy_auth_state_66 = value;
}
inline static int32_t get_offset_of_host_67() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___host_67)); }
inline String_t* get_host_67() const { return ___host_67; }
inline String_t** get_address_of_host_67() { return &___host_67; }
inline void set_host_67(String_t* value)
{
___host_67 = value;
Il2CppCodeGenWriteBarrier((&___host_67), value);
}
inline static int32_t get_offset_of_ResendContentFactory_68() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___ResendContentFactory_68)); }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * get_ResendContentFactory_68() const { return ___ResendContentFactory_68; }
inline Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 ** get_address_of_ResendContentFactory_68() { return &___ResendContentFactory_68; }
inline void set_ResendContentFactory_68(Action_1_tC8BAB6C7B8E5508F10B3A5EF475B0FFAE7688621 * value)
{
___ResendContentFactory_68 = value;
Il2CppCodeGenWriteBarrier((&___ResendContentFactory_68), value);
}
inline static int32_t get_offset_of_U3CThrowOnErrorU3Ek__BackingField_69() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CThrowOnErrorU3Ek__BackingField_69)); }
inline bool get_U3CThrowOnErrorU3Ek__BackingField_69() const { return ___U3CThrowOnErrorU3Ek__BackingField_69; }
inline bool* get_address_of_U3CThrowOnErrorU3Ek__BackingField_69() { return &___U3CThrowOnErrorU3Ek__BackingField_69; }
inline void set_U3CThrowOnErrorU3Ek__BackingField_69(bool value)
{
___U3CThrowOnErrorU3Ek__BackingField_69 = value;
}
inline static int32_t get_offset_of_unsafe_auth_blah_70() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___unsafe_auth_blah_70)); }
inline bool get_unsafe_auth_blah_70() const { return ___unsafe_auth_blah_70; }
inline bool* get_address_of_unsafe_auth_blah_70() { return &___unsafe_auth_blah_70; }
inline void set_unsafe_auth_blah_70(bool value)
{
___unsafe_auth_blah_70 = value;
}
inline static int32_t get_offset_of_U3CReuseConnectionU3Ek__BackingField_71() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___U3CReuseConnectionU3Ek__BackingField_71)); }
inline bool get_U3CReuseConnectionU3Ek__BackingField_71() const { return ___U3CReuseConnectionU3Ek__BackingField_71; }
inline bool* get_address_of_U3CReuseConnectionU3Ek__BackingField_71() { return &___U3CReuseConnectionU3Ek__BackingField_71; }
inline void set_U3CReuseConnectionU3Ek__BackingField_71(bool value)
{
___U3CReuseConnectionU3Ek__BackingField_71 = value;
}
inline static int32_t get_offset_of_StoredConnection_72() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0, ___StoredConnection_72)); }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * get_StoredConnection_72() const { return ___StoredConnection_72; }
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 ** get_address_of_StoredConnection_72() { return &___StoredConnection_72; }
inline void set_StoredConnection_72(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * value)
{
___StoredConnection_72 = value;
Il2CppCodeGenWriteBarrier((&___StoredConnection_72), value);
}
};
struct HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields
{
public:
// System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength
int32_t ___defaultMaxResponseHeadersLength_60;
public:
inline static int32_t get_offset_of_defaultMaxResponseHeadersLength_60() { return static_cast<int32_t>(offsetof(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_StaticFields, ___defaultMaxResponseHeadersLength_60)); }
inline int32_t get_defaultMaxResponseHeadersLength_60() const { return ___defaultMaxResponseHeadersLength_60; }
inline int32_t* get_address_of_defaultMaxResponseHeadersLength_60() { return &___defaultMaxResponseHeadersLength_60; }
inline void set_defaultMaxResponseHeadersLength_60(int32_t value)
{
___defaultMaxResponseHeadersLength_60 = value;
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // HTTPWEBREQUEST_T5B5BFA163B5AD6134620F315940CE3631D7FAAE0_H
#ifndef SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H
#define SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.SimpleAsyncCallback
struct SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SIMPLEASYNCCALLBACK_T690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_H
#ifndef SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H
#define SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.Sockets.SocketException
struct SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 : public Win32Exception_tB05BE97AB4CADD54DF96C0109689F0ECA7517668
{
public:
// System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint
EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___m_EndPoint_20;
public:
inline static int32_t get_offset_of_m_EndPoint_20() { return static_cast<int32_t>(offsetof(SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5, ___m_EndPoint_20)); }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * get_m_EndPoint_20() const { return ___m_EndPoint_20; }
inline EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 ** get_address_of_m_EndPoint_20() { return &___m_EndPoint_20; }
inline void set_m_EndPoint_20(EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * value)
{
___m_EndPoint_20 = value;
Il2CppCodeGenWriteBarrier((&___m_EndPoint_20), value);
}
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // SOCKETEXCEPTION_T75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_H
#ifndef MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H
#define MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.ManualResetEvent
struct ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 : public EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // MANUALRESETEVENT_TDFAF117B200ECA4CCF4FD09593F949A016D55408_H
#ifndef WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H
#define WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Threading.WaitCallback
struct WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC : public MulticastDelegate_t
{
public:
public:
};
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#endif // WAITCALLBACK_T61C5F053CAC7A7FE923208EFA060693D7997B4EC_H
// System.String[]
struct StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E : public RuntimeArray
{
public:
ALIGN_FIELD (8) String_t* m_Items[1];
public:
inline String_t* GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline String_t** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, String_t* value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.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.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(m_Items + index, value);
}
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Object[]
struct ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A : public RuntimeArray
{
public:
ALIGN_FIELD (8) RuntimeObject * m_Items[1];
public:
inline RuntimeObject * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline RuntimeObject ** GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, RuntimeObject * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline RuntimeObject * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline RuntimeObject ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.SByte[]
struct SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889 : public RuntimeArray
{
public:
ALIGN_FIELD (8) int8_t m_Items[1];
public:
inline int8_t GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline int8_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, int8_t value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline int8_t GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline int8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, int8_t value)
{
m_Items[index] = value;
}
};
// System.Net.WebHeaderCollection_RfcChar[]
struct RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E : 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.Text.RegularExpressions.Regex[]
struct RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53 : public RuntimeArray
{
public:
ALIGN_FIELD (8) Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * m_Items[1];
public:
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** 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, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF ** GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * value)
{
m_Items[index] = value;
Il2CppCodeGenWriteBarrier(m_Items + index, value);
}
};
// System.Security.Cryptography.X509Certificates.X509ChainStatus[]
struct X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB : public RuntimeArray
{
public:
ALIGN_FIELD (8) X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C m_Items[1];
public:
inline X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C GetAt(il2cpp_array_size_t index) const
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items[index];
}
inline X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C * GetAddressAt(il2cpp_array_size_t index)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
return m_Items + index;
}
inline void SetAt(il2cpp_array_size_t index, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C value)
{
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
m_Items[index] = value;
}
inline X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C GetAtUnchecked(il2cpp_array_size_t index) const
{
return m_Items[index];
}
inline X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C * GetAddressAtUnchecked(il2cpp_array_size_t index)
{
return m_Items + index;
}
inline void SetAtUnchecked(il2cpp_array_size_t index, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C value)
{
m_Items[index] = value;
}
};
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mAB175C80A916D8714D714BBC61066B970B47982E_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483 LinkedList_1_GetEnumerator_mAEC73AA7105E045A6E00B4A688D320614954B3AD_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// T System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_m280A09BFF251F8BB2F0638334ED0F3A03EACA483_gshared (Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.LinkedList`1<System.Object>::Remove(T)
extern "C" IL2CPP_METHOD_ATTR bool LinkedList_1_Remove_mD52BBB5ADAD10CDE468F87DBBCA3F7131C80336E_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::AddFirst(T)
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedList_1_AddFirst_m9239CB49945A15855C219FF8D1EF8DB6E4F216C8_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m1F76FAAE8C65D4683D564209884CF1F542E1BE76_gshared (Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Object>::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m1B7098F5633356EA91D1B23577F076F81AEA05C6_gshared (Enumerator_tD2E008C377B02B56DD6AF067E72CE996FC350483 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.LinkedList`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m3FEDB19F06F4B650469DB1D5D2308832AC52B75D_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_Last()
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedList_1_get_Last_mF7FC867D65BA0164AEBA21B47C05E1B51D9A8599_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// T System.Collections.Generic.LinkedListNode`1<System.Object>::get_Value()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * LinkedListNode_1_get_Value_m36A53343597D289FE50219266EDE929003F0EA89_gshared (LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Object>::get_First()
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedList_1_get_First_m0C98E2DE4C013B92EDF858C9A5DEA9A30BB5523C_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Object>::get_Next()
extern "C" IL2CPP_METHOD_ATTR LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * LinkedListNode_1_get_Next_mB33EA4DCE8E0BF4A4E30EDBB6941BF58970EF6A3_gshared (LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::.ctor()
extern "C" IL2CPP_METHOD_ATTR void List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Add(!0)
extern "C" IL2CPP_METHOD_ATTR void List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Object>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
extern "C" IL2CPP_METHOD_ATTR void LinkedList_1_Remove_mADE035B335CACEA3A43B1A81CC4A837E23372398_gshared (LinkedList_1_t53CE3B6C8AC75667A89B320FD72FAF18BAB09384 * __this, LinkedListNode_1_t29FE2977C490DD49F9F19A1FCBD4B2510F580683 * p0, const RuntimeMethod* method);
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Object>::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1/Enumerator<System.Object>::get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Object>::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1/Enumerator<System.Object>::Dispose()
extern "C" IL2CPP_METHOD_ATTR void Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared (Enumerator_tE0C99528D3DCE5863566CE37BD94162A4C0431CD * __this, const RuntimeMethod* method);
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared (Func_2_t7EE965B791A606D187CCB69569A433D4CBB36879 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.List`1<System.Object>::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// !0 System.Collections.Generic.List`1<System.Object>::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Object>::Clear()
extern "C" IL2CPP_METHOD_ATTR void List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared (List_1_t05CC3C859AB5E6024394EF9A42E3E696628CA02D * __this, const RuntimeMethod* method);
// System.Int32 System.Security.SecureString::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.Marshal::SecureStringToGlobalAllocUnicode(System.Security.SecureString)
extern "C" IL2CPP_METHOD_ATTR intptr_t Marshal_SecureStringToGlobalAllocUnicode_m7A8026B3FBB9C2CB0A595CB9F3CDFB302FC7ACB7 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * p0, const RuntimeMethod* method);
// System.String System.Runtime.InteropServices.Marshal::PtrToStringUni(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringUni_mB2F7EE63E8A6E0DA0443BDC57153D839282E2779 (intptr_t p0, const RuntimeMethod* method);
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61 (intptr_t p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.Marshal::ZeroFreeGlobalAllocUnicode(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Marshal_ZeroFreeGlobalAllocUnicode_m407A62DB23A0E8B844FDA7B5D83E95B19FEBC8D5 (intptr_t p0, const RuntimeMethod* method);
// System.Int32 System.String::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018 (String_t* __this, const RuntimeMethod* method);
// System.Void System.Security.SecureString::.ctor()
extern "C" IL2CPP_METHOD_ATTR void SecureString__ctor_m2BD71C7809235730861AFA7DC71448E86BE9FA6E (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, const RuntimeMethod* method);
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
extern "C" IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B (const RuntimeMethod* method);
// System.Void System.Security.SecureString::.ctor(System.Char*,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * __this, Il2CppChar* p0, int32_t p1, const RuntimeMethod* method);
// System.Exception System.Exception::get_InnerException()
extern "C" IL2CPP_METHOD_ATTR Exception_t * Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F (Exception_t * __this, const RuntimeMethod* method);
// System.String System.Net.ValidationHelper::ExceptionMessage(System.Exception)
extern "C" IL2CPP_METHOD_ATTR String_t* ValidationHelper_ExceptionMessage_mB8FCEF5F2C7AC2A05841CC1293E37CE2A0C446E9 (Exception_t * ___exception0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64 (String_t* p0, String_t* p1, String_t* p2, String_t* p3, const RuntimeMethod* method);
// System.String System.IntPtr::ToString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* IntPtr_ToString_m6ADB8DBD989D878D694B4031CC08461B1E2C51FF (intptr_t* __this, String_t* p0, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Void System.Runtime.CompilerServices.RuntimeHelpers::InitializeArray(System.Array,System.RuntimeFieldHandle)
extern "C" IL2CPP_METHOD_ATTR void RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A (RuntimeArray * p0, RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF p1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::.ctor(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::Reset_internal()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_Reset_internal_mC67A0649A2AA41223256E9E914AF16D00D055853 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted_internal(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::DoCallback_internal()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_DoCallback_internal_mE5C9AB5A666F3C40F0AB69A7CFCFBF4B6B24F850 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.Object::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionData::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData__ctor_mA40C4F1E1F0FB050A2E6C96B2955F63A5B164E28 (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method);
// System.Collections.Queue System.Net.WebConnectionGroup::get_Queue()
extern "C" IL2CPP_METHOD_ATTR Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * WebConnectionGroup_get_Queue_mFD7C3E8AC4A9C8ED75FA1326C061716973038681 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnection/AbortHelper::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AbortHelper__ctor_m0CA99C987AA8D8ABC5CE6DB885A8F6EC42FE5BDD (AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * __this, const RuntimeMethod* method);
// System.Void System.EventHandler::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::Poll(System.Int32,System.Net.Sockets.SelectMode)
extern "C" IL2CPP_METHOD_ATTR bool Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___microSeconds0, int32_t ___mode1, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5 (RuntimeObject * p0, bool* p1, const RuntimeMethod* method);
// System.Boolean System.Net.Sockets.Socket::get_Connected()
extern "C" IL2CPP_METHOD_ATTR bool Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::CanReuse()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CanReuse_m5EC30CE099EF0E0F9AA6408B7FEE45D49AAAF8E8 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::CompleteChunkedRead()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CompleteChunkedRead_m623E01513E2C00F05A4880C1474606ECE64B314E (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Close()
extern "C" IL2CPP_METHOD_ATTR void Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, const RuntimeMethod* method);
// System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry()
extern "C" IL2CPP_METHOD_ATTR IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_UsesProxy()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList()
extern "C" IL2CPP_METHOD_ATTR IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56 (IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * __this, const RuntimeMethod* method);
// System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily()
extern "C" IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::.ctor(System.Net.Sockets.AddressFamily,System.Net.Sockets.SocketType,System.Net.Sockets.ProtocolType)
extern "C" IL2CPP_METHOD_ATTR void Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, int32_t ___addressFamily0, int32_t ___socketType1, int32_t ___protocolType2, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_Aborted()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Uri System.Net.ServicePoint::get_Address()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ServicePoint_get_Address_m495426C74C9007D28297B146B4B6DB4BEC733FAA (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Int32 System.Uri::get_Port()
extern "C" IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Void System.Net.IPEndPoint::.ctor(System.Net.IPAddress,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845 (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * __this, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, int32_t ___port1, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseNagleAlgorithm_m56DFD8215A0D543539F4BC78DD65EE54F9FCC5F0 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::set_NoDelay(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Socket_set_NoDelay_mB51929BB6C13E4C051C59B62A9C5CBEA3A129D76 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::KeepAliveSetup(System.Net.Sockets.Socket)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_KeepAliveSetup_mA93E274CFA648CFE9D5A64B51EAECE3C50A6AA84 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint)
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___sock0, IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * ___remote1, const RuntimeMethod* method);
// System.Void System.Net.Sockets.Socket::Connect(System.Net.EndPoint)
extern "C" IL2CPP_METHOD_ATTR void Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536 (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * __this, EndPoint_tD87FCEF2780A951E8CE8D808C345FBF2C088D980 * ___remoteEP0, const RuntimeMethod* method);
// System.Void System.Threading.Monitor::Exit(System.Object)
extern "C" IL2CPP_METHOD_ATTR void Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2 (RuntimeObject * p0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor()
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260 (StringBuilder_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Uri System.Net.HttpWebRequest::get_Address()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.String System.Uri::get_Host()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A (StringBuilder_t * __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Int32)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint()
extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.Version::op_Equality(System.Version,System.Version)
extern "C" IL2CPP_METHOD_ATTR bool Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p1, const RuntimeMethod* method);
// System.String System.Uri::get_Authority()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, String_t* ___name0, const RuntimeMethod* method);
// System.String System.String::ToUpper()
extern "C" IL2CPP_METHOD_ATTR String_t* String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2 (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.String::Contains(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B (String_t* __this, String_t* p0, const RuntimeMethod* method);
// System.String System.Uri::get_Scheme()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07 (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p0, const RuntimeMethod* method);
// System.Net.WebRequest System.Net.WebRequest::Create(System.String)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778 (String_t* ___requestUriString0, const RuntimeMethod* method);
// System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
extern "C" IL2CPP_METHOD_ATTR Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103 (String_t* ___challenge0, WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * ___request1, RuntimeObject* ___credentials2, const RuntimeMethod* method);
// System.Boolean System.String::op_Equality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.Net.Authorization::get_Message()
extern "C" IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A (Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * __this, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_Default()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2 (const RuntimeMethod* method);
// System.Net.WebHeaderCollection System.Net.WebConnection::ReadHeaders(System.IO.Stream,System.Byte[]&,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___retBuffer1, int32_t* ___status2, const RuntimeMethod* method);
// System.Boolean System.String::IsNullOrEmpty(System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229 (String_t* p0, const RuntimeMethod* method);
// System.String System.String::ToLower()
extern "C" IL2CPP_METHOD_ATTR String_t* String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8 (String_t* __this, const RuntimeMethod* method);
// System.Void System.IO.MemoryStream::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2 (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::HandleError(System.Net.WebExceptionStatus,System.Exception,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, int32_t ___st0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method);
// System.Int32 System.Int32::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA (String_t* p0, const RuntimeMethod* method);
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353 (RuntimeArray * p0, int32_t p1, RuntimeArray * p2, int32_t p3, int32_t p4, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::FlushContents(System.IO.Stream,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_FlushContents_m7620CD3A285D6698CC9BA707165DFD35E8F846AA (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___contentLength1, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::Add(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___header0, const RuntimeMethod* method);
// System.String[] System.String::Split(System.Char[])
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* String_Split_m13262358217AD2C119FD1B9733C3C0289D608512 (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1 (String_t* p0, String_t* p1, bool p2, const RuntimeMethod* method);
// System.UInt32 System.UInt32::Parse(System.String)
extern "C" IL2CPP_METHOD_ATTR uint32_t UInt32_Parse_m7BE20B4A60B436F4061567396833BE360ACD476D (String_t* p0, const RuntimeMethod* method);
// System.String System.String::Join(System.String,System.String[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF (String_t* p0, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* p1, int32_t p2, int32_t p3, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::ReadLine(System.Byte[],System.Int32&,System.Int32,System.String&)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___start1, int32_t ___max2, String_t** ___output3, const RuntimeMethod* method);
// System.Void System.Net.Sockets.NetworkStream::.ctor(System.Net.Sockets.Socket,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83 (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * __this, Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * ___socket0, bool ___ownsSocket1, const RuntimeMethod* method);
// System.Boolean System.Net.ServicePoint::get_UseConnect()
extern "C" IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0 (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::CreateTunnel(System.Net.HttpWebRequest,System.Uri,System.IO.Stream,System.Byte[]&)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateTunnel_m514EFD20BF9DE135A269B18DB1BFAF9A3B8FDB97 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___connectUri1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___buffer3, const RuntimeMethod* method);
// System.Void Mono.Net.Security.MonoTlsStream::.ctor(System.Net.HttpWebRequest,System.Net.Sockets.NetworkStream)
extern "C" IL2CPP_METHOD_ATTR void MonoTlsStream__ctor_mE9D329376ADF7AD49283D592E891E6C264052AAF (MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * ___networkStream1, const RuntimeMethod* method);
// System.IO.Stream Mono.Net.Security.MonoTlsStream::CreateStream(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * MonoTlsStream_CreateStream_m87D07735AF534F2769A890A9CD9EB9480BCF8275 (MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, const RuntimeMethod* method);
// System.Net.WebExceptionStatus Mono.Net.Security.MonoTlsStream::get_ExceptionStatus()
extern "C" IL2CPP_METHOD_ATTR int32_t MonoTlsStream_get_ExceptionStatus_m9B0855084A66F0F11D5576249ED25547BE0AB015 (MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * __this, const RuntimeMethod* method);
// System.Void System.Diagnostics.StackTrace::.ctor()
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR void StackTrace__ctor_mB01121AE4B50E28777806A8C6BA844C2E564AB1F (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * __this, const RuntimeMethod* method);
// System.Void System.Exception::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0 (Exception_t * __this, String_t* p0, const RuntimeMethod* method);
// System.Net.HttpWebRequest System.Net.WebConnectionData::get_request()
extern "C" IL2CPP_METHOD_ATTR HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::Close(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___sendNext0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_FinishedReading(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_FinishedReading_m7996D990D5CC3E633495786FBC33530F8F28DE49 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetResponseError(System.Net.WebExceptionStatus,System.Exception,System.String)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method);
// System.Net.ReadState System.Net.WebConnectionData::get_ReadState()
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method);
// System.Int32 System.Net.WebConnection::GetResponse(System.Net.WebConnectionData,System.Net.ServicePoint,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1 (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer2, int32_t ___max3, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionData::set_ReadState(System.Net.ReadState)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::InitRead()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection,System.Net.WebConnectionData)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc0, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data1, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::ExpectContent(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ExpectContent_m7C256B2551526A687615CF119ED9692E15A42299 (int32_t ___statusCode0, String_t* ___method1, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28 (String_t* __this, String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::set_ReadBuffer(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBuffer_m83EFEB4452866B3B82420C0B5A46B788F59BB7F5 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::set_ReadBufferOffset(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferOffset_mB30436CA2165A8241F3901EDAEA0F7087FDF70C1 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::set_ReadBufferSize(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferSize_mE30E018A060002F77284E4EC09C35D6FB04462F7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int32_t ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::CheckResponseInBuffer()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckResponseInBuffer_mC692FE873374422FC3DC1CDA3374CA1B1F8404C9 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::.ctor(System.Byte[],System.Int32,System.Int32,System.Net.WebHeaderCollection)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_m6FF583144A344058281F8861F6112D23CA6A2D49 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers3, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::ResetBuffer()
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_ResetBuffer_m05A647997D2FC9F41EC0630004BEAD6AC52F2FC4 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::Write(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::ForceCompletion()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ForceCompletion_mA4460C1FFC516463CDD44A94937C30AB135EE462 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetResponseData(System.Net.WebConnectionData)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, const RuntimeMethod* method);
// System.Void System.AsyncCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::SetVersion(System.Version)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_SetVersion_mDEF772403546C56DD090DB39086E947BAD9482AD (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * ___version0, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor()
extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, const RuntimeMethod* method);
// System.Char System.String::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96 (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOf(System.Char)
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD (String_t* __this, Il2CppChar p0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB (String_t* __this, int32_t p0, int32_t p1, const RuntimeMethod* method);
// System.String System.String::Substring(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE (String_t* __this, int32_t p0, const RuntimeMethod* method);
// System.String System.String::Trim()
extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D (String_t* __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebHeaderCollection::AllowMultiValues(System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_AllowMultiValues_m078D979B7DBF77A8640B1DFAAAAAA280065567EE (String_t* ___name0, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::AddInternal(System.String,System.String)
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.WebHeaderCollection::SetInternal(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method);
// System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_ExpectContinue()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ExpectContinue_m80EDFA10BD4E39A93C3C575A836F67BBA092E5EC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::DoContinueDelegate(System.Int32,System.Net.WebHeaderCollection)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_DoContinueDelegate_m87792A631B5DE72413308FD1A96986862839B593 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___statusCode0, WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * ___headers1, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_ExpectContinue(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ExpectContinue_mAADC5EE3EA03A70686991FD0BAF0833E74EC0DEC (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_ReuseConnection()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ReuseConnection_mC573AB22C2EBE0EB4FEAC99C7FE76A92B75E672F (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_KeepAlive()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_KeepAlive_mF11B5750CC9FED8F7C43C3317B88BA8E8258E274 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionData::.ctor(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData__ctor_m08FAD78C44E710ABD1F3108D67FA5EE3D4F43FD4 (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::Connect(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_Connect_m99C4967C99100050A4BD5EBBB0E385A1BFFC6CBE (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetWriteStreamError(System.Net.WebExceptionStatus,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int32_t ___status0, Exception_t * ___exc1, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::CreateStream(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateStream_m2BA8A86F765E7FB8980608BE2A25AFE7CAC4498F (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method);
// System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebConnectionData,System.Net.CookieContainer)
extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, String_t* ___method1, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data2, CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 * ___container3, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response3, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection,System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_m029C30339C03B615360A23FBD5C8031698062757 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request1, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::SetWriteStream(System.Net.WebConnectionStream)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * ___stream0, const RuntimeMethod* method);
// System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method);
// System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object)
extern "C" IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185 (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.EventHandler System.Net.WebConnection::SendRequest(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method);
// System.Boolean System.Version::op_Inequality(System.Version,System.Version)
extern "C" IL2CPP_METHOD_ATTR bool Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0 (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p0, Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * p1, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::SendNext()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_SendNext_mBB92F675077F910244B738F5E1AE68610F265322 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Int32 System.Text.StringBuilder::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07 (StringBuilder_t * __this, const RuntimeMethod* method);
// System.Char System.Text.StringBuilder::get_Chars(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Il2CppChar StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
extern "C" IL2CPP_METHOD_ATTR Type_t * Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6 (RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D p0, const RuntimeMethod* method);
// System.Void System.ObjectDisposedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9 (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Net.MonoChunkStream::get_DataAvailable()
extern "C" IL2CPP_METHOD_ATTR bool MonoChunkStream_get_DataAvailable_m567F5B4EB8419551740D58B7AACF19CCA2E0AA1F (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.MonoChunkStream::get_WantMore()
extern "C" IL2CPP_METHOD_ATTR bool MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object,System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m3DEA339577AECC3B5A2F5C78F9297EC966CC8859 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::set_InnerAsyncResult(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, Exception_t * ___e1, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::DoCallback()
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method);
// System.IAsyncResult System.Net.WebAsyncResult::get_InnerAsyncResult()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebAsyncResult_get_InnerAsyncResult_m6E191630B2895757EC964C9BF214229C05119B35 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Byte[] System.Net.WebAsyncResult::get_Buffer()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WebAsyncResult_get_Buffer_mADBD22123B9BADEE179E6266A813F78D0F4A0201 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Int32 System.Net.WebAsyncResult::get_Offset()
extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Offset_mCCFD01C6F256D86E3671E12763C9B786A6FFDB9D (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Int32 System.Net.WebAsyncResult::get_Size()
extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Size_mB2BEBB44B435FE3FADC200E5AB62085025BB4F45 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Void System.Net.MonoChunkStream::WriteAndReadBack(System.Byte[],System.Int32,System.Int32,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR void MonoChunkStream_WriteAndReadBack_m9C87171CAD33E55A6F2D82A03655774502804F14 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, int32_t* ___read3, const RuntimeMethod* method);
// System.Int32 System.Net.WebConnection::EnsureRead(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EnsureRead_mD5F1DD8F1E798469AC94956CBB62D234FABAC0C6 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Int32 System.Net.MonoChunkStream::get_ChunkLeft()
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_get_ChunkLeft_m564BBC27EC047620C34B5FF91B304BC9263E85B9 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.MonoChunkStream::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t MonoChunkStream_Read_m951C0443C1B74F4CFAFEB6ED95552A7C76D4E982 (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method);
// System.Net.Sockets.SocketError System.Net.Sockets.SocketException::get_SocketErrorCode()
extern "C" IL2CPP_METHOD_ATTR int32_t SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824 (SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_ReuseConnection(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_ReuseConnection_m9648C1902AB14FEB6908A9106113EEA91D688DB0 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::ResetNtlm()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_ResetNtlm_mB6E397A18B4529C31A2AB4CCFB76F8EC5FB5E8B8 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_FinishedReading()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_FinishedReading_mA30B015AA206E345AF2297CA4741162A3AAE89CD (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionData::set_request(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData_set_request_m3B483E01093010970B3137AB07A90F95EBF54FAA (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::InitConnection(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitConnection_mA193BFE6FB3B5407ECEEA0A72404AD443D730585 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::Abort(System.Object,System.EventArgs)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_Abort_m47E5C3D8C038CFE802BEEE79346D97843C7F2467 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___args1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::.ctor()
inline void LinkedList_1__ctor_m88FA83B8835C85D7112D90BB2DC919E7E443283D (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, const RuntimeMethod*))LinkedList_1__ctor_mAB175C80A916D8714D714BBC61066B970B47982E_gshared)(__this, method);
}
// System.Void System.Collections.Queue::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4 (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * __this, const RuntimeMethod* method);
// System.Delegate System.Delegate::Combine(System.Delegate,System.Delegate)
extern "C" IL2CPP_METHOD_ATTR Delegate_t * Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1 (Delegate_t * p0, Delegate_t * p1, const RuntimeMethod* method);
// System.Delegate System.Delegate::Remove(System.Delegate,System.Delegate)
extern "C" IL2CPP_METHOD_ATTR Delegate_t * Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D (Delegate_t * p0, Delegate_t * p1, const RuntimeMethod* method);
// System.Net.WebConnection System.Net.WebConnectionGroup::CreateOrReuseConnection(System.Net.HttpWebRequest,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionGroup_CreateOrReuseConnection_mC2EB49D44CA5BC0C7D0D07807BE510DB71A28D7D (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool* ___created1, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::get_NtlmAuthenticated()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_NtlmAuthenticated_m38B8408E19BBC2AD7AC02F075E9D6D52D28A8CF0 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Net.NetworkCredential System.Net.WebConnection::get_NtlmCredential()
extern "C" IL2CPP_METHOD_ATTR NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * WebConnection_get_NtlmCredential_m54C08C74BCB4413EEB99E89D50E7A374C9CA95E7 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::get_Domain()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.Boolean System.String::op_Inequality(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR bool String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E (String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::get_UserName()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.String System.Net.NetworkCredential::get_Password()
extern "C" IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6 (NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_UnsafeAuthenticatedConnectionSharing()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m8A85B953FA637C240BA16D027451D3CA1F6ECFBE (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::get_UnsafeAuthenticatedConnectionSharing()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_UnsafeAuthenticatedConnectionSharing_m307DF73E1F830E63FAD8F4D9A76FE48D52E5B278 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::GetEnumerator()
inline Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F LinkedList_1_GetEnumerator_mA5DDC1AE87773A923CA819C7810BFBA5B35C898A (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, const RuntimeMethod* method)
{
return (( Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, const RuntimeMethod*))LinkedList_1_GetEnumerator_mAEC73AA7105E045A6E00B4A688D320614954B3AD_gshared)(__this, method);
}
// T System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::get_Current()
inline ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * Enumerator_get_Current_mA255BB964BFCA9CEE5694142291FCC26A759C2DE (Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F * __this, const RuntimeMethod* method)
{
return (( ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * (*) (Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F *, const RuntimeMethod*))Enumerator_get_Current_m280A09BFF251F8BB2F0638334ED0F3A03EACA483_gshared)(__this, method);
}
// System.Boolean System.Net.WebConnectionGroup/ConnectionState::get_Busy()
extern "C" IL2CPP_METHOD_ATTR bool ConnectionState_get_Busy_mB662FC2792798F61882036D499518F481CE9603A (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method);
// System.Boolean System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(T)
inline bool LinkedList_1_Remove_mCCD02C807DFB00A0BEEC08B64F80160EF40AAE7D (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * p0, const RuntimeMethod* method)
{
return (( bool (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 *, const RuntimeMethod*))LinkedList_1_Remove_mD52BBB5ADAD10CDE468F87DBBCA3F7131C80336E_gshared)(__this, p0, method);
}
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::AddFirst(T)
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * p0, const RuntimeMethod* method)
{
return (( LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 *, const RuntimeMethod*))LinkedList_1_AddFirst_m9239CB49945A15855C219FF8D1EF8DB6E4F216C8_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::MoveNext()
inline bool Enumerator_MoveNext_m895F3698FCF052803A3FEBB468FD1E1C32C0BB1D (Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F *, const RuntimeMethod*))Enumerator_MoveNext_m1F76FAAE8C65D4683D564209884CF1F542E1BE76_gshared)(__this, method);
}
// System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnectionGroup/ConnectionState>::Dispose()
inline void Enumerator_Dispose_mA1B4F602ED04DFB54CE9E45BD7A0322F8C39FB0C (Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F *, const RuntimeMethod*))Enumerator_Dispose_m1B7098F5633356EA91D1B23577F076F81AEA05C6_gshared)(__this, method);
}
// System.Net.WebConnectionGroup/ConnectionState System.Net.WebConnectionGroup::FindIdleConnection()
extern "C" IL2CPP_METHOD_ATTR ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * WebConnectionGroup_FindIdleConnection_m7B4B570E7A69A611B1D3B822A2DDB9C41BA6A49C (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method);
// System.Net.WebConnection System.Net.WebConnectionGroup/ConnectionState::get_Connection()
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionGroup::PrepareSharingNtlm(System.Net.WebConnection,System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_PrepareSharingNtlm_mF42D1F9C1078FF64E51696BA9DF99D6BF44FF7C3 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request1, const RuntimeMethod* method);
// System.Int32 System.Net.ServicePoint::get_ConnectionLimit()
extern "C" IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m6C7210450E5186E95E6895C08E4E3C267E186B9D (ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Count()
inline int32_t LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395 (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, const RuntimeMethod*))LinkedList_1_get_Count_m3FEDB19F06F4B650469DB1D5D2308832AC52B75D_gshared)(__this, method);
}
// System.Void System.Net.WebConnectionGroup/ConnectionState::.ctor(System.Net.WebConnectionGroup)
extern "C" IL2CPP_METHOD_ATTR void ConnectionState__ctor_m4E5DF1083DD07F0538A60670780142FD2F428890 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___group0, const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_Last()
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * LinkedList_1_get_Last_m22CB4A64FCD6A320E17DC663A222A01140509EB0 (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, const RuntimeMethod* method)
{
return (( LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, const RuntimeMethod*))LinkedList_1_get_Last_mF7FC867D65BA0164AEBA21B47C05E1B51D9A8599_gshared)(__this, method);
}
// T System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Value()
inline ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * LinkedListNode_1_get_Value_m6B147F1D4F5F6CFD37AFADBED3D57428394A9209 (LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * __this, const RuntimeMethod* method)
{
return (( ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * (*) (LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 *, const RuntimeMethod*))LinkedListNode_1_get_Value_m36A53343597D289FE50219266EDE929003F0EA89_gshared)(__this, method);
}
// System.DateTime System.DateTime::get_UtcNow()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1 (const RuntimeMethod* method);
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::get_First()
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * LinkedList_1_get_First_m5CBC2508D469B32CF4BA46303F360C3F0717D64F (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, const RuntimeMethod* method)
{
return (( LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, const RuntimeMethod*))LinkedList_1_get_First_m0C98E2DE4C013B92EDF858C9A5DEA9A30BB5523C_gshared)(__this, method);
}
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Net.WebConnectionGroup/ConnectionState>::get_Next()
inline LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * LinkedListNode_1_get_Next_m790A7FF250A8AD264124FAEFD8E4973AA495963D (LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * __this, const RuntimeMethod* method)
{
return (( LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * (*) (LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 *, const RuntimeMethod*))LinkedListNode_1_get_Next_mB33EA4DCE8E0BF4A4E30EDBB6941BF58970EF6A3_gshared)(__this, method);
}
// System.DateTime System.Net.WebConnectionGroup/ConnectionState::get_IdleSince()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionState_get_IdleSince_m71B6ACBE3CB2C3BB0F24FF806F0894C5246A9019 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method);
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method);
// System.Boolean System.TimeSpan::op_LessThan(System.TimeSpan,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR bool TimeSpan_op_LessThan_mF92FF63DD1E52540977D3B1753D43895F7B0A117 (TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
extern "C" IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p1, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::.ctor()
inline void List_1__ctor_m5A32EE87CE87C450CCE04A8870888918B0665D71 (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Net.WebConnection>::Add(!0)
inline void List_1_Add_m23E02CC0DD123D2D9B4CCF1739A376C796B1317D (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF *, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnectionGroup/ConnectionState>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
inline void LinkedList_1_Remove_m5261279B5BB1E662CA484B19C369368F68865CEB (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * __this, LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * p0, const RuntimeMethod* method)
{
(( void (*) (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *, LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 *, const RuntimeMethod*))LinkedList_1_Remove_mADE035B335CACEA3A43B1A81CC4A837E23372398_gshared)(__this, p0, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Net.WebConnection>::GetEnumerator()
inline Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC List_1_GetEnumerator_m4A75D7685E5D86C0EDB7640AE02A11C9B28DE4C3 (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * __this, const RuntimeMethod* method)
{
return (( Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC (*) (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::get_Current()
inline WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * Enumerator_get_Current_mE262D0F575A9FD34B907535442A887F7907B0434 (Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC * __this, const RuntimeMethod* method)
{
return (( WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * (*) (Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::MoveNext()
inline bool Enumerator_MoveNext_m7C1200907FE3706D083F15556D53F57FC351A36D (Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Net.WebConnection>::Dispose()
inline void Enumerator_Dispose_mF978AA55D62613B836271700DF8E9482C030B7C9 (Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Net.WebConnectionGroup System.Net.WebConnectionGroup/ConnectionState::get_Group()
extern "C" IL2CPP_METHOD_ATTR WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ConnectionState_get_Group_m39FE80A7416FFB84F209D8071148E3F3F8B3C784 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method);
// System.Net.ServicePoint System.Net.WebConnectionGroup/ConnectionState::get_ServicePoint()
extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ConnectionState_get_ServicePoint_mE4218AB3AD60BFD8E37703B98F3E63DBDFD5C172 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method);
// System.TimeSpan System.TimeSpan::FromDays(System.Double)
extern "C" IL2CPP_METHOD_ATTR TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 TimeSpan_FromDays_m99DCC655C53C2898FF0C41D1DDFE17A749081DDB (double p0, const RuntimeMethod* method);
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 p0, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 p1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionGroup/ConnectionState::set_Group(System.Net.WebConnectionGroup)
extern "C" IL2CPP_METHOD_ATTR void ConnectionState_set_Group_m49278D7CB53D2D47B35DD05EC81614FC1E47B3E3 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___value0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::.ctor(System.Net.IWebConnectionState,System.Net.ServicePoint)
extern "C" IL2CPP_METHOD_ATTR void WebConnection__ctor_m64B8D22FB5F0D82EE474DC6B9C97CFF9ED73F4AB (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, RuntimeObject* ___wcs0, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionGroup/ConnectionState::set_Connection(System.Net.WebConnection)
extern "C" IL2CPP_METHOD_ATTR void ConnectionState_set_Connection_m169D4C3A19C2ED277103AB2D242525F16B401DEB (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___value0, const RuntimeMethod* method);
// System.Void System.IO.Stream::.ctor()
extern "C" IL2CPP_METHOD_ATTR void Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5 (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1 (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * __this, bool p0, const RuntimeMethod* method);
// System.Int32 System.Net.HttpWebRequest::get_ReadWriteTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_ReadWriteTimeout_m86E1F5472AAB426943817D16339BF5651E0AC841 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::IsNtlmAuth()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_IsNtlmAuth_m26DC82B8F6EC25E1C5E8D64CEBCF1A14005254C0 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::ReadAll()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Boolean System.Int32::TryParse(System.String,System.Int32&)
extern "C" IL2CPP_METHOD_ATTR bool Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00 (String_t* p0, int32_t* p1, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.HttpWebRequest::get_SendChunked()
extern "C" IL2CPP_METHOD_ATTR bool HttpWebRequest_get_SendChunked_mA44BAA89D8F887C53638D792B9B35A92AAE46FB3 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::CheckAuthHeader(System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_CheckAuthHeader_m1E8BFB46D47E91AE81728FF32187CB8A4A17A105 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, String_t* ___headerName0, const RuntimeMethod* method);
// System.Void System.Net.WebConnection::NextRead()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method);
// System.Int32 System.Net.WebConnection::Read(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_IsCompleted()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::WaitUntilComplete(System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, int32_t ___timeout0, bool ___exitContext1, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.ArgumentNullException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Reset()
extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, int32_t ___nbytes1, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::set_NBytes(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_NBytes_m31F8063B2B331EFF05D30FE042FFED0857622883 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, int32_t ___value0, const RuntimeMethod* method);
// System.IAsyncResult System.Net.WebConnection::BeginRead(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method);
// System.Int32 System.Net.WebAsyncResult::get_NBytes()
extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_NBytes_m1C92011F20E80F8C5668B0717F3002B6323E3F25 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method);
// System.Int32 System.Net.WebConnection::EndRead(System.Net.HttpWebRequest,System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method);
// System.Boolean System.Threading.EventWaitHandle::Set()
extern "C" IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C (EventWaitHandle_t7603BF1D3D30FE42DD07A450C8D09E2684DC4D98 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::EndWrite(System.Net.HttpWebRequest,System.Boolean,System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___throwOnError1, RuntimeObject* ___result2, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::KillBuffer()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method);
// System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method);
// System.String System.String::Format(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA (String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Text.Encoding System.Text.Encoding::get_ASCII()
extern "C" IL2CPP_METHOD_ATTR Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E (const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::CheckWriteOverflow(System.Int64,System.Int64,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int64_t ___contentLength0, int64_t ___totalWritten1, int64_t ___size2, const RuntimeMethod* method);
// System.IAsyncResult System.Net.WebConnection::BeginWrite(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method);
// System.Void System.Net.ProtocolViolationException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * __this, String_t* ___message0, const RuntimeMethod* method);
// System.Void System.ArgumentException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7 (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::WaitUntilComplete()
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_WaitUntilComplete_m8E1B7A644F83AB741E8F6F126FBA44ACAD458403 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_GotException()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Exception System.Net.SimpleAsyncResult::get_Exception()
extern "C" IL2CPP_METHOD_ATTR Exception_t * SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8 (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.IO.IOException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175 (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream/<>c__DisplayClass75_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0__ctor_m13DB5E74AEBC2FF1E496DC61CBA4D90F615F895F (U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB * __this, const RuntimeMethod* method);
// System.Void System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>::.ctor(System.Object,System.IntPtr)
inline void Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * __this, RuntimeObject * p0, intptr_t p1, const RuntimeMethod* method)
{
(( void (*) (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *, RuntimeObject *, intptr_t, const RuntimeMethod*))Func_2__ctor_m5153AE6EE06BA488EF3D92A0DCF7E4EF530961B5_gshared)(__this, p0, p1, method);
}
// System.Void System.Net.SimpleAsyncResult::Run(System.Func`2<System.Net.SimpleAsyncResult,System.Boolean>,System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235 (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * ___func0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream/<>c__DisplayClass76_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass76_0__ctor_m63EF68729356FED145640876D22055B18FA0B668 (U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91 (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, int64_t ___value0, const RuntimeMethod* method);
// System.Byte[] System.Net.HttpWebRequest::GetRequestHeaders()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream/<>c__DisplayClass80_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass80_0__ctor_m2FA81C0FDB06E036480FA8052E7CAD84C341C4B8 (U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * __this, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncCallback::.ctor(System.Object,System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160 (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * __this, RuntimeObject * ___object0, intptr_t ___method1, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::SetHeadersAsync(System.Boolean,System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___setInternalLength0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::get_GetResponseOnClose()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_GetResponseOnClose_mF5FC1E97BE79E6F9FA8A96FD779E455B2BA7BB21 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.HttpWebResponse::ReadAll()
extern "C" IL2CPP_METHOD_ATTR void HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427 (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnection::Write(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.String&)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, String_t** ___err_msg4, const RuntimeMethod* method);
// System.Void System.Net.WebConnectionStream::CheckComplete()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckComplete_m08068E5BB242EAF233265505E9E415E4012E748B (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus,System.Net.WebExceptionInternalStatus,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, int32_t ___internalStatus2, Exception_t * ___innerException3, const RuntimeMethod* method);
// System.Void System.NotSupportedException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mA121DE1CAC8F25277DEB489DC7771209D91CAE33 (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebConnectionStream::SetHeadersAsync(System.Net.SimpleAsyncResult,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_SetHeadersAsync_mC95971FC00AA993900011ED6E9AE8F6EF619CBEF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, bool ___setInternalLength1, const RuntimeMethod* method);
// System.Void System.Net.SimpleAsyncResult::SetCompleted(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, bool ___synch0, const RuntimeMethod* method);
// System.Boolean System.Net.SimpleAsyncResult::get_CompletedSynchronouslyPeek()
extern "C" IL2CPP_METHOD_ATTR bool SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E (SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * __this, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse,System.Net.WebExceptionInternalStatus)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m03593F911259F06A18F7F1284DA3AD9B3D614351 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response3, int32_t ___internalStatus4, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m5363C3AC28BABD353ABD5295C3A4FD44724D9407 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, String_t* ___data1, Exception_t * ___innerException2, int32_t ___status3, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response4, const RuntimeMethod* method);
// System.String System.String::Concat(System.String,System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mF4626905368D6558695A823466A1AF65EADB9923 (String_t* p0, String_t* p1, String_t* p2, const RuntimeMethod* method);
// System.Void System.Net.WebException::.ctor(System.String,System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse,System.Net.WebExceptionInternalStatus)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mC0C6225799FA6FFA5795052158BDF312BEF065C4 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, String_t* ___data1, Exception_t * ___innerException2, int32_t ___status3, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response4, int32_t ___internalStatus5, const RuntimeMethod* method);
// System.Void System.InvalidOperationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2 (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void Exception_GetObjectData_m76F759ED00FA218FFC522C32626B851FDE849AD6 (Exception_t * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Net.InternalException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void InternalException__ctor_m4963B2F0FC3F351663C67F3F71CAC601D73DF499 (InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 * __this, const RuntimeMethod* method);
// System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::get_InnerCollection()
extern "C" IL2CPP_METHOD_ATTR NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.Int32,System.Collections.IEqualityComparer)
extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, int32_t ___capacity0, RuntimeObject* ___equalityComparer1, const RuntimeMethod* method);
// System.Net.HeaderInfo System.Net.HeaderInfoTable::get_Item(System.String)
extern "C" IL2CPP_METHOD_ATTR HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885 (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * __this, String_t* ___name0, const RuntimeMethod* method);
// System.Boolean System.Net.WebHeaderCollection::get_AllowHttpRequestHeader()
extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_get_AllowHttpRequestHeader_mE75485A198FCADC9629559F8BFB1757BCEC7032B (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7 (String_t* ___name0, const RuntimeMethod* method);
// System.String System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID::ToString(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* HTTP_REQUEST_HEADER_ID_ToString_m26FCFC96F9A3BA5FB9ADFDB26F5FAF5BBA5212D4 (int32_t ___position0, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::NormalizeCommonHeaders()
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameValueCollection::InvalidateCachedArrays()
extern "C" IL2CPP_METHOD_ATTR void NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, const RuntimeMethod* method);
// System.String SR::GetString(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39 (String_t* ___name0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* ___args1, const RuntimeMethod* method);
// System.String System.String::Trim(System.Char[])
extern "C" IL2CPP_METHOD_ATTR String_t* String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method);
// System.Int32 System.String::IndexOfAny(System.Char[])
extern "C" IL2CPP_METHOD_ATTR int32_t String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D (String_t* __this, CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* p0, const RuntimeMethod* method);
// System.Boolean System.Net.WebHeaderCollection::ContainsNonAsciiChars(System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_ContainsNonAsciiChars_mA89278F21B4B5F507898C91472747092C3E152BE (String_t* ___token0, const RuntimeMethod* method);
// System.String System.Net.WebHeaderCollection::CheckBadChars(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523 (String_t* ___name0, bool ___isHeaderValue1, const RuntimeMethod* method);
// System.Void System.Net.WebHeaderCollection::ThrowOnRestrictedHeader(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___headerName0, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.Object,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378 (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, RuntimeObject * p1, String_t* p2, const RuntimeMethod* method);
// System.Boolean System.Net.ValidationHelper::IsBlankString(System.String)
extern "C" IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89 (String_t* ___stringValue0, const RuntimeMethod* method);
// System.String[] System.Net.HeaderParser::Invoke(System.String)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* HeaderParser_Invoke_m9B1C027C8642CE3AA54366690471A23E181D41B6 (HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection)
extern "C" IL2CPP_METHOD_ATTR void ArrayList__ctor_m5BD62A8348AB3A2F573860E81A181B5376AF8FA1 (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.String System.Net.WebHeaderCollection::GetAsString(System.Collections.Specialized.NameValueCollection,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ___cc0, bool ___winInetCompat1, bool ___forTrace2, const RuntimeMethod* method);
// System.Void System.Text.StringBuilder::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956 (StringBuilder_t * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameValueCollection::.ctor(System.DBNull)
extern "C" IL2CPP_METHOD_ATTR void NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * __this, DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * ___dummy0, const RuntimeMethod* method);
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
extern "C" IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
extern "C" IL2CPP_METHOD_ATTR NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D (const RuntimeMethod* method);
// System.String System.Int32::ToString(System.IFormatProvider)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5 (int32_t* __this, RuntimeObject* p0, const RuntimeMethod* method);
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, int32_t p1, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Void System.Collections.Specialized.NameObjectCollectionBase/NameObjectKeysEnumerator::.ctor(System.Collections.Specialized.NameObjectCollectionBase)
extern "C" IL2CPP_METHOD_ATTR void NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3 (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * __this, NameObjectCollectionBase_t593D97BF1A2AEA0C7FC1684B447BF92A5383883D * ___coll0, const RuntimeMethod* method);
// System.Void System.Net.HeaderInfoTable::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HeaderInfoTable__ctor_m7CAFD794EF41A0799F26DF974DBC848A03275531 (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * __this, const RuntimeMethod* method);
// System.Void System.Net.WebProxy::.ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)
extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m2354821664C2380AF107CBC5C66F0325068C5DA7 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___Address0, bool ___BypassOnLocal1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___BypassList2, RuntimeObject* ___Credentials3, const RuntimeMethod* method);
// System.Void System.Net.WebProxy::UpdateRegExList(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, bool ___canThrow0, const RuntimeMethod* method);
// System.Net.ICredentials System.Net.WebProxy::get_Credentials()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_get_Credentials_mF546D5D8441F10F4A46A9A3C5D52BFFBE7D735B0 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method);
// System.Net.ICredentials System.Net.CredentialCache::get_DefaultCredentials()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC (const RuntimeMethod* method);
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::GetProxyAuto(System.Uri,System.Uri&)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_GetProxyAuto_m1EACF0FDED5E764C7B3EAF243F39A73646B94CD2 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___proxyUri1, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::IsBypassedManual(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedManual_m96199F172C51F06EE36CCE5D937BDD7BF873FEFC (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method);
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri10, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri21, const RuntimeMethod* method);
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
extern "C" IL2CPP_METHOD_ATTR void Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___pattern0, int32_t ___options1, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsDefaultPort()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.String System.String::Concat(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495 (RuntimeObject * p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
extern "C" IL2CPP_METHOD_ATTR bool Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * __this, String_t* ___input0, const RuntimeMethod* method);
// System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA (String_t* ___ipString0, IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE ** ___address1, const RuntimeMethod* method);
// System.Boolean System.Net.IPAddress::IsLoopback(System.Net.IPAddress)
extern "C" IL2CPP_METHOD_ATTR bool IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027 (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___address0, const RuntimeMethod* method);
// System.Boolean System.Net.NclUtilities::IsAddressLocal(System.Net.IPAddress)
extern "C" IL2CPP_METHOD_ATTR bool NclUtilities_IsAddressLocal_m15E0BC8FA72FF335F31D5377AC1ED599FA5966DC (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * ___ipAddress0, const RuntimeMethod* method);
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties()
extern "C" IL2CPP_METHOD_ATTR IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014 (const RuntimeMethod* method);
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
extern "C" IL2CPP_METHOD_ATTR int32_t String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064 (String_t* p0, int32_t p1, String_t* p2, int32_t p3, int32_t p4, int32_t p5, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::IsBypassedAuto(System.Uri,System.Boolean&)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedAuto_m96DE81A96B947F6F6A25A49D5F5D8430346809C0 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, bool* ___isBypassed1, const RuntimeMethod* method);
// System.Boolean System.Uri::get_IsLoopback()
extern "C" IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::IsLocal(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsLocal_m22583E899743095130F899378336361304BE71AC (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::IsMatchInBypassList(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsMatchInBypassList_m6B8C5DA8C56E6D50B0C84CCD094DB8FFBECDCC93 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___input0, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::IsLocalInProxyHash(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsLocalInProxyHash_mB4C405FEB5AFC01644FFE81AA3CB76918A7D45A5 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method);
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
extern "C" IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Net.WebProxy::UnsafeUpdateFromRegistry()
extern "C" IL2CPP_METHOD_ATTR void WebProxy_UnsafeUpdateFromRegistry_mDFB67EA19AAD6F1D5BCF9B7D585B33A84D14DC4E (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method);
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, Type_t * p1, const RuntimeMethod* method);
// System.Void System.Net.WebProxy::set_UseDefaultCredentials(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebProxy_set_UseDefaultCredentials_m53AF92FFC63A223541B629E01D939AF2A75BB4E7 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, bool ___value0, const RuntimeMethod* method);
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1 (SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * __this, String_t* p0, bool p1, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::get_UseDefaultCredentials()
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_get_UseDefaultCredentials_m661B51178D8050D605835FCB034A166BF33B009B (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method);
// System.Boolean System.Platform::get_IsMacOS()
extern "C" IL2CPP_METHOD_ATTR bool Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77 (const RuntimeMethod* method);
// System.Net.IWebProxy Mono.Net.CFNetwork::GetDefaultProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* CFNetwork_GetDefaultProxy_mFCEFB728224033F014C188FE2BBC379A7F753428 (const RuntimeMethod* method);
// System.Void System.Net.WebProxy::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m387E8EB6694953D1FA4E77E00D449B20E2C0B84F (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, bool ___enableAutoproxy0, const RuntimeMethod* method);
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::get_ScriptEngine()
extern "C" IL2CPP_METHOD_ATTR AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * WebProxy_get_ScriptEngine_m6E040080EC0330E0C15849B1BB6469DBFE92A057 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method);
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&)
extern "C" IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_mCBAD00EC0BE65DF947C48B1DBC377EB80F075902 (AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, RuntimeObject** ___proxyList1, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::AreAllBypassed(System.Collections.Generic.IEnumerable`1<System.String>,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_AreAllBypassed_m6E869A92B478E61C29F0B9D9085E2AC6A075B59E (RuntimeObject* ___proxies0, bool ___checkFirstOnly1, const RuntimeMethod* method);
// System.Uri System.Net.WebProxy::ProxyUri(System.String)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebProxy_ProxyUri_mE09DD6D37536E7D5AC20A9519DFABCDB974F2B42 (String_t* ___proxyName0, const RuntimeMethod* method);
// System.Void System.Uri::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, String_t* ___uriString0, const RuntimeMethod* method);
// System.Object System.Threading.Interlocked::CompareExchange(System.Object&,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651 (RuntimeObject ** p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.String System.Uri::get_AbsoluteUri()
extern "C" IL2CPP_METHOD_ATTR String_t* Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * __this, const RuntimeMethod* method);
// System.Collections.ArrayList System.Net.WebRequest::get_PrefixList()
extern "C" IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * WebRequest_get_PrefixList_m3FC9A6BE5AD9EBFC78EF84F10DB93A5EB3DBFB76 (const RuntimeMethod* method);
// System.Net.IWebRequestCreate System.Net.WebRequestPrefixElement::get_Creator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequestPrefixElement_get_Creator_m726F8CA7DEF4B1B81E2D0078AC8B9383992C15F6 (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * __this, const RuntimeMethod* method);
// System.Net.WebRequest System.Net.WebRequest::Create(System.Uri,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri0, bool ___useUriBase1, const RuntimeMethod* method);
// System.Object System.Net.WebRequest::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * WebRequest_get_InternalSyncObject_m80BB55BB5C09059A46F4E10599FA455F41286330 (const RuntimeMethod* method);
// System.Collections.ArrayList System.Net.WebRequest::PopulatePrefixList()
extern "C" IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * WebRequest_PopulatePrefixList_mAB11680E66F5007F37725A12F4818B464DA3D4C2 (const RuntimeMethod* method);
// System.Void System.Net.HttpRequestCreator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void HttpRequestCreator__ctor_m2B7DE24FCB9C1814F8972B4B167127F86DB1BF39 (HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D * __this, const RuntimeMethod* method);
// System.Void System.Net.WebRequestPrefixElement::.ctor(System.String,System.Net.IWebRequestCreate)
extern "C" IL2CPP_METHOD_ATTR void WebRequestPrefixElement__ctor_mB88820994F4F42CA9EA51C3795CC96762DA99CD7 (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * __this, String_t* ___P0, RuntimeObject* ___C1, const RuntimeMethod* method);
// System.Void System.Net.FileWebRequestCreator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FileWebRequestCreator__ctor_m550EAB9632992C942E14D5B34C48FA6196595B9B (FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D * __this, const RuntimeMethod* method);
// System.Void System.Net.FtpRequestCreator::.ctor()
extern "C" IL2CPP_METHOD_ATTR void FtpRequestCreator__ctor_m0DACF33EF40A75AE489FEF288DC61837FFFA8BEF (FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F * __this, const RuntimeMethod* method);
// System.Void System.MarshalByRefObject::.ctor()
extern "C" IL2CPP_METHOD_ATTR void MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850 (MarshalByRefObject_tC4577953D0A44D0AB8597CFA868E01C858B1C9AF * __this, const RuntimeMethod* method);
// System.Void System.Net.WebRequest::InternalSetCachePolicy(System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_InternalSetCachePolicy_m1565BC65155617FF58473DF859CB28938FAB6C33 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___policy0, const RuntimeMethod* method);
// System.Net.Cache.RequestCache System.Net.Cache.RequestCacheBinding::get_Cache()
extern "C" IL2CPP_METHOD_ATTR RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * RequestCacheBinding_get_Cache_mBA542233E24F4E0F7BBD002FEC16C40635F6CEC6 (RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * __this, const RuntimeMethod* method);
// System.Net.Cache.RequestCacheValidator System.Net.Cache.RequestCacheBinding::get_Validator()
extern "C" IL2CPP_METHOD_ATTR RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * RequestCacheBinding_get_Validator_m96DB953B9D5359F0CB17743EB2DBD2876AFF416E (RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * __this, const RuntimeMethod* method);
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::get_CacheProtocol()
extern "C" IL2CPP_METHOD_ATTR RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * WebRequest_get_CacheProtocol_m3FE221A4DE60F555F61D5084084251D82F51AB8A (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method);
// System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::get_Level()
extern "C" IL2CPP_METHOD_ATTR int32_t RequestCachePolicy_get_Level_mF07A69B91868379BECC75D5E8845A3107C224D81 (RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * __this, const RuntimeMethod* method);
// System.Object System.Net.Cache.RequestCacheValidator::CreateValidator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC (RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * __this, const RuntimeMethod* method);
// System.Void System.Net.Cache.RequestCacheProtocol::.ctor(System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR void RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D (RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * __this, RuntimeObject * ___arg10, RuntimeObject * ___arg21, const RuntimeMethod* method);
// System.Void System.Net.WebRequest::set_CacheProtocol(System.Net.Cache.RequestCacheProtocol)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_CacheProtocol_m5746C3A229435A63047F363439ECF7BB4DAF6ABA (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___value0, const RuntimeMethod* method);
// System.NotImplementedException System.Net.ExceptionHelper::get_PropertyNotImplementedException()
extern "C" IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B (const RuntimeMethod* method);
// System.NotImplementedException System.Net.ExceptionHelper::get_MethodNotImplementedException()
extern "C" IL2CPP_METHOD_ATTR NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84 (const RuntimeMethod* method);
// System.Net.Configuration.DefaultProxySectionInternal System.Net.Configuration.DefaultProxySectionInternal::GetSection()
extern "C" IL2CPP_METHOD_ATTR DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F (const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.Configuration.DefaultProxySectionInternal::get_WebProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* DefaultProxySectionInternal_get_WebProxy_m38F5DF1772271FC6014B56D93654B771D745AB9B (DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * __this, const RuntimeMethod* method);
// System.Net.IWebProxy System.Net.WebRequest::get_InternalDefaultWebProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 (const RuntimeMethod* method);
// System.Net.TimerThread/Queue System.Net.TimerThread::CreateQueue(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82 (int32_t ___durationMilliseconds0, const RuntimeMethod* method);
// System.Void System.Net.WebRequest/DesignerWebRequestCreate::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DesignerWebRequestCreate__ctor_m57F5ADABDB3D9A8F8617EBFD5F40FB0D8A9DF7D3 (DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * __this, const RuntimeMethod* method);
// System.Net.WebRequest System.Net.WebRequest::Create(System.Uri)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri0, const RuntimeMethod* method);
// System.Uri System.Net.WebProxy::GetProxy(System.Uri)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, const RuntimeMethod* method);
// System.Boolean System.Net.WebProxy::IsBypassed(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method);
// System.Boolean System.Type::op_Inequality(System.Type,System.Type)
extern "C" IL2CPP_METHOD_ATTR bool Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9 (Type_t * p0, Type_t * p1, const RuntimeMethod* method);
// System.Globalization.CultureInfo System.Globalization.CultureInfo::get_InvariantCulture()
extern "C" IL2CPP_METHOD_ATTR CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72 (const RuntimeMethod* method);
// System.Object System.Activator::CreateInstance(System.Type,System.Reflection.BindingFlags,System.Reflection.Binder,System.Object[],System.Globalization.CultureInfo)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0 (Type_t * p0, int32_t p1, Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 * p2, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p3, CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * p4, const RuntimeMethod* method);
// System.Void System.Net.WebRequestPrefixElement::set_Creator(System.Net.IWebRequestCreate)
extern "C" IL2CPP_METHOD_ATTR void WebRequestPrefixElement_set_Creator_m0621605962A7E252A968B0F71CB83F9A8BDA955A (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * __this, RuntimeObject* ___value0, const RuntimeMethod* method);
// System.Void System.GC::SuppressFinalize(System.Object)
extern "C" IL2CPP_METHOD_ATTR void GC_SuppressFinalize_m037319A9B95A5BA437E806DE592802225EE5B425 (RuntimeObject * p0, const RuntimeMethod* method);
// System.OperatingSystem System.Environment::get_OSVersion()
extern "C" IL2CPP_METHOD_ATTR OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233 (const RuntimeMethod* method);
// System.PlatformID System.OperatingSystem::get_Platform()
extern "C" IL2CPP_METHOD_ATTR int32_t OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181 (OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * __this, const RuntimeMethod* method);
// System.IntPtr System.Runtime.InteropServices.Marshal::AllocHGlobal(System.Int32)
extern "C" IL2CPP_METHOD_ATTR intptr_t Marshal_AllocHGlobal_m3BFCB876D7469108C8676D6DD90D943806C13A58 (int32_t p0, const RuntimeMethod* method);
// System.Int32 System.Platform::uname(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR int32_t Platform_uname_m0769828FE0BC855E1DE4129D7EBE09E999D7AB7D (intptr_t ___buf0, const RuntimeMethod* method);
// System.String System.Runtime.InteropServices.Marshal::PtrToStringAnsi(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringAnsi_mA5D5D1AA7C0EB6A96F92454A8AF9C266E2DF5DA5 (intptr_t p0, const RuntimeMethod* method);
// System.Void System.Runtime.InteropServices.Marshal::FreeHGlobal(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR void Marshal_FreeHGlobal_mF098DF00F5341FDE4747A6F2004D5A0C9B03ED85 (intptr_t p0, const RuntimeMethod* method);
// System.Void System.Platform::CheckOS()
extern "C" IL2CPP_METHOD_ATTR void Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45 (const RuntimeMethod* method);
// System.String Locale::GetText(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324 (String_t* p0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method);
// System.Void System.SystemException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949 (SystemException_t5380468142AA850BE4A341D7AF3EAB9C78746782 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, const RuntimeMethod* method);
// System.Object System.Array::Clone()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176 (RuntimeArray * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.Oid::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_m64D690A2456E16AF39F6F0784CE74BC9533BB182 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_mE04DC17ACCBF3850AFBA454D9937EC4713CC5058 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m4EE74EA5C4A3C0B72C50DEB22A537812997AF590 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_m261D32E7AE226499BA8AD3FBE24FC0E71C9DEB76 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m94FE55170A872B3174D5C495A27AD09F3BACAF49 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_m9191830C380BEC39DBE09065B2A4134193EA92D4 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_mEEA94BA253ED1B8A719466A8152A5333E0E3FF07 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method);
// System.String System.Byte::ToString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA (uint8_t* __this, String_t* p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_mEED7AECEE911DF6CE692301F8F6F6B197DC05729 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedBasicConstraints0, bool ___critical1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension__ctor_mC91E46E79086AAFCD611FB3A223797D20BA9C1C2 (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedEnhancedKeyUsages0, bool ___critical1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509KeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509KeyUsageExtension__ctor_mA9DDAD17EA38ABB83CD6CC9A353A0667A9EAC018 (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedKeyUsage0, bool ___critical1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509SubjectKeyIdentifierExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509SubjectKeyIdentifierExtension__ctor_m45218EE7D32231FA6C44A40FEC2E5052162012D6 (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedSubjectKeyIdentifier0, bool ___critical1, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08 (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, int32_t p0, const RuntimeMethod* method);
// System.Byte Mono.Security.ASN1::get_Tag()
extern "C" IL2CPP_METHOD_ATTR uint8_t ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862 (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, const RuntimeMethod* method);
// System.Byte[] Mono.Security.ASN1::get_Value()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079 (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, const RuntimeMethod* method);
// System.String Mono.Security.Cryptography.CryptoConvert::ToHex(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* CryptoConvert_ToHex_m2FB6183AFF3B31424407BB7D767A844E3464B411 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.String System.Environment::get_NewLine()
extern "C" IL2CPP_METHOD_ATTR String_t* Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318 (const RuntimeMethod* method);
// System.Int32 Mono.Security.ASN1::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t ASN1_get_Count_m5A0E71B4C4A2257C0875AE1041AAA953C5B12A19 (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, const RuntimeMethod* method);
// System.String System.Int32::ToString(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8 (int32_t* __this, String_t* p0, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, const RuntimeMethod* method);
// System.UInt32 <PrivateImplementationDetails>::ComputeStringHash(System.String)
extern "C" IL2CPP_METHOD_ATTR uint32_t U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874 (String_t* ___s0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.Security.Cryptography.OidGroup,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m67437A59D4E75ABF6E40D503F57F81199546E5EC (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___oid0, int32_t ___group1, bool ___lookupFriendlyName2, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Utils::FindOidInfoWithFallback(System.UInt32,System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Utils_FindOidInfoWithFallback_m98443176879ABC2054619D4AA491FE086D406950 (uint32_t ___key0, String_t* ___value1, int32_t ___group2, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::set_Value(System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid_set_Value_m304CEF248379566701402100FA015EAC640C033F (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___value0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection)
extern "C" IL2CPP_METHOD_ATTR void OidEnumerator__ctor_mCA4FBC8408E2B04FD0A524E256E284E8A44E0797 (OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C * __this, OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * ___oids0, const RuntimeMethod* method);
// System.Int32 System.Array::get_Rank()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1 (RuntimeArray * __this, const RuntimeMethod* method);
// System.Int32 System.Array::get_Length()
extern "C" IL2CPP_METHOD_ATTR int32_t Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D (RuntimeArray * __this, const RuntimeMethod* method);
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * __this, String_t* p0, String_t* p1, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.OidCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method);
// System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Array::SetValue(System.Object,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA (RuntimeArray * __this, RuntimeObject * p0, int32_t p1, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.RSACryptoServiceProvider::get_PublicOnly()
extern "C" IL2CPP_METHOD_ATTR bool RSACryptoServiceProvider_get_PublicOnly_m2022B94BB0F465F12E975CC58F0650A10FF89B5D (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.Cryptography.RSAManaged::get_PublicOnly()
extern "C" IL2CPP_METHOD_ATTR bool RSAManaged_get_PublicOnly_m1D989F2FB76A46F2C7C80F18D5EA820B7EDD60DD (RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.RSA System.Security.Cryptography.RSA::Create()
extern "C" IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB (const RuntimeMethod* method);
// System.Security.Cryptography.DSA Mono.Security.X509.X509Certificate::get_DSA()
extern "C" IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.DSACryptoServiceProvider::get_PublicOnly()
extern "C" IL2CPP_METHOD_ATTR bool DSACryptoServiceProvider_get_PublicOnly_mB458AF682DACF7816951AB5FE5C8AB30F046DEFA (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.DSA System.Security.Cryptography.DSA::Create()
extern "C" IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA (const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m45F49EB1ABFD4F3EB0FC9729C76FF83995752743 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___oid0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m793EED53B4B8D49D92EE7CEED6B46B16A421D761 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData1, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawPublicKey0, const RuntimeMethod* method);
// System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawPublicKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawParameters1, const RuntimeMethod* method);
// System.String Locale::GetText(System.String,System.Object[])
extern "C" IL2CPP_METHOD_ATTR String_t* Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF (String_t* p0, ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* p1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98 (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* p0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___integer0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.CryptographicException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * __this, String_t* p0, Exception_t * p1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.DSACryptoServiceProvider::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790 (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.RSACryptoServiceProvider::.ctor(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void RSACryptoServiceProvider__ctor_mBE2DCC392E07EBD1E400EF9EF6C25E678236ACC2 (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * __this, int32_t p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Extension::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Extension::set_Critical(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, bool ___value0, const RuntimeMethod* method);
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_Decode_m40A688DD3A933B24A3E9EFE505299F70AFF32E81 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Encode()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509BasicConstraintsExtension_Encode_m04068558E7AF843C57A8BA9C39E251B7B37A1CDF (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::get_Critical()
extern "C" IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, const RuntimeMethod* method);
// System.Int32 Mono.Security.ASN1Convert::ToInt32(Mono.Security.ASN1)
extern "C" IL2CPP_METHOD_ATTR int32_t ASN1Convert_ToInt32_mA2A8761F965979408D46FBEB946DB59F36137A5E (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * p0, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte)
extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_m6DD2E5BD0B12A6BFA95E1822A55B2294B8C237BC (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, uint8_t p0, const RuntimeMethod* method);
// System.Void Mono.Security.ASN1::.ctor(System.Byte,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, uint8_t p0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p1, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1::Add(Mono.Security.ASN1)
extern "C" IL2CPP_METHOD_ATTR ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * __this, ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * p0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.ASN1Convert::FromInt32(System.Int32)
extern "C" IL2CPP_METHOD_ATTR ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * ASN1Convert_FromInt32_m59FF0922659B0A323026CCC0876BC33020C4FC9A (int32_t p0, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Extension::FormatUnkownData(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::get_Impl()
extern "C" IL2CPP_METHOD_ATTR X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * X509Certificate_get_Impl_m2CFDB01127BFCE77F0FABDA64432CB20340EB26D (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
extern "C" IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_mF76EFD9C0DE50B993ABBEDFCFCF4A235435E521E (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_mA1BEADEDA35B10C2BD66C9E93288F6B8104AE5EB (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_mE50A0EAC57E55458F3DA269E203FBDD182AC863C (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * p0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 p1, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Certificate2::get_Impl()
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::ToLocalTime()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171 (DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Helper2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, bool ___disableProvider3, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::ImportHandle(System.Security.Cryptography.X509Certificates.X509CertificateImpl)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate_ImportHandle_m8E9BAF6F7FE9A301F9FC0C3A77B0543A832E864F (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate_Reset_m73A81F7EA3A5E3D67662F6D2B16CC7436D57038A (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate::get_IsValid()
extern "C" IL2CPP_METHOD_ATTR bool X509Certificate_get_IsValid_mBD424167CC12B7CD35195A9B9642FE781C5DCEE7 (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_ToString_m7BE52FDD0D34AF4C8FE496C20A933765665B4F62 (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, bool p0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version()
extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_m21075DDC00E0FA0C7A9FAA5D561973F720B7BDE3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7 (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Subject()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Subject_m4BCDCE1AD5536A00580427B26FDF9983F9F13737 (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Certificate::get_Issuer()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate_get_Issuer_m3FB4B4A322B8FBC040CFE70E595D4338B905D8A0 (X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_SerialNumber()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_SerialNumber_m19595DBE6522106CAAAFA680EF4CE67698A8F51D (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotBefore()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate2_get_NotBefore_mC074732D5C2E74642F1BA1C303B060A381A4A777 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotAfter()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate2_get_NotAfter_mD2C055B86883353CFB0E8C1D6CE35D785756C624 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_Thumbprint()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_Thumbprint_m4C3269CB216BC275CFEA77A808A787B5773E97AA (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::get_SignatureAlgorithm()
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * X509Certificate2_get_SignatureAlgorithm_mF9BED26F8117E76F230A87F79FD4C19242FAE662 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.Oid::get_FriendlyName()
extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_mEA531D74DAD8FD43948097C418DA23F66399B694 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, const RuntimeMethod* method);
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object,System.Object,System.Object)
extern "C" IL2CPP_METHOD_ATTR StringBuilder_t * StringBuilder_AppendFormat_m3CEA3DC2882754882D9177BCF19A3BFD52AB7D7E (StringBuilder_t * __this, String_t* p0, RuntimeObject * p1, RuntimeObject * p2, RuntimeObject * p3, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::get_PublicKey()
extern "C" IL2CPP_METHOD_ATTR PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * X509Certificate2_get_PublicKey_m325BCDA2DE132D5B7B2093BCED2942ED657D89E3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key()
extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7 (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue()
extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * PublicKey_get_EncodedKeyValue_m4BD0975B491E89FFE2A75C1ACDEB1DCCAF586D4F (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::AppendBuffer(System.Text.StringBuilder,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_AppendBuffer_mACE3DD61A1C5C88DEF25BC5C4562B5790ED97312 (StringBuilder_t * ___sb0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method);
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters()
extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * PublicKey_get_EncodedParameters_m629FF8D7E4EEDED96BC455B7B953DC5A46D26F4F (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImpl__ctor_mE7190463C7B15F629A4A4E8274F7793484C619E8 (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Impl__ctor_m121B40B8937DAEE3D81BA7577555E09194FF11A2 (X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Clone()
extern "C" IL2CPP_METHOD_ATTR X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * X509CertificateImplCollection_Clone_mFA9129A5042E00B9068B45572B98E83EF3EF7368 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::ThrowIfContextInvalid()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71 (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_mEBE15206EC5939F6722168220CB8B110FFD915D2 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * ___other0, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetIssuerName()
extern "C" IL2CPP_METHOD_ATTR ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * X509Certificate_GetIssuerName_mA0D2F957F9A6FD8A50368469B798FC3792ED895D (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * __this, const RuntimeMethod* method);
// System.String Mono.Security.X509.X501::ToString(Mono.Security.ASN1,System.Boolean,System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X501_ToString_mE788B3F7AB241FD8F736D7FACE2ABF10C8023132 (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * p0, bool p1, String_t* p2, bool p3, const RuntimeMethod* method);
// Mono.Security.ASN1 Mono.Security.X509.X509Certificate::GetSubjectName()
extern "C" IL2CPP_METHOD_ATTR ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * X509Certificate_GetSubjectName_m59C83E8084320DEAA93946A722DFE23522E31338 (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * __this, const RuntimeMethod* method);
// System.Security.Cryptography.SHA1 System.Security.Cryptography.SHA1::Create()
extern "C" IL2CPP_METHOD_ATTR SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4 (const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122 (HashAlgorithm_t65659695B16C0BBF05707BF45191A97DC156D6BA * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR void PublicKey__ctor_mE8D32598F92B3941B4DC6AC367C7FFD75C7FAE20 (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * ___certificate0, const RuntimeMethod* method);
// System.Int32 Mono.Security.X509.X509Certificate::get_Version()
extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate_get_Version_m8FAFE20FBC606456EA0A907066252CBCAB5C41E8 (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.PKCS12::.ctor(System.Byte[],System.String)
extern "C" IL2CPP_METHOD_ATTR void PKCS12__ctor_m35A8D4C261B2A0B4B7BC677160AB1DF90B04B229 (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, String_t* p1, const RuntimeMethod* method);
// Mono.Security.X509.X509CertificateCollection Mono.Security.X509.PKCS12::get_Certificates()
extern "C" IL2CPP_METHOD_ATTR X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4 (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * __this, const RuntimeMethod* method);
// System.Int32 System.Collections.CollectionBase::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method);
// System.Collections.ArrayList Mono.Security.X509.PKCS12::get_Keys()
extern "C" IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * PKCS12_get_Keys_mAAA961BD9580ED8EE3B394B702945FCB820E34AE (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * __this, const RuntimeMethod* method);
// Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * X509CertificateCollection_get_Item_m158B7010FAC060435225725336AD53D2B3CC5359 (X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * __this, int32_t p0, const RuntimeMethod* method);
// Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator Mono.Security.X509.X509CertificateCollection::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * X509CertificateCollection_GetEnumerator_mE786AA0C41503620161D81E4D9172932564BAB4C (X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * __this, const RuntimeMethod* method);
// Mono.Security.X509.X509Certificate Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * X509CertificateEnumerator_get_Current_m68306EF52C95B315E36054119C0422ACAF95C09F (X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * __this, const RuntimeMethod* method);
// System.Boolean Mono.Security.X509.X509CertificateCollection/X509CertificateEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m9E88A7C9685146F7E558267D7D828711C5E898F4 (X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * __this, const RuntimeMethod* method);
// System.Void Mono.Security.X509.X509Certificate::set_DSA(System.Security.Cryptography.DSA)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate_set_DSA_m438EDD75622A0D3154D5C9F7A52742D8AFE09D62 (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * __this, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_mC714F3565563EC51068E2601AE9B9F34E2850876 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(Mono.Security.X509.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_m9DE01D05F0A540B906D6F826B51B64FD7FC9E028 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * ___cert0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Add(System.Security.Cryptography.X509Certificates.X509CertificateImpl,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Add_m3A1312DA419D2777C0A5F37ADA482A40C3256BE6 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl0, bool ___takeOwnership1, const RuntimeMethod* method);
// System.Void Mono.Security.X509.X509Certificate::.ctor(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void X509Certificate__ctor_mE2BC6649D450A36E902A2D6BEB50C49130411129 (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ImportPkcs12(System.Byte[],System.String)
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * X509Certificate2ImplMono_ImportPkcs12_m7C9D1CD7EB5D1CBD27E20EB92D494C65BDA240D0 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Dispose()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Dispose_mF63BF196D21676FD5055763520ABC93F56A4449F (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method);
// System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetCertHash()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509CertificateImpl_GetCertHash_m689E23FC1AE1A5543825E62E3542C3F9D875B092 (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * __this, const RuntimeMethod* method);
// System.String System.Security.Cryptography.X509Certificates.X509Helper::ToHexString(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* X509Helper_ToHexString_m5C9A804A41A8C18E730C3BF0E5049E86A3ADB515 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* p0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::AppendBuffer(System.Text.StringBuilder,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_AppendBuffer_mDB49D80453E139498ABF2BC30ED526A61D2F4F71 (StringBuilder_t * ___sb0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method);
// System.Void System.Collections.CollectionBase::.ctor()
extern "C" IL2CPP_METHOD_ATTR void CollectionBase__ctor_mE3F20EEAA96F8613088EDD69A17E49C22E97ADF9 (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___value0, const RuntimeMethod* method);
// System.Collections.ArrayList System.Collections.CollectionBase::get_InnerList()
extern "C" IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A (CollectionBase_tF5D4583FF325726066A9803839A04E9C0084ED01 * __this, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, int32_t ___index0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection/X509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m81F0C80052FB25D722E5E66D5121D9F559A2EEB4 (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___mappings0, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::.ctor()
inline void List_1__ctor_m27940B00B532BFFD0EB5E55036ED9F6E4A878A6D (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *, const RuntimeMethod*))List_1__ctor_mC832F1AC0F814BAEB19175F5D7972A7507508BC3_gshared)(__this, method);
}
// System.Collections.Generic.List`1/Enumerator<!0> System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::GetEnumerator()
inline Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 List_1_GetEnumerator_m943860C96E547D17B46A668548D3B2A9C15AFCD6 (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * __this, const RuntimeMethod* method)
{
return (( Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 (*) (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *, const RuntimeMethod*))List_1_GetEnumerator_m52CC760E475D226A2B75048D70C4E22692F9F68D_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Current()
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * Enumerator_get_Current_m5DD4801D1C181E6FC6D92EAC8CD0852C5707D648 (Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 * __this, const RuntimeMethod* method)
{
return (( X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * (*) (Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *, const RuntimeMethod*))Enumerator_get_Current_mD7829C7E8CFBEDD463B15A951CDE9B90A12CC55C_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Add(!0)
inline void List_1_Add_m9CF3F68D7F0A0676FA4EB9C8FC0BB0644B982549 (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * __this, X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * p0, const RuntimeMethod* method)
{
(( void (*) (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *, X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 *, const RuntimeMethod*))List_1_Add_m6930161974C7504C80F52EC379EF012387D43138_gshared)(__this, p0, method);
}
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::MoveNext()
inline bool Enumerator_MoveNext_mBD5B46FBBD5D092048A388AA888C3F50A7FAECDB (Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 * __this, const RuntimeMethod* method)
{
return (( bool (*) (Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *, const RuntimeMethod*))Enumerator_MoveNext_m38B1099DDAD7EEDE2F4CDAB11C095AC784AC2E34_gshared)(__this, method);
}
// System.Void System.Collections.Generic.List`1/Enumerator<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Dispose()
inline void Enumerator_Dispose_m7502212A0EA83A5E001332B3325F40C0E5961248 (Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 * __this, const RuntimeMethod* method)
{
(( void (*) (Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *, const RuntimeMethod*))Enumerator_Dispose_m94D0DAE031619503CDA6E53C5C3CC78AF3139472_gshared)(__this, method);
}
// System.Int32 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Count()
inline int32_t List_1_get_Count_m935FD9AF5C8577F2CB1837C73F7FD641A5D79D9E (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * __this, const RuntimeMethod* method)
{
return (( int32_t (*) (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *, const RuntimeMethod*))List_1_get_Count_m507C9149FF7F83AAC72C29091E745D557DA47D22_gshared)(__this, method);
}
// !0 System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::get_Item(System.Int32)
inline X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * List_1_get_Item_mE3956E50B81BA7D16231AFED45640DA5333FBF33 (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * __this, int32_t p0, const RuntimeMethod* method)
{
return (( X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * (*) (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *, int32_t, const RuntimeMethod*))List_1_get_Item_mFDB8AD680C600072736579BBF5F38F7416396588_gshared)(__this, p0, method);
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImplCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_mBD6BE41E55AE1A9FF1E6B528638D002209F7BFB0 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * ___other0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImpl::Dispose()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImpl_Dispose_mA455E91791B253BA747D256FF6D1146A57584776 (X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * __this, const RuntimeMethod* method);
// System.Void System.Collections.Generic.List`1<System.Security.Cryptography.X509Certificates.X509CertificateImpl>::Clear()
inline void List_1_Clear_mBD590B538377658F3C927A4ED6DBB7D292491A4B (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * __this, const RuntimeMethod* method)
{
(( void (*) (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *, const RuntimeMethod*))List_1_Clear_mC5CFC6C9F3007FC24FE020198265D4B5B0659FFC_gshared)(__this, method);
}
// System.Void System.Object::Finalize()
extern "C" IL2CPP_METHOD_ATTR void Object_Finalize_m4015B7D3A44DE125C5FE34D7276CD4697C06F380 (RuntimeObject * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Helper2::ThrowIfContextInvalid(System.Security.Cryptography.X509Certificates.X509ChainImpl)
extern "C" IL2CPP_METHOD_ATTR void X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * ___impl0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m8273B96D3DA26CDF61C71723A980E09214D1DF36 (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, bool ___useMachineContext0, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Helper2::CreateChainImpl(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * X509Helper2_CreateChainImpl_m5A5909ADD8809F95E64FC576BB29EF5B5F878D24 (bool ___useMachineContext0, const RuntimeMethod* method);
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::get_Impl()
extern "C" IL2CPP_METHOD_ATTR X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * X509Chain_get_Impl_mC8D8FB1BED19A1E40D1DAA7561448ADFA094B740 (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose()
extern "C" IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_m0018CE8D4317FCAEEA5465425BF5BB5A4A728CBA (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::.ctor(System.Collections.IEnumerable)
extern "C" IL2CPP_METHOD_ATTR void X509ChainElementEnumerator__ctor_mC91FB54A5BD2C0B0E972FBCA193C5A453FC6957A (X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainImpl__ctor_m2DC75C34EFF93D4A1DEF14F168489613A557C962 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainElementCollection__ctor_m035B6BC8E21811A1536A60FFA9BAB9A4159323E3 (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m68882C53D2D8D22007332CCA165F650078751ED4 (X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy_Reset_m651C65C1321FEFE9E3EDFC1BE2706AEFE2C612DA (X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.OidCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method);
// System.DateTime System.DateTime::get_Now()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2 (const RuntimeMethod* method);
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method);
// System.String Mono.Security.ASN1Convert::ToOid(Mono.Security.ASN1)
extern "C" IL2CPP_METHOD_ATTR String_t* ASN1Convert_ToOid_mFFA93B4BBEFCA8E4E86DAE87CDB998E78BFB2D5A (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * p0, const RuntimeMethod* method);
// System.Int32 System.Security.Cryptography.OidCollection::Add(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_Add_m1FF686421A22A86F8296259D99DA38E02B8BBF5C (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsnEncodedData::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_mED24E9D1F11942741819652302C0531D18C39BE6 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.AsnEncodedData::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method);
// System.Void System.Security.Cryptography.X509Certificates.X509ExtensionEnumerator::.ctor(System.Collections.ArrayList)
extern "C" IL2CPP_METHOD_ATTR void X509ExtensionEnumerator__ctor_m2CE5EA915CAC6E73B7F777B14D42574786E58F80 (X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 * __this, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * ___list0, const RuntimeMethod* method);
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.UnsafeNclNativeMethods_SecureStringHelper::CreateString(System.Security.SecureString)
extern "C" IL2CPP_METHOD_ATTR String_t* SecureStringHelper_CreateString_m48E822E6ECF3CEEB6D3CB1624B260B49E3368A40 (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * ___secureString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecureStringHelper_CreateString_m48E822E6ECF3CEEB6D3CB1624B260B49E3368A40_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
intptr_t V_1;
memset(&V_1, 0, sizeof(V_1));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_1 = (intptr_t)(0);
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_0 = ___secureString0;
if (!L_0)
{
goto IL_0011;
}
}
{
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_1 = ___secureString0;
NullCheck(L_1);
int32_t L_2 = SecureString_get_Length_mDDDAA526E567C52F8D3E9C1F7BDECCCC44200FA4(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0017;
}
}
IL_0011:
{
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_3;
}
IL_0017:
{
}
IL_0018:
try
{ // begin try (depth: 1)
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_4 = ___secureString0;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
intptr_t L_5 = Marshal_SecureStringToGlobalAllocUnicode_m7A8026B3FBB9C2CB0A595CB9F3CDFB302FC7ACB7(L_4, /*hidden argument*/NULL);
V_1 = (intptr_t)L_5;
intptr_t L_6 = V_1;
String_t* L_7 = Marshal_PtrToStringUni_mB2F7EE63E8A6E0DA0443BDC57153D839282E2779((intptr_t)L_6, /*hidden argument*/NULL);
V_0 = L_7;
IL2CPP_LEAVE(0x3C, FINALLY_0028);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0028;
}
FINALLY_0028:
{ // begin finally (depth: 1)
{
intptr_t L_8 = V_1;
bool L_9 = IntPtr_op_Inequality_mB4886A806009EA825EFCC60CD2A7F6EB8E273A61((intptr_t)L_8, (intptr_t)(0), /*hidden argument*/NULL);
if (!L_9)
{
goto IL_003b;
}
}
IL_0035:
{
intptr_t L_10 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
Marshal_ZeroFreeGlobalAllocUnicode_m407A62DB23A0E8B844FDA7B5D83E95B19FEBC8D5((intptr_t)L_10, /*hidden argument*/NULL);
}
IL_003b:
{
IL2CPP_END_FINALLY(40)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(40)
{
IL2CPP_JUMP_TBL(0x3C, IL_003c)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003c:
{
String_t* L_11 = V_0;
return L_11;
}
}
// System.Security.SecureString System.Net.UnsafeNclNativeMethods_SecureStringHelper::CreateSecureString(System.String)
extern "C" IL2CPP_METHOD_ATTR SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * SecureStringHelper_CreateSecureString_m36F065E59FF9B8AC79289E4B2A42F96C23BD4F0C (String_t* ___plainString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (SecureStringHelper_CreateSecureString_m36F065E59FF9B8AC79289E4B2A42F96C23BD4F0C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Il2CppChar* V_0 = NULL;
String_t* V_1 = NULL;
{
String_t* L_0 = ___plainString0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___plainString0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0011;
}
}
IL_000b:
{
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_3 = (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 *)il2cpp_codegen_object_new(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_il2cpp_TypeInfo_var);
SecureString__ctor_m2BD71C7809235730861AFA7DC71448E86BE9FA6E(L_3, /*hidden argument*/NULL);
return L_3;
}
IL_0011:
{
String_t* L_4 = ___plainString0;
V_1 = L_4;
String_t* L_5 = V_1;
V_0 = (Il2CppChar*)(((uintptr_t)L_5));
Il2CppChar* L_6 = V_0;
if (!L_6)
{
goto IL_0021;
}
}
{
Il2CppChar* L_7 = V_0;
int32_t L_8 = RuntimeHelpers_get_OffsetToStringData_mF3B79A906181F1A2734590DA161E2AF183853F8B(/*hidden argument*/NULL);
V_0 = (Il2CppChar*)((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, (int32_t)L_8));
}
IL_0021:
{
Il2CppChar* L_9 = V_0;
String_t* L_10 = ___plainString0;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 * L_12 = (SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5 *)il2cpp_codegen_object_new(SecureString_t0E7DCB36E6C027EA7265B7BDC2E3CAB0BA1FF2E5_il2cpp_TypeInfo_var);
SecureString__ctor_mF5DD713AC49A546819582D90E3C178597F151DA3(L_12, (Il2CppChar*)(Il2CppChar*)L_9, L_11, /*hidden argument*/NULL);
V_1 = (String_t*)NULL;
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.ValidationHelper::MakeStringNull(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* ValidationHelper_MakeStringNull_m6741032436B995465649A89BCC2BEC439A5140C2 (String_t* ___stringValue0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___stringValue0;
if (!L_0)
{
goto IL_000b;
}
}
{
String_t* L_1 = ___stringValue0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_000d;
}
}
IL_000b:
{
return (String_t*)NULL;
}
IL_000d:
{
String_t* L_3 = ___stringValue0;
return L_3;
}
}
// System.String System.Net.ValidationHelper::ExceptionMessage(System.Exception)
extern "C" IL2CPP_METHOD_ATTR String_t* ValidationHelper_ExceptionMessage_mB8FCEF5F2C7AC2A05841CC1293E37CE2A0C446E9 (Exception_t * ___exception0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidationHelper_ExceptionMessage_mB8FCEF5F2C7AC2A05841CC1293E37CE2A0C446E9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Exception_t * L_0 = ___exception0;
if (L_0)
{
goto IL_0009;
}
}
{
String_t* L_1 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_1;
}
IL_0009:
{
Exception_t * L_2 = ___exception0;
NullCheck(L_2);
Exception_t * L_3 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_0018;
}
}
{
Exception_t * L_4 = ___exception0;
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_4);
return L_5;
}
IL_0018:
{
Exception_t * L_6 = ___exception0;
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_6);
Exception_t * L_8 = ___exception0;
NullCheck(L_8);
Exception_t * L_9 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F(L_8, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
String_t* L_10 = ValidationHelper_ExceptionMessage_mB8FCEF5F2C7AC2A05841CC1293E37CE2A0C446E9(L_9, /*hidden argument*/NULL);
String_t* L_11 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(L_7, _stringLiteralD21048C5C5B019FA0A181ABA5C8DC41BEE59E376, L_10, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
return L_11;
}
}
// System.String System.Net.ValidationHelper::ToString(System.Object)
extern "C" IL2CPP_METHOD_ATTR String_t* ValidationHelper_ToString_m586E67462CCCED7B0CE4A4EB68ED1B9C74448BDE (RuntimeObject * ___objectValue0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidationHelper_ToString_m586E67462CCCED7B0CE4A4EB68ED1B9C74448BDE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset(&V_0, 0, sizeof(V_0));
{
RuntimeObject * L_0 = ___objectValue0;
if (L_0)
{
goto IL_0009;
}
}
{
return _stringLiteralFDE49AA00F4966A6ABC348B5B3B985032EABF411;
}
IL_0009:
{
RuntimeObject * L_1 = ___objectValue0;
if (!((String_t*)IsInstSealed((RuntimeObject*)L_1, String_t_il2cpp_TypeInfo_var)))
{
goto IL_0024;
}
}
{
RuntimeObject * L_2 = ___objectValue0;
NullCheck(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)));
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
if (L_3)
{
goto IL_0024;
}
}
{
return _stringLiteral3D8B6138F5092007B0F0925B47F43F4537F716A6;
}
IL_0024:
{
RuntimeObject * L_4 = ___objectValue0;
if (!((Exception_t *)IsInstClass((RuntimeObject*)L_4, Exception_t_il2cpp_TypeInfo_var)))
{
goto IL_0038;
}
}
{
RuntimeObject * L_5 = ___objectValue0;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
String_t* L_6 = ValidationHelper_ExceptionMessage_mB8FCEF5F2C7AC2A05841CC1293E37CE2A0C446E9(((Exception_t *)IsInstClass((RuntimeObject*)L_5, Exception_t_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
return L_6;
}
IL_0038:
{
RuntimeObject * L_7 = ___objectValue0;
if (!((RuntimeObject *)IsInstSealed((RuntimeObject*)L_7, IntPtr_t_il2cpp_TypeInfo_var)))
{
goto IL_005e;
}
}
{
RuntimeObject * L_8 = ___objectValue0;
V_0 = (intptr_t)((*(intptr_t*)((intptr_t*)UnBox(L_8, IntPtr_t_il2cpp_TypeInfo_var))));
String_t* L_9 = IntPtr_ToString_m6ADB8DBD989D878D694B4031CC08461B1E2C51FF((intptr_t*)(&V_0), _stringLiteral11F6AD8EC52A2984ABAAFD7C3B516503785C2072, /*hidden argument*/NULL);
String_t* L_10 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral1A349DCC540A3978584510D982075F838B17CD6D, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_005e:
{
RuntimeObject * L_11 = ___objectValue0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
return L_12;
}
}
// System.Boolean System.Net.ValidationHelper::IsBlankString(System.String)
extern "C" IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89 (String_t* ___stringValue0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___stringValue0;
if (!L_0)
{
goto IL_000d;
}
}
{
String_t* L_1 = ___stringValue0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
return (bool)((((int32_t)L_2) == ((int32_t)0))? 1 : 0);
}
IL_000d:
{
return (bool)1;
}
}
// System.Boolean System.Net.ValidationHelper::ValidateTcpPort(System.Int32)
extern "C" IL2CPP_METHOD_ATTR bool ValidationHelper_ValidateTcpPort_m899B89B4810C6531306EC6C34FF452732D41979D (int32_t ___port0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___port0;
if ((((int32_t)L_0) < ((int32_t)0)))
{
goto IL_0010;
}
}
{
int32_t L_1 = ___port0;
return (bool)((((int32_t)((((int32_t)L_1) > ((int32_t)((int32_t)65535)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_0010:
{
return (bool)0;
}
}
// System.Void System.Net.ValidationHelper::.cctor()
extern "C" IL2CPP_METHOD_ATTR void ValidationHelper__cctor_mE5C7F68FC003121FE3AC2039FFA9B2E88500E16A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ValidationHelper__cctor_mE5C7F68FC003121FE3AC2039FFA9B2E88500E16A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)0);
((ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields*)il2cpp_codegen_static_fields_for(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var))->set_EmptyArray_0(L_0);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_1 = (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____03F4297FCC30D0FD5E420E5D26E7FA711167C7EF_1_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields*)il2cpp_codegen_static_fields_for(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var))->set_InvalidMethodChars_1(L_2);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_4 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)((int32_t)22));
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_5 = L_4;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____8E0EF3D67A3EB1863224EE3CACB424BC2F8CFBA3_9_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
((ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields*)il2cpp_codegen_static_fields_for(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var))->set_InvalidParamChars_2(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.WebAsyncResult::.ctor(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = ___cb0;
RuntimeObject * L_1 = ___state1;
SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebAsyncResult::.ctor(System.Net.HttpWebRequest,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m6EA6C98BA6787E27A7CA2D3734A532203CFCF9BC (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb1, RuntimeObject * ___state2, const RuntimeMethod* method)
{
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = ___cb1;
RuntimeObject * L_1 = ___state2;
SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30(__this, L_0, L_1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = ___request0;
__this->set_AsyncObject_18(L_2);
return;
}
}
// System.Void System.Net.WebAsyncResult::.ctor(System.AsyncCallback,System.Object,System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult__ctor_m3DEA339577AECC3B5A2F5C78F9297EC966CC8859 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb0, RuntimeObject * ___state1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer2, int32_t ___offset3, int32_t ___size4, const RuntimeMethod* method)
{
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = ___cb0;
RuntimeObject * L_1 = ___state1;
SimpleAsyncResult__ctor_mCA1DB6C86E9A3211649EED8C1153DE72E78F2F30(__this, L_0, L_1, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer2;
__this->set_buffer_13(L_2);
int32_t L_3 = ___offset3;
__this->set_offset_14(L_3);
int32_t L_4 = ___size4;
__this->set_size_15(L_4);
return;
}
}
// System.Void System.Net.WebAsyncResult::Reset()
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_Reset_m3B142ACDC3BFE35A218591922F758670BEB11206 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
__this->set_nbytes_9(0);
__this->set_response_11((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)NULL);
__this->set_buffer_13((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL);
__this->set_offset_14(0);
__this->set_size_15(0);
SimpleAsyncResult_Reset_internal_mC67A0649A2AA41223256E9E914AF16D00D055853(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, int32_t ___nbytes1, const RuntimeMethod* method)
{
{
int32_t L_0 = ___nbytes1;
__this->set_nbytes_9(L_0);
bool L_1 = ___synch0;
SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.IO.Stream)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_m9A6A27BE905BAFA2CC24B3827C3C36023243F117 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___writeStream1, const RuntimeMethod* method)
{
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = ___writeStream1;
__this->set_writeStream_12(L_0);
bool L_1 = ___synch0;
SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebAsyncResult::SetCompleted(System.Boolean,System.Net.HttpWebResponse)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_SetCompleted_mF8A8341373BAC0363A9767483652110A0B5F6F12 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, bool ___synch0, HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * ___response1, const RuntimeMethod* method)
{
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_0 = ___response1;
__this->set_response_11(L_0);
bool L_1 = ___synch0;
SimpleAsyncResult_SetCompleted_internal_m99583E4FA1B37EBBB195266AF1F4AD47F037B571(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebAsyncResult::DoCallback()
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
SimpleAsyncResult_DoCallback_internal_mE5C9AB5A666F3C40F0AB69A7CFCFBF4B6B24F850(__this, /*hidden argument*/NULL);
return;
}
}
// System.Int32 System.Net.WebAsyncResult::get_NBytes()
extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_NBytes_m1C92011F20E80F8C5668B0717F3002B6323E3F25 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_nbytes_9();
return L_0;
}
}
// System.Void System.Net.WebAsyncResult::set_NBytes(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_NBytes_m31F8063B2B331EFF05D30FE042FFED0857622883 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_nbytes_9(L_0);
return;
}
}
// System.IAsyncResult System.Net.WebAsyncResult::get_InnerAsyncResult()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebAsyncResult_get_InnerAsyncResult_m6E191630B2895757EC964C9BF214229C05119B35 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get_innerAsyncResult_10();
return L_0;
}
}
// System.Void System.Net.WebAsyncResult::set_InnerAsyncResult(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_innerAsyncResult_10(L_0);
return;
}
}
// System.Net.HttpWebResponse System.Net.WebAsyncResult::get_Response()
extern "C" IL2CPP_METHOD_ATTR HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * WebAsyncResult_get_Response_m6818FF52F360BF871709663B7E4465BDDD1C5F9F (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_0 = __this->get_response_11();
return L_0;
}
}
// System.Byte[] System.Net.WebAsyncResult::get_Buffer()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WebAsyncResult_get_Buffer_mADBD22123B9BADEE179E6266A813F78D0F4A0201 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get_buffer_13();
return L_0;
}
}
// System.Int32 System.Net.WebAsyncResult::get_Offset()
extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Offset_mCCFD01C6F256D86E3671E12763C9B786A6FFDB9D (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_offset_14();
return L_0;
}
}
// System.Int32 System.Net.WebAsyncResult::get_Size()
extern "C" IL2CPP_METHOD_ATTR int32_t WebAsyncResult_get_Size_mB2BEBB44B435FE3FADC200E5AB62085025BB4F45 (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_size_15();
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.WebConnection::.ctor(System.Net.IWebConnectionState,System.Net.ServicePoint)
extern "C" IL2CPP_METHOD_ATTR void WebConnection__ctor_m64B8D22FB5F0D82EE474DC6B9C97CFF9ED73F4AB (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, RuntimeObject* ___wcs0, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection__ctor_m64B8D22FB5F0D82EE474DC6B9C97CFF9ED73F4AB_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_socketLock_3(L_0);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_1 = ___wcs0;
__this->set_state_4(L_1);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_2 = ___sPoint1;
__this->set_sPoint_0(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)4096));
__this->set_buffer_7(L_3);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_4 = (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC *)il2cpp_codegen_object_new(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC_il2cpp_TypeInfo_var);
WebConnectionData__ctor_mA40C4F1E1F0FB050A2E6C96B2955F63A5B164E28(L_4, /*hidden argument*/NULL);
__this->set_Data_10(L_4);
RuntimeObject* L_5 = ___wcs0;
NullCheck(L_5);
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_6 = InterfaceFuncInvoker0< WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * >::Invoke(0 /* System.Net.WebConnectionGroup System.Net.IWebConnectionState::get_Group() */, IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710_il2cpp_TypeInfo_var, L_5);
NullCheck(L_6);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_7 = WebConnectionGroup_get_Queue_mFD7C3E8AC4A9C8ED75FA1326C061716973038681(L_6, /*hidden argument*/NULL);
__this->set_queue_13(L_7);
AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * L_8 = (AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 *)il2cpp_codegen_object_new(AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81_il2cpp_TypeInfo_var);
AbortHelper__ctor_m0CA99C987AA8D8ABC5CE6DB885A8F6EC42FE5BDD(L_8, /*hidden argument*/NULL);
__this->set_abortHelper_9(L_8);
AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * L_9 = __this->get_abortHelper_9();
NullCheck(L_9);
L_9->set_Connection_0(__this);
AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * L_10 = __this->get_abortHelper_9();
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_11 = (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)il2cpp_codegen_object_new(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var);
EventHandler__ctor_m497A2BCD46DB769EAFFDE919303FCAE226906B6F(L_11, L_10, (intptr_t)((intptr_t)AbortHelper_Abort_mF239AF69587A3125F40DCDC9241010D8DF12857C_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_abortHandler_8(L_11);
return;
}
}
// System.Boolean System.Net.WebConnection::CanReuse()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CanReuse_m5EC30CE099EF0E0F9AA6408B7FEE45D49AAAF8E8 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_socket_2();
NullCheck(L_0);
bool L_1 = Socket_Poll_mF1F23215F0C768A8F891F933221B8D3F7DA53B28(L_0, 0, 0, /*hidden argument*/NULL);
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
}
// System.Void System.Net.WebConnection::Connect(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_Connect_m99C4967C99100050A4BD5EBBB0E385A1BFFC6CBE (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_Connect_m99C4967C99100050A4BD5EBBB0E385A1BFFC6CBE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * V_2 = NULL;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* V_3 = NULL;
int32_t V_4 = 0;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_5 = NULL;
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * V_6 = NULL;
Exception_t * V_7 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_8 = NULL;
Exception_t * V_9 = NULL;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * V_10 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B12_0 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B11_0 = NULL;
int32_t G_B13_0 = 0;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B13_1 = NULL;
{
RuntimeObject * L_0 = __this->get_socketLock_3();
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);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_2 = __this->get_socket_2();
if (!L_2)
{
goto IL_004a;
}
}
IL_0019:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_3 = __this->get_socket_2();
NullCheck(L_3);
bool L_4 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_004a;
}
}
IL_0026:
{
int32_t L_5 = __this->get_status_5();
if (L_5)
{
goto IL_004a;
}
}
IL_002e:
{
bool L_6 = WebConnection_CanReuse_m5EC30CE099EF0E0F9AA6408B7FEE45D49AAAF8E8(__this, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_004a;
}
}
IL_0036:
{
bool L_7 = WebConnection_CompleteChunkedRead_m623E01513E2C00F05A4880C1474606ECE64B314E(__this, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_004a;
}
}
IL_003e:
{
__this->set_reused_14((bool)1);
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
IL_004a:
{
__this->set_reused_14((bool)0);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_8 = __this->get_socket_2();
if (!L_8)
{
goto IL_006b;
}
}
IL_0059:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_9 = __this->get_socket_2();
NullCheck(L_9);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_9, /*hidden argument*/NULL);
__this->set_socket_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
}
IL_006b:
{
__this->set_chunkStream_12((MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 *)NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_10 = __this->get_sPoint_0();
NullCheck(L_10);
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_11 = ServicePoint_get_HostEntry_m4E5041ADAA7460C26495A44337032E9732B49A74(L_10, /*hidden argument*/NULL);
V_2 = L_11;
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_12 = V_2;
if (L_12)
{
goto IL_009e;
}
}
IL_0081:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = __this->get_sPoint_0();
NullCheck(L_13);
bool L_14 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2(L_13, /*hidden argument*/NULL);
G_B11_0 = __this;
if (L_14)
{
G_B12_0 = __this;
goto IL_0092;
}
}
IL_008f:
{
G_B13_0 = 1;
G_B13_1 = G_B11_0;
goto IL_0094;
}
IL_0092:
{
G_B13_0 = ((int32_t)15);
G_B13_1 = G_B12_0;
}
IL_0094:
{
NullCheck(G_B13_1);
G_B13_1->set_status_5(G_B13_0);
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
IL_009e:
{
IPHostEntry_tB00EABDF75DB19AEAD4F3E7D93BFD7BAE558149D * L_15 = V_2;
NullCheck(L_15);
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_16 = IPHostEntry_get_AddressList_m975824502A0B08158C90378007A1E3B6AEFCBE56(L_15, /*hidden argument*/NULL);
V_3 = L_16;
V_4 = 0;
goto IL_01de;
}
IL_00ad:
{
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_17 = V_3;
int32_t L_18 = V_4;
NullCheck(L_17);
int32_t L_19 = L_18;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_20 = (L_17)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
V_5 = L_20;
}
IL_00b3:
try
{ // begin try (depth: 2)
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_21 = V_5;
NullCheck(L_21);
int32_t L_22 = IPAddress_get_AddressFamily_m5FB6DC510A9C84046F0C38C7C7823FE6A565A693(L_21, /*hidden argument*/NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_23 = (Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)il2cpp_codegen_object_new(Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8_il2cpp_TypeInfo_var);
Socket__ctor_mE89CA86721C20DB5F3D00D3E6340A17C039A8F83(L_23, L_22, 1, 6, /*hidden argument*/NULL);
__this->set_socket_2(L_23);
goto IL_00e7;
} // 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_00c9;
throw e;
}
CATCH_00c9:
{ // begin catch(System.Exception)
{
V_7 = ((Exception_t *)__exception_local);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_24 = ___request0;
NullCheck(L_24);
bool L_25 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_24, /*hidden argument*/NULL);
if (L_25)
{
goto IL_00da;
}
}
IL_00d3:
{
__this->set_status_5(2);
}
IL_00da:
{
Exception_t * L_26 = V_7;
__this->set_connect_exception_22(L_26);
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
} // end catch (depth: 2)
IL_00e7:
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_27 = V_5;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_28 = __this->get_sPoint_0();
NullCheck(L_28);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_29 = ServicePoint_get_Address_m495426C74C9007D28297B146B4B6DB4BEC733FAA(L_28, /*hidden argument*/NULL);
NullCheck(L_29);
int32_t L_30 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_29, /*hidden argument*/NULL);
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_31 = (IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F *)il2cpp_codegen_object_new(IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F_il2cpp_TypeInfo_var);
IPEndPoint__ctor_m1C90FD0534415E17207A0BBC05CD381335089845(L_31, L_27, L_30, /*hidden argument*/NULL);
V_6 = L_31;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_32 = __this->get_socket_2();
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_33 = __this->get_sPoint_0();
NullCheck(L_33);
bool L_34 = ServicePoint_get_UseNagleAlgorithm_m56DFD8215A0D543539F4BC78DD65EE54F9FCC5F0(L_33, /*hidden argument*/NULL);
NullCheck(L_32);
Socket_set_NoDelay_mB51929BB6C13E4C051C59B62A9C5CBEA3A129D76(L_32, (bool)((((int32_t)L_34) == ((int32_t)0))? 1 : 0), /*hidden argument*/NULL);
}
IL_0119:
try
{ // begin try (depth: 2)
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_35 = __this->get_sPoint_0();
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_36 = __this->get_socket_2();
NullCheck(L_35);
ServicePoint_KeepAliveSetup_mA93E274CFA648CFE9D5A64B51EAECE3C50A6AA84(L_35, L_36, /*hidden argument*/NULL);
goto IL_012f;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_012c;
throw e;
}
CATCH_012c:
{ // begin catch(System.Object)
goto IL_012f;
} // end catch (depth: 2)
IL_012f:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_37 = __this->get_sPoint_0();
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_38 = __this->get_socket_2();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_39 = V_6;
NullCheck(L_37);
bool L_40 = ServicePoint_CallEndPointDelegate_m4F7022C05DDBEC54192935519387B7D7022F1EB3(L_37, L_38, L_39, /*hidden argument*/NULL);
if (L_40)
{
goto IL_015f;
}
}
IL_0144:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_41 = __this->get_socket_2();
NullCheck(L_41);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_41, /*hidden argument*/NULL);
__this->set_socket_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
__this->set_status_5(2);
goto IL_01d8;
}
IL_015f:
{
}
IL_0160:
try
{ // begin try (depth: 2)
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_42 = ___request0;
NullCheck(L_42);
bool L_43 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_42, /*hidden argument*/NULL);
if (!L_43)
{
goto IL_016d;
}
}
IL_0168:
{
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
IL_016d:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_44 = __this->get_socket_2();
IPEndPoint_tCD29981135F7B1989C3845BF455AD44EBC13DE3F * L_45 = V_6;
NullCheck(L_44);
Socket_Connect_m06F14E236617A4BA22146BEC4334E24ED39D8536(L_44, L_45, /*hidden argument*/NULL);
__this->set_status_5(0);
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ThreadAbortException_t0B7CFB34B2901B695FBCFF84E0A1EBDFC8177468_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0183;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01a0;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_01a3;
throw e;
}
CATCH_0183:
{ // begin catch(System.Threading.ThreadAbortException)
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_46 = __this->get_socket_2();
V_8 = L_46;
__this->set_socket_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_47 = V_8;
if (!L_47)
{
goto IL_019e;
}
}
IL_0197:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_48 = V_8;
NullCheck(L_48);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_48, /*hidden argument*/NULL);
}
IL_019e:
{
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
} // end catch (depth: 2)
CATCH_01a0:
{ // begin catch(System.ObjectDisposedException)
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
} // end catch (depth: 2)
CATCH_01a3:
{ // begin catch(System.Exception)
{
V_9 = ((Exception_t *)__exception_local);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_49 = __this->get_socket_2();
V_10 = L_49;
__this->set_socket_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_50 = V_10;
if (!L_50)
{
goto IL_01bf;
}
}
IL_01b8:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_51 = V_10;
NullCheck(L_51);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_51, /*hidden argument*/NULL);
}
IL_01bf:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_52 = ___request0;
NullCheck(L_52);
bool L_53 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_52, /*hidden argument*/NULL);
if (L_53)
{
goto IL_01ce;
}
}
IL_01c7:
{
__this->set_status_5(2);
}
IL_01ce:
{
Exception_t * L_54 = V_9;
__this->set_connect_exception_22(L_54);
goto IL_01d8;
}
} // end catch (depth: 2)
IL_01d8:
{
int32_t L_55 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_55, (int32_t)1));
}
IL_01de:
{
int32_t L_56 = V_4;
IPAddressU5BU5D_t7F25C4C038C43BFDA8EA84969112E82BADC38BC3* L_57 = V_3;
NullCheck(L_57);
if ((((int32_t)L_56) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_57)->max_length)))))))
{
goto IL_00ad;
}
}
IL_01e8:
{
IL2CPP_LEAVE(0x1F4, FINALLY_01ea);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01ea;
}
FINALLY_01ea:
{ // begin finally (depth: 1)
{
bool L_58 = V_1;
if (!L_58)
{
goto IL_01f3;
}
}
IL_01ed:
{
RuntimeObject * L_59 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_59, /*hidden argument*/NULL);
}
IL_01f3:
{
IL2CPP_END_FINALLY(490)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(490)
{
IL2CPP_JUMP_TBL(0x1F4, IL_01f4)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01f4:
{
return;
}
}
// System.Boolean System.Net.WebConnection::CreateTunnel(System.Net.HttpWebRequest,System.Uri,System.IO.Stream,System.Byte[]U26)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateTunnel_m514EFD20BF9DE135A269B18DB1BFAF9A3B8FDB97 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___connectUri1, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream2, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___buffer3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_CreateTunnel_m514EFD20BF9DE135A269B18DB1BFAF9A3B8FDB97_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
bool V_1 = false;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
String_t* V_3 = NULL;
bool V_4 = false;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_5 = NULL;
int32_t V_6 = 0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * V_7 = NULL;
RuntimeObject* V_8 = NULL;
int32_t V_9 = 0;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * V_10 = NULL;
String_t* V_11 = NULL;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
StringBuilder_t * L_1 = V_0;
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, _stringLiteral6D95E6298D641E510DEE2603D5EA0D91E06E1EFB, /*hidden argument*/NULL);
StringBuilder_t * L_2 = V_0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = ___request0;
NullCheck(L_3);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
String_t* L_5 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_4, /*hidden argument*/NULL);
NullCheck(L_2);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_2, L_5, /*hidden argument*/NULL);
StringBuilder_t * L_6 = V_0;
NullCheck(L_6);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_6, ((int32_t)58), /*hidden argument*/NULL);
StringBuilder_t * L_7 = V_0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = ___request0;
NullCheck(L_8);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_9, /*hidden argument*/NULL);
NullCheck(L_7);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_7, L_10, /*hidden argument*/NULL);
StringBuilder_t * L_11 = V_0;
NullCheck(L_11);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_11, _stringLiteralAE61936696CC34F27C3F3CD4A0F3E1F2DF022723, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_12 = ___request0;
NullCheck(L_12);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = HttpWebRequest_get_ServicePoint_m7E95E58719904639C79F9420F080A3F94BAB63EC(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_14 = VirtFuncInvoker0< Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_13);
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_16 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0070;
}
}
{
StringBuilder_t * L_17 = V_0;
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, _stringLiteral4491F8B5ECC09D9DE308EA37E6A23AD2DD66C256, /*hidden argument*/NULL);
goto IL_007c;
}
IL_0070:
{
StringBuilder_t * L_18 = V_0;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteralE8DC057D3346E56AED7CF252185DBE1FA6454411, /*hidden argument*/NULL);
}
IL_007c:
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteral14FF037C41BD8B8B7FDA06CC169C23B88EF34D19, /*hidden argument*/NULL);
StringBuilder_t * L_20 = V_0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_21 = ___request0;
NullCheck(L_21);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_22 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_21, /*hidden argument*/NULL);
NullCheck(L_22);
String_t* L_23 = Uri_get_Authority_m8C0B264FFF519F0D0C2CB3F9B6B0E87D2F3835C1(L_22, /*hidden argument*/NULL);
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, L_23, /*hidden argument*/NULL);
V_1 = (bool)0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_24 = __this->get_Data_10();
NullCheck(L_24);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_24->get_Challenge_7();
V_2 = L_25;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_26 = __this->get_Data_10();
NullCheck(L_26);
L_26->set_Challenge_7((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_27 = ___request0;
NullCheck(L_27);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_28 = VirtFuncInvoker0< WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * >::Invoke(12 /* System.Net.WebHeaderCollection System.Net.WebRequest::get_Headers() */, L_27);
NullCheck(L_28);
String_t* L_29 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_28, _stringLiteralD2FD2A50C1A375BEB79E19EC25E0A1496B8C4176, /*hidden argument*/NULL);
V_3 = L_29;
String_t* L_30 = V_3;
V_4 = (bool)((!(((RuntimeObject*)(String_t*)L_30) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
bool L_31 = V_4;
if (!L_31)
{
goto IL_00f9;
}
}
{
StringBuilder_t * L_32 = V_0;
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, _stringLiteral325A8E55AB9E23E1D1845CDDF9971AF254905126, /*hidden argument*/NULL);
StringBuilder_t * L_33 = V_0;
String_t* L_34 = V_3;
NullCheck(L_33);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, L_34, /*hidden argument*/NULL);
String_t* L_35 = V_3;
NullCheck(L_35);
String_t* L_36 = String_ToUpper_m23D019B7C5EF2C5C01F524EB8137A424B33EEFE2(L_35, /*hidden argument*/NULL);
NullCheck(L_36);
bool L_37 = String_Contains_m4488034AF8CB3EEA9A205EB8A1F25D438FF8704B(L_36, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261, /*hidden argument*/NULL);
V_1 = L_37;
goto IL_01f7;
}
IL_00f9:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = V_2;
if (!L_38)
{
goto IL_01f7;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_39 = __this->get_Data_10();
NullCheck(L_39);
int32_t L_40 = L_39->get_StatusCode_1();
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)407)))))
{
goto IL_01f7;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_41 = ___request0;
NullCheck(L_41);
RuntimeObject* L_42 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Net.IWebProxy System.Net.WebRequest::get_Proxy() */, L_41);
NullCheck(L_42);
RuntimeObject* L_43 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_42);
V_8 = L_43;
V_4 = (bool)1;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_44 = __this->get_connect_request_21();
if (L_44)
{
goto IL_019c;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_45 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)6);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_46 = L_45;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_47 = ___connectUri1;
NullCheck(L_47);
String_t* L_48 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_47, /*hidden argument*/NULL);
NullCheck(L_46);
ArrayElementTypeCheck (L_46, L_48);
(L_46)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_48);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_49 = L_46;
NullCheck(L_49);
ArrayElementTypeCheck (L_49, _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC);
(L_49)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject *)_stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_50 = L_49;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_51 = ___connectUri1;
NullCheck(L_51);
String_t* L_52 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_51, /*hidden argument*/NULL);
NullCheck(L_50);
ArrayElementTypeCheck (L_50, L_52);
(L_50)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject *)L_52);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_53 = L_50;
NullCheck(L_53);
ArrayElementTypeCheck (L_53, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
(L_53)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject *)_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_54 = L_53;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_55 = ___connectUri1;
NullCheck(L_55);
int32_t L_56 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_55, /*hidden argument*/NULL);
int32_t L_57 = L_56;
RuntimeObject * L_58 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_57);
NullCheck(L_54);
ArrayElementTypeCheck (L_54, L_58);
(L_54)->SetAt(static_cast<il2cpp_array_size_t>(4), (RuntimeObject *)L_58);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_59 = L_54;
NullCheck(L_59);
ArrayElementTypeCheck (L_59, _stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
(L_59)->SetAt(static_cast<il2cpp_array_size_t>(5), (RuntimeObject *)_stringLiteral42099B4AF021E53FD8FD4E056C2568D7C2E3FFA8);
String_t* L_60 = String_Concat_mB7BA84F13912303B2E5E40FBF0109E1A328ACA07(L_59, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_61 = WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778(L_60, /*hidden argument*/NULL);
__this->set_connect_request_21(((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_61, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_62 = __this->get_connect_request_21();
NullCheck(L_62);
VirtActionInvoker1< String_t* >::Invoke(10 /* System.Void System.Net.WebRequest::set_Method(System.String) */, L_62, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_63 = __this->get_connect_request_21();
RuntimeObject* L_64 = V_8;
NullCheck(L_63);
VirtActionInvoker1< RuntimeObject* >::Invoke(15 /* System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials) */, L_63, L_64);
}
IL_019c:
{
RuntimeObject* L_65 = V_8;
if (!L_65)
{
goto IL_01f7;
}
}
{
V_9 = 0;
goto IL_01f0;
}
IL_01a5:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_66 = V_2;
int32_t L_67 = V_9;
NullCheck(L_66);
int32_t L_68 = L_67;
String_t* L_69 = (L_66)->GetAt(static_cast<il2cpp_array_size_t>(L_68));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_70 = __this->get_connect_request_21();
RuntimeObject* L_71 = V_8;
IL2CPP_RUNTIME_CLASS_INIT(AuthenticationManager_t0C973C7282FB47EAA7E2A239421304D47571B012_il2cpp_TypeInfo_var);
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_72 = AuthenticationManager_Authenticate_m8EED4B5369B40410D5282064C3A7F82A54E82103(L_69, L_70, L_71, /*hidden argument*/NULL);
V_10 = L_72;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_73 = V_10;
if (!L_73)
{
goto IL_01ea;
}
}
{
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_74 = V_10;
NullCheck(L_74);
String_t* L_75 = L_74->get_ModuleAuthenticationType_2();
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261, /*hidden argument*/NULL);
V_1 = L_76;
StringBuilder_t * L_77 = V_0;
NullCheck(L_77);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_77, _stringLiteral325A8E55AB9E23E1D1845CDDF9971AF254905126, /*hidden argument*/NULL);
StringBuilder_t * L_78 = V_0;
Authorization_t6AA17F42B60530EEB99AABAF32E48F292BE2125B * L_79 = V_10;
NullCheck(L_79);
String_t* L_80 = Authorization_get_Message_m6A7AC7EC2D323624178328B3922110CB02A1BD6A(L_79, /*hidden argument*/NULL);
NullCheck(L_78);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_78, L_80, /*hidden argument*/NULL);
goto IL_01f7;
}
IL_01ea:
{
int32_t L_81 = V_9;
V_9 = ((int32_t)il2cpp_codegen_add((int32_t)L_81, (int32_t)1));
}
IL_01f0:
{
int32_t L_82 = V_9;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_83 = V_2;
NullCheck(L_83);
if ((((int32_t)L_82) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_83)->max_length)))))))
{
goto IL_01a5;
}
}
IL_01f7:
{
bool L_84 = V_1;
if (!L_84)
{
goto IL_0214;
}
}
{
StringBuilder_t * L_85 = V_0;
NullCheck(L_85);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_85, _stringLiteralF07214A10803CAA1960EF37719A4F05B844FB3C7, /*hidden argument*/NULL);
int32_t L_86 = __this->get_connect_ntlm_auth_state_20();
__this->set_connect_ntlm_auth_state_20(((int32_t)il2cpp_codegen_add((int32_t)L_86, (int32_t)1)));
}
IL_0214:
{
StringBuilder_t * L_87 = V_0;
NullCheck(L_87);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_87, _stringLiteral66928E6CBB59C3A3BCE606959EF4A865FE04E642, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_88 = __this->get_Data_10();
NullCheck(L_88);
L_88->set_StatusCode_1(0);
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_89 = Encoding_get_Default_m625C78C2A9A8504B8BA4141994412513DC470CE2(/*hidden argument*/NULL);
StringBuilder_t * L_90 = V_0;
NullCheck(L_90);
String_t* L_91 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_90);
NullCheck(L_89);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_89, L_91);
V_5 = L_92;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_93 = ___stream2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_94 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_95 = V_5;
NullCheck(L_95);
NullCheck(L_93);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_93, L_94, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_95)->max_length)))));
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_96 = ___stream2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_97 = ___buffer3;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_98 = WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E(__this, L_96, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_97, (int32_t*)(&V_6), /*hidden argument*/NULL);
V_7 = L_98;
bool L_99 = V_4;
if (!L_99)
{
goto IL_0268;
}
}
{
int32_t L_100 = __this->get_connect_ntlm_auth_state_20();
if ((!(((uint32_t)L_100) == ((uint32_t)1))))
{
goto IL_02ef;
}
}
IL_0268:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_101 = V_7;
if (!L_101)
{
goto IL_02ef;
}
}
{
int32_t L_102 = V_6;
if ((!(((uint32_t)L_102) == ((uint32_t)((int32_t)407)))))
{
goto IL_02ef;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_103 = V_7;
NullCheck(L_103);
String_t* L_104 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_103, _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C, /*hidden argument*/NULL);
V_11 = L_104;
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_105 = __this->get_socket_2();
if (!L_105)
{
goto IL_02bc;
}
}
{
String_t* L_106 = V_11;
bool L_107 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_106, /*hidden argument*/NULL);
if (L_107)
{
goto IL_02bc;
}
}
{
String_t* L_108 = V_11;
NullCheck(L_108);
String_t* L_109 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_108, /*hidden argument*/NULL);
bool L_110 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_109, _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18, /*hidden argument*/NULL);
if (!L_110)
{
goto IL_02bc;
}
}
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_111 = __this->get_socket_2();
NullCheck(L_111);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_111, /*hidden argument*/NULL);
__this->set_socket_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
}
IL_02bc:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_112 = __this->get_Data_10();
int32_t L_113 = V_6;
NullCheck(L_112);
L_112->set_StatusCode_1(L_113);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_114 = __this->get_Data_10();
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_115 = V_7;
NullCheck(L_115);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_116 = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(17 /* System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) */, L_115, _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187);
NullCheck(L_114);
L_114->set_Challenge_7(L_116);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_117 = __this->get_Data_10();
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_118 = V_7;
NullCheck(L_117);
L_117->set_Headers_3(L_118);
return (bool)0;
}
IL_02ef:
{
int32_t L_119 = V_6;
if ((((int32_t)L_119) == ((int32_t)((int32_t)200))))
{
goto IL_0314;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_120 = __this->get_Data_10();
int32_t L_121 = V_6;
NullCheck(L_120);
L_120->set_StatusCode_1(L_121);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_122 = __this->get_Data_10();
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_123 = V_7;
NullCheck(L_122);
L_122->set_Headers_3(L_123);
return (bool)0;
}
IL_0314:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_124 = V_7;
return (bool)((!(((RuntimeObject*)(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)L_124) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Net.WebHeaderCollection System.Net.WebConnection::ReadHeaders(System.IO.Stream,System.Byte[]U26,System.Int32U26)
extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** ___retBuffer1, int32_t* ___status2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
String_t* V_4 = NULL;
bool V_5 = false;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * V_6 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_0 = ___retBuffer1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
int32_t* L_1 = ___status2;
*((int32_t*)L_1) = (int32_t)((int32_t)200);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)1024));
V_0 = L_2;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_3 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_3, /*hidden argument*/NULL);
V_1 = L_3;
}
IL_001b:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_4 = ___stream0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
NullCheck(L_4);
int32_t L_6 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_4, L_5, 0, ((int32_t)1024));
V_2 = L_6;
int32_t L_7 = V_2;
if (L_7)
{
goto IL_003c;
}
}
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), (Exception_t *)NULL, _stringLiteral42BD405BCAF14785216A43C2547CB41CEB8A5D61, /*hidden argument*/NULL);
return (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)NULL;
}
IL_003c:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_8 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = V_0;
int32_t L_10 = V_2;
NullCheck(L_8);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_8, L_9, 0, L_10);
V_3 = 0;
V_4 = (String_t*)NULL;
V_5 = (bool)0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_11 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752(L_11, /*hidden argument*/NULL);
V_6 = L_11;
goto IL_0196;
}
IL_0059:
{
String_t* L_12 = V_4;
if (L_12)
{
goto IL_00d0;
}
}
{
V_8 = 0;
}
IL_0060:
try
{ // begin try (depth: 1)
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_13 = V_6;
NullCheck(L_13);
String_t* L_14 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_13, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
int32_t L_15 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_14, /*hidden argument*/NULL);
V_8 = L_15;
goto IL_007b;
} // 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_0075;
throw e;
}
CATCH_0075:
{ // begin catch(System.Object)
V_8 = 0;
goto IL_007b;
} // end catch (depth: 1)
IL_007b:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_16 = V_1;
NullCheck(L_16);
int64_t L_17 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_16);
int32_t L_18 = V_3;
int32_t L_19 = V_8;
if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_17, (int64_t)(((int64_t)((int64_t)L_18))))), (int64_t)(((int64_t)((int64_t)L_19)))))) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00b9;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_20 = ___retBuffer1;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_21 = V_1;
NullCheck(L_21);
int64_t L_22 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_21);
int32_t L_23 = V_3;
int32_t L_24 = V_8;
if ((int64_t)(((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_22, (int64_t)(((int64_t)((int64_t)L_23))))), (int64_t)(((int64_t)((int64_t)L_24)))))) > INTPTR_MAX) IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), NULL, WebConnection_ReadHeaders_m645B044D78ED4874C0CA6F1BF5F93522C78C193E_RuntimeMethod_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)(((intptr_t)((int64_t)il2cpp_codegen_subtract((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_22, (int64_t)(((int64_t)((int64_t)L_23))))), (int64_t)(((int64_t)((int64_t)L_24))))))));
*((RuntimeObject **)L_20) = (RuntimeObject *)L_25;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_20, (RuntimeObject *)L_25);
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_26 = V_1;
NullCheck(L_26);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_26);
int32_t L_28 = V_3;
int32_t L_29 = V_8;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_30 = ___retBuffer1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = *((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821** L_32 = ___retBuffer1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = *((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)L_32);
NullCheck(L_33);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_27, ((int32_t)il2cpp_codegen_add((int32_t)L_28, (int32_t)L_29)), (RuntimeArray *)(RuntimeArray *)L_31, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_33)->max_length)))), /*hidden argument*/NULL);
goto IL_00cd;
}
IL_00b9:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_34 = ___stream0;
int32_t L_35 = V_8;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_36 = V_1;
NullCheck(L_36);
int64_t L_37 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_36);
int32_t L_38 = V_3;
WebConnection_FlushContents_m7620CD3A285D6698CC9BA707165DFD35E8F846AA(__this, L_34, ((int32_t)il2cpp_codegen_subtract((int32_t)L_35, (int32_t)(((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_37, (int64_t)(((int64_t)((int64_t)L_38)))))))))), /*hidden argument*/NULL);
}
IL_00cd:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_39 = V_6;
return L_39;
}
IL_00d0:
{
bool L_40 = V_5;
if (!L_40)
{
goto IL_00e2;
}
}
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_41 = V_6;
String_t* L_42 = V_4;
NullCheck(L_41);
WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175(L_41, L_42, /*hidden argument*/NULL);
goto IL_0196;
}
IL_00e2:
{
String_t* L_43 = V_4;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_44 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_45 = L_44;
NullCheck(L_45);
(L_45)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)32));
NullCheck(L_43);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_46 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_43, L_45, /*hidden argument*/NULL);
V_7 = L_46;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_47 = V_7;
NullCheck(L_47);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_47)->max_length))))) >= ((int32_t)2)))
{
goto IL_010d;
}
}
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), (Exception_t *)NULL, _stringLiteralC46B50407D7FDDA010F48931C8915B3AB6B11F47, /*hidden argument*/NULL);
return (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)NULL;
}
IL_010d:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_48 = V_7;
NullCheck(L_48);
int32_t L_49 = 0;
String_t* L_50 = (L_48)->GetAt(static_cast<il2cpp_array_size_t>(L_49));
int32_t L_51 = String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1(L_50, _stringLiteral1BA3338BD0D397031AE85DC0347D63C94B00E5DF, (bool)1, /*hidden argument*/NULL);
if (L_51)
{
goto IL_0130;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_52 = __this->get_Data_10();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_53 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
NullCheck(L_52);
L_52->set_ProxyVersion_5(L_53);
goto IL_0163;
}
IL_0130:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_54 = V_7;
NullCheck(L_54);
int32_t L_55 = 0;
String_t* L_56 = (L_54)->GetAt(static_cast<il2cpp_array_size_t>(L_55));
int32_t L_57 = String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1(L_56, _stringLiteral269A2614A96D634F4BA5A20647B7BE734CAD6B7C, (bool)1, /*hidden argument*/NULL);
if (L_57)
{
goto IL_0153;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_58 = __this->get_Data_10();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_59 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0();
NullCheck(L_58);
L_58->set_ProxyVersion_5(L_59);
goto IL_0163;
}
IL_0153:
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), (Exception_t *)NULL, _stringLiteralC46B50407D7FDDA010F48931C8915B3AB6B11F47, /*hidden argument*/NULL);
return (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)NULL;
}
IL_0163:
{
int32_t* L_60 = ___status2;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_61 = V_7;
NullCheck(L_61);
int32_t L_62 = 1;
String_t* L_63 = (L_61)->GetAt(static_cast<il2cpp_array_size_t>(L_62));
uint32_t L_64 = UInt32_Parse_m7BE20B4A60B436F4061567396833BE360ACD476D(L_63, /*hidden argument*/NULL);
*((int32_t*)L_60) = (int32_t)L_64;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_65 = V_7;
NullCheck(L_65);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_65)->max_length))))) < ((int32_t)3)))
{
goto IL_0193;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_66 = __this->get_Data_10();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_67 = V_7;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_68 = V_7;
NullCheck(L_68);
String_t* L_69 = String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_67, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_68)->max_length)))), (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_66);
L_66->set_StatusDescription_2(L_69);
}
IL_0193:
{
V_5 = (bool)1;
}
IL_0196:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_70 = V_1;
NullCheck(L_70);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_70);
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_72 = V_1;
NullCheck(L_72);
int64_t L_73 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_72);
bool L_74 = WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13(L_71, (int32_t*)(&V_3), (((int32_t)((int32_t)L_73))), (String_t**)(&V_4), /*hidden argument*/NULL);
if (L_74)
{
goto IL_0059;
}
}
{
goto IL_001b;
}
}
// System.Void System.Net.WebConnection::FlushContents(System.IO.Stream,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_FlushContents_m7620CD3A285D6698CC9BA707165DFD35E8F846AA (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * ___stream0, int32_t ___contentLength1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_FlushContents_m7620CD3A285D6698CC9BA707165DFD35E8F846AA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
{
goto IL_001c;
}
IL_0002:
{
int32_t L_0 = ___contentLength1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_0);
V_0 = L_1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = ___stream0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = V_0;
int32_t L_4 = ___contentLength1;
NullCheck(L_2);
int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, L_4);
V_1 = L_5;
int32_t L_6 = V_1;
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_0020;
}
}
{
int32_t L_7 = ___contentLength1;
int32_t L_8 = V_1;
___contentLength1 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_7, (int32_t)L_8));
}
IL_001c:
{
int32_t L_9 = ___contentLength1;
if ((((int32_t)L_9) > ((int32_t)0)))
{
goto IL_0002;
}
}
IL_0020:
{
return;
}
}
// System.Boolean System.Net.WebConnection::CreateStream(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CreateStream_m2BA8A86F765E7FB8980608BE2A25AFE7CAC4498F (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_CreateStream_m2BA8A86F765E7FB8980608BE2A25AFE7CAC4498F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * V_0 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
bool V_2 = false;
Exception_t * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_0 = __this->get_socket_2();
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_1 = (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA *)il2cpp_codegen_object_new(NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_il2cpp_TypeInfo_var);
NetworkStream__ctor_m9629E0E9BD6011BA4E7E923B71410EC3A611FE83(L_1, L_0, (bool)0, /*hidden argument*/NULL);
V_0 = L_1;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = ___request0;
NullCheck(L_2);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_2, /*hidden argument*/NULL);
NullCheck(L_3);
String_t* L_4 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
String_t* L_5 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var))->get_UriSchemeHttps_4();
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0087;
}
}
IL_0024:
{
bool L_7 = __this->get_reused_14();
if (!L_7)
{
goto IL_003c;
}
}
IL_002c:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_nstream_1();
if (!L_8)
{
goto IL_003c;
}
}
IL_0034:
{
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * L_9 = __this->get_tlsStream_23();
if (L_9)
{
goto IL_008e;
}
}
IL_003c:
{
V_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_10 = __this->get_sPoint_0();
NullCheck(L_10);
bool L_11 = ServicePoint_get_UseConnect_m6268CF09927CD113B8841A7CE26C668D55428AB0(L_10, /*hidden argument*/NULL);
if (!L_11)
{
goto IL_0066;
}
}
IL_004b:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_12 = ___request0;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_13 = __this->get_sPoint_0();
NullCheck(L_13);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = ServicePoint_get_Address_m495426C74C9007D28297B146B4B6DB4BEC733FAA(L_13, /*hidden argument*/NULL);
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_15 = V_0;
bool L_16 = WebConnection_CreateTunnel_m514EFD20BF9DE135A269B18DB1BFAF9A3B8FDB97(__this, L_12, L_14, L_15, (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821**)(&V_1), /*hidden argument*/NULL);
if (L_16)
{
goto IL_0066;
}
}
IL_0062:
{
V_2 = (bool)0;
goto IL_00c8;
}
IL_0066:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_17 = ___request0;
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_18 = V_0;
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * L_19 = (MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 *)il2cpp_codegen_object_new(MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171_il2cpp_TypeInfo_var);
MonoTlsStream__ctor_mE9D329376ADF7AD49283D592E891E6C264052AAF(L_19, L_17, L_18, /*hidden argument*/NULL);
__this->set_tlsStream_23(L_19);
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * L_20 = __this->get_tlsStream_23();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = V_1;
NullCheck(L_20);
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_22 = MonoTlsStream_CreateStream_m87D07735AF534F2769A890A9CD9EB9480BCF8275(L_20, L_21, /*hidden argument*/NULL);
__this->set_nstream_1(L_22);
goto IL_008e;
}
IL_0087:
{
NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA * L_23 = V_0;
__this->set_nstream_1(L_23);
}
IL_008e:
{
goto IL_00c6;
}
} // 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_0090;
throw e;
}
CATCH_0090:
{ // begin catch(System.Exception)
{
V_3 = ((Exception_t *)__exception_local);
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * L_24 = __this->get_tlsStream_23();
if (!L_24)
{
goto IL_00ac;
}
}
IL_0099:
{
MonoTlsStream_t15DF42240B3214CA6A4A8FD8671C173B572DF171 * L_25 = __this->get_tlsStream_23();
NullCheck(L_25);
int32_t L_26 = MonoTlsStream_get_ExceptionStatus_m9B0855084A66F0F11D5576249ED25547BE0AB015(L_25, /*hidden argument*/NULL);
__this->set_status_5(L_26);
goto IL_00bb;
}
IL_00ac:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_27 = ___request0;
NullCheck(L_27);
bool L_28 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_27, /*hidden argument*/NULL);
if (L_28)
{
goto IL_00bb;
}
}
IL_00b4:
{
__this->set_status_5(2);
}
IL_00bb:
{
Exception_t * L_29 = V_3;
__this->set_connect_exception_22(L_29);
V_2 = (bool)0;
goto IL_00c8;
}
} // end catch (depth: 1)
IL_00c6:
{
return (bool)1;
}
IL_00c8:
{
bool L_30 = V_2;
return L_30;
}
}
// System.Void System.Net.WebConnection::HandleError(System.Net.WebExceptionStatus,System.Exception,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, int32_t ___st0, Exception_t * ___e1, String_t* ___where2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_0 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_1 = NULL;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
int32_t L_0 = ___st0;
__this->set_status_5(L_0);
V_1 = __this;
V_2 = (bool)0;
}
IL_000b:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_1 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_2), /*hidden argument*/NULL);
int32_t L_2 = ___st0;
if ((!(((uint32_t)L_2) == ((uint32_t)6))))
{
goto IL_0022;
}
}
IL_0017:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_3 = (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC *)il2cpp_codegen_object_new(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC_il2cpp_TypeInfo_var);
WebConnectionData__ctor_mA40C4F1E1F0FB050A2E6C96B2955F63A5B164E28(L_3, /*hidden argument*/NULL);
__this->set_Data_10(L_3);
}
IL_0022:
{
IL2CPP_LEAVE(0x2E, FINALLY_0024);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0024;
}
FINALLY_0024:
{ // begin finally (depth: 1)
{
bool L_4 = V_2;
if (!L_4)
{
goto IL_002d;
}
}
IL_0027:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_5 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_5, /*hidden argument*/NULL);
}
IL_002d:
{
IL2CPP_END_FINALLY(36)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(36)
{
IL2CPP_JUMP_TBL(0x2E, IL_002e)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002e:
{
Exception_t * L_6 = ___e1;
if (L_6)
{
goto IL_0045;
}
}
IL_0031:
try
{ // begin try (depth: 1)
StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 * L_7 = (StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99 *)il2cpp_codegen_object_new(StackTrace_tD5D45826A379D8DF0CFB2CA206D992EE718C7E99_il2cpp_TypeInfo_var);
StackTrace__ctor_mB01121AE4B50E28777806A8C6BA844C2E564AB1F(L_7, /*hidden argument*/NULL);
NullCheck(L_7);
String_t* L_8 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_7);
Exception_t * L_9 = (Exception_t *)il2cpp_codegen_object_new(Exception_t_il2cpp_TypeInfo_var);
Exception__ctor_m89BADFF36C3B170013878726E07729D51AA9FBE0(L_9, L_8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0_RuntimeMethod_var);
} // 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)
___e1 = ((Exception_t *)__exception_local);
goto IL_0045;
} // end catch (depth: 1)
IL_0045:
{
V_0 = (HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)NULL;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_10 = __this->get_Data_10();
if (!L_10)
{
goto IL_0068;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_11 = __this->get_Data_10();
NullCheck(L_11);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_12 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0068;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_13 = __this->get_Data_10();
NullCheck(L_13);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_13, /*hidden argument*/NULL);
V_0 = L_14;
}
IL_0068:
{
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(__this, (bool)1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_15 = V_0;
if (!L_15)
{
goto IL_0082;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_16 = V_0;
NullCheck(L_16);
HttpWebRequest_set_FinishedReading_m7996D990D5CC3E633495786FBC33530F8F28DE49(L_16, (bool)1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_17 = V_0;
int32_t L_18 = ___st0;
Exception_t * L_19 = ___e1;
String_t* L_20 = ___where2;
NullCheck(L_17);
HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662(L_17, L_18, L_19, L_20, /*hidden argument*/NULL);
}
IL_0082:
{
return;
}
}
// System.Void System.Net.WebConnection::ReadDone(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_ReadDone_m0768A9A7250129F37AC883272FF9A27E184A5F87 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, RuntimeObject* ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_ReadDone_m0768A9A7250129F37AC883272FF9A27E184A5F87_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * V_0 = NULL;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * V_4 = NULL;
bool V_5 = false;
String_t* V_6 = NULL;
Exception_t * V_7 = NULL;
Exception_t * V_8 = NULL;
int32_t V_9 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_10 = NULL;
Exception_t * V_11 = NULL;
Exception_t * V_12 = NULL;
Exception_t * V_13 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
int32_t G_B25_0 = 0;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B30_0 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B29_0 = NULL;
int32_t G_B31_0 = 0;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B31_1 = NULL;
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_0 = __this->get_Data_10();
V_0 = L_0;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_1 = __this->get_nstream_1();
V_1 = L_1;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = V_1;
if (L_2)
{
goto IL_0019;
}
}
{
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(__this, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0019:
{
V_2 = (-1);
}
IL_001b:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_1;
RuntimeObject* L_4 = ___result0;
NullCheck(L_3);
int32_t L_5 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_3, L_4);
V_2 = L_5;
goto IL_0053;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0025;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_002b;
throw e;
}
CATCH_0025:
{ // begin catch(System.ObjectDisposedException)
goto IL_0259;
} // end catch (depth: 1)
CATCH_002b:
{ // begin catch(System.Exception)
{
V_7 = ((Exception_t *)__exception_local);
Exception_t * L_6 = V_7;
NullCheck(L_6);
Exception_t * L_7 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F(L_6, /*hidden argument*/NULL);
if (!((ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)IsInstClass((RuntimeObject*)L_7, ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var)))
{
goto IL_0040;
}
}
IL_003b:
{
goto IL_0259;
}
IL_0040:
{
Exception_t * L_8 = V_7;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, L_8, _stringLiteral66413FB003977D655A9BFBABAEAF9CF7C0E16850, /*hidden argument*/NULL);
goto IL_0259;
}
} // end catch (depth: 1)
IL_0053:
{
int32_t L_9 = V_2;
if (L_9)
{
goto IL_0064;
}
}
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, (Exception_t *)NULL, _stringLiteralE67622E4CC268EE4A986CC6ADE09FC6BEB396B1C, /*hidden argument*/NULL);
return;
}
IL_0064:
{
int32_t L_10 = V_2;
if ((((int32_t)L_10) >= ((int32_t)0)))
{
goto IL_0077;
}
}
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), (Exception_t *)NULL, _stringLiteral4F3ECD0D3F8585D5B2BF6ECE1337BC200BCE8F6E, /*hidden argument*/NULL);
return;
}
IL_0077:
{
V_3 = (-1);
int32_t L_11 = V_2;
int32_t L_12 = __this->get_position_15();
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12));
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_13 = V_0;
NullCheck(L_13);
int32_t L_14 = WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_00bf;
}
}
{
V_8 = (Exception_t *)NULL;
}
IL_008d:
try
{ // begin try (depth: 1)
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_15 = V_0;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_16 = __this->get_sPoint_0();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = __this->get_buffer_7();
int32_t L_18 = V_2;
int32_t L_19 = WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1(L_15, L_16, L_17, L_18, /*hidden argument*/NULL);
V_3 = L_19;
goto IL_00a7;
} // 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_00a3;
throw e;
}
CATCH_00a3:
{ // begin catch(System.Exception)
V_8 = ((Exception_t *)__exception_local);
goto IL_00a7;
} // end catch (depth: 1)
IL_00a7:
{
Exception_t * L_20 = V_8;
if (L_20)
{
goto IL_00af;
}
}
{
int32_t L_21 = V_3;
if ((!(((uint32_t)L_21) == ((uint32_t)(-1)))))
{
goto IL_00bf;
}
}
IL_00af:
{
Exception_t * L_22 = V_8;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), L_22, _stringLiteral6B4A1ABAC4ADF0B20D63D51E0EB7DE1B450C069A, /*hidden argument*/NULL);
return;
}
IL_00bf:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_23 = V_0;
NullCheck(L_23);
int32_t L_24 = WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D(L_23, /*hidden argument*/NULL);
if ((!(((uint32_t)L_24) == ((uint32_t)4))))
{
goto IL_00d6;
}
}
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 6, (Exception_t *)NULL, _stringLiteral30EFC02D11E06C55DE11CB215737C9F33CABFE16, /*hidden argument*/NULL);
return;
}
IL_00d6:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_25 = V_0;
NullCheck(L_25);
int32_t L_26 = WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D(L_25, /*hidden argument*/NULL);
if ((((int32_t)L_26) == ((int32_t)3)))
{
goto IL_0130;
}
}
{
int32_t L_27 = V_2;
V_9 = ((int32_t)il2cpp_codegen_multiply((int32_t)L_27, (int32_t)2));
int32_t L_28 = V_9;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = __this->get_buffer_7();
NullCheck(L_29);
if ((((int32_t)L_28) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_29)->max_length)))))))
{
goto IL_00f4;
}
}
{
int32_t L_30 = V_9;
G_B25_0 = L_30;
goto IL_00fc;
}
IL_00f4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = __this->get_buffer_7();
NullCheck(L_31);
G_B25_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))));
}
IL_00fc:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)G_B25_0);
V_10 = L_32;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_33 = __this->get_buffer_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_34 = V_10;
int32_t L_35 = V_2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_33, 0, (RuntimeArray *)(RuntimeArray *)L_34, 0, L_35, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_10;
__this->set_buffer_7(L_36);
int32_t L_37 = V_2;
__this->set_position_15(L_37);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_38 = V_0;
NullCheck(L_38);
WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D(L_38, 0, /*hidden argument*/NULL);
WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93(__this, /*hidden argument*/NULL);
return;
}
IL_0130:
{
__this->set_position_15(0);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_39 = V_0;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_40 = (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)il2cpp_codegen_object_new(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var);
WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC(L_40, __this, L_39, /*hidden argument*/NULL);
V_4 = L_40;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_41 = V_0;
NullCheck(L_41);
int32_t L_42 = L_41->get_StatusCode_1();
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_43 = V_0;
NullCheck(L_43);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_44 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_43, /*hidden argument*/NULL);
NullCheck(L_44);
String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_44);
bool L_46 = WebConnection_ExpectContent_m7C256B2551526A687615CF119ED9692E15A42299(L_42, L_45, /*hidden argument*/NULL);
V_5 = L_46;
V_6 = (String_t*)NULL;
bool L_47 = V_5;
if (!L_47)
{
goto IL_0171;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_48 = V_0;
NullCheck(L_48);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_49 = L_48->get_Headers_3();
NullCheck(L_49);
String_t* L_50 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_49, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
V_6 = L_50;
}
IL_0171:
{
String_t* L_51 = V_6;
G_B29_0 = __this;
if (!L_51)
{
G_B30_0 = __this;
goto IL_018b;
}
}
{
String_t* L_52 = V_6;
NullCheck(L_52);
int32_t L_53 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_52, _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93, 5, /*hidden argument*/NULL);
G_B31_0 = ((((int32_t)((((int32_t)L_53) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
G_B31_1 = G_B29_0;
goto IL_018c;
}
IL_018b:
{
G_B31_0 = 0;
G_B31_1 = G_B30_0;
}
IL_018c:
{
NullCheck(G_B31_1);
G_B31_1->set_chunkedRead_11((bool)G_B31_0);
bool L_54 = __this->get_chunkedRead_11();
if (L_54)
{
goto IL_01d1;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_55 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_56 = __this->get_buffer_7();
NullCheck(L_55);
WebConnectionStream_set_ReadBuffer_m83EFEB4452866B3B82420C0B5A46B788F59BB7F5(L_55, L_56, /*hidden argument*/NULL);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_57 = V_4;
int32_t L_58 = V_3;
NullCheck(L_57);
WebConnectionStream_set_ReadBufferOffset_mB30436CA2165A8241F3901EDAEA0F7087FDF70C1(L_57, L_58, /*hidden argument*/NULL);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_59 = V_4;
int32_t L_60 = V_2;
NullCheck(L_59);
WebConnectionStream_set_ReadBufferSize_mE30E018A060002F77284E4EC09C35D6FB04462F7(L_59, L_60, /*hidden argument*/NULL);
}
IL_01b6:
try
{ // begin try (depth: 1)
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_61 = V_4;
NullCheck(L_61);
WebConnectionStream_CheckResponseInBuffer_mC692FE873374422FC3DC1CDA3374CA1B1F8404C9(L_61, /*hidden argument*/NULL);
goto IL_023a;
} // 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_01bf;
throw e;
}
CATCH_01bf:
{ // begin catch(System.Exception)
V_11 = ((Exception_t *)__exception_local);
Exception_t * L_62 = V_11;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, L_62, _stringLiteralC87F485336AFBE9EC73E4656D8FFBB898F797118, /*hidden argument*/NULL);
goto IL_023a;
} // end catch (depth: 1)
IL_01d1:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_63 = __this->get_chunkStream_12();
if (L_63)
{
goto IL_0207;
}
}
IL_01d9:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = __this->get_buffer_7();
int32_t L_65 = V_3;
int32_t L_66 = V_2;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_67 = V_0;
NullCheck(L_67);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_68 = L_67->get_Headers_3();
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_69 = (MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 *)il2cpp_codegen_object_new(MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5_il2cpp_TypeInfo_var);
MonoChunkStream__ctor_m6FF583144A344058281F8861F6112D23CA6A2D49(L_69, L_64, L_65, L_66, L_68, /*hidden argument*/NULL);
__this->set_chunkStream_12(L_69);
goto IL_023a;
} // 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_01f4;
throw e;
}
CATCH_01f4:
{ // begin catch(System.Exception)
V_12 = ((Exception_t *)__exception_local);
Exception_t * L_70 = V_12;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), L_70, _stringLiteral0BCB5370FC03D916157E41F2FD44DBFBA8BAE6AE, /*hidden argument*/NULL);
goto IL_0259;
} // end catch (depth: 1)
IL_0207:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_71 = __this->get_chunkStream_12();
NullCheck(L_71);
MonoChunkStream_ResetBuffer_m05A647997D2FC9F41EC0630004BEAD6AC52F2FC4(L_71, /*hidden argument*/NULL);
}
IL_0212:
try
{ // begin try (depth: 1)
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_72 = __this->get_chunkStream_12();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_73 = __this->get_buffer_7();
int32_t L_74 = V_3;
int32_t L_75 = V_2;
NullCheck(L_72);
MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D(L_72, L_73, L_74, L_75, /*hidden argument*/NULL);
goto IL_023a;
} // 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_0227;
throw e;
}
CATCH_0227:
{ // begin catch(System.Exception)
V_13 = ((Exception_t *)__exception_local);
Exception_t * L_76 = V_13;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, ((int32_t)11), L_76, _stringLiteralCE3C377596438C66F53D48756E1242003FF5FC3F, /*hidden argument*/NULL);
goto IL_0259;
} // end catch (depth: 1)
IL_023a:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_77 = V_0;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_78 = V_4;
NullCheck(L_77);
L_77->set_stream_6(L_78);
bool L_79 = V_5;
if (L_79)
{
goto IL_024d;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_80 = V_4;
NullCheck(L_80);
WebConnectionStream_ForceCompletion_mA4460C1FFC516463CDD44A94937C30AB135EE462(L_80, /*hidden argument*/NULL);
}
IL_024d:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_81 = V_0;
NullCheck(L_81);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_82 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_81, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_83 = V_0;
NullCheck(L_82);
HttpWebRequest_SetResponseData_m736088F0B44101F0D449344A847BC93A375A1E82(L_82, L_83, /*hidden argument*/NULL);
}
IL_0259:
{
return;
}
}
// System.Boolean System.Net.WebConnection::ExpectContent(System.Int32,System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ExpectContent_m7C256B2551526A687615CF119ED9692E15A42299 (int32_t ___statusCode0, String_t* ___method1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_ExpectContent_m7C256B2551526A687615CF119ED9692E15A42299_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___method1;
bool L_1 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_0, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
int32_t L_2 = ___statusCode0;
if ((((int32_t)L_2) < ((int32_t)((int32_t)200))))
{
goto IL_002b;
}
}
{
int32_t L_3 = ___statusCode0;
if ((((int32_t)L_3) == ((int32_t)((int32_t)204))))
{
goto IL_002b;
}
}
{
int32_t L_4 = ___statusCode0;
return (bool)((((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)304)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_002b:
{
return (bool)0;
}
}
// System.Void System.Net.WebConnection::InitRead()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
int32_t V_1 = 0;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_0 = __this->get_nstream_1();
V_0 = L_0;
}
IL_0007:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get_buffer_7();
NullCheck(L_1);
int32_t L_2 = __this->get_position_15();
V_1 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_1)->max_length)))), (int32_t)L_2));
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_3 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_buffer_7();
int32_t L_5 = __this->get_position_15();
int32_t L_6 = V_1;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_7 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_7, __this, (intptr_t)((intptr_t)WebConnection_ReadDone_m0768A9A7250129F37AC883272FF9A27E184A5F87_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_3);
VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_3, L_4, L_5, L_6, L_7, NULL);
goto IL_004a;
} // 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_003a;
throw e;
}
CATCH_003a:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
Exception_t * L_8 = V_2;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, L_8, _stringLiteralC128A21F6AC690242AB034ABCDEAB8B8BCF4904F, /*hidden argument*/NULL);
goto IL_004a;
} // end catch (depth: 1)
IL_004a:
{
return;
}
}
// System.Int32 System.Net.WebConnection::GetResponse(System.Net.WebConnectionData,System.Net.ServicePoint,System.Byte[],System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1 (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data0, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint1, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer2, int32_t ___max3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_4 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_5 = NULL;
bool V_6 = false;
int32_t V_7 = 0;
String_t* V_8 = NULL;
RuntimeObject* V_9 = NULL;
int32_t V_10 = 0;
String_t* V_11 = NULL;
String_t* V_12 = NULL;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * V_13 = NULL;
RuntimeObject* V_14 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
String_t* G_B36_0 = NULL;
String_t* G_B35_0 = NULL;
{
V_0 = 0;
V_1 = (String_t*)NULL;
V_2 = (bool)0;
V_3 = (bool)0;
}
IL_0008:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_0 = ___data0;
NullCheck(L_0);
int32_t L_1 = WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D(L_0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
{
goto IL_0013;
}
}
{
return (-1);
}
IL_0013:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_2 = ___data0;
NullCheck(L_2);
int32_t L_3 = WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D(L_2, /*hidden argument*/NULL);
if (L_3)
{
goto IL_00dd;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer2;
int32_t L_5 = ___max3;
bool L_6 = WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13(L_4, (int32_t*)(&V_0), L_5, (String_t**)(&V_1), /*hidden argument*/NULL);
if (L_6)
{
goto IL_002d;
}
}
{
return 0;
}
IL_002d:
{
String_t* L_7 = V_1;
if (L_7)
{
goto IL_0037;
}
}
{
V_3 = (bool)1;
goto IL_0278;
}
IL_0037:
{
V_3 = (bool)0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_8 = ___data0;
NullCheck(L_8);
WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D(L_8, 1, /*hidden argument*/NULL);
String_t* L_9 = V_1;
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_10 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)1);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_11 = L_10;
NullCheck(L_11);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (Il2CppChar)((int32_t)32));
NullCheck(L_9);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = String_Split_m13262358217AD2C119FD1B9733C3C0289D608512(L_9, L_11, /*hidden argument*/NULL);
V_4 = L_12;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = V_4;
NullCheck(L_13);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_13)->max_length))))) >= ((int32_t)2)))
{
goto IL_005c;
}
}
{
return (-1);
}
IL_005c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = V_4;
NullCheck(L_14);
int32_t L_15 = 0;
String_t* L_16 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
int32_t L_17 = String_Compare_m938570328DE9DAB5A5F1E5F4749DD66ECFBC97F1(L_16, _stringLiteral1BA3338BD0D397031AE85DC0347D63C94B00E5DF, (bool)1, /*hidden argument*/NULL);
if (L_17)
{
goto IL_0085;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_18 = ___data0;
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_19 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
NullCheck(L_18);
L_18->set_Version_4(L_19);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_20 = ___sPoint1;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_21 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
NullCheck(L_20);
ServicePoint_SetVersion_mDEF772403546C56DD090DB39086E947BAD9482AD(L_20, L_21, /*hidden argument*/NULL);
goto IL_009b;
}
IL_0085:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_22 = ___data0;
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_23 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0();
NullCheck(L_22);
L_22->set_Version_4(L_23);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_24 = ___sPoint1;
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_25 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version10_0();
NullCheck(L_24);
ServicePoint_SetVersion_mDEF772403546C56DD090DB39086E947BAD9482AD(L_24, L_25, /*hidden argument*/NULL);
}
IL_009b:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_26 = ___data0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_4;
NullCheck(L_27);
int32_t L_28 = 1;
String_t* L_29 = (L_27)->GetAt(static_cast<il2cpp_array_size_t>(L_28));
uint32_t L_30 = UInt32_Parse_m7BE20B4A60B436F4061567396833BE360ACD476D(L_29, /*hidden argument*/NULL);
NullCheck(L_26);
L_26->set_StatusCode_1(L_30);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_31 = V_4;
NullCheck(L_31);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length))))) < ((int32_t)3)))
{
goto IL_00cc;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_32 = ___data0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_33 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_34 = V_4;
NullCheck(L_34);
String_t* L_35 = String_Join_mAD2E71273792A113300BE8D8AA6958C2AA0AC6EF(_stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, L_33, 2, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_34)->max_length)))), (int32_t)2)), /*hidden argument*/NULL);
NullCheck(L_32);
L_32->set_StatusDescription_2(L_35);
goto IL_00d7;
}
IL_00cc:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_36 = ___data0;
NullCheck(L_36);
L_36->set_StatusDescription_2(_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
}
IL_00d7:
{
int32_t L_37 = V_0;
int32_t L_38 = ___max3;
if ((((int32_t)L_37) < ((int32_t)L_38)))
{
goto IL_00dd;
}
}
{
int32_t L_39 = V_0;
return L_39;
}
IL_00dd:
{
V_3 = (bool)0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_40 = ___data0;
NullCheck(L_40);
int32_t L_41 = WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D(L_40, /*hidden argument*/NULL);
if ((!(((uint32_t)L_41) == ((uint32_t)1))))
{
goto IL_0278;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_42 = ___data0;
NullCheck(L_42);
WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D(L_42, 2, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_43 = ___data0;
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_44 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752(L_44, /*hidden argument*/NULL);
NullCheck(L_43);
L_43->set_Headers_3(L_44);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_45 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_45, /*hidden argument*/NULL);
V_5 = L_45;
V_6 = (bool)0;
goto IL_0179;
}
IL_0109:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = ___buffer2;
int32_t L_47 = ___max3;
bool L_48 = WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13(L_46, (int32_t*)(&V_0), L_47, (String_t**)(&V_1), /*hidden argument*/NULL);
if (!L_48)
{
goto IL_017d;
}
}
{
String_t* L_49 = V_1;
if (L_49)
{
goto IL_011e;
}
}
{
V_6 = (bool)1;
goto IL_0179;
}
IL_011e:
{
String_t* L_50 = V_1;
NullCheck(L_50);
int32_t L_51 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_50, /*hidden argument*/NULL);
if ((((int32_t)L_51) <= ((int32_t)0)))
{
goto IL_0170;
}
}
{
String_t* L_52 = V_1;
NullCheck(L_52);
Il2CppChar L_53 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_52, 0, /*hidden argument*/NULL);
if ((((int32_t)L_53) == ((int32_t)((int32_t)32))))
{
goto IL_013d;
}
}
{
String_t* L_54 = V_1;
NullCheck(L_54);
Il2CppChar L_55 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_54, 0, /*hidden argument*/NULL);
if ((!(((uint32_t)L_55) == ((uint32_t)((int32_t)9)))))
{
goto IL_0170;
}
}
IL_013d:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_56 = V_5;
NullCheck(L_56);
int32_t L_57 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_56);
V_7 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)1));
int32_t L_58 = V_7;
if ((((int32_t)L_58) < ((int32_t)0)))
{
goto IL_017d;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_59 = V_5;
int32_t L_60 = V_7;
NullCheck(L_59);
RuntimeObject * L_61 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_59, L_60);
String_t* L_62 = V_1;
String_t* L_63 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(((String_t*)CastclassSealed((RuntimeObject*)L_61, String_t_il2cpp_TypeInfo_var)), L_62, /*hidden argument*/NULL);
V_8 = L_63;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_64 = V_5;
int32_t L_65 = V_7;
String_t* L_66 = V_8;
NullCheck(L_64);
VirtActionInvoker2< int32_t, RuntimeObject * >::Invoke(28 /* System.Void System.Collections.ArrayList::set_Item(System.Int32,System.Object) */, L_64, L_65, L_66);
goto IL_0179;
}
IL_0170:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_67 = V_5;
String_t* L_68 = V_1;
NullCheck(L_67);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_67, L_68);
}
IL_0179:
{
bool L_69 = V_6;
if (!L_69)
{
goto IL_0109;
}
}
IL_017d:
{
bool L_70 = V_6;
if (L_70)
{
goto IL_0183;
}
}
{
return 0;
}
IL_0183:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_71 = V_5;
NullCheck(L_71);
RuntimeObject* L_72 = VirtFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_71);
V_9 = L_72;
}
IL_018c:
try
{ // begin try (depth: 1)
{
goto IL_01fd;
}
IL_018e:
{
RuntimeObject* L_73 = V_9;
NullCheck(L_73);
RuntimeObject * L_74 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_73);
String_t* L_75 = ((String_t*)CastclassSealed((RuntimeObject*)L_74, String_t_il2cpp_TypeInfo_var));
NullCheck(L_75);
int32_t L_76 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_75, ((int32_t)58), /*hidden argument*/NULL);
V_10 = L_76;
int32_t L_77 = V_10;
G_B35_0 = L_75;
if ((!(((uint32_t)L_77) == ((uint32_t)(-1)))))
{
G_B36_0 = L_75;
goto IL_01b9;
}
}
IL_01a9:
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_78 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_78, _stringLiteralAA0DCCA0AE7E27FFFE86AF73C08FDD9263DB4C5B, _stringLiteral594FD1615A341C77829E83ED988F137E1BA96231, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_78, NULL, WebConnection_GetResponse_m9F1B1D47737772B777FF8AB67829FB8274C38CF1_RuntimeMethod_var);
}
IL_01b9:
{
String_t* L_79 = G_B36_0;
int32_t L_80 = V_10;
NullCheck(L_79);
String_t* L_81 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_79, 0, L_80, /*hidden argument*/NULL);
V_11 = L_81;
int32_t L_82 = V_10;
NullCheck(L_79);
String_t* L_83 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_79, ((int32_t)il2cpp_codegen_add((int32_t)L_82, (int32_t)1)), /*hidden argument*/NULL);
NullCheck(L_83);
String_t* L_84 = String_Trim_mB52EB7876C7132358B76B7DC95DEACA20722EF4D(L_83, /*hidden argument*/NULL);
V_12 = L_84;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_85 = ___data0;
NullCheck(L_85);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_86 = L_85->get_Headers_3();
V_13 = L_86;
String_t* L_87 = V_11;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
bool L_88 = WebHeaderCollection_AllowMultiValues_m078D979B7DBF77A8640B1DFAAAAAA280065567EE(L_87, /*hidden argument*/NULL);
if (!L_88)
{
goto IL_01f2;
}
}
IL_01e5:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_89 = V_13;
String_t* L_90 = V_11;
String_t* L_91 = V_12;
NullCheck(L_89);
WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8(L_89, L_90, L_91, /*hidden argument*/NULL);
goto IL_01fd;
}
IL_01f2:
{
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_92 = V_13;
String_t* L_93 = V_11;
String_t* L_94 = V_12;
NullCheck(L_92);
WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90(L_92, L_93, L_94, /*hidden argument*/NULL);
}
IL_01fd:
{
RuntimeObject* L_95 = V_9;
NullCheck(L_95);
bool L_96 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_95);
if (L_96)
{
goto IL_018e;
}
}
IL_0206:
{
IL2CPP_LEAVE(0x21D, FINALLY_0208);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0208;
}
FINALLY_0208:
{ // begin finally (depth: 1)
{
RuntimeObject* L_97 = V_9;
V_14 = ((RuntimeObject*)IsInst((RuntimeObject*)L_97, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_98 = V_14;
if (!L_98)
{
goto IL_021c;
}
}
IL_0215:
{
RuntimeObject* L_99 = V_14;
NullCheck(L_99);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_99);
}
IL_021c:
{
IL2CPP_END_FINALLY(520)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(520)
{
IL2CPP_JUMP_TBL(0x21D, IL_021d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_021d:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_100 = ___data0;
NullCheck(L_100);
int32_t L_101 = L_100->get_StatusCode_1();
if ((!(((uint32_t)L_101) == ((uint32_t)((int32_t)100)))))
{
goto IL_026f;
}
}
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_102 = ___sPoint1;
NullCheck(L_102);
ServicePoint_set_SendContinue_m92320EA69F94AE266D2C8797E5DCEA965DF5C8ED(L_102, (bool)1, /*hidden argument*/NULL);
int32_t L_103 = V_0;
int32_t L_104 = ___max3;
if ((((int32_t)L_103) < ((int32_t)L_104)))
{
goto IL_0234;
}
}
{
int32_t L_105 = V_0;
return L_105;
}
IL_0234:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_106 = ___data0;
NullCheck(L_106);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_107 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_106, /*hidden argument*/NULL);
NullCheck(L_107);
bool L_108 = HttpWebRequest_get_ExpectContinue_m80EDFA10BD4E39A93C3C575A836F67BBA092E5EC(L_107, /*hidden argument*/NULL);
if (!L_108)
{
goto IL_0264;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_109 = ___data0;
NullCheck(L_109);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_110 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_109, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_111 = ___data0;
NullCheck(L_111);
int32_t L_112 = L_111->get_StatusCode_1();
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_113 = ___data0;
NullCheck(L_113);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_114 = L_113->get_Headers_3();
NullCheck(L_110);
HttpWebRequest_DoContinueDelegate_m87792A631B5DE72413308FD1A96986862839B593(L_110, L_112, L_114, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_115 = ___data0;
NullCheck(L_115);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_116 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_115, /*hidden argument*/NULL);
NullCheck(L_116);
HttpWebRequest_set_ExpectContinue_mAADC5EE3EA03A70686991FD0BAF0833E74EC0DEC(L_116, (bool)0, /*hidden argument*/NULL);
}
IL_0264:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_117 = ___data0;
NullCheck(L_117);
WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D(L_117, 0, /*hidden argument*/NULL);
V_2 = (bool)1;
goto IL_0278;
}
IL_026f:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_118 = ___data0;
NullCheck(L_118);
WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D(L_118, 3, /*hidden argument*/NULL);
int32_t L_119 = V_0;
return L_119;
}
IL_0278:
{
bool L_120 = V_3;
bool L_121 = V_2;
if (((int32_t)((int32_t)L_120|(int32_t)L_121)))
{
goto IL_0008;
}
}
{
return (-1);
}
}
// System.Void System.Net.WebConnection::InitConnection(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_InitConnection_mA193BFE6FB3B5407ECEEA0A72404AD443D730585 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_InitConnection_mA193BFE6FB3B5407ECEEA0A72404AD443D730585_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
Exception_t * V_1 = NULL;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * V_2 = NULL;
String_t* G_B23_0 = NULL;
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___request0;
NullCheck(L_0);
L_0->set_WebConnection_58(__this);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = ___request0;
NullCheck(L_1);
bool L_2 = HttpWebRequest_get_ReuseConnection_mC573AB22C2EBE0EB4FEAC99C7FE76A92B75E672F(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0016;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = ___request0;
NullCheck(L_3);
L_3->set_StoredConnection_72(__this);
}
IL_0016:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = ___request0;
NullCheck(L_4);
bool L_5 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_4, /*hidden argument*/NULL);
if (!L_5)
{
goto IL_001f;
}
}
{
return;
}
IL_001f:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = ___request0;
NullCheck(L_6);
bool L_7 = HttpWebRequest_get_KeepAlive_mF11B5750CC9FED8F7C43C3317B88BA8E8258E274(L_6, /*hidden argument*/NULL);
__this->set_keepAlive_6(L_7);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = ___request0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC *)il2cpp_codegen_object_new(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC_il2cpp_TypeInfo_var);
WebConnectionData__ctor_m08FAD78C44E710ABD1F3108D67FA5EE3D4F43FD4(L_9, L_8, /*hidden argument*/NULL);
__this->set_Data_10(L_9);
}
IL_0037:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_10 = ___request0;
WebConnection_Connect_m99C4967C99100050A4BD5EBBB0E385A1BFFC6CBE(__this, L_10, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_11 = ___request0;
NullCheck(L_11);
bool L_12 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_11, /*hidden argument*/NULL);
if (!L_12)
{
goto IL_0047;
}
}
{
return;
}
IL_0047:
{
int32_t L_13 = __this->get_status_5();
if (!L_13)
{
goto IL_0071;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = ___request0;
NullCheck(L_14);
bool L_15 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0070;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_16 = ___request0;
int32_t L_17 = __this->get_status_5();
Exception_t * L_18 = __this->get_connect_exception_22();
NullCheck(L_16);
HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996(L_16, L_17, L_18, /*hidden argument*/NULL);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(__this, (bool)1, /*hidden argument*/NULL);
}
IL_0070:
{
return;
}
IL_0071:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_19 = ___request0;
bool L_20 = WebConnection_CreateStream_m2BA8A86F765E7FB8980608BE2A25AFE7CAC4498F(__this, L_19, /*hidden argument*/NULL);
if (L_20)
{
goto IL_0145;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_21 = ___request0;
NullCheck(L_21);
bool L_22 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_0086;
}
}
{
return;
}
IL_0086:
{
int32_t L_23 = __this->get_status_5();
V_0 = L_23;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_24 = __this->get_Data_10();
NullCheck(L_24);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_25 = L_24->get_Challenge_7();
if (L_25)
{
goto IL_0037;
}
}
{
Exception_t * L_26 = __this->get_connect_exception_22();
V_1 = L_26;
Exception_t * L_27 = V_1;
if (L_27)
{
goto IL_012e;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_28 = __this->get_Data_10();
NullCheck(L_28);
int32_t L_29 = L_28->get_StatusCode_1();
if ((((int32_t)L_29) == ((int32_t)((int32_t)401))))
{
goto IL_00cb;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_30 = __this->get_Data_10();
NullCheck(L_30);
int32_t L_31 = L_30->get_StatusCode_1();
if ((!(((uint32_t)L_31) == ((uint32_t)((int32_t)407)))))
{
goto IL_012e;
}
}
IL_00cb:
{
V_0 = 7;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_32 = __this->get_Data_10();
NullCheck(L_32);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_33 = L_32->get_Headers_3();
if (L_33)
{
goto IL_00ea;
}
}
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_34 = __this->get_Data_10();
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_35 = (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 *)il2cpp_codegen_object_new(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
L_34->set_Headers_3(L_35);
}
IL_00ea:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_36 = __this->get_sPoint_0();
NullCheck(L_36);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_37 = ServicePoint_get_Address_m495426C74C9007D28297B146B4B6DB4BEC733FAA(L_36, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_38 = __this->get_Data_10();
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_39 = (HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)il2cpp_codegen_object_new(HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var);
HttpWebResponse__ctor_mDCEB34153A3638C433069B4E4E18D873E730404A(L_39, L_37, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829, L_38, (CookieContainer_t7E062D04BAED9F3B30DDEC14B09660BB506A2A73 *)NULL, /*hidden argument*/NULL);
V_2 = L_39;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_40 = __this->get_Data_10();
NullCheck(L_40);
int32_t L_41 = L_40->get_StatusCode_1();
if ((((int32_t)L_41) == ((int32_t)((int32_t)407))))
{
goto IL_0120;
}
}
{
G_B23_0 = _stringLiteral2AA3E1DBC324C92C8C08550546609ACBE597D10C;
goto IL_0125;
}
IL_0120:
{
G_B23_0 = _stringLiteralF660F1505DB01D72D4CEAA2DF53D8FA8CD4B672A;
}
IL_0125:
{
int32_t L_42 = V_0;
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_43 = V_2;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_44 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_44, G_B23_0, (Exception_t *)NULL, L_42, L_43, /*hidden argument*/NULL);
V_1 = L_44;
}
IL_012e:
{
__this->set_connect_exception_22((Exception_t *)NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_45 = ___request0;
int32_t L_46 = V_0;
Exception_t * L_47 = V_1;
NullCheck(L_45);
HttpWebRequest_SetWriteStreamError_mE08E9FA673BF5E1CA66EC85FFBA2E60F471A3996(L_45, L_46, L_47, /*hidden argument*/NULL);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(__this, (bool)1, /*hidden argument*/NULL);
return;
}
IL_0145:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_48 = ___request0;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_49 = ___request0;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_50 = (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC *)il2cpp_codegen_object_new(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var);
WebConnectionStream__ctor_m029C30339C03B615360A23FBD5C8031698062757(L_50, __this, L_49, /*hidden argument*/NULL);
NullCheck(L_48);
HttpWebRequest_SetWriteStream_m29E07109D09FD86A4F92CC87C126A85C115F9FF2(L_48, L_50, /*hidden argument*/NULL);
return;
}
}
// System.EventHandler System.Net.WebConnection::SendRequest(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_0 = NULL;
bool V_1 = false;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * V_2 = NULL;
bool V_3 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___request0;
NullCheck(L_0);
bool L_1 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
return (EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)NULL;
}
IL_000a:
{
V_0 = __this;
V_1 = (bool)0;
}
IL_000e:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
RuntimeObject* L_3 = __this->get_state_4();
NullCheck(L_3);
bool L_4 = InterfaceFuncInvoker0< bool >::Invoke(1 /* System.Boolean System.Net.IWebConnectionState::TrySetBusy() */, IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710_il2cpp_TypeInfo_var, L_3);
if (!L_4)
{
goto IL_003f;
}
}
IL_0023:
{
__this->set_status_5(0);
WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC * L_5 = (WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC *)il2cpp_codegen_object_new(WaitCallback_t61C5F053CAC7A7FE923208EFA060693D7997B4EC_il2cpp_TypeInfo_var);
WaitCallback__ctor_m375A357FD7C64F4182FD88B8276D88FE5BE75B31(L_5, __this, (intptr_t)((intptr_t)WebConnection_U3CSendRequestU3Eb__41_0_mA9D66CAF0FF2C4F758DF8861F4B5897206FBFE7C_RuntimeMethod_var), /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = ___request0;
ThreadPool_QueueUserWorkItem_mF344DA7B44CDBE8C7163C1539D429F27E8553185(L_5, L_6, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x72, FINALLY_0068);
}
IL_003f:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_7 = __this->get_queue_13();
V_2 = L_7;
V_3 = (bool)0;
}
IL_0048:
try
{ // begin try (depth: 2)
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_8 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_8, (bool*)(&V_3), /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_9 = __this->get_queue_13();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_10 = ___request0;
NullCheck(L_9);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_9, L_10);
IL2CPP_LEAVE(0x72, FINALLY_005e);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005e;
}
FINALLY_005e:
{ // begin finally (depth: 2)
{
bool L_11 = V_3;
if (!L_11)
{
goto IL_0067;
}
}
IL_0061:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_12 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
}
IL_0067:
{
IL2CPP_END_FINALLY(94)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(94)
{
IL2CPP_END_CLEANUP(0x72, FINALLY_0068);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0068;
}
FINALLY_0068:
{ // begin finally (depth: 1)
{
bool L_13 = V_1;
if (!L_13)
{
goto IL_0071;
}
}
IL_006b:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_14 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL);
}
IL_0071:
{
IL2CPP_END_FINALLY(104)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(104)
{
IL2CPP_JUMP_TBL(0x72, IL_0072)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0072:
{
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_15 = __this->get_abortHandler_8();
return L_15;
}
}
// System.Void System.Net.WebConnection::SendNext()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_SendNext_mBB92F675077F910244B738F5E1AE68610F265322 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_SendNext_mBB92F675077F910244B738F5E1AE68610F265322_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = __this->get_queue_13();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_2 = __this->get_queue_13();
NullCheck(L_2);
int32_t L_3 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_2);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_0036;
}
}
IL_001f:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_4 = __this->get_queue_13();
NullCheck(L_4);
RuntimeObject * L_5 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Queue::Dequeue() */, L_4);
WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36(__this, ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_5, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_0036:
{
IL2CPP_LEAVE(0x42, FINALLY_0038);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0038;
}
FINALLY_0038:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_0041;
}
}
IL_003b:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_0041:
{
IL2CPP_END_FINALLY(56)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(56)
{
IL2CPP_JUMP_TBL(0x42, IL_0042)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0042:
{
return;
}
}
// System.Void System.Net.WebConnection::NextRead()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_0 = NULL;
bool V_1 = false;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
bool V_4 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
String_t* G_B6_0 = NULL;
String_t* G_B9_0 = NULL;
int32_t G_B12_0 = 0;
int32_t G_B19_0 = 0;
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = __this->get_Data_10();
NullCheck(L_1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_002a;
}
}
IL_0019:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_3 = __this->get_Data_10();
NullCheck(L_3);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_3, /*hidden argument*/NULL);
NullCheck(L_4);
HttpWebRequest_set_FinishedReading_m7996D990D5CC3E633495786FBC33530F8F28DE49(L_4, (bool)1, /*hidden argument*/NULL);
}
IL_002a:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_5 = __this->get_sPoint_0();
NullCheck(L_5);
bool L_6 = ServicePoint_get_UsesProxy_mE9FA562F253495145951E40663A0020A81C4E0B2(L_5, /*hidden argument*/NULL);
if (L_6)
{
goto IL_003e;
}
}
IL_0037:
{
G_B6_0 = _stringLiteral6512EE1541E9A6C52D5BF7CF465332E8DF25EA3C;
goto IL_0043;
}
IL_003e:
{
G_B6_0 = _stringLiteral6C8AB939E128BDE48BD3E5D6AC21C29EA1E72CEA;
}
IL_0043:
{
V_2 = G_B6_0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_7 = __this->get_Data_10();
NullCheck(L_7);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_8 = L_7->get_Headers_3();
if (L_8)
{
goto IL_0054;
}
}
IL_0051:
{
G_B9_0 = ((String_t*)(NULL));
goto IL_0065;
}
IL_0054:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = __this->get_Data_10();
NullCheck(L_9);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_10 = L_9->get_Headers_3();
String_t* L_11 = V_2;
NullCheck(L_10);
String_t* L_12 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_10, L_11, /*hidden argument*/NULL);
G_B9_0 = L_12;
}
IL_0065:
{
V_3 = G_B9_0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_13 = __this->get_Data_10();
NullCheck(L_13);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_14 = L_13->get_Version_4();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_15 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_16 = Version_op_Equality_m9E4E82DB85F13E3C19AB5D4AF94C4F399971374D(L_14, L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_0085;
}
}
IL_007d:
{
bool L_17 = __this->get_keepAlive_6();
G_B12_0 = ((int32_t)(L_17));
goto IL_0086;
}
IL_0085:
{
G_B12_0 = 0;
}
IL_0086:
{
V_4 = (bool)G_B12_0;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_18 = __this->get_Data_10();
NullCheck(L_18);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_19 = L_18->get_ProxyVersion_5();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_20 = Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0(L_19, (Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD *)NULL, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_00b5;
}
}
IL_009b:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_21 = __this->get_Data_10();
NullCheck(L_21);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_22 = L_21->get_ProxyVersion_5();
IL2CPP_RUNTIME_CLASS_INIT(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var);
Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD * L_23 = ((HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t6B721B3C551822DC30BA4586D4B46D1C7C2483D1_il2cpp_TypeInfo_var))->get_Version11_1();
IL2CPP_RUNTIME_CLASS_INIT(Version_tDBE6876C59B6F56D4F8CAA03851177ABC6FE0DFD_il2cpp_TypeInfo_var);
bool L_24 = Version_op_Inequality_mBF83F266057D2C028BA2F423372DA7E738B25CD0(L_22, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00b5;
}
}
IL_00b2:
{
V_4 = (bool)0;
}
IL_00b5:
{
String_t* L_25 = V_3;
if (!L_25)
{
goto IL_00de;
}
}
IL_00b8:
{
String_t* L_26 = V_3;
NullCheck(L_26);
String_t* L_27 = String_ToLower_m5287204D93C9DDC4DF84581ADD756D0FDE2BA5A8(L_26, /*hidden argument*/NULL);
V_3 = L_27;
bool L_28 = __this->get_keepAlive_6();
if (!L_28)
{
goto IL_00db;
}
}
IL_00c7:
{
String_t* L_29 = V_3;
NullCheck(L_29);
int32_t L_30 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_29, _stringLiteral6AC4338BB79AC3C4906CE72BAFA4A59D6E305BE8, 4, /*hidden argument*/NULL);
G_B19_0 = ((((int32_t)((((int32_t)L_30) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00dc;
}
IL_00db:
{
G_B19_0 = 0;
}
IL_00dc:
{
V_4 = (bool)G_B19_0;
}
IL_00de:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_31 = __this->get_socket_2();
if (!L_31)
{
goto IL_00f3;
}
}
IL_00e6:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_32 = __this->get_socket_2();
NullCheck(L_32);
bool L_33 = Socket_get_Connected_mB757B01CF081289D443081672D65CDF8AD76D3DE(L_32, /*hidden argument*/NULL);
if (!L_33)
{
goto IL_0109;
}
}
IL_00f3:
{
bool L_34 = V_4;
if (!L_34)
{
goto IL_0109;
}
}
IL_00f7:
{
String_t* L_35 = V_3;
if (!L_35)
{
goto IL_0110;
}
}
IL_00fa:
{
String_t* L_36 = V_3;
NullCheck(L_36);
int32_t L_37 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_36, _stringLiteralDA38860CB875CB64092E402D80D9FE29C4865B18, 4, /*hidden argument*/NULL);
if ((((int32_t)L_37) == ((int32_t)(-1))))
{
goto IL_0110;
}
}
IL_0109:
{
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(__this, (bool)0, /*hidden argument*/NULL);
}
IL_0110:
{
RuntimeObject* L_38 = __this->get_state_4();
NullCheck(L_38);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Net.IWebConnectionState::SetIdle() */, IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710_il2cpp_TypeInfo_var, L_38);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_39 = __this->get_priority_request_16();
if (!L_39)
{
goto IL_0139;
}
}
IL_0123:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_40 = __this->get_priority_request_16();
WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36(__this, L_40, /*hidden argument*/NULL);
__this->set_priority_request_16((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)NULL);
IL2CPP_LEAVE(0x14B, FINALLY_0141);
}
IL_0139:
{
WebConnection_SendNext_mBB92F675077F910244B738F5E1AE68610F265322(__this, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x14B, FINALLY_0141);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0141;
}
FINALLY_0141:
{ // begin finally (depth: 1)
{
bool L_41 = V_1;
if (!L_41)
{
goto IL_014a;
}
}
IL_0144:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_42 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_42, /*hidden argument*/NULL);
}
IL_014a:
{
IL2CPP_END_FINALLY(321)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(321)
{
IL2CPP_JUMP_TBL(0x14B, IL_014b)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_014b:
{
return;
}
}
// System.Boolean System.Net.WebConnection::ReadLine(System.Byte[],System.Int32U26,System.Int32,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t* ___start1, int32_t ___max2, String_t** ___output3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_ReadLine_m4A7A3BB2359C48996BC6C2B29D0B199AA7120C13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = (bool)0;
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_1 = L_0;
V_2 = 0;
goto IL_0071;
}
IL_000c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t* L_2 = ___start1;
int32_t* L_3 = ___start1;
int32_t L_4 = *((int32_t*)L_3);
V_3 = L_4;
int32_t L_5 = V_3;
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_5, (int32_t)1));
int32_t L_6 = V_3;
NullCheck(L_1);
int32_t L_7 = L_6;
uint8_t L_8 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
V_2 = L_8;
int32_t L_9 = V_2;
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)10)))))
{
goto IL_004c;
}
}
{
StringBuilder_t * L_10 = V_1;
NullCheck(L_10);
int32_t L_11 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_10, /*hidden argument*/NULL);
if ((((int32_t)L_11) <= ((int32_t)0)))
{
goto IL_0048;
}
}
{
StringBuilder_t * L_12 = V_1;
StringBuilder_t * L_13 = V_1;
NullCheck(L_13);
int32_t L_14 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
Il2CppChar L_15 = StringBuilder_get_Chars_mC069533DCA4FB798DFA069469EBABA85DCC183C6(L_12, ((int32_t)il2cpp_codegen_subtract((int32_t)L_14, (int32_t)1)), /*hidden argument*/NULL);
if ((!(((uint32_t)L_15) == ((uint32_t)((int32_t)13)))))
{
goto IL_0048;
}
}
{
StringBuilder_t * L_16 = V_1;
StringBuilder_t * L_17 = L_16;
NullCheck(L_17);
int32_t L_18 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_17, /*hidden argument*/NULL);
V_3 = L_18;
int32_t L_19 = V_3;
NullCheck(L_17);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_17, ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)1)), /*hidden argument*/NULL);
}
IL_0048:
{
V_0 = (bool)0;
goto IL_0076;
}
IL_004c:
{
bool L_20 = V_0;
if (!L_20)
{
goto IL_0061;
}
}
{
StringBuilder_t * L_21 = V_1;
StringBuilder_t * L_22 = L_21;
NullCheck(L_22);
int32_t L_23 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_22, /*hidden argument*/NULL);
V_3 = L_23;
int32_t L_24 = V_3;
NullCheck(L_22);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_22, ((int32_t)il2cpp_codegen_subtract((int32_t)L_24, (int32_t)1)), /*hidden argument*/NULL);
goto IL_0076;
}
IL_0061:
{
int32_t L_25 = V_2;
if ((!(((uint32_t)L_25) == ((uint32_t)((int32_t)13)))))
{
goto IL_0068;
}
}
{
V_0 = (bool)1;
}
IL_0068:
{
StringBuilder_t * L_26 = V_1;
int32_t L_27 = V_2;
NullCheck(L_26);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_26, (((int32_t)((uint16_t)L_27))), /*hidden argument*/NULL);
}
IL_0071:
{
int32_t* L_28 = ___start1;
int32_t L_29 = *((int32_t*)L_28);
int32_t L_30 = ___max2;
if ((((int32_t)L_29) < ((int32_t)L_30)))
{
goto IL_000c;
}
}
IL_0076:
{
int32_t L_31 = V_2;
if ((((int32_t)L_31) == ((int32_t)((int32_t)10))))
{
goto IL_0082;
}
}
{
int32_t L_32 = V_2;
if ((((int32_t)L_32) == ((int32_t)((int32_t)13))))
{
goto IL_0082;
}
}
{
return (bool)0;
}
IL_0082:
{
StringBuilder_t * L_33 = V_1;
NullCheck(L_33);
int32_t L_34 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_33, /*hidden argument*/NULL);
if (L_34)
{
goto IL_009a;
}
}
{
String_t** L_35 = ___output3;
*((RuntimeObject **)L_35) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_35, (RuntimeObject *)NULL);
int32_t L_36 = V_2;
if ((((int32_t)L_36) == ((int32_t)((int32_t)10))))
{
goto IL_0098;
}
}
{
int32_t L_37 = V_2;
return (bool)((((int32_t)L_37) == ((int32_t)((int32_t)13)))? 1 : 0);
}
IL_0098:
{
return (bool)1;
}
IL_009a:
{
bool L_38 = V_0;
if (!L_38)
{
goto IL_00ad;
}
}
{
StringBuilder_t * L_39 = V_1;
StringBuilder_t * L_40 = L_39;
NullCheck(L_40);
int32_t L_41 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_40, /*hidden argument*/NULL);
V_3 = L_41;
int32_t L_42 = V_3;
NullCheck(L_40);
StringBuilder_set_Length_m84AF318230AE5C3D0D48F1CE7C2170F6F5C19F5B(L_40, ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1)), /*hidden argument*/NULL);
}
IL_00ad:
{
String_t** L_43 = ___output3;
StringBuilder_t * L_44 = V_1;
NullCheck(L_44);
String_t* L_45 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_44);
*((RuntimeObject **)L_43) = (RuntimeObject *)L_45;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_43, (RuntimeObject *)L_45);
return (bool)1;
}
}
// System.IAsyncResult System.Net.WebConnection::BeginRead(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_2 = NULL;
bool V_3 = false;
RuntimeObject* V_4 = NULL;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_5 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
V_2 = __this;
V_3 = (bool)0;
}
IL_0006:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_3), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = __this->get_Data_10();
NullCheck(L_1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_3)))
{
goto IL_0031;
}
}
IL_001c:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_5);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_7 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247_RuntimeMethod_var);
}
IL_0031:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_nstream_1();
if (L_8)
{
goto IL_0041;
}
}
IL_0039:
{
V_4 = (RuntimeObject*)NULL;
IL2CPP_LEAVE(0xD4, FINALLY_004a);
}
IL_0041:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
V_0 = L_9;
IL2CPP_LEAVE(0x54, FINALLY_004a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004a;
}
FINALLY_004a:
{ // begin finally (depth: 1)
{
bool L_10 = V_3;
if (!L_10)
{
goto IL_0053;
}
}
IL_004d:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
}
IL_0053:
{
IL2CPP_END_FINALLY(74)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(74)
{
IL2CPP_JUMP_TBL(0xD4, IL_00d4)
IL2CPP_JUMP_TBL(0x54, IL_0054)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0054:
{
V_1 = (RuntimeObject*)NULL;
bool L_12 = __this->get_chunkedRead_11();
if (!L_12)
{
goto IL_0078;
}
}
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_13 = __this->get_chunkStream_12();
NullCheck(L_13);
bool L_14 = MonoChunkStream_get_DataAvailable_m567F5B4EB8419551740D58B7AACF19CCA2E0AA1F(L_13, /*hidden argument*/NULL);
if (L_14)
{
goto IL_009d;
}
}
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_15 = __this->get_chunkStream_12();
NullCheck(L_15);
bool L_16 = MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F(L_15, /*hidden argument*/NULL);
if (!L_16)
{
goto IL_009d;
}
}
IL_0078:
{
}
IL_0079:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_18 = ___buffer1;
int32_t L_19 = ___offset2;
int32_t L_20 = ___size3;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_21 = ___cb4;
RuntimeObject * L_22 = ___state5;
NullCheck(L_17);
RuntimeObject* L_23 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_17, L_18, L_19, L_20, L_21, L_22);
V_1 = L_23;
___cb4 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)NULL;
goto IL_009d;
} // 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_008d;
throw e;
}
CATCH_008d:
{ // begin catch(System.Exception)
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, (Exception_t *)NULL, _stringLiteralDAEF8C12BA34D373D95154C87B3B6B16A8668FA3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247_RuntimeMethod_var);
} // end catch (depth: 1)
IL_009d:
{
bool L_24 = __this->get_chunkedRead_11();
if (!L_24)
{
goto IL_00d2;
}
}
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_25 = ___cb4;
RuntimeObject * L_26 = ___state5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = ___buffer1;
int32_t L_28 = ___offset2;
int32_t L_29 = ___size3;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_30 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var);
WebAsyncResult__ctor_m3DEA339577AECC3B5A2F5C78F9297EC966CC8859(L_30, L_25, L_26, L_27, L_28, L_29, /*hidden argument*/NULL);
V_5 = L_30;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_31 = V_5;
RuntimeObject* L_32 = V_1;
NullCheck(L_31);
WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4(L_31, L_32, /*hidden argument*/NULL);
RuntimeObject* L_33 = V_1;
if (L_33)
{
goto IL_00cf;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_34 = V_5;
NullCheck(L_34);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_34, (bool)1, (Exception_t *)NULL, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_35 = V_5;
NullCheck(L_35);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_35, /*hidden argument*/NULL);
}
IL_00cf:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_36 = V_5;
return L_36;
}
IL_00d2:
{
RuntimeObject* L_37 = V_1;
return L_37;
}
IL_00d4:
{
RuntimeObject* L_38 = V_4;
return L_38;
}
}
// System.Int32 System.Net.WebConnection::EndRead(System.Net.HttpWebRequest,System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, RuntimeObject* ___result1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
int32_t V_1 = 0;
bool V_2 = false;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_3 = NULL;
RuntimeObject* V_4 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_5 = NULL;
bool V_6 = false;
RuntimeObject* V_7 = NULL;
Exception_t * V_8 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
V_5 = __this;
V_6 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_5;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_6), /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = ___request0;
NullCheck(L_1);
bool L_2 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0025;
}
}
IL_0019:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_3, _stringLiteral89ACF6FF8008B775EEDD2455290C9FA6FCDD71B9, 6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var);
}
IL_0025:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_4 = __this->get_Data_10();
NullCheck(L_4);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_5 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_4, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_5) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_6)))
{
goto IL_0048;
}
}
IL_0033:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_7 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_8 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
String_t* L_9 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_8);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_10 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_10, L_9, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var);
}
IL_0048:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_11 = __this->get_nstream_1();
if (L_11)
{
goto IL_0065;
}
}
IL_0050:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_12 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_13 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_12, /*hidden argument*/NULL);
NullCheck(L_13);
String_t* L_14 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_13);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_15 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_15, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var);
}
IL_0065:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_16 = __this->get_nstream_1();
V_0 = L_16;
IL2CPP_LEAVE(0x7A, FINALLY_006e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006e;
}
FINALLY_006e:
{ // begin finally (depth: 1)
{
bool L_17 = V_6;
if (!L_17)
{
goto IL_0079;
}
}
IL_0072:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_18 = V_5;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_18, /*hidden argument*/NULL);
}
IL_0079:
{
IL2CPP_END_FINALLY(110)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(110)
{
IL2CPP_JUMP_TBL(0x7A, IL_007a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_007a:
{
V_1 = 0;
V_2 = (bool)0;
V_3 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)NULL;
RuntimeObject* L_19 = ___result1;
NullCheck(((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_19, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)));
RuntimeObject* L_20 = WebAsyncResult_get_InnerAsyncResult_m6E191630B2895757EC964C9BF214229C05119B35(((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_19, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
V_4 = L_20;
bool L_21 = __this->get_chunkedRead_11();
if (!L_21)
{
goto IL_00cb;
}
}
{
RuntimeObject* L_22 = V_4;
if (!((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_22, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)))
{
goto IL_00cb;
}
}
{
RuntimeObject* L_23 = V_4;
V_3 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_23, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_24 = V_3;
NullCheck(L_24);
RuntimeObject* L_25 = WebAsyncResult_get_InnerAsyncResult_m6E191630B2895757EC964C9BF214229C05119B35(L_24, /*hidden argument*/NULL);
V_7 = L_25;
RuntimeObject* L_26 = V_7;
if (!L_26)
{
goto IL_00e9;
}
}
{
RuntimeObject* L_27 = V_7;
if (((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_27, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)))
{
goto IL_00e9;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_28 = V_0;
RuntimeObject* L_29 = V_7;
NullCheck(L_28);
int32_t L_30 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_28, L_29);
V_1 = L_30;
int32_t L_31 = V_1;
V_2 = (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0);
goto IL_00e9;
}
IL_00cb:
{
RuntimeObject* L_32 = V_4;
if (((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_32, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var)))
{
goto IL_00e9;
}
}
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_33 = V_0;
RuntimeObject* L_34 = V_4;
NullCheck(L_33);
int32_t L_35 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, L_33, L_34);
V_1 = L_35;
RuntimeObject* L_36 = ___result1;
V_3 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_36, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
int32_t L_37 = V_1;
V_2 = (bool)((((int32_t)L_37) == ((int32_t)0))? 1 : 0);
}
IL_00e9:
{
bool L_38 = __this->get_chunkedRead_11();
if (!L_38)
{
goto IL_018d;
}
}
IL_00f4:
try
{ // begin try (depth: 1)
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_39 = __this->get_chunkStream_12();
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_40 = V_3;
NullCheck(L_40);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = WebAsyncResult_get_Buffer_mADBD22123B9BADEE179E6266A813F78D0F4A0201(L_40, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_42 = V_3;
NullCheck(L_42);
int32_t L_43 = WebAsyncResult_get_Offset_mCCFD01C6F256D86E3671E12763C9B786A6FFDB9D(L_42, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_44 = V_3;
NullCheck(L_44);
int32_t L_45 = WebAsyncResult_get_Size_mB2BEBB44B435FE3FADC200E5AB62085025BB4F45(L_44, /*hidden argument*/NULL);
NullCheck(L_39);
MonoChunkStream_WriteAndReadBack_m9C87171CAD33E55A6F2D82A03655774502804F14(L_39, L_41, L_43, L_45, (int32_t*)(&V_1), /*hidden argument*/NULL);
bool L_46 = V_2;
if (L_46)
{
goto IL_013f;
}
}
IL_0116:
{
int32_t L_47 = V_1;
if (L_47)
{
goto IL_013f;
}
}
IL_0119:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_48 = __this->get_chunkStream_12();
NullCheck(L_48);
bool L_49 = MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F(L_48, /*hidden argument*/NULL);
if (!L_49)
{
goto IL_013f;
}
}
IL_0126:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_50 = V_3;
NullCheck(L_50);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_51 = WebAsyncResult_get_Buffer_mADBD22123B9BADEE179E6266A813F78D0F4A0201(L_50, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_52 = V_3;
NullCheck(L_52);
int32_t L_53 = WebAsyncResult_get_Offset_mCCFD01C6F256D86E3671E12763C9B786A6FFDB9D(L_52, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_54 = V_3;
NullCheck(L_54);
int32_t L_55 = WebAsyncResult_get_Size_mB2BEBB44B435FE3FADC200E5AB62085025BB4F45(L_54, /*hidden argument*/NULL);
int32_t L_56 = WebConnection_EnsureRead_mD5F1DD8F1E798469AC94956CBB62D234FABAC0C6(__this, L_51, L_53, L_55, /*hidden argument*/NULL);
V_1 = L_56;
}
IL_013f:
{
goto IL_015f;
}
} // 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_0141;
throw e;
}
CATCH_0141:
{ // begin catch(System.Exception)
{
V_8 = ((Exception_t *)__exception_local);
Exception_t * L_57 = V_8;
if (!((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)IsInstClass((RuntimeObject*)L_57, WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var)))
{
goto IL_014f;
}
}
IL_014c:
{
Exception_t * L_58 = V_8;
IL2CPP_RAISE_MANAGED_EXCEPTION(L_58, NULL, WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var);
}
IL_014f:
{
Exception_t * L_59 = V_8;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_60 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_60, _stringLiteralEC001DFFD491C50BD3C1CB2E358F6063FC1CDAB5, L_59, ((int32_t)11), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_60, NULL, WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_015f:
{
bool L_61 = V_2;
if (L_61)
{
goto IL_0165;
}
}
{
int32_t L_62 = V_1;
if (L_62)
{
goto IL_018d;
}
}
IL_0165:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_63 = __this->get_chunkStream_12();
NullCheck(L_63);
int32_t L_64 = MonoChunkStream_get_ChunkLeft_m564BBC27EC047620C34B5FF91B304BC9263E85B9(L_63, /*hidden argument*/NULL);
if (!L_64)
{
goto IL_018d;
}
}
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, (Exception_t *)NULL, _stringLiteral38E33C861BCB3B4A7C0999C49F39513EA2D145F6, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_65 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_65, _stringLiteralA8FB69456149034E0C74E43230F8241BC8A15DF6, (Exception_t *)NULL, 3, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_65, NULL, WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF_RuntimeMethod_var);
}
IL_018d:
{
int32_t L_66 = V_1;
if (L_66)
{
goto IL_0192;
}
}
{
return (-1);
}
IL_0192:
{
int32_t L_67 = V_1;
return L_67;
}
}
// System.Int32 System.Net.WebConnection::EnsureRead(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_EnsureRead_mD5F1DD8F1E798469AC94956CBB62D234FABAC0C6 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_EnsureRead_mD5F1DD8F1E798469AC94956CBB62D234FABAC0C6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
{
V_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
V_1 = 0;
goto IL_0074;
}
IL_0006:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_0 = __this->get_chunkStream_12();
NullCheck(L_0);
int32_t L_1 = MonoChunkStream_get_ChunkLeft_m564BBC27EC047620C34B5FF91B304BC9263E85B9(L_0, /*hidden argument*/NULL);
V_2 = L_1;
int32_t L_2 = V_2;
if ((((int32_t)L_2) > ((int32_t)0)))
{
goto IL_001e;
}
}
{
V_2 = ((int32_t)1024);
goto IL_002c;
}
IL_001e:
{
int32_t L_3 = V_2;
if ((((int32_t)L_3) <= ((int32_t)((int32_t)16384))))
{
goto IL_002c;
}
}
{
V_2 = ((int32_t)16384);
}
IL_002c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = V_0;
if (!L_4)
{
goto IL_0035;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = V_2;
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) >= ((int32_t)L_6)))
{
goto IL_003c;
}
}
IL_0035:
{
int32_t L_7 = V_2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_7);
V_0 = L_8;
}
IL_003c:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_0;
int32_t L_11 = V_2;
NullCheck(L_9);
int32_t L_12 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_9, L_10, 0, L_11);
V_3 = L_12;
int32_t L_13 = V_3;
if ((((int32_t)L_13) > ((int32_t)0)))
{
goto IL_0051;
}
}
{
return 0;
}
IL_0051:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_14 = __this->get_chunkStream_12();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_0;
int32_t L_16 = V_3;
NullCheck(L_14);
MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D(L_14, L_15, 0, L_16, /*hidden argument*/NULL);
int32_t L_17 = V_1;
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_18 = __this->get_chunkStream_12();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ___buffer0;
int32_t L_20 = ___offset1;
int32_t L_21 = V_1;
int32_t L_22 = ___size2;
int32_t L_23 = V_1;
NullCheck(L_18);
int32_t L_24 = MonoChunkStream_Read_m951C0443C1B74F4CFAFEB6ED95552A7C76D4E982(L_18, L_19, ((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)L_21)), ((int32_t)il2cpp_codegen_subtract((int32_t)L_22, (int32_t)L_23)), /*hidden argument*/NULL);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_17, (int32_t)L_24));
}
IL_0074:
{
int32_t L_25 = V_1;
if (L_25)
{
goto IL_0084;
}
}
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_26 = __this->get_chunkStream_12();
NullCheck(L_26);
bool L_27 = MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F(L_26, /*hidden argument*/NULL);
if (L_27)
{
goto IL_0006;
}
}
IL_0084:
{
int32_t L_28 = V_1;
return L_28;
}
}
// System.Boolean System.Net.WebConnection::CompleteChunkedRead()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_CompleteChunkedRead_m623E01513E2C00F05A4880C1474606ECE64B314E (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
bool L_0 = __this->get_chunkedRead_11();
if (!L_0)
{
goto IL_0010;
}
}
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_1 = __this->get_chunkStream_12();
if (L_1)
{
goto IL_0046;
}
}
IL_0010:
{
return (bool)1;
}
IL_0012:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_2 = __this->get_nstream_1();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = __this->get_buffer_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get_buffer_7();
NullCheck(L_4);
NullCheck(L_2);
int32_t L_5 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_2, L_3, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))));
V_0 = L_5;
int32_t L_6 = V_0;
if ((((int32_t)L_6) > ((int32_t)0)))
{
goto IL_0033;
}
}
{
return (bool)0;
}
IL_0033:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_7 = __this->get_chunkStream_12();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = __this->get_buffer_7();
int32_t L_9 = V_0;
NullCheck(L_7);
MonoChunkStream_Write_m045364F47D0ECD587C1022ADD5047BEDEF1DC27D(L_7, L_8, 0, L_9, /*hidden argument*/NULL);
}
IL_0046:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_10 = __this->get_chunkStream_12();
NullCheck(L_10);
bool L_11 = MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F(L_10, /*hidden argument*/NULL);
if (L_11)
{
goto IL_0012;
}
}
{
return (bool)1;
}
}
// System.IAsyncResult System.Net.WebConnection::BeginWrite(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___cb4, RuntimeObject * ___state5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
RuntimeObject* V_1 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_2 = NULL;
bool V_3 = false;
RuntimeObject* 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
V_2 = __this;
V_3 = (bool)0;
}
IL_0006:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_3), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = __this->get_Data_10();
NullCheck(L_1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_3)))
{
goto IL_0031;
}
}
IL_001c:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_5);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_7 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_RuntimeMethod_var);
}
IL_0031:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_nstream_1();
if (L_8)
{
goto IL_0041;
}
}
IL_0039:
{
V_4 = (RuntimeObject*)NULL;
IL2CPP_LEAVE(0xC6, FINALLY_004a);
}
IL_0041:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
V_0 = L_9;
IL2CPP_LEAVE(0x54, FINALLY_004a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004a;
}
FINALLY_004a:
{ // begin finally (depth: 1)
{
bool L_10 = V_3;
if (!L_10)
{
goto IL_0053;
}
}
IL_004d:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
}
IL_0053:
{
IL2CPP_END_FINALLY(74)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(74)
{
IL2CPP_JUMP_TBL(0xC6, IL_00c6)
IL2CPP_JUMP_TBL(0x54, IL_0054)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0054:
{
V_1 = (RuntimeObject*)NULL;
}
IL_0056:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_12 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ___buffer1;
int32_t L_14 = ___offset2;
int32_t L_15 = ___size3;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_16 = ___cb4;
RuntimeObject * L_17 = ___state5;
NullCheck(L_12);
RuntimeObject* L_18 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(21 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, L_12, L_13, L_14, L_15, L_16, L_17);
V_1 = L_18;
goto IL_00c4;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0067;
if(il2cpp_codegen_class_is_assignable_from (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0095;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_00ba;
throw e;
}
CATCH_0067:
{ // begin catch(System.ObjectDisposedException)
{
V_2 = __this;
V_3 = (bool)0;
}
IL_006c:
try
{ // begin try (depth: 2)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_19 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_19, (bool*)(&V_3), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_20 = __this->get_Data_10();
NullCheck(L_20);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_21 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_20, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_22 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_21) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_22)))
{
goto IL_0087;
}
}
IL_0082:
{
V_4 = (RuntimeObject*)NULL;
IL2CPP_LEAVE(0xC6, FINALLY_0089);
}
IL_0087:
{
IL2CPP_LEAVE(0x93, FINALLY_0089);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0089;
}
FINALLY_0089:
{ // begin finally (depth: 2)
{
bool L_23 = V_3;
if (!L_23)
{
goto IL_0092;
}
}
IL_008c:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_24 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_24, /*hidden argument*/NULL);
}
IL_0092:
{
IL2CPP_END_FINALLY(137)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(137)
{
IL2CPP_JUMP_TBL(0xC6, IL_00c6)
IL2CPP_JUMP_TBL(0x93, IL_0093)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0093:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_RuntimeMethod_var);
}
} // end catch (depth: 1)
CATCH_0095:
{ // begin catch(System.IO.IOException)
{
NullCheck(((IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)__exception_local));
Exception_t * L_25 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F(((IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)__exception_local), /*hidden argument*/NULL);
V_5 = ((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)IsInstClass((RuntimeObject*)L_25, SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var));
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_26 = V_5;
if (!L_26)
{
goto IL_00b8;
}
}
IL_00a5:
{
SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 * L_27 = V_5;
NullCheck(L_27);
int32_t L_28 = SocketException_get_SocketErrorCode_m2ADCFE3E77E69B2C54930319F2B72BABCCB8A824(L_27, /*hidden argument*/NULL);
if ((!(((uint32_t)L_28) == ((uint32_t)((int32_t)10057)))))
{
goto IL_00b8;
}
}
IL_00b3:
{
V_4 = (RuntimeObject*)NULL;
goto IL_00c6;
}
IL_00b8:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_RuntimeMethod_var);
}
} // end catch (depth: 1)
CATCH_00ba:
{ // begin catch(System.Exception)
__this->set_status_5(4);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179_RuntimeMethod_var);
} // end catch (depth: 1)
IL_00c4:
{
RuntimeObject* L_29 = V_1;
return L_29;
}
IL_00c6:
{
RuntimeObject* L_30 = V_4;
return L_30;
}
}
// System.Boolean System.Net.WebConnection::EndWrite(System.Net.HttpWebRequest,System.Boolean,System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool ___throwOnError1, RuntimeObject* ___result2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
Exception_t * V_4 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
V_1 = __this;
V_2 = (bool)0;
}
IL_0006:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_2), /*hidden argument*/NULL);
int32_t L_1 = __this->get_status_5();
if ((!(((uint32_t)L_1) == ((uint32_t)6))))
{
goto IL_001e;
}
}
IL_0017:
{
V_3 = (bool)1;
IL2CPP_LEAVE(0x9E, FINALLY_0067);
}
IL_001e:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_2 = __this->get_Data_10();
NullCheck(L_2);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_2, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_3) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_4)))
{
goto IL_0041;
}
}
IL_002c:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_6);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_8 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7_RuntimeMethod_var);
}
IL_0041:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
if (L_9)
{
goto IL_005e;
}
}
IL_0049:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_11);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_13 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_13, L_12, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7_RuntimeMethod_var);
}
IL_005e:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_14 = __this->get_nstream_1();
V_0 = L_14;
IL2CPP_LEAVE(0x71, FINALLY_0067);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0067;
}
FINALLY_0067:
{ // begin finally (depth: 1)
{
bool L_15 = V_2;
if (!L_15)
{
goto IL_0070;
}
}
IL_006a:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_16 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_16, /*hidden argument*/NULL);
}
IL_0070:
{
IL2CPP_END_FINALLY(103)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(103)
{
IL2CPP_JUMP_TBL(0x9E, IL_009e)
IL2CPP_JUMP_TBL(0x71, IL_0071)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0071:
{
}
IL_0072:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_17 = V_0;
RuntimeObject* L_18 = ___result2;
NullCheck(L_17);
VirtActionInvoker1< RuntimeObject* >::Invoke(22 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, L_17, L_18);
V_3 = (bool)1;
goto IL_009e;
} // 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_007d;
throw e;
}
CATCH_007d:
{ // begin catch(System.Exception)
{
V_4 = ((Exception_t *)__exception_local);
__this->set_status_5(4);
bool L_19 = ___throwOnError1;
if (!L_19)
{
goto IL_009a;
}
}
IL_0089:
{
Exception_t * L_20 = V_4;
NullCheck(L_20);
Exception_t * L_21 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F(L_20, /*hidden argument*/NULL);
if (!L_21)
{
goto IL_009a;
}
}
IL_0092:
{
Exception_t * L_22 = V_4;
NullCheck(L_22);
Exception_t * L_23 = Exception_get_InnerException_mCB68CC8CBF2540EF381CB17A4E4E3F6D0E33453F(L_22, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_23, NULL, WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7_RuntimeMethod_var);
}
IL_009a:
{
V_3 = (bool)0;
goto IL_009e;
}
} // end catch (depth: 1)
IL_009e:
{
bool L_24 = V_3;
return L_24;
}
}
// System.Int32 System.Net.WebConnection::Read(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
int32_t V_1 = 0;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_2 = NULL;
bool V_3 = false;
int32_t V_4 = 0;
bool V_5 = false;
Exception_t * V_6 = NULL;
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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
V_2 = __this;
V_3 = (bool)0;
}
IL_0006:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_3), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = __this->get_Data_10();
NullCheck(L_1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_2) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_3)))
{
goto IL_0031;
}
}
IL_001c:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_5);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_7 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_7, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9_RuntimeMethod_var);
}
IL_0031:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_8 = __this->get_nstream_1();
if (L_8)
{
goto IL_0041;
}
}
IL_0039:
{
V_4 = 0;
IL2CPP_LEAVE(0x103, FINALLY_004a);
}
IL_0041:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
V_0 = L_9;
IL2CPP_LEAVE(0x54, FINALLY_004a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_004a;
}
FINALLY_004a:
{ // begin finally (depth: 1)
{
bool L_10 = V_3;
if (!L_10)
{
goto IL_0053;
}
}
IL_004d:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_11, /*hidden argument*/NULL);
}
IL_0053:
{
IL2CPP_END_FINALLY(74)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(74)
{
IL2CPP_JUMP_TBL(0x103, IL_0103)
IL2CPP_JUMP_TBL(0x54, IL_0054)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0054:
{
V_1 = 0;
}
IL_0056:
try
{ // begin try (depth: 1)
{
V_5 = (bool)0;
bool L_12 = __this->get_chunkedRead_11();
if (L_12)
{
goto IL_0072;
}
}
IL_0061:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer1;
int32_t L_15 = ___offset2;
int32_t L_16 = ___size3;
NullCheck(L_13);
int32_t L_17 = VirtFuncInvoker3< int32_t, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(25 /* System.Int32 System.IO.Stream::Read(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, L_15, L_16);
V_1 = L_17;
int32_t L_18 = V_1;
V_5 = (bool)((((int32_t)L_18) == ((int32_t)0))? 1 : 0);
}
IL_0072:
{
bool L_19 = __this->get_chunkedRead_11();
if (!L_19)
{
goto IL_00ed;
}
}
IL_007a:
try
{ // begin try (depth: 2)
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_20 = __this->get_chunkStream_12();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ___buffer1;
int32_t L_22 = ___offset2;
int32_t L_23 = ___size3;
NullCheck(L_20);
MonoChunkStream_WriteAndReadBack_m9C87171CAD33E55A6F2D82A03655774502804F14(L_20, L_21, L_22, L_23, (int32_t*)(&V_1), /*hidden argument*/NULL);
bool L_24 = V_5;
if (L_24)
{
goto IL_00aa;
}
}
IL_008f:
{
int32_t L_25 = V_1;
if (L_25)
{
goto IL_00aa;
}
}
IL_0092:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_26 = __this->get_chunkStream_12();
NullCheck(L_26);
bool L_27 = MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F(L_26, /*hidden argument*/NULL);
if (!L_27)
{
goto IL_00aa;
}
}
IL_009f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = ___buffer1;
int32_t L_29 = ___offset2;
int32_t L_30 = ___size3;
int32_t L_31 = WebConnection_EnsureRead_mD5F1DD8F1E798469AC94956CBB62D234FABAC0C6(__this, L_28, L_29, L_30, /*hidden argument*/NULL);
V_1 = L_31;
}
IL_00aa:
{
goto IL_00be;
}
} // 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_00ac;
throw e;
}
CATCH_00ac:
{ // begin catch(System.Exception)
V_6 = ((Exception_t *)__exception_local);
Exception_t * L_32 = V_6;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, L_32, _stringLiteral7E26E4C5758E2EB5DE8C639A2FC7A818CE70E97A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9_RuntimeMethod_var);
} // end catch (depth: 2)
IL_00be:
{
bool L_33 = V_5;
if (L_33)
{
goto IL_00c5;
}
}
IL_00c2:
{
int32_t L_34 = V_1;
if (L_34)
{
goto IL_00ed;
}
}
IL_00c5:
{
MonoChunkStream_t33C2B7ECB208D77D1C94F0A9F48EB5AE27DF5AB5 * L_35 = __this->get_chunkStream_12();
NullCheck(L_35);
bool L_36 = MonoChunkStream_get_WantMore_m8815C437B775BD488B25574CB64E644AD9A1A73F(L_35, /*hidden argument*/NULL);
if (!L_36)
{
goto IL_00ed;
}
}
IL_00d2:
{
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, (Exception_t *)NULL, _stringLiteral0C8228FD66679AE4DB1497BDC2A75ECBFEB52B60, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_37 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_37, _stringLiteralA8FB69456149034E0C74E43230F8241BC8A15DF6, (Exception_t *)NULL, 3, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_37, NULL, WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9_RuntimeMethod_var);
}
IL_00ed:
{
goto IL_0101;
}
} // 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_00ef;
throw e;
}
CATCH_00ef:
{ // begin catch(System.Exception)
V_7 = ((Exception_t *)__exception_local);
Exception_t * L_38 = V_7;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, 3, L_38, _stringLiteral852B438F91AD9EB2CDD84419A675A216D543C687, /*hidden argument*/NULL);
goto IL_0101;
} // end catch (depth: 1)
IL_0101:
{
int32_t L_39 = V_1;
return L_39;
}
IL_0103:
{
int32_t L_40 = V_4;
return L_40;
}
}
// System.Boolean System.Net.WebConnection::Write(System.Net.HttpWebRequest,System.Byte[],System.Int32,System.Int32,System.StringU26)
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, int32_t ___offset2, int32_t ___size3, String_t** ___err_msg4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * V_0 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
Exception_t * V_4 = NULL;
int32_t V_5 = 0;
String_t* V_6 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
String_t** L_0 = ___err_msg4;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
V_0 = (Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL;
V_1 = __this;
V_2 = (bool)0;
}
IL_000a:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_1 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_2), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_2 = __this->get_Data_10();
NullCheck(L_2);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_2, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = ___request0;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_3) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_4)))
{
goto IL_0035;
}
}
IL_0020:
{
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_5 = { reinterpret_cast<intptr_t> (NetworkStream_t362D0CD0C74C2F5CBD02905C9422E4240872ADCA_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_6 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_5, /*hidden argument*/NULL);
NullCheck(L_6);
String_t* L_7 = VirtFuncInvoker0< String_t* >::Invoke(25 /* System.String System.Type::get_FullName() */, L_6);
ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A * L_8 = (ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A *)il2cpp_codegen_object_new(ObjectDisposedException_tF68E471ECD1419AD7C51137B742837395F50B69A_il2cpp_TypeInfo_var);
ObjectDisposedException__ctor_m8B5D23EA08E42BDE6BC5233CC666295F19BBD2F9(L_8, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581_RuntimeMethod_var);
}
IL_0035:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
V_0 = L_9;
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = V_0;
if (L_10)
{
goto IL_0043;
}
}
IL_003f:
{
V_3 = (bool)0;
IL2CPP_LEAVE(0x94, FINALLY_0045);
}
IL_0043:
{
IL2CPP_LEAVE(0x4F, FINALLY_0045);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0045;
}
FINALLY_0045:
{ // begin finally (depth: 1)
{
bool L_11 = V_2;
if (!L_11)
{
goto IL_004e;
}
}
IL_0048:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_12 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_12, /*hidden argument*/NULL);
}
IL_004e:
{
IL2CPP_END_FINALLY(69)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(69)
{
IL2CPP_JUMP_TBL(0x94, IL_0094)
IL2CPP_JUMP_TBL(0x4F, IL_004f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_004f:
{
}
IL_0050:
try
{ // begin try (depth: 1)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_13 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_14 = ___buffer1;
int32_t L_15 = ___offset2;
int32_t L_16 = ___size3;
NullCheck(L_13);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_13, L_14, L_15, L_16);
goto IL_0092;
} // 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_005c;
throw e;
}
CATCH_005c:
{ // begin catch(System.Exception)
V_4 = ((Exception_t *)__exception_local);
String_t** L_17 = ___err_msg4;
Exception_t * L_18 = V_4;
NullCheck(L_18);
String_t* L_19 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_18);
*((RuntimeObject **)L_17) = (RuntimeObject *)L_19;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_17, (RuntimeObject *)L_19);
V_5 = 4;
String_t** L_20 = ___err_msg4;
String_t* L_21 = *((String_t**)L_20);
String_t* L_22 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral389CD4A4A1C109139F5580BD7BD33B7AAB5C2117, L_21, /*hidden argument*/NULL);
V_6 = L_22;
Exception_t * L_23 = V_4;
int32_t L_24 = V_5;
Exception_t * L_25 = V_4;
String_t* L_26 = V_6;
WebConnection_HandleError_m776BF3F5289DDCF6DE4BCF80695D5276CBF340A0(__this, L_24, L_25, L_26, /*hidden argument*/NULL);
V_3 = (bool)0;
goto IL_0094;
} // end catch (depth: 1)
IL_0092:
{
return (bool)1;
}
IL_0094:
{
bool L_27 = V_3;
return L_27;
}
}
// System.Void System.Net.WebConnection::Close(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___sendNext0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_0 = NULL;
bool V_1 = false;
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * V_2 = NULL;
bool V_3 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = __this->get_Data_10();
if (!L_1)
{
goto IL_0049;
}
}
IL_0014:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_2 = __this->get_Data_10();
NullCheck(L_2);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_2, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0049;
}
}
IL_0021:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_4 = __this->get_Data_10();
NullCheck(L_4);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_5 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_4, /*hidden argument*/NULL);
NullCheck(L_5);
bool L_6 = HttpWebRequest_get_ReuseConnection_mC573AB22C2EBE0EB4FEAC99C7FE76A92B75E672F(L_5, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0049;
}
}
IL_0033:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_7 = __this->get_Data_10();
NullCheck(L_7);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_7, /*hidden argument*/NULL);
NullCheck(L_8);
HttpWebRequest_set_ReuseConnection_m9648C1902AB14FEB6908A9106113EEA91D688DB0(L_8, (bool)0, /*hidden argument*/NULL);
IL2CPP_LEAVE(0xFF, FINALLY_00f5);
}
IL_0049:
{
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_9 = __this->get_nstream_1();
if (!L_9)
{
goto IL_0068;
}
}
IL_0051:
try
{ // begin try (depth: 2)
Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * L_10 = __this->get_nstream_1();
NullCheck(L_10);
VirtActionInvoker0::Invoke(15 /* System.Void System.IO.Stream::Close() */, L_10);
goto IL_0061;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_005e;
throw e;
}
CATCH_005e:
{ // begin catch(System.Object)
goto IL_0061;
} // end catch (depth: 2)
IL_0061:
{
__this->set_nstream_1((Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 *)NULL);
}
IL_0068:
{
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_11 = __this->get_socket_2();
if (!L_11)
{
goto IL_0087;
}
}
IL_0070:
try
{ // begin try (depth: 2)
Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 * L_12 = __this->get_socket_2();
NullCheck(L_12);
Socket_Close_mBB794B7D2AEC0A2478540381D6CA7F6DB4913D09(L_12, /*hidden argument*/NULL);
goto IL_0080;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_007d;
throw e;
}
CATCH_007d:
{ // begin catch(System.Object)
goto IL_0080;
} // end catch (depth: 2)
IL_0080:
{
__this->set_socket_2((Socket_t47148BFA7740C9C45A69F2F3722F734B9DCA45D8 *)NULL);
}
IL_0087:
{
bool L_13 = __this->get_ntlm_authenticated_18();
if (!L_13)
{
goto IL_0095;
}
}
IL_008f:
{
WebConnection_ResetNtlm_mB6E397A18B4529C31A2AB4CCFB76F8EC5FB5E8B8(__this, /*hidden argument*/NULL);
}
IL_0095:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_14 = __this->get_Data_10();
if (!L_14)
{
goto IL_00c6;
}
}
IL_009d:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_15 = __this->get_Data_10();
V_2 = L_15;
V_3 = (bool)0;
}
IL_00a6:
try
{ // begin try (depth: 2)
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_16 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_16, (bool*)(&V_3), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_17 = __this->get_Data_10();
NullCheck(L_17);
WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D(L_17, 4, /*hidden argument*/NULL);
IL2CPP_LEAVE(0xC6, FINALLY_00bc);
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00bc;
}
FINALLY_00bc:
{ // begin finally (depth: 2)
{
bool L_18 = V_3;
if (!L_18)
{
goto IL_00c5;
}
}
IL_00bf:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_19 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_19, /*hidden argument*/NULL);
}
IL_00c5:
{
IL2CPP_END_FINALLY(188)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(188)
{
IL2CPP_JUMP_TBL(0xC6, IL_00c6)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00c6:
{
RuntimeObject* L_20 = __this->get_state_4();
NullCheck(L_20);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Net.IWebConnectionState::SetIdle() */, IWebConnectionState_tD5FA067BE4DD93CFA1B64DBFA5648893D9398710_il2cpp_TypeInfo_var, L_20);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_21 = (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC *)il2cpp_codegen_object_new(WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC_il2cpp_TypeInfo_var);
WebConnectionData__ctor_mA40C4F1E1F0FB050A2E6C96B2955F63A5B164E28(L_21, /*hidden argument*/NULL);
__this->set_Data_10(L_21);
bool L_22 = ___sendNext0;
if (!L_22)
{
goto IL_00e5;
}
}
IL_00df:
{
WebConnection_SendNext_mBB92F675077F910244B738F5E1AE68610F265322(__this, /*hidden argument*/NULL);
}
IL_00e5:
{
__this->set_connect_request_21((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)NULL);
__this->set_connect_ntlm_auth_state_20(0);
IL2CPP_LEAVE(0xFF, FINALLY_00f5);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00f5;
}
FINALLY_00f5:
{ // begin finally (depth: 1)
{
bool L_23 = V_1;
if (!L_23)
{
goto IL_00fe;
}
}
IL_00f8:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_24 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_24, /*hidden argument*/NULL);
}
IL_00fe:
{
IL2CPP_END_FINALLY(245)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(245)
{
IL2CPP_JUMP_TBL(0xFF, IL_00ff)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00ff:
{
return;
}
}
// System.Void System.Net.WebConnection::Abort(System.Object,System.EventArgs)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_Abort_m47E5C3D8C038CFE802BEEE79346D97843C7F2467 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_Abort_m47E5C3D8C038CFE802BEEE79346D97843C7F2467_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_0 = NULL;
bool V_1 = false;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * V_2 = NULL;
bool V_3 = false;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * V_4 = NULL;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_1 = __this->get_queue_13();
V_2 = L_1;
V_3 = (bool)0;
}
IL_0015:
try
{ // begin try (depth: 2)
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_2 = V_2;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_3), /*hidden argument*/NULL);
RuntimeObject * L_3 = ___sender0;
V_4 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_3, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var));
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_4 = __this->get_Data_10();
NullCheck(L_4);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_5 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_4, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = V_4;
if ((((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_5) == ((RuntimeObject*)(HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)L_6)))
{
goto IL_0041;
}
}
IL_0034:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_7 = __this->get_Data_10();
NullCheck(L_7);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_0098;
}
}
IL_0041:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_9 = V_4;
NullCheck(L_9);
bool L_10 = HttpWebRequest_get_FinishedReading_mA30B015AA206E345AF2297CA4741162A3AAE89CD(L_9, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0093;
}
}
IL_004a:
{
__this->set_status_5(6);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(__this, (bool)0, /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_11 = __this->get_queue_13();
NullCheck(L_11);
int32_t L_12 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_11);
if ((((int32_t)L_12) <= ((int32_t)0)))
{
goto IL_0093;
}
}
IL_0066:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_13 = __this->get_Data_10();
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_14 = __this->get_queue_13();
NullCheck(L_14);
RuntimeObject * L_15 = VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Queue::Dequeue() */, L_14);
NullCheck(L_13);
WebConnectionData_set_request_m3B483E01093010970B3137AB07A90F95EBF54FAA(L_13, ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_15, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_16 = __this->get_Data_10();
NullCheck(L_16);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_17 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_16, /*hidden argument*/NULL);
WebConnection_SendRequest_m8A10B8CD617D9D6BBD69BEA8F68FB1C66B1AFB36(__this, L_17, /*hidden argument*/NULL);
}
IL_0093:
{
IL2CPP_LEAVE(0x141, FINALLY_012d);
}
IL_0098:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_18 = V_4;
NullCheck(L_18);
HttpWebRequest_set_FinishedReading_m7996D990D5CC3E633495786FBC33530F8F28DE49(L_18, (bool)1, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_19 = V_4;
NullCheck(L_19);
HttpWebRequest_SetResponseError_mC8539F337100ADEE994AA66EB522CD613CA5E662(L_19, 6, (Exception_t *)NULL, _stringLiteralCD4392C91DE8890E0E515B2D682D08B47EE6F3F5, /*hidden argument*/NULL);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_20 = __this->get_queue_13();
NullCheck(L_20);
int32_t L_21 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_20);
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_00d8;
}
}
IL_00bc:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_22 = __this->get_queue_13();
NullCheck(L_22);
RuntimeObject * L_23 = VirtFuncInvoker0< RuntimeObject * >::Invoke(19 /* System.Object System.Collections.Queue::Peek() */, L_22);
RuntimeObject * L_24 = ___sender0;
if ((!(((RuntimeObject*)(RuntimeObject *)L_23) == ((RuntimeObject*)(RuntimeObject *)L_24))))
{
goto IL_00d8;
}
}
IL_00ca:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_25 = __this->get_queue_13();
NullCheck(L_25);
VirtFuncInvoker0< RuntimeObject * >::Invoke(18 /* System.Object System.Collections.Queue::Dequeue() */, L_25);
IL2CPP_LEAVE(0x141, FINALLY_012d);
}
IL_00d8:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_26 = __this->get_queue_13();
NullCheck(L_26);
int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(10 /* System.Int32 System.Collections.Queue::get_Count() */, L_26);
if ((((int32_t)L_27) <= ((int32_t)0)))
{
goto IL_012b;
}
}
IL_00e6:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_28 = __this->get_queue_13();
NullCheck(L_28);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_29 = VirtFuncInvoker0< ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* >::Invoke(20 /* System.Object[] System.Collections.Queue::ToArray() */, L_28);
V_5 = L_29;
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_30 = __this->get_queue_13();
NullCheck(L_30);
VirtActionInvoker0::Invoke(14 /* System.Void System.Collections.Queue::Clear() */, L_30);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_31 = V_5;
NullCheck(L_31);
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_31)->max_length)))), (int32_t)1));
goto IL_0126;
}
IL_0108:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_32 = V_5;
int32_t L_33 = V_6;
NullCheck(L_32);
int32_t L_34 = L_33;
RuntimeObject * L_35 = (L_32)->GetAt(static_cast<il2cpp_array_size_t>(L_34));
RuntimeObject * L_36 = ___sender0;
if ((((RuntimeObject*)(RuntimeObject *)L_35) == ((RuntimeObject*)(RuntimeObject *)L_36)))
{
goto IL_0120;
}
}
IL_0110:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_37 = __this->get_queue_13();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_38 = V_5;
int32_t L_39 = V_6;
NullCheck(L_38);
int32_t L_40 = L_39;
RuntimeObject * L_41 = (L_38)->GetAt(static_cast<il2cpp_array_size_t>(L_40));
NullCheck(L_37);
VirtActionInvoker1< RuntimeObject * >::Invoke(16 /* System.Void System.Collections.Queue::Enqueue(System.Object) */, L_37, L_41);
}
IL_0120:
{
int32_t L_42 = V_6;
V_6 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_42, (int32_t)1));
}
IL_0126:
{
int32_t L_43 = V_6;
if ((((int32_t)L_43) >= ((int32_t)0)))
{
goto IL_0108;
}
}
IL_012b:
{
IL2CPP_LEAVE(0x141, FINALLY_012d);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_012d;
}
FINALLY_012d:
{ // begin finally (depth: 2)
{
bool L_44 = V_3;
if (!L_44)
{
goto IL_0136;
}
}
IL_0130:
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_45 = V_2;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_45, /*hidden argument*/NULL);
}
IL_0136:
{
IL2CPP_END_FINALLY(301)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(301)
{
IL2CPP_END_CLEANUP(0x141, FINALLY_0137);
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0137;
}
FINALLY_0137:
{ // begin finally (depth: 1)
{
bool L_46 = V_1;
if (!L_46)
{
goto IL_0140;
}
}
IL_013a:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_47 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_47, /*hidden argument*/NULL);
}
IL_0140:
{
IL2CPP_END_FINALLY(311)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(311)
{
IL2CPP_JUMP_TBL(0x141, IL_0141)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0141:
{
return;
}
}
// System.Void System.Net.WebConnection::ResetNtlm()
extern "C" IL2CPP_METHOD_ATTR void WebConnection_ResetNtlm_mB6E397A18B4529C31A2AB4CCFB76F8EC5FB5E8B8 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
{
__this->set_ntlm_authenticated_18((bool)0);
__this->set_ntlm_credentials_17((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)NULL);
__this->set_unsafe_sharing_19((bool)0);
return;
}
}
// System.Void System.Net.WebConnection::set_PriorityRequest(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_PriorityRequest_m261005EABEA126F531BA07E90632A61B0510B59F (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___value0, const RuntimeMethod* method)
{
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___value0;
__this->set_priority_request_16(L_0);
return;
}
}
// System.Boolean System.Net.WebConnection::get_NtlmAuthenticated()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_NtlmAuthenticated_m38B8408E19BBC2AD7AC02F075E9D6D52D28A8CF0 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_ntlm_authenticated_18();
return L_0;
}
}
// System.Void System.Net.WebConnection::set_NtlmAuthenticated(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_m4B88457A4ABFE610A9013AD61A5C86F1C507C5AC (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_ntlm_authenticated_18(L_0);
return;
}
}
// System.Net.NetworkCredential System.Net.WebConnection::get_NtlmCredential()
extern "C" IL2CPP_METHOD_ATTR NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * WebConnection_get_NtlmCredential_m54C08C74BCB4413EEB99E89D50E7A374C9CA95E7 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = __this->get_ntlm_credentials_17();
return L_0;
}
}
// System.Void System.Net.WebConnection::set_NtlmCredential(System.Net.NetworkCredential)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_mFE95AC3455BD8EFE7405E250398B6ED5E6694B71 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * ___value0, const RuntimeMethod* method)
{
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_0 = ___value0;
__this->set_ntlm_credentials_17(L_0);
return;
}
}
// System.Boolean System.Net.WebConnection::get_UnsafeAuthenticatedConnectionSharing()
extern "C" IL2CPP_METHOD_ATTR bool WebConnection_get_UnsafeAuthenticatedConnectionSharing_m307DF73E1F830E63FAD8F4D9A76FE48D52E5B278 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_unsafe_sharing_19();
return L_0;
}
}
// System.Void System.Net.WebConnection::set_UnsafeAuthenticatedConnectionSharing(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_mBD2DA6D3E5F146D699DEB5591368EBBE61BC4EC0 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_unsafe_sharing_19(L_0);
return;
}
}
// System.Void System.Net.WebConnection::<SendRequest>b__41_0(System.Object)
extern "C" IL2CPP_METHOD_ATTR void WebConnection_U3CSendRequestU3Eb__41_0_mA9D66CAF0FF2C4F758DF8861F4B5897206FBFE7C (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * __this, RuntimeObject * ___o0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnection_U3CSendRequestU3Eb__41_0_mA9D66CAF0FF2C4F758DF8861F4B5897206FBFE7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
RuntimeObject * L_0 = ___o0;
WebConnection_InitConnection_mA193BFE6FB3B5407ECEEA0A72404AD443D730585(__this, ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
goto IL_0011;
} // 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_000e;
throw e;
}
CATCH_000e:
{ // begin catch(System.Object)
goto IL_0011;
} // end catch (depth: 1)
IL_0011:
{
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.WebConnection_AbortHelper::Abort(System.Object,System.EventArgs)
extern "C" IL2CPP_METHOD_ATTR void AbortHelper_Abort_mF239AF69587A3125F40DCDC9241010D8DF12857C (AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * __this, RuntimeObject * ___sender0, EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * ___args1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AbortHelper_Abort_mF239AF69587A3125F40DCDC9241010D8DF12857C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_0 = NULL;
{
RuntimeObject * L_0 = ___sender0;
NullCheck(((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var)));
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_1 = ((HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 *)CastclassClass((RuntimeObject*)L_0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0_il2cpp_TypeInfo_var))->get_WebConnection_58();
V_0 = L_1;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_2 = V_0;
if (L_2)
{
goto IL_0016;
}
}
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_3 = __this->get_Connection_0();
V_0 = L_3;
}
IL_0016:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_4 = V_0;
RuntimeObject * L_5 = ___sender0;
EventArgs_t8E6CA180BE0E56674C6407011A94BAF7C757352E * L_6 = ___args1;
NullCheck(L_4);
WebConnection_Abort_m47E5C3D8C038CFE802BEEE79346D97843C7F2467(L_4, L_5, L_6, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebConnection_AbortHelper::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AbortHelper__ctor_m0CA99C987AA8D8ABC5CE6DB885A8F6EC42FE5BDD (AbortHelper_t0DB9458211F015848382C4B5A007AC4947411E81 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.WebConnectionData::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData__ctor_mA40C4F1E1F0FB050A2E6C96B2955F63A5B164E28 (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
__this->set__readState_8(0);
return;
}
}
// System.Void System.Net.WebConnectionData::.ctor(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData__ctor_m08FAD78C44E710ABD1F3108D67FA5EE3D4F43FD4 (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___request0;
__this->set__request_0(L_0);
return;
}
}
// System.Net.HttpWebRequest System.Net.WebConnectionData::get_request()
extern "C" IL2CPP_METHOD_ATTR HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method)
{
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = __this->get__request_0();
return L_0;
}
}
// System.Void System.Net.WebConnectionData::set_request(System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData_set_request_m3B483E01093010970B3137AB07A90F95EBF54FAA (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___value0, const RuntimeMethod* method)
{
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = ___value0;
__this->set__request_0(L_0);
return;
}
}
// System.Net.ReadState System.Net.WebConnectionData::get_ReadState()
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionData_get_ReadState_m9D2D719776C582C08C01443CBD7AAD0AF852E16D (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get__readState_8();
return L_0;
}
}
// System.Void System.Net.WebConnectionData::set_ReadState(System.Net.ReadState)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D (WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * __this, int32_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = __this;
V_1 = (bool)0;
}
IL_0004:
try
{ // begin try (depth: 1)
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_0 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_0, (bool*)(&V_1), /*hidden argument*/NULL);
int32_t L_1 = __this->get__readState_8();
if ((!(((uint32_t)L_1) == ((uint32_t)4))))
{
goto IL_0025;
}
}
IL_0015:
{
int32_t L_2 = ___value0;
if ((((int32_t)L_2) == ((int32_t)4)))
{
goto IL_0025;
}
}
IL_0019:
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_3 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_3, _stringLiteralB1590D210090D3ECCF037D1212DF4EA2F7A816AD, 6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, WebConnectionData_set_ReadState_m41D0A09AD5C348FBC2BE7945B4499213236D878D_RuntimeMethod_var);
}
IL_0025:
{
int32_t L_4 = ___value0;
__this->set__readState_8(L_4);
IL2CPP_LEAVE(0x38, FINALLY_002e);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002e;
}
FINALLY_002e:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0037;
}
}
IL_0031:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0037:
{
IL2CPP_END_FINALLY(46)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(46)
{
IL2CPP_JUMP_TBL(0x38, IL_0038)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0038:
{
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.WebConnectionGroup::.ctor(System.Net.ServicePoint,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup__ctor_m06D931E460ED4CA3E3BF35DD5B616F1911834312 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ___sPoint0, String_t* ___name1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup__ctor_m06D931E460ED4CA3E3BF35DD5B616F1911834312_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = ___sPoint0;
__this->set_sPoint_0(L_0);
String_t* L_1 = ___name1;
__this->set_name_1(L_1);
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_2 = (LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F *)il2cpp_codegen_object_new(LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F_il2cpp_TypeInfo_var);
LinkedList_1__ctor_m88FA83B8835C85D7112D90BB2DC919E7E443283D(L_2, /*hidden argument*/LinkedList_1__ctor_m88FA83B8835C85D7112D90BB2DC919E7E443283D_RuntimeMethod_var);
__this->set_connections_2(L_2);
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_3 = (Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 *)il2cpp_codegen_object_new(Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3_il2cpp_TypeInfo_var);
Queue__ctor_mF04C9A574B8F803C2682CCE8B69B49FF088D14C4(L_3, /*hidden argument*/NULL);
__this->set_queue_3(L_3);
return;
}
}
// System.Void System.Net.WebConnectionGroup::add_ConnectionClosed(System.EventHandler)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_add_ConnectionClosed_mF3CA85BEA0450D0A8DEC85C3A2401CBFBBB7E92D (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup_add_ConnectionClosed_mF3CA85BEA0450D0A8DEC85C3A2401CBFBBB7E92D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * V_0 = NULL;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * V_1 = NULL;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * V_2 = NULL;
{
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_0 = __this->get_ConnectionClosed_5();
V_0 = L_0;
}
IL_0007:
{
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_1 = V_0;
V_1 = L_1;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_2 = V_1;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Combine_mC25D2F7DECAFBA6D9A2F9EBA8A77063F0658ECF1(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)CastclassSealed((RuntimeObject*)L_4, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var));
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** L_5 = __this->get_address_of_ConnectionClosed_5();
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_6 = V_2;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_7 = V_1;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_8 = InterlockedCompareExchangeImpl<EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *>((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C **)L_5, L_6, L_7);
V_0 = L_8;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_9 = V_0;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_10 = V_1;
if ((!(((RuntimeObject*)(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)L_9) == ((RuntimeObject*)(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Void System.Net.WebConnectionGroup::remove_ConnectionClosed(System.EventHandler)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_remove_ConnectionClosed_mD365B97FD0B5A3D41DD051DA2B999BB654600087 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup_remove_ConnectionClosed_mD365B97FD0B5A3D41DD051DA2B999BB654600087_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * V_0 = NULL;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * V_1 = NULL;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * V_2 = NULL;
{
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_0 = __this->get_ConnectionClosed_5();
V_0 = L_0;
}
IL_0007:
{
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_1 = V_0;
V_1 = L_1;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_2 = V_1;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_3 = ___value0;
Delegate_t * L_4 = Delegate_Remove_m0B0DB7D1B3AF96B71AFAA72BA0EFE32FBBC2932D(L_2, L_3, /*hidden argument*/NULL);
V_2 = ((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)CastclassSealed((RuntimeObject*)L_4, EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C_il2cpp_TypeInfo_var));
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C ** L_5 = __this->get_address_of_ConnectionClosed_5();
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_6 = V_2;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_7 = V_1;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_8 = InterlockedCompareExchangeImpl<EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *>((EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C **)L_5, L_6, L_7);
V_0 = L_8;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_9 = V_0;
EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C * L_10 = V_1;
if ((!(((RuntimeObject*)(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)L_9) == ((RuntimeObject*)(EventHandler_t2B84E745E28BA26C49C4E99A387FC3B534D1110C *)L_10))))
{
goto IL_0007;
}
}
{
return;
}
}
// System.Net.WebConnection System.Net.WebConnectionGroup::GetConnection(System.Net.HttpWebRequest,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionGroup_GetConnection_mA6727F66910C971E07C622CB1DBC888406C1E129 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool* ___created1, const RuntimeMethod* method)
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_0 = NULL;
bool V_1 = false;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = __this->get_sPoint_0();
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = ___request0;
bool* L_3 = ___created1;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_4 = WebConnectionGroup_CreateOrReuseConnection_mC2EB49D44CA5BC0C7D0D07807BE510DB71A28D7D(__this, L_2, (bool*)L_3, /*hidden argument*/NULL);
V_2 = L_4;
IL2CPP_LEAVE(0x26, FINALLY_001c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_001c;
}
FINALLY_001c:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0025;
}
}
IL_001f:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0025:
{
IL2CPP_END_FINALLY(28)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(28)
{
IL2CPP_JUMP_TBL(0x26, IL_0026)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0026:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_7 = V_2;
return L_7;
}
}
// System.Void System.Net.WebConnectionGroup::PrepareSharingNtlm(System.Net.WebConnection,System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionGroup_PrepareSharingNtlm_mF42D1F9C1078FF64E51696BA9DF99D6BF44FF7C3 (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup_PrepareSharingNtlm_mF42D1F9C1078FF64E51696BA9DF99D6BF44FF7C3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_1 = NULL;
RuntimeObject* V_2 = NULL;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * V_3 = NULL;
bool V_4 = false;
bool V_5 = false;
int32_t G_B5_0 = 0;
RuntimeObject* G_B8_0 = NULL;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * G_B11_0 = NULL;
int32_t G_B21_0 = 0;
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = ___cnc0;
NullCheck(L_0);
bool L_1 = WebConnection_get_NtlmAuthenticated_m38B8408E19BBC2AD7AC02F075E9D6D52D28A8CF0(L_0, /*hidden argument*/NULL);
if (L_1)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
V_0 = (bool)0;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_2 = ___cnc0;
NullCheck(L_2);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_3 = WebConnection_get_NtlmCredential_m54C08C74BCB4413EEB99E89D50E7A374C9CA95E7(L_2, /*hidden argument*/NULL);
V_1 = L_3;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = ___request1;
NullCheck(L_4);
RuntimeObject* L_5 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Net.IWebProxy System.Net.WebRequest::get_Proxy() */, L_4);
if (!L_5)
{
goto IL_0030;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = ___request1;
NullCheck(L_6);
RuntimeObject* L_7 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Net.IWebProxy System.Net.WebRequest::get_Proxy() */, L_6);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_8 = ___request1;
NullCheck(L_8);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_9 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_8);
NullCheck(L_7);
bool L_10 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_7, L_9);
G_B5_0 = ((((int32_t)L_10) == ((int32_t)0))? 1 : 0);
goto IL_0031;
}
IL_0030:
{
G_B5_0 = 0;
}
IL_0031:
{
if (!G_B5_0)
{
goto IL_0040;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_11 = ___request1;
NullCheck(L_11);
RuntimeObject* L_12 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Net.IWebProxy System.Net.WebRequest::get_Proxy() */, L_11);
NullCheck(L_12);
RuntimeObject* L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_12);
G_B8_0 = L_13;
goto IL_0046;
}
IL_0040:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = ___request1;
NullCheck(L_14);
RuntimeObject* L_15 = VirtFuncInvoker0< RuntimeObject* >::Invoke(14 /* System.Net.ICredentials System.Net.WebRequest::get_Credentials() */, L_14);
G_B8_0 = L_15;
}
IL_0046:
{
V_2 = G_B8_0;
RuntimeObject* L_16 = V_2;
if (L_16)
{
goto IL_004d;
}
}
{
G_B11_0 = ((NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 *)(NULL));
goto IL_005e;
}
IL_004d:
{
RuntimeObject* L_17 = V_2;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_18 = ___request1;
NullCheck(L_18);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = VirtFuncInvoker0< Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_18);
NullCheck(L_17);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_20 = 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_17, L_19, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261);
G_B11_0 = L_20;
}
IL_005e:
{
V_3 = G_B11_0;
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_21 = V_1;
if (!L_21)
{
goto IL_009e;
}
}
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_22 = V_3;
if (!L_22)
{
goto IL_009e;
}
}
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_23 = V_1;
NullCheck(L_23);
String_t* L_24 = NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A(L_23, /*hidden argument*/NULL);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_25 = V_3;
NullCheck(L_25);
String_t* L_26 = NetworkCredential_get_Domain_m096C68D5EC6640C73900B1EE6BF1CFBB14D30F4A(L_25, /*hidden argument*/NULL);
bool L_27 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_24, L_26, /*hidden argument*/NULL);
if (L_27)
{
goto IL_009e;
}
}
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_28 = V_1;
NullCheck(L_28);
String_t* L_29 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_28, /*hidden argument*/NULL);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_30 = V_3;
NullCheck(L_30);
String_t* L_31 = NetworkCredential_get_UserName_mB24F789533CB16575AEA19A420BA69FAC3AA97F7(L_30, /*hidden argument*/NULL);
bool L_32 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_29, L_31, /*hidden argument*/NULL);
if (L_32)
{
goto IL_009e;
}
}
{
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_33 = V_1;
NullCheck(L_33);
String_t* L_34 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_33, /*hidden argument*/NULL);
NetworkCredential_tA91C6E62EA0F0915E6E393F5DFD87D03FF2C3062 * L_35 = V_3;
NullCheck(L_35);
String_t* L_36 = NetworkCredential_get_Password_m8F9352FAD45233DCD5EC42056D10E49DA3900BF6(L_35, /*hidden argument*/NULL);
bool L_37 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_34, L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00a0;
}
}
IL_009e:
{
V_0 = (bool)1;
}
IL_00a0:
{
bool L_38 = V_0;
if (L_38)
{
goto IL_00c4;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_39 = ___request1;
NullCheck(L_39);
bool L_40 = HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m8A85B953FA637C240BA16D027451D3CA1F6ECFBE(L_39, /*hidden argument*/NULL);
V_4 = L_40;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_41 = ___cnc0;
NullCheck(L_41);
bool L_42 = WebConnection_get_UnsafeAuthenticatedConnectionSharing_m307DF73E1F830E63FAD8F4D9A76FE48D52E5B278(L_41, /*hidden argument*/NULL);
V_5 = L_42;
bool L_43 = V_4;
if (!L_43)
{
goto IL_00c2;
}
}
{
bool L_44 = V_4;
bool L_45 = V_5;
G_B21_0 = ((((int32_t)((((int32_t)L_44) == ((int32_t)L_45))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00c3;
}
IL_00c2:
{
G_B21_0 = 1;
}
IL_00c3:
{
V_0 = (bool)G_B21_0;
}
IL_00c4:
{
bool L_46 = V_0;
if (!L_46)
{
goto IL_00d4;
}
}
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_47 = ___cnc0;
NullCheck(L_47);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_47, (bool)0, /*hidden argument*/NULL);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_48 = ___cnc0;
NullCheck(L_48);
WebConnection_ResetNtlm_mB6E397A18B4529C31A2AB4CCFB76F8EC5FB5E8B8(L_48, /*hidden argument*/NULL);
}
IL_00d4:
{
return;
}
}
// System.Net.WebConnectionGroup_ConnectionState System.Net.WebConnectionGroup::FindIdleConnection()
extern "C" IL2CPP_METHOD_ATTR ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * WebConnectionGroup_FindIdleConnection_m7B4B570E7A69A611B1D3B822A2DDB9C41BA6A49C (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup_FindIdleConnection_m7B4B570E7A69A611B1D3B822A2DDB9C41BA6A49C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F V_0;
memset(&V_0, 0, sizeof(V_0));
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * V_1 = NULL;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_0 = __this->get_connections_2();
NullCheck(L_0);
Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F L_1 = LinkedList_1_GetEnumerator_mA5DDC1AE87773A923CA819C7810BFBA5B35C898A(L_0, /*hidden argument*/LinkedList_1_GetEnumerator_mA5DDC1AE87773A923CA819C7810BFBA5B35C898A_RuntimeMethod_var);
V_0 = L_1;
}
IL_000c:
try
{ // begin try (depth: 1)
{
goto IL_003c;
}
IL_000e:
{
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_2 = Enumerator_get_Current_mA255BB964BFCA9CEE5694142291FCC26A759C2DE((Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F *)(&V_0), /*hidden argument*/Enumerator_get_Current_mA255BB964BFCA9CEE5694142291FCC26A759C2DE_RuntimeMethod_var);
V_1 = L_2;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_3 = V_1;
NullCheck(L_3);
bool L_4 = ConnectionState_get_Busy_mB662FC2792798F61882036D499518F481CE9603A(L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_003c;
}
}
IL_001e:
{
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_5 = __this->get_connections_2();
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_6 = V_1;
NullCheck(L_5);
LinkedList_1_Remove_mCCD02C807DFB00A0BEEC08B64F80160EF40AAE7D(L_5, L_6, /*hidden argument*/LinkedList_1_Remove_mCCD02C807DFB00A0BEEC08B64F80160EF40AAE7D_RuntimeMethod_var);
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_7 = __this->get_connections_2();
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_8 = V_1;
NullCheck(L_7);
LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF(L_7, L_8, /*hidden argument*/LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF_RuntimeMethod_var);
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_9 = V_1;
V_2 = L_9;
IL2CPP_LEAVE(0x57, FINALLY_0047);
}
IL_003c:
{
bool L_10 = Enumerator_MoveNext_m895F3698FCF052803A3FEBB468FD1E1C32C0BB1D((Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F *)(&V_0), /*hidden argument*/Enumerator_MoveNext_m895F3698FCF052803A3FEBB468FD1E1C32C0BB1D_RuntimeMethod_var);
if (L_10)
{
goto IL_000e;
}
}
IL_0045:
{
IL2CPP_LEAVE(0x55, FINALLY_0047);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0047;
}
FINALLY_0047:
{ // begin finally (depth: 1)
Enumerator_Dispose_mA1B4F602ED04DFB54CE9E45BD7A0322F8C39FB0C((Enumerator_t82D9B8DB1672C1CC12382C87FE0ECCB5535E354F *)(&V_0), /*hidden argument*/Enumerator_Dispose_mA1B4F602ED04DFB54CE9E45BD7A0322F8C39FB0C_RuntimeMethod_var);
IL2CPP_END_FINALLY(71)
} // end finally (depth: 1)
IL2CPP_CLEANUP(71)
{
IL2CPP_JUMP_TBL(0x57, IL_0057)
IL2CPP_JUMP_TBL(0x55, IL_0055)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0055:
{
return (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 *)NULL;
}
IL_0057:
{
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_11 = V_2;
return L_11;
}
}
// System.Net.WebConnection System.Net.WebConnectionGroup::CreateOrReuseConnection(System.Net.HttpWebRequest,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionGroup_CreateOrReuseConnection_mC2EB49D44CA5BC0C7D0D07807BE510DB71A28D7D (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request0, bool* ___created1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup_CreateOrReuseConnection_mC2EB49D44CA5BC0C7D0D07807BE510DB71A28D7D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * V_0 = NULL;
{
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_0 = WebConnectionGroup_FindIdleConnection_m7B4B570E7A69A611B1D3B822A2DDB9C41BA6A49C(__this, /*hidden argument*/NULL);
V_0 = L_0;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_1 = V_0;
if (!L_1)
{
goto IL_0020;
}
}
{
bool* L_2 = ___created1;
*((int8_t*)L_2) = (int8_t)0;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_3 = V_0;
NullCheck(L_3);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_4 = ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6(L_3, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_5 = ___request0;
WebConnectionGroup_PrepareSharingNtlm_mF42D1F9C1078FF64E51696BA9DF99D6BF44FF7C3(L_4, L_5, /*hidden argument*/NULL);
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_6 = V_0;
NullCheck(L_6);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_7 = ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6(L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0020:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_8 = __this->get_sPoint_0();
NullCheck(L_8);
int32_t L_9 = ServicePoint_get_ConnectionLimit_m6C7210450E5186E95E6895C08E4E3C267E186B9D(L_8, /*hidden argument*/NULL);
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_10 = __this->get_connections_2();
NullCheck(L_10);
int32_t L_11 = LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395(L_10, /*hidden argument*/LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395_RuntimeMethod_var);
if ((((int32_t)L_9) > ((int32_t)L_11)))
{
goto IL_0045;
}
}
{
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_12 = __this->get_connections_2();
NullCheck(L_12);
int32_t L_13 = LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395(L_12, /*hidden argument*/LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395_RuntimeMethod_var);
if (L_13)
{
goto IL_0063;
}
}
IL_0045:
{
bool* L_14 = ___created1;
*((int8_t*)L_14) = (int8_t)1;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_15 = (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 *)il2cpp_codegen_object_new(ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6_il2cpp_TypeInfo_var);
ConnectionState__ctor_m4E5DF1083DD07F0538A60670780142FD2F428890(L_15, __this, /*hidden argument*/NULL);
V_0 = L_15;
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_16 = __this->get_connections_2();
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_17 = V_0;
NullCheck(L_16);
LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF(L_16, L_17, /*hidden argument*/LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF_RuntimeMethod_var);
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_18 = V_0;
NullCheck(L_18);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_19 = ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6(L_18, /*hidden argument*/NULL);
return L_19;
}
IL_0063:
{
bool* L_20 = ___created1;
*((int8_t*)L_20) = (int8_t)0;
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_21 = __this->get_connections_2();
NullCheck(L_21);
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_22 = LinkedList_1_get_Last_m22CB4A64FCD6A320E17DC663A222A01140509EB0(L_21, /*hidden argument*/LinkedList_1_get_Last_m22CB4A64FCD6A320E17DC663A222A01140509EB0_RuntimeMethod_var);
NullCheck(L_22);
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_23 = LinkedListNode_1_get_Value_m6B147F1D4F5F6CFD37AFADBED3D57428394A9209(L_22, /*hidden argument*/LinkedListNode_1_get_Value_m6B147F1D4F5F6CFD37AFADBED3D57428394A9209_RuntimeMethod_var);
V_0 = L_23;
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_24 = __this->get_connections_2();
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_25 = V_0;
NullCheck(L_24);
LinkedList_1_Remove_mCCD02C807DFB00A0BEEC08B64F80160EF40AAE7D(L_24, L_25, /*hidden argument*/LinkedList_1_Remove_mCCD02C807DFB00A0BEEC08B64F80160EF40AAE7D_RuntimeMethod_var);
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_26 = __this->get_connections_2();
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_27 = V_0;
NullCheck(L_26);
LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF(L_26, L_27, /*hidden argument*/LinkedList_1_AddFirst_m3C7673118B5376E2CFC105410A5FA5AFC6FB9ADF_RuntimeMethod_var);
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_28 = V_0;
NullCheck(L_28);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_29 = ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6(L_28, /*hidden argument*/NULL);
return L_29;
}
}
// System.String System.Net.WebConnectionGroup::get_Name()
extern "C" IL2CPP_METHOD_ATTR String_t* WebConnectionGroup_get_Name_mD866CB1824454D53859DDF12AE26F2E027EF74CA (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_name_1();
return L_0;
}
}
// System.Collections.Queue System.Net.WebConnectionGroup::get_Queue()
extern "C" IL2CPP_METHOD_ATTR Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * WebConnectionGroup_get_Queue_mFD7C3E8AC4A9C8ED75FA1326C061716973038681 (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, const RuntimeMethod* method)
{
{
Queue_tEC6DE7527799C2E4224B469ECD0CDD2B25E8E4F3 * L_0 = __this->get_queue_3();
return L_0;
}
}
// System.Boolean System.Net.WebConnectionGroup::TryRecycle(System.TimeSpan,System.DateTimeU26)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionGroup_TryRecycle_m3020B12F48C57C3C9FD0D0E8F9165D6B49936EEA (WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * __this, TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 ___maxIdleTime0, DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * ___idleSince1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionGroup_TryRecycle_m3020B12F48C57C3C9FD0D0E8F9165D6B49936EEA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
bool V_1 = false;
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * V_2 = NULL;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * V_6 = NULL;
bool V_7 = false;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * V_8 = NULL;
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * V_9 = NULL;
Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC V_10;
memset(&V_10, 0, sizeof(V_10));
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
V_0 = L_0;
}
IL_0006:
{
V_2 = (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF *)NULL;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_1 = __this->get_sPoint_0();
V_3 = L_1;
V_4 = (bool)0;
}
IL_0012:
try
{ // begin try (depth: 1)
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_2 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_4), /*hidden argument*/NULL);
bool L_3 = __this->get_closing_4();
if (!L_3)
{
goto IL_0035;
}
}
IL_0022:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_4 = ___idleSince1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = ((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var))->get_MinValue_31();
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_4 = L_5;
V_7 = (bool)1;
IL2CPP_LEAVE(0x134, FINALLY_00f1);
}
IL_0035:
{
V_5 = 0;
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_6 = __this->get_connections_2();
NullCheck(L_6);
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_7 = LinkedList_1_get_First_m5CBC2508D469B32CF4BA46303F360C3F0717D64F(L_6, /*hidden argument*/LinkedList_1_get_First_m5CBC2508D469B32CF4BA46303F360C3F0717D64F_RuntimeMethod_var);
V_6 = L_7;
goto IL_00d9;
}
IL_004a:
{
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_8 = V_6;
NullCheck(L_8);
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_9 = LinkedListNode_1_get_Value_m6B147F1D4F5F6CFD37AFADBED3D57428394A9209(L_8, /*hidden argument*/LinkedListNode_1_get_Value_m6B147F1D4F5F6CFD37AFADBED3D57428394A9209_RuntimeMethod_var);
V_8 = L_9;
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_10 = V_6;
V_9 = L_10;
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_11 = V_6;
NullCheck(L_11);
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_12 = LinkedListNode_1_get_Next_m790A7FF250A8AD264124FAEFD8E4973AA495963D(L_11, /*hidden argument*/LinkedListNode_1_get_Next_m790A7FF250A8AD264124FAEFD8E4973AA495963D_RuntimeMethod_var);
V_6 = L_12;
int32_t L_13 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_14 = V_8;
NullCheck(L_14);
bool L_15 = ConnectionState_get_Busy_mB662FC2792798F61882036D499518F481CE9603A(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_00d9;
}
}
IL_006f:
{
int32_t L_16 = V_5;
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_17 = __this->get_sPoint_0();
NullCheck(L_17);
int32_t L_18 = ServicePoint_get_ConnectionLimit_m6C7210450E5186E95E6895C08E4E3C267E186B9D(L_17, /*hidden argument*/NULL);
if ((((int32_t)L_16) > ((int32_t)L_18)))
{
goto IL_00b6;
}
}
IL_007e:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = V_0;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_20 = V_8;
NullCheck(L_20);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_21 = ConnectionState_get_IdleSince_m71B6ACBE3CB2C3BB0F24FF806F0894C5246A9019(L_20, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_22 = DateTime_op_Subtraction_m8005DCC8F0F183AC1335F87A82FDF92926CC5021(L_19, L_21, /*hidden argument*/NULL);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_23 = ___maxIdleTime0;
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
bool L_24 = TimeSpan_op_LessThan_mF92FF63DD1E52540977D3B1753D43895F7B0A117(L_22, L_23, /*hidden argument*/NULL);
if (!L_24)
{
goto IL_00b6;
}
}
IL_0093:
{
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_25 = V_8;
NullCheck(L_25);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = ConnectionState_get_IdleSince_m71B6ACBE3CB2C3BB0F24FF806F0894C5246A9019(L_25, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_27 = ___idleSince1;
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
bool L_28 = DateTime_op_GreaterThan_mC9384F126E5D8A3AAAB0BDFC44D1D7319367C89E(L_26, (*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_27), /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00d9;
}
}
IL_00a7:
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 * L_29 = ___idleSince1;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_30 = V_8;
NullCheck(L_30);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_31 = ConnectionState_get_IdleSince_m71B6ACBE3CB2C3BB0F24FF806F0894C5246A9019(L_30, /*hidden argument*/NULL);
*(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)L_29 = L_31;
goto IL_00d9;
}
IL_00b6:
{
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * L_32 = V_2;
if (L_32)
{
goto IL_00bf;
}
}
IL_00b9:
{
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * L_33 = (List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF *)il2cpp_codegen_object_new(List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF_il2cpp_TypeInfo_var);
List_1__ctor_m5A32EE87CE87C450CCE04A8870888918B0665D71(L_33, /*hidden argument*/List_1__ctor_m5A32EE87CE87C450CCE04A8870888918B0665D71_RuntimeMethod_var);
V_2 = L_33;
}
IL_00bf:
{
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * L_34 = V_2;
ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * L_35 = V_8;
NullCheck(L_35);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_36 = ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6(L_35, /*hidden argument*/NULL);
NullCheck(L_34);
List_1_Add_m23E02CC0DD123D2D9B4CCF1739A376C796B1317D(L_34, L_36, /*hidden argument*/List_1_Add_m23E02CC0DD123D2D9B4CCF1739A376C796B1317D_RuntimeMethod_var);
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_37 = __this->get_connections_2();
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_38 = V_9;
NullCheck(L_37);
LinkedList_1_Remove_m5261279B5BB1E662CA484B19C369368F68865CEB(L_37, L_38, /*hidden argument*/LinkedList_1_Remove_m5261279B5BB1E662CA484B19C369368F68865CEB_RuntimeMethod_var);
}
IL_00d9:
{
LinkedListNode_1_tA954669AB47FF20F6EA4B4AB9DD3DDB4B9FD6EF0 * L_39 = V_6;
if (L_39)
{
goto IL_004a;
}
}
IL_00e0:
{
LinkedList_1_t0513C063019CC3F3A13FA4E2C35EAAE500C6CF8F * L_40 = __this->get_connections_2();
NullCheck(L_40);
int32_t L_41 = LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395(L_40, /*hidden argument*/LinkedList_1_get_Count_m7EB76777529BB94C25F81ADB1A0DC50AE3BB0395_RuntimeMethod_var);
V_1 = (bool)((((int32_t)L_41) == ((int32_t)0))? 1 : 0);
IL2CPP_LEAVE(0xFC, FINALLY_00f1);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00f1;
}
FINALLY_00f1:
{ // begin finally (depth: 1)
{
bool L_42 = V_4;
if (!L_42)
{
goto IL_00fb;
}
}
IL_00f5:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_43 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_43, /*hidden argument*/NULL);
}
IL_00fb:
{
IL2CPP_END_FINALLY(241)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(241)
{
IL2CPP_JUMP_TBL(0x134, IL_0134)
IL2CPP_JUMP_TBL(0xFC, IL_00fc)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00fc:
{
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * L_44 = V_2;
if (L_44)
{
goto IL_0101;
}
}
{
bool L_45 = V_1;
return L_45;
}
IL_0101:
{
List_1_tDC19447C7726EBF0BB30C4A473C2EE0D91B901FF * L_46 = V_2;
NullCheck(L_46);
Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC L_47 = List_1_GetEnumerator_m4A75D7685E5D86C0EDB7640AE02A11C9B28DE4C3(L_46, /*hidden argument*/List_1_GetEnumerator_m4A75D7685E5D86C0EDB7640AE02A11C9B28DE4C3_RuntimeMethod_var);
V_10 = L_47;
}
IL_0109:
try
{ // begin try (depth: 1)
{
goto IL_0118;
}
IL_010b:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_48 = Enumerator_get_Current_mE262D0F575A9FD34B907535442A887F7907B0434((Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC *)(&V_10), /*hidden argument*/Enumerator_get_Current_mE262D0F575A9FD34B907535442A887F7907B0434_RuntimeMethod_var);
NullCheck(L_48);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_48, (bool)0, /*hidden argument*/NULL);
}
IL_0118:
{
bool L_49 = Enumerator_MoveNext_m7C1200907FE3706D083F15556D53F57FC351A36D((Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC *)(&V_10), /*hidden argument*/Enumerator_MoveNext_m7C1200907FE3706D083F15556D53F57FC351A36D_RuntimeMethod_var);
if (L_49)
{
goto IL_010b;
}
}
IL_0121:
{
IL2CPP_LEAVE(0x6, FINALLY_0126);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0126;
}
FINALLY_0126:
{ // begin finally (depth: 1)
Enumerator_Dispose_mF978AA55D62613B836271700DF8E9482C030B7C9((Enumerator_t0F240D5FA90A2D25D3A7E6EA909645C6706B01AC *)(&V_10), /*hidden argument*/Enumerator_Dispose_mF978AA55D62613B836271700DF8E9482C030B7C9_RuntimeMethod_var);
IL2CPP_END_FINALLY(294)
} // end finally (depth: 1)
IL2CPP_CLEANUP(294)
{
IL2CPP_JUMP_TBL(0x6, IL_0006)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0134:
{
bool L_50 = V_7;
return L_50;
}
}
#ifdef __clang__
#pragma 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.WebConnection System.Net.WebConnectionGroup_ConnectionState::get_Connection()
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ConnectionState_get_Connection_m8C9B3DFE1B32CAAC97DAC74A840964A16189D4D6 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = __this->get_U3CConnectionU3Ek__BackingField_0();
return L_0;
}
}
// System.Void System.Net.WebConnectionGroup_ConnectionState::set_Connection(System.Net.WebConnection)
extern "C" IL2CPP_METHOD_ATTR void ConnectionState_set_Connection_m169D4C3A19C2ED277103AB2D242525F16B401DEB (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___value0, const RuntimeMethod* method)
{
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = ___value0;
__this->set_U3CConnectionU3Ek__BackingField_0(L_0);
return;
}
}
// System.Net.WebConnectionGroup System.Net.WebConnectionGroup_ConnectionState::get_Group()
extern "C" IL2CPP_METHOD_ATTR WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ConnectionState_get_Group_m39FE80A7416FFB84F209D8071148E3F3F8B3C784 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_0 = __this->get_U3CGroupU3Ek__BackingField_1();
return L_0;
}
}
// System.Void System.Net.WebConnectionGroup_ConnectionState::set_Group(System.Net.WebConnectionGroup)
extern "C" IL2CPP_METHOD_ATTR void ConnectionState_set_Group_m49278D7CB53D2D47B35DD05EC81614FC1E47B3E3 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___value0, const RuntimeMethod* method)
{
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_0 = ___value0;
__this->set_U3CGroupU3Ek__BackingField_1(L_0);
return;
}
}
// System.Net.ServicePoint System.Net.WebConnectionGroup_ConnectionState::get_ServicePoint()
extern "C" IL2CPP_METHOD_ATTR ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * ConnectionState_get_ServicePoint_mE4218AB3AD60BFD8E37703B98F3E63DBDFD5C172 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
{
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_0 = ConnectionState_get_Group_m39FE80A7416FFB84F209D8071148E3F3F8B3C784(__this, /*hidden argument*/NULL);
NullCheck(L_0);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_1 = L_0->get_sPoint_0();
return L_1;
}
}
// System.Boolean System.Net.WebConnectionGroup_ConnectionState::get_Busy()
extern "C" IL2CPP_METHOD_ATTR bool ConnectionState_get_Busy_mB662FC2792798F61882036D499518F481CE9603A (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_busy_2();
return L_0;
}
}
// System.DateTime System.Net.WebConnectionGroup_ConnectionState::get_IdleSince()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 ConnectionState_get_IdleSince_m71B6ACBE3CB2C3BB0F24FF806F0894C5246A9019 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_0 = __this->get_idleSince_3();
return L_0;
}
}
// System.Boolean System.Net.WebConnectionGroup_ConnectionState::TrySetBusy()
extern "C" IL2CPP_METHOD_ATTR bool ConnectionState_TrySetBusy_m7E9451A5C520D9AB76064AEFBC1E79C285AADACC (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionState_TrySetBusy_m7E9451A5C520D9AB76064AEFBC1E79C285AADACC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_0 = NULL;
bool V_1 = false;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = ConnectionState_get_ServicePoint_mE4218AB3AD60BFD8E37703B98F3E63DBDFD5C172(__this, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
bool L_2 = __this->get_busy_2();
if (!L_2)
{
goto IL_001d;
}
}
IL_0019:
{
V_2 = (bool)0;
IL2CPP_LEAVE(0x50, FINALLY_0046);
}
IL_001d:
{
__this->set_busy_2((bool)1);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_4 = TimeSpan_FromDays_m99DCC655C53C2898FF0C41D1DDFE17A749081DDB((3650.0), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_5 = DateTime_op_Addition_m6CE7A79B6E219E67A75AB17545D1873529262282(L_3, L_4, /*hidden argument*/NULL);
__this->set_idleSince_3(L_5);
V_2 = (bool)1;
IL2CPP_LEAVE(0x50, FINALLY_0046);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0046;
}
FINALLY_0046:
{ // begin finally (depth: 1)
{
bool L_6 = V_1;
if (!L_6)
{
goto IL_004f;
}
}
IL_0049:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_7 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_7, /*hidden argument*/NULL);
}
IL_004f:
{
IL2CPP_END_FINALLY(70)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(70)
{
IL2CPP_JUMP_TBL(0x50, IL_0050)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0050:
{
bool L_8 = V_2;
return L_8;
}
}
// System.Void System.Net.WebConnectionGroup_ConnectionState::SetIdle()
extern "C" IL2CPP_METHOD_ATTR void ConnectionState_SetIdle_mA53B60FB52CE86FFA1D6914DFF0473A5A96D1DD1 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionState_SetIdle_mA53B60FB52CE86FFA1D6914DFF0473A5A96D1DD1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_0 = ConnectionState_get_ServicePoint_mE4218AB3AD60BFD8E37703B98F3E63DBDFD5C172(__this, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = (bool)0;
}
IL_0009:
try
{ // begin try (depth: 1)
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_1 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_1, (bool*)(&V_1), /*hidden argument*/NULL);
__this->set_busy_2((bool)0);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
__this->set_idleSince_3(L_2);
IL2CPP_LEAVE(0x2F, FINALLY_0025);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0025;
}
FINALLY_0025:
{ // begin finally (depth: 1)
{
bool L_3 = V_1;
if (!L_3)
{
goto IL_002e;
}
}
IL_0028:
{
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_4 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_4, /*hidden argument*/NULL);
}
IL_002e:
{
IL2CPP_END_FINALLY(37)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(37)
{
IL2CPP_JUMP_TBL(0x2F, IL_002f)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_002f:
{
return;
}
}
// System.Void System.Net.WebConnectionGroup_ConnectionState::.ctor(System.Net.WebConnectionGroup)
extern "C" IL2CPP_METHOD_ATTR void ConnectionState__ctor_m4E5DF1083DD07F0538A60670780142FD2F428890 (ConnectionState_t9EAE3917A0743B4C6D40669D7B2BBE799490A0C6 * __this, WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * ___group0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (ConnectionState__ctor_m4E5DF1083DD07F0538A60670780142FD2F428890_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_0 = ___group0;
ConnectionState_set_Group_m49278D7CB53D2D47B35DD05EC81614FC1E47B3E3(__this, L_0, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = DateTime_get_UtcNow_m171F52F4B3A213E4BAD7B78DC8E794A269DE38A1(/*hidden argument*/NULL);
__this->set_idleSince_3(L_1);
WebConnectionGroup_tBEAB5ED1DE321C0981F5CBABA020970C3D63E95F * L_2 = ___group0;
NullCheck(L_2);
ServicePoint_t5F42B1A9D56E09B4B051BE0968C81DE3128E3EB4 * L_3 = L_2->get_sPoint_0();
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_4 = (WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 *)il2cpp_codegen_object_new(WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243_il2cpp_TypeInfo_var);
WebConnection__ctor_m64B8D22FB5F0D82EE474DC6B9C97CFF9ED73F4AB(L_4, __this, L_3, /*hidden argument*/NULL);
ConnectionState_set_Connection_m169D4C3A19C2ED277103AB2D242525F16B401DEB(__this, L_4, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection,System.Net.WebConnectionData)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc0, WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * ___data1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
String_t* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
int32_t G_B9_0 = 0;
{
RuntimeObject * L_0 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_0, /*hidden argument*/NULL);
__this->set_locker_26(L_0);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = ___data1;
if (L_1)
{
goto IL_001f;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, _stringLiteral129C9C3F8D66749FC7B94A0C58CE91CDAADABF3C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC_RuntimeMethod_var);
}
IL_001f:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_3 = ___data1;
NullCheck(L_3);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_4 = L_3->get_Headers_3();
if (L_4)
{
goto IL_0032;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_5 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_5, _stringLiteralBFE8557CF50D83E630AA617955268E24C1EC746E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC_RuntimeMethod_var);
}
IL_0032:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_6 = ___data1;
NullCheck(L_6);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_7 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0045;
}
}
{
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_8 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_8, _stringLiteral6D95A3CC14D5D8FC45ED76CCF3099380FB98A63C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, WebConnectionStream__ctor_mFBA63C859EB9E44B9BEB807658DAED0DD3EB36AC_RuntimeMethod_var);
}
IL_0045:
{
__this->set_isRead_5((bool)1);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_9 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_9, __this, (intptr_t)((intptr_t)WebConnectionStream_ReadCallbackWrapper_m07A148DB07C61128C387FF38DFEC32EB8122BCAF_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_cb_wrapper_32(L_9);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_10 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_10, (bool)1, /*hidden argument*/NULL);
__this->set_pending_18(L_10);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_11 = ___data1;
NullCheck(L_11);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_12 = WebConnectionData_get_request_mBCAB5D7832E3BDAD069FF85CD3460187C7D769AF(L_11, /*hidden argument*/NULL);
__this->set_request_7(L_12);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_13 = __this->get_request_7();
NullCheck(L_13);
int32_t L_14 = HttpWebRequest_get_ReadWriteTimeout_m86E1F5472AAB426943817D16339BF5651E0AC841(L_13, /*hidden argument*/NULL);
__this->set_read_timeout_30(L_14);
int32_t L_15 = __this->get_read_timeout_30();
__this->set_write_timeout_31(L_15);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_16 = ___cnc0;
__this->set_cnc_6(L_16);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_17 = ___data1;
NullCheck(L_17);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_18 = L_17->get_Headers_3();
NullCheck(L_18);
String_t* L_19 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_18, _stringLiteral4D8B97A685DB2FA279DF1BB0D54E0FDC0C9F8BB5, /*hidden argument*/NULL);
V_0 = L_19;
String_t* L_20 = V_0;
if (!L_20)
{
goto IL_00c2;
}
}
{
String_t* L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_21, _stringLiteral7DB2323AF37E1841807C6590CD0597B920564B93, 5, /*hidden argument*/NULL);
G_B9_0 = ((((int32_t)((((int32_t)L_22) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
goto IL_00c3;
}
IL_00c2:
{
G_B9_0 = 0;
}
IL_00c3:
{
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_23 = ___data1;
NullCheck(L_23);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_24 = L_23->get_Headers_3();
NullCheck(L_24);
String_t* L_25 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_24, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA, /*hidden argument*/NULL);
V_1 = L_25;
if (G_B9_0)
{
goto IL_011d;
}
}
{
String_t* L_26 = V_1;
if (!L_26)
{
goto IL_011d;
}
}
{
String_t* L_27 = V_1;
bool L_28 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_27, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_011d;
}
}
IL_00e6:
try
{ // begin try (depth: 1)
{
String_t* L_29 = V_1;
int32_t L_30 = Int32_Parse_m5807B6243415790250FC25168F767C08FC16FDEA(L_29, /*hidden argument*/NULL);
__this->set_contentLength_12((((int64_t)((int64_t)L_30))));
int64_t L_31 = __this->get_contentLength_12();
if (L_31)
{
goto IL_0109;
}
}
IL_00fb:
{
bool L_32 = WebConnectionStream_IsNtlmAuth_m26DC82B8F6EC25E1C5E8D64CEBCF1A14005254C0(__this, /*hidden argument*/NULL);
if (L_32)
{
goto IL_0109;
}
}
IL_0103:
{
WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7(__this, /*hidden argument*/NULL);
}
IL_0109:
{
goto IL_012c;
}
} // 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_010b;
throw e;
}
CATCH_010b:
{ // begin catch(System.Object)
__this->set_contentLength_12(((int64_t)std::numeric_limits<int64_t>::max()));
goto IL_012c;
} // end catch (depth: 1)
IL_011d:
{
__this->set_contentLength_12(((int64_t)std::numeric_limits<int64_t>::max()));
}
IL_012c:
{
String_t* L_33 = V_1;
int32_t* L_34 = __this->get_address_of_stream_length_11();
bool L_35 = Int32_TryParse_m03D31CAB7050E8286A8A90711C896B181006AD00(L_33, (int32_t*)L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_0141;
}
}
{
__this->set_stream_length_11((-1));
}
IL_0141:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::.ctor(System.Net.WebConnection,System.Net.HttpWebRequest)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__ctor_m029C30339C03B615360A23FBD5C8031698062757 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * ___cnc0, HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * ___request1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream__ctor_m029C30339C03B615360A23FBD5C8031698062757_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_26(L_0);
IL2CPP_RUNTIME_CLASS_INIT(Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7_il2cpp_TypeInfo_var);
Stream__ctor_m58342D6FD95230C6BA1058E5698AB4BAF0A4DBF5(__this, /*hidden argument*/NULL);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_1 = ___request1;
NullCheck(L_1);
int32_t L_2 = HttpWebRequest_get_ReadWriteTimeout_m86E1F5472AAB426943817D16339BF5651E0AC841(L_1, /*hidden argument*/NULL);
__this->set_read_timeout_30(L_2);
int32_t L_3 = __this->get_read_timeout_30();
__this->set_write_timeout_31(L_3);
__this->set_isRead_5((bool)0);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_4, __this, (intptr_t)((intptr_t)WebConnectionStream_WriteCallbackWrapper_m1265040288FABA1D72A9A5ED6E9131ADFB6C2F31_RuntimeMethod_var), /*hidden argument*/NULL);
__this->set_cb_wrapper_32(L_4);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_5 = ___cnc0;
__this->set_cnc_6(L_5);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_6 = ___request1;
__this->set_request_7(L_6);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_7 = ___request1;
NullCheck(L_7);
bool L_8 = HttpWebRequest_get_InternalAllowBuffering_m07B77C80FEB9822A91DD23A4E99139566385717E(L_7, /*hidden argument*/NULL);
__this->set_allowBuffering_19(L_8);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_9 = ___request1;
NullCheck(L_9);
bool L_10 = HttpWebRequest_get_SendChunked_mA44BAA89D8F887C53638D792B9B35A92AAE46FB3(L_9, /*hidden argument*/NULL);
__this->set_sendChunked_20(L_10);
bool L_11 = __this->get_sendChunked_20();
if (!L_11)
{
goto IL_007d;
}
}
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = (ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 *)il2cpp_codegen_object_new(ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408_il2cpp_TypeInfo_var);
ManualResetEvent__ctor_m8973D9E3C622B9602641C017A33870F51D0311E1(L_12, (bool)1, /*hidden argument*/NULL);
__this->set_pending_18(L_12);
return;
}
IL_007d:
{
bool L_13 = __this->get_allowBuffering_19();
if (!L_13)
{
goto IL_0090;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_14 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_14, /*hidden argument*/NULL);
__this->set_writeBuffer_21(L_14);
}
IL_0090:
{
return;
}
}
// System.Boolean System.Net.WebConnectionStream::CheckAuthHeader(System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_CheckAuthHeader_m1E8BFB46D47E91AE81728FF32187CB8A4A17A105 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, String_t* ___headerName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_CheckAuthHeader_m1E8BFB46D47E91AE81728FF32187CB8A4A17A105_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = __this->get_cnc_6();
NullCheck(L_0);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_1 = L_0->get_Data_10();
NullCheck(L_1);
WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * L_2 = L_1->get_Headers_3();
String_t* L_3 = ___headerName0;
NullCheck(L_2);
String_t* L_4 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_2, L_3, /*hidden argument*/NULL);
V_0 = L_4;
String_t* L_5 = V_0;
if (!L_5)
{
goto IL_002d;
}
}
{
String_t* L_6 = V_0;
NullCheck(L_6);
int32_t L_7 = String_IndexOf_mF9EA8429E9D1B7475D5A297E67435CF34E965F28(L_6, _stringLiteral026EAC853E081A2793439A30EF3A00433E26F261, 4, /*hidden argument*/NULL);
return (bool)((((int32_t)((((int32_t)L_7) == ((int32_t)(-1)))? 1 : 0)) == ((int32_t)0))? 1 : 0);
}
IL_002d:
{
return (bool)0;
}
}
// System.Boolean System.Net.WebConnectionStream::IsNtlmAuth()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_IsNtlmAuth_m26DC82B8F6EC25E1C5E8D64CEBCF1A14005254C0 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_IsNtlmAuth_m26DC82B8F6EC25E1C5E8D64CEBCF1A14005254C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t G_B3_0 = 0;
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = __this->get_request_7();
NullCheck(L_0);
RuntimeObject* L_1 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Net.IWebProxy System.Net.WebRequest::get_Proxy() */, L_0);
if (!L_1)
{
goto IL_002d;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = __this->get_request_7();
NullCheck(L_2);
RuntimeObject* L_3 = VirtFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Net.IWebProxy System.Net.WebRequest::get_Proxy() */, L_2);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = __this->get_request_7();
NullCheck(L_4);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = HttpWebRequest_get_Address_mC998EF3704E8B63D965DBE0DA1EF66094C982C6B(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_6 = InterfaceFuncInvoker1< bool, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_tA24C0862A1ACA35D20FD079E2672CA5786C1A67E_il2cpp_TypeInfo_var, L_3, L_5);
G_B3_0 = ((((int32_t)L_6) == ((int32_t)0))? 1 : 0);
goto IL_002e;
}
IL_002d:
{
G_B3_0 = 0;
}
IL_002e:
{
if (!G_B3_0)
{
goto IL_003f;
}
}
{
bool L_7 = WebConnectionStream_CheckAuthHeader_m1E8BFB46D47E91AE81728FF32187CB8A4A17A105(__this, _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_003f;
}
}
{
return (bool)1;
}
IL_003f:
{
bool L_8 = WebConnectionStream_CheckAuthHeader_m1E8BFB46D47E91AE81728FF32187CB8A4A17A105(__this, _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0, /*hidden argument*/NULL);
return L_8;
}
}
// System.Void System.Net.WebConnectionStream::CheckResponseInBuffer()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckResponseInBuffer_mC692FE873374422FC3DC1CDA3374CA1B1F8404C9 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
int64_t L_0 = __this->get_contentLength_12();
if ((((int64_t)L_0) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_002e;
}
}
{
int32_t L_1 = __this->get_readBufferSize_10();
int32_t L_2 = __this->get_readBufferOffset_9();
int64_t L_3 = __this->get_contentLength_12();
if ((((int64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)))))) < ((int64_t)L_3)))
{
goto IL_002e;
}
}
{
bool L_4 = WebConnectionStream_IsNtlmAuth_m26DC82B8F6EC25E1C5E8D64CEBCF1A14005254C0(__this, /*hidden argument*/NULL);
if (L_4)
{
goto IL_002e;
}
}
{
WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7(__this, /*hidden argument*/NULL);
}
IL_002e:
{
return;
}
}
// System.Net.WebConnection System.Net.WebConnectionStream::get_Connection()
extern "C" IL2CPP_METHOD_ATTR WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * WebConnectionStream_get_Connection_m9FFDC48DE0FE144443431EEB715D1DA5B460067C (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_0 = __this->get_cnc_6();
return L_0;
}
}
// System.Int32 System.Net.WebConnectionStream::get_ReadTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_ReadTimeout_mCB93A9B64FBBEECAE87B3C3F1D697997ED8B2F33 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_read_timeout_30();
return L_0;
}
}
// System.Int32 System.Net.WebConnectionStream::get_WriteTimeout()
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteTimeout_mA7F4E50582C3872DE27AE591A6E6A3186FD5B87E (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_write_timeout_31();
return L_0;
}
}
// System.Boolean System.Net.WebConnectionStream::get_CompleteRequestWritten()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CompleteRequestWritten_m2CE66E5BAD797C5DE04C188041418DEDDDA62FD6 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_complete_request_written_29();
return L_0;
}
}
// System.Void System.Net.WebConnectionStream::set_SendChunked(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_SendChunked_m19B2E66DBE0EF896D562173B18F7DA62E707E61B (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set_sendChunked_20(L_0);
return;
}
}
// System.Void System.Net.WebConnectionStream::set_ReadBuffer(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBuffer_m83EFEB4452866B3B82420C0B5A46B788F59BB7F5 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
__this->set_readBuffer_8(L_0);
return;
}
}
// System.Void System.Net.WebConnectionStream::set_ReadBufferOffset(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferOffset_mB30436CA2165A8241F3901EDAEA0F7087FDF70C1 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_readBufferOffset_9(L_0);
return;
}
}
// System.Void System.Net.WebConnectionStream::set_ReadBufferSize(System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_ReadBufferSize_mE30E018A060002F77284E4EC09C35D6FB04462F7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int32_t ___value0, const RuntimeMethod* method)
{
{
int32_t L_0 = ___value0;
__this->set_readBufferSize_10(L_0);
return;
}
}
// System.Byte[] System.Net.WebConnectionStream::get_WriteBuffer()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* WebConnectionStream_get_WriteBuffer_mC6D3C2B28B56729F7C6E5BF61C2A82CF4CBB3903 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = __this->get_writeBuffer_21();
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_0);
return L_1;
}
}
// System.Int32 System.Net.WebConnectionStream::get_WriteBufferLength()
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_get_WriteBufferLength_mD4DAA8A0B6D4E7DBD9E881F92EF8CE34BC52E4BD (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_0 = __this->get_writeBuffer_21();
if (L_0)
{
goto IL_000a;
}
}
{
return (-1);
}
IL_000a:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_1 = __this->get_writeBuffer_21();
NullCheck(L_1);
int64_t L_2 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_1);
return (((int32_t)((int32_t)L_2)));
}
}
// System.Void System.Net.WebConnectionStream::ForceCompletion()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ForceCompletion_mA4460C1FFC516463CDD44A94937C30AB135EE462 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_nextReadCalled_15();
if (L_0)
{
goto IL_0033;
}
}
{
int64_t L_1 = __this->get_contentLength_12();
if ((!(((uint64_t)L_1) == ((uint64_t)((int64_t)std::numeric_limits<int64_t>::max())))))
{
goto IL_0021;
}
}
{
__this->set_contentLength_12((((int64_t)((int64_t)0))));
}
IL_0021:
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_2 = __this->get_cnc_6();
NullCheck(L_2);
WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F(L_2, /*hidden argument*/NULL);
}
IL_0033:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::CheckComplete()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckComplete_m08068E5BB242EAF233265505E9E415E4012E748B (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_nextReadCalled_15();
if (L_0)
{
goto IL_0030;
}
}
{
int32_t L_1 = __this->get_readBufferSize_10();
int32_t L_2 = __this->get_readBufferOffset_9();
int64_t L_3 = __this->get_contentLength_12();
if ((!(((uint64_t)(((int64_t)((int64_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)L_2)))))) == ((uint64_t)L_3))))
{
goto IL_0030;
}
}
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_4 = __this->get_cnc_6();
NullCheck(L_4);
WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F(L_4, /*hidden argument*/NULL);
}
IL_0030:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::ReadAll()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_2 = NULL;
int32_t V_3 = 0;
int32_t V_4 = 0;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
int32_t V_7 = 0;
int32_t V_8 = 0;
int32_t V_9 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = __this->get_isRead_5();
if (!L_0)
{
goto IL_0026;
}
}
{
bool L_1 = __this->get_read_eof_28();
if (L_1)
{
goto IL_0026;
}
}
{
int64_t L_2 = __this->get_totalRead_13();
int64_t L_3 = __this->get_contentLength_12();
if ((((int64_t)L_2) >= ((int64_t)L_3)))
{
goto IL_0026;
}
}
{
bool L_4 = __this->get_nextReadCalled_15();
if (!L_4)
{
goto IL_0049;
}
}
IL_0026:
{
bool L_5 = __this->get_isRead_5();
if (!L_5)
{
goto IL_0048;
}
}
{
bool L_6 = __this->get_nextReadCalled_15();
if (L_6)
{
goto IL_0048;
}
}
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_7 = __this->get_cnc_6();
NullCheck(L_7);
WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F(L_7, /*hidden argument*/NULL);
}
IL_0048:
{
return;
}
IL_0049:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_8 = __this->get_pending_18();
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.Stream::get_ReadTimeout() */, __this);
NullCheck(L_8);
bool L_10 = VirtFuncInvoker1< bool, int32_t >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) */, L_8, L_9);
if (L_10)
{
goto IL_0069;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_11 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_11, _stringLiteralBE3F306A5E0BA5DC2F76020448FB66EB734EF545, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7_RuntimeMethod_var);
}
IL_0069:
{
RuntimeObject * L_12 = __this->get_locker_26();
V_0 = L_12;
V_1 = (bool)0;
}
IL_0072:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_13 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_13, (bool*)(&V_1), /*hidden argument*/NULL);
int64_t L_14 = __this->get_totalRead_13();
int64_t L_15 = __this->get_contentLength_12();
if ((((int64_t)L_14) < ((int64_t)L_15)))
{
goto IL_008d;
}
}
IL_0088:
{
IL2CPP_LEAVE(0x1FB, FINALLY_01e6);
}
IL_008d:
{
V_2 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
int32_t L_16 = __this->get_readBufferSize_10();
int32_t L_17 = __this->get_readBufferOffset_9();
V_3 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)L_17));
int64_t L_18 = __this->get_contentLength_12();
if ((!(((uint64_t)L_18) == ((uint64_t)((int64_t)std::numeric_limits<int64_t>::max())))))
{
goto IL_0148;
}
}
IL_00b1:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_19 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_19, /*hidden argument*/NULL);
V_5 = L_19;
V_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = __this->get_readBuffer_8();
if (!L_20)
{
goto IL_00f0;
}
}
IL_00c3:
{
int32_t L_21 = V_3;
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_00f0;
}
}
IL_00c7:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_22 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_23 = __this->get_readBuffer_8();
int32_t L_24 = __this->get_readBufferOffset_9();
int32_t L_25 = V_3;
NullCheck(L_22);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_22, L_23, L_24, L_25);
int32_t L_26 = __this->get_readBufferSize_10();
if ((((int32_t)L_26) < ((int32_t)((int32_t)8192))))
{
goto IL_00f0;
}
}
IL_00e8:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = __this->get_readBuffer_8();
V_6 = L_27;
}
IL_00f0:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_28 = V_6;
if (L_28)
{
goto IL_010e;
}
}
IL_00f4:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_29 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)8192));
V_6 = L_29;
goto IL_010e;
}
IL_0102:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_30 = V_5;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = V_6;
int32_t L_32 = V_7;
NullCheck(L_30);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_30, L_31, 0, L_32);
}
IL_010e:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_33 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_34 = __this->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = V_6;
NullCheck(L_36);
NullCheck(L_33);
int32_t L_37 = WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9(L_33, L_34, L_35, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_36)->max_length)))), /*hidden argument*/NULL);
int32_t L_38 = L_37;
V_7 = L_38;
if (L_38)
{
goto IL_0102;
}
}
IL_012b:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_39 = V_5;
NullCheck(L_39);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_39);
V_2 = L_40;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_41 = V_5;
NullCheck(L_41);
int64_t L_42 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_41);
V_4 = (((int32_t)((int32_t)L_42)));
int32_t L_43 = V_4;
__this->set_contentLength_12((((int64_t)((int64_t)L_43))));
goto IL_01bf;
}
IL_0148:
{
int64_t L_44 = __this->get_contentLength_12();
int64_t L_45 = __this->get_totalRead_13();
V_4 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_44, (int64_t)L_45)))));
int32_t L_46 = V_4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_46);
V_2 = L_47;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = __this->get_readBuffer_8();
if (!L_48)
{
goto IL_0188;
}
}
IL_0168:
{
int32_t L_49 = V_3;
if ((((int32_t)L_49) <= ((int32_t)0)))
{
goto IL_0188;
}
}
IL_016c:
{
int32_t L_50 = V_3;
int32_t L_51 = V_4;
if ((((int32_t)L_50) <= ((int32_t)L_51)))
{
goto IL_0174;
}
}
IL_0171:
{
int32_t L_52 = V_4;
V_3 = L_52;
}
IL_0174:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_53 = __this->get_readBuffer_8();
int32_t L_54 = __this->get_readBufferOffset_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_55 = V_2;
int32_t L_56 = V_3;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_53, L_54, (RuntimeArray *)(RuntimeArray *)L_55, 0, L_56, /*hidden argument*/NULL);
}
IL_0188:
{
int32_t L_57 = V_4;
int32_t L_58 = V_3;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_57, (int32_t)L_58));
V_9 = (-1);
goto IL_01b6;
}
IL_0193:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_59 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_60 = __this->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_61 = V_2;
int32_t L_62 = V_3;
int32_t L_63 = V_8;
NullCheck(L_59);
int32_t L_64 = WebConnection_Read_m42DDD6C1964CE76E64E6A81ADB3D9EE43E8B86D9(L_59, L_60, L_61, L_62, L_63, /*hidden argument*/NULL);
V_9 = L_64;
int32_t L_65 = V_8;
int32_t L_66 = V_9;
V_8 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_65, (int32_t)L_66));
int32_t L_67 = V_3;
int32_t L_68 = V_9;
V_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_67, (int32_t)L_68));
}
IL_01b6:
{
int32_t L_69 = V_8;
if ((((int32_t)L_69) <= ((int32_t)0)))
{
goto IL_01bf;
}
}
IL_01bb:
{
int32_t L_70 = V_9;
if (L_70)
{
goto IL_0193;
}
}
IL_01bf:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = V_2;
__this->set_readBuffer_8(L_71);
__this->set_readBufferOffset_9(0);
int32_t L_72 = V_4;
__this->set_readBufferSize_10(L_72);
__this->set_totalRead_13((((int64_t)((int64_t)0))));
__this->set_nextReadCalled_15((bool)1);
IL2CPP_LEAVE(0x1F0, FINALLY_01e6);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_01e6;
}
FINALLY_01e6:
{ // begin finally (depth: 1)
{
bool L_73 = V_1;
if (!L_73)
{
goto IL_01ef;
}
}
IL_01e9:
{
RuntimeObject * L_74 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_74, /*hidden argument*/NULL);
}
IL_01ef:
{
IL2CPP_END_FINALLY(486)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(486)
{
IL2CPP_JUMP_TBL(0x1FB, IL_01fb)
IL2CPP_JUMP_TBL(0x1F0, IL_01f0)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_01f0:
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_75 = __this->get_cnc_6();
NullCheck(L_75);
WebConnection_NextRead_mF0A9E5A7CB0577D8A7A0B5767FE50EFDB29F923F(L_75, /*hidden argument*/NULL);
}
IL_01fb:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::WriteCallbackWrapper(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteCallbackWrapper_m1265040288FABA1D72A9A5ED6E9131ADFB6C2F31 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_WriteCallbackWrapper_m1265040288FABA1D72A9A5ED6E9131ADFB6C2F31_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___r0;
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_0, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_1 = V_0;
if (!L_1)
{
goto IL_0013;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_2 = V_0;
NullCheck(L_2);
bool L_3 = L_2->get_AsyncWriteAll_17();
if (!L_3)
{
goto IL_0013;
}
}
{
return;
}
IL_0013:
{
RuntimeObject* L_4 = ___r0;
NullCheck(L_4);
RuntimeObject * L_5 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_4);
if (!L_5)
{
goto IL_0035;
}
}
{
RuntimeObject* L_6 = ___r0;
NullCheck(L_6);
RuntimeObject * L_7 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_6);
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_7, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = V_0;
RuntimeObject* L_9 = ___r0;
NullCheck(L_8);
WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4(L_8, L_9, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_10 = V_0;
NullCheck(L_10);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_10, /*hidden argument*/NULL);
return;
}
IL_0035:
{
}
IL_0036:
try
{ // begin try (depth: 1)
RuntimeObject* L_11 = ___r0;
VirtActionInvoker1< RuntimeObject* >::Invoke(22 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, __this, L_11);
goto IL_0042;
} // 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_003f;
throw e;
}
CATCH_003f:
{ // begin catch(System.Object)
goto IL_0042;
} // end catch (depth: 1)
IL_0042:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::ReadCallbackWrapper(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_ReadCallbackWrapper_m07A148DB07C61128C387FF38DFEC32EB8122BCAF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_ReadCallbackWrapper_m07A148DB07C61128C387FF38DFEC32EB8122BCAF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___r0;
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_0);
if (!L_1)
{
goto IL_0020;
}
}
{
RuntimeObject* L_2 = ___r0;
NullCheck(L_2);
RuntimeObject * L_3 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_2);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_4 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_3, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
RuntimeObject* L_5 = ___r0;
NullCheck(L_4);
WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4(L_4, L_5, /*hidden argument*/NULL);
NullCheck(L_4);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_4, /*hidden argument*/NULL);
return;
}
IL_0020:
{
}
IL_0021:
try
{ // begin try (depth: 1)
RuntimeObject* L_6 = ___r0;
VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, __this, L_6);
goto IL_002e;
} // 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_002b;
throw e;
}
CATCH_002b:
{ // begin catch(System.Object)
goto IL_002e;
} // end catch (depth: 1)
IL_002e:
{
return;
}
}
// System.Int32 System.Net.WebConnectionStream::Read(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_Read_m1ACEA5D6E6123A23A69B1F42DE2C7A22501F3D27 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_Read_m1ACEA5D6E6123A23A69B1F42DE2C7A22501F3D27_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * V_0 = NULL;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_1 = NULL;
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_cb_wrapper_32();
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = V_0;
RuntimeObject* L_5 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(18 /* System.IAsyncResult System.IO.Stream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, L_4, NULL);
V_1 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_5, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = V_1;
NullCheck(L_6);
bool L_7 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_004f;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = V_1;
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(13 /* System.Int32 System.IO.Stream::get_ReadTimeout() */, __this);
NullCheck(L_8);
bool L_10 = SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2(L_8, L_9, (bool)0, /*hidden argument*/NULL);
if (L_10)
{
goto IL_004f;
}
}
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = __this->get_cnc_6();
NullCheck(L_11);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_11, (bool)1, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_12 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_12, _stringLiteralBE3F306A5E0BA5DC2F76020448FB66EB734EF545, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, WebConnectionStream_Read_m1ACEA5D6E6123A23A69B1F42DE2C7A22501F3D27_RuntimeMethod_var);
}
IL_004f:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_13 = V_1;
int32_t L_14 = VirtFuncInvoker1< int32_t, RuntimeObject* >::Invoke(19 /* System.Int32 System.IO.Stream::EndRead(System.IAsyncResult) */, __this, L_13);
return L_14;
}
}
// System.IAsyncResult System.Net.WebConnectionStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __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 (WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_1 = NULL;
int32_t V_2 = 0;
RuntimeObject * V_3 = NULL;
bool V_4 = false;
int32_t V_5 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
int32_t G_B21_0 = 0;
{
bool L_0 = __this->get_isRead_5();
if (L_0)
{
goto IL_0013;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_1 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_1, _stringLiteral6417CC0966CF6AAC7BFD850C09A8CA91745BBD86, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_RuntimeMethod_var);
}
IL_0013:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer0;
if (L_2)
{
goto IL_0021;
}
}
{
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, NULL, WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_RuntimeMethod_var);
}
IL_0021:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___buffer0;
NullCheck(L_4);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length))));
int32_t L_5 = ___offset1;
if ((((int32_t)L_5) < ((int32_t)0)))
{
goto IL_002d;
}
}
{
int32_t L_6 = V_0;
int32_t L_7 = ___offset1;
if ((((int32_t)L_6) >= ((int32_t)L_7)))
{
goto IL_0038;
}
}
IL_002d:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_8 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_8, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_RuntimeMethod_var);
}
IL_0038:
{
int32_t L_9 = ___size2;
if ((((int32_t)L_9) < ((int32_t)0)))
{
goto IL_0042;
}
}
{
int32_t L_10 = V_0;
int32_t L_11 = ___offset1;
int32_t L_12 = ___size2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)L_11))) >= ((int32_t)L_12)))
{
goto IL_004d;
}
}
IL_0042:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_13 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_13, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, NULL, WebConnectionStream_BeginRead_m0A1710A267861777A8CBB2782D6ED5529B77DC26_RuntimeMethod_var);
}
IL_004d:
{
RuntimeObject * L_14 = __this->get_locker_26();
V_3 = L_14;
V_4 = (bool)0;
}
IL_0057:
try
{ // begin try (depth: 1)
RuntimeObject * L_15 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_15, (bool*)(&V_4), /*hidden argument*/NULL);
int32_t L_16 = __this->get_pendingReads_16();
__this->set_pendingReads_16(((int32_t)il2cpp_codegen_add((int32_t)L_16, (int32_t)1)));
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_17 = __this->get_pending_18();
NullCheck(L_17);
EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F(L_17, /*hidden argument*/NULL);
IL2CPP_LEAVE(0x86, FINALLY_007b);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_007b;
}
FINALLY_007b:
{ // begin finally (depth: 1)
{
bool L_18 = V_4;
if (!L_18)
{
goto IL_0085;
}
}
IL_007f:
{
RuntimeObject * L_19 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_19, /*hidden argument*/NULL);
}
IL_0085:
{
IL2CPP_END_FINALLY(123)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(123)
{
IL2CPP_JUMP_TBL(0x86, IL_0086)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0086:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_20 = ___cb3;
RuntimeObject * L_21 = ___state4;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ___buffer0;
int32_t L_23 = ___offset1;
int32_t L_24 = ___size2;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var);
WebAsyncResult__ctor_m3DEA339577AECC3B5A2F5C78F9297EC966CC8859(L_25, L_20, L_21, L_22, L_23, L_24, /*hidden argument*/NULL);
V_1 = L_25;
int64_t L_26 = __this->get_totalRead_13();
int64_t L_27 = __this->get_contentLength_12();
if ((((int64_t)L_26) < ((int64_t)L_27)))
{
goto IL_00b1;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_28 = V_1;
NullCheck(L_28);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_28, (bool)1, (-1), /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_29 = V_1;
NullCheck(L_29);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_29, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_30 = V_1;
return L_30;
}
IL_00b1:
{
int32_t L_31 = __this->get_readBufferSize_10();
int32_t L_32 = __this->get_readBufferOffset_9();
V_2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_31, (int32_t)L_32));
int32_t L_33 = V_2;
if ((((int32_t)L_33) <= ((int32_t)0)))
{
goto IL_0137;
}
}
{
int32_t L_34 = V_2;
int32_t L_35 = ___size2;
if ((((int32_t)L_34) > ((int32_t)L_35)))
{
goto IL_00ca;
}
}
{
int32_t L_36 = V_2;
G_B21_0 = L_36;
goto IL_00cb;
}
IL_00ca:
{
int32_t L_37 = ___size2;
G_B21_0 = L_37;
}
IL_00cb:
{
V_5 = G_B21_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_38 = __this->get_readBuffer_8();
int32_t L_39 = __this->get_readBufferOffset_9();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = ___buffer0;
int32_t L_41 = ___offset1;
int32_t L_42 = V_5;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_38, L_39, (RuntimeArray *)(RuntimeArray *)L_40, L_41, L_42, /*hidden argument*/NULL);
int32_t L_43 = __this->get_readBufferOffset_9();
int32_t L_44 = V_5;
__this->set_readBufferOffset_9(((int32_t)il2cpp_codegen_add((int32_t)L_43, (int32_t)L_44)));
int32_t L_45 = ___offset1;
int32_t L_46 = V_5;
___offset1 = ((int32_t)il2cpp_codegen_add((int32_t)L_45, (int32_t)L_46));
int32_t L_47 = ___size2;
int32_t L_48 = V_5;
___size2 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_47, (int32_t)L_48));
int64_t L_49 = __this->get_totalRead_13();
int32_t L_50 = V_5;
__this->set_totalRead_13(((int64_t)il2cpp_codegen_add((int64_t)L_49, (int64_t)(((int64_t)((int64_t)L_50))))));
int32_t L_51 = ___size2;
if (!L_51)
{
goto IL_011e;
}
}
{
int64_t L_52 = __this->get_totalRead_13();
int64_t L_53 = __this->get_contentLength_12();
if ((((int64_t)L_52) < ((int64_t)L_53)))
{
goto IL_012f;
}
}
IL_011e:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_54 = V_1;
int32_t L_55 = V_5;
NullCheck(L_54);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_54, (bool)1, L_55, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_56 = V_1;
NullCheck(L_56);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_56, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_57 = V_1;
return L_57;
}
IL_012f:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_58 = V_1;
int32_t L_59 = V_5;
NullCheck(L_58);
WebAsyncResult_set_NBytes_m31F8063B2B331EFF05D30FE042FFED0857622883(L_58, L_59, /*hidden argument*/NULL);
}
IL_0137:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_60 = ___cb3;
if (!L_60)
{
goto IL_0143;
}
}
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_61 = __this->get_cb_wrapper_32();
___cb3 = L_61;
}
IL_0143:
{
int64_t L_62 = __this->get_contentLength_12();
if ((((int64_t)L_62) == ((int64_t)((int64_t)std::numeric_limits<int64_t>::max()))))
{
goto IL_0175;
}
}
{
int64_t L_63 = __this->get_contentLength_12();
int64_t L_64 = __this->get_totalRead_13();
int32_t L_65 = ___size2;
if ((((int64_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_63, (int64_t)L_64))) >= ((int64_t)(((int64_t)((int64_t)L_65))))))
{
goto IL_0175;
}
}
{
int64_t L_66 = __this->get_contentLength_12();
int64_t L_67 = __this->get_totalRead_13();
___size2 = (((int32_t)((int32_t)((int64_t)il2cpp_codegen_subtract((int64_t)L_66, (int64_t)L_67)))));
}
IL_0175:
{
bool L_68 = __this->get_read_eof_28();
if (L_68)
{
goto IL_019c;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_69 = V_1;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_70 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_71 = __this->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_72 = ___buffer0;
int32_t L_73 = ___offset1;
int32_t L_74 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_75 = ___cb3;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_76 = V_1;
NullCheck(L_70);
RuntimeObject* L_77 = WebConnection_BeginRead_m9156712283BBC00B9FFC001640169DCC2E26E247(L_70, L_71, L_72, L_73, L_74, L_75, L_76, /*hidden argument*/NULL);
NullCheck(L_69);
WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4(L_69, L_77, /*hidden argument*/NULL);
goto IL_01af;
}
IL_019c:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_78 = V_1;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_79 = V_1;
NullCheck(L_79);
int32_t L_80 = WebAsyncResult_get_NBytes_m1C92011F20E80F8C5668B0717F3002B6323E3F25(L_79, /*hidden argument*/NULL);
NullCheck(L_78);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_78, (bool)1, L_80, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_81 = V_1;
NullCheck(L_81);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_81, /*hidden argument*/NULL);
}
IL_01af:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_82 = V_1;
return L_82;
}
}
// System.Int32 System.Net.WebConnectionStream::EndRead(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR int32_t WebConnectionStream_EndRead_m1C82B7825F510C83A208EA90CF421BB93146122D (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_EndRead_m1C82B7825F510C83A208EA90CF421BB93146122D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
int32_t V_3 = 0;
Exception_t * V_4 = NULL;
RuntimeObject * 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___r0;
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_0, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_1 = V_0;
NullCheck(L_1);
bool L_2 = L_1->get_EndCalled_16();
if (!L_2)
{
goto IL_001e;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_3 = V_0;
NullCheck(L_3);
int32_t L_4 = WebAsyncResult_get_NBytes_m1C92011F20E80F8C5668B0717F3002B6323E3F25(L_3, /*hidden argument*/NULL);
V_2 = L_4;
int32_t L_5 = V_2;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_001c;
}
}
{
return 0;
}
IL_001c:
{
int32_t L_6 = V_2;
return L_6;
}
IL_001e:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_7 = V_0;
NullCheck(L_7);
L_7->set_EndCalled_16((bool)1);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = V_0;
NullCheck(L_8);
bool L_9 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_00f1;
}
}
{
V_3 = (-1);
}
IL_0032:
try
{ // begin try (depth: 1)
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_10 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_11 = __this->get_request_7();
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_12 = V_0;
NullCheck(L_10);
int32_t L_13 = WebConnection_EndRead_m22FDB4E67DEE4828945FEF970E3274479DB111EF(L_10, L_11, L_12, /*hidden argument*/NULL);
V_3 = L_13;
goto IL_00b1;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0047;
throw e;
}
CATCH_0047:
{ // begin catch(System.Exception)
{
V_4 = ((Exception_t *)__exception_local);
RuntimeObject * L_14 = __this->get_locker_26();
V_5 = L_14;
V_6 = (bool)0;
}
IL_0054:
try
{ // begin try (depth: 2)
{
RuntimeObject * L_15 = V_5;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_15, (bool*)(&V_6), /*hidden argument*/NULL);
int32_t L_16 = __this->get_pendingReads_16();
__this->set_pendingReads_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_16, (int32_t)1)));
int32_t L_17 = __this->get_pendingReads_16();
if (L_17)
{
goto IL_007f;
}
}
IL_0073:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_18 = __this->get_pending_18();
NullCheck(L_18);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_18, /*hidden argument*/NULL);
}
IL_007f:
{
IL2CPP_LEAVE(0x8D, FINALLY_0081);
}
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0081;
}
FINALLY_0081:
{ // begin finally (depth: 2)
{
bool L_19 = V_6;
if (!L_19)
{
goto IL_008c;
}
}
IL_0085:
{
RuntimeObject * L_20 = V_5;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_20, /*hidden argument*/NULL);
}
IL_008c:
{
IL2CPP_END_FINALLY(129)
}
} // end finally (depth: 2)
IL2CPP_CLEANUP(129)
{
IL2CPP_JUMP_TBL(0x8D, IL_008d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_008d:
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_21 = __this->get_cnc_6();
NullCheck(L_21);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_21, (bool)1, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = V_0;
Exception_t * L_23 = V_4;
NullCheck(L_22);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_22, (bool)0, L_23, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_24 = V_0;
NullCheck(L_24);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnectionStream_EndRead_m1C82B7825F510C83A208EA90CF421BB93146122D_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_00b1:
{
int32_t L_25 = V_3;
if ((((int32_t)L_25) >= ((int32_t)0)))
{
goto IL_00be;
}
}
{
V_3 = 0;
__this->set_read_eof_28((bool)1);
}
IL_00be:
{
int64_t L_26 = __this->get_totalRead_13();
int32_t L_27 = V_3;
__this->set_totalRead_13(((int64_t)il2cpp_codegen_add((int64_t)L_26, (int64_t)(((int64_t)((int64_t)L_27))))));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_28 = V_0;
int32_t L_29 = V_3;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_30 = V_0;
NullCheck(L_30);
int32_t L_31 = WebAsyncResult_get_NBytes_m1C92011F20E80F8C5668B0717F3002B6323E3F25(L_30, /*hidden argument*/NULL);
NullCheck(L_28);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_28, (bool)0, ((int32_t)il2cpp_codegen_add((int32_t)L_29, (int32_t)L_31)), /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_32 = V_0;
NullCheck(L_32);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_32, /*hidden argument*/NULL);
int32_t L_33 = V_3;
if (L_33)
{
goto IL_00f1;
}
}
{
int64_t L_34 = __this->get_totalRead_13();
__this->set_contentLength_12(L_34);
}
IL_00f1:
{
RuntimeObject * L_35 = __this->get_locker_26();
V_5 = L_35;
V_6 = (bool)0;
}
IL_00fc:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_36 = V_5;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_36, (bool*)(&V_6), /*hidden argument*/NULL);
int32_t L_37 = __this->get_pendingReads_16();
__this->set_pendingReads_16(((int32_t)il2cpp_codegen_subtract((int32_t)L_37, (int32_t)1)));
int32_t L_38 = __this->get_pendingReads_16();
if (L_38)
{
goto IL_0127;
}
}
IL_011b:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_39 = __this->get_pending_18();
NullCheck(L_39);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_39, /*hidden argument*/NULL);
}
IL_0127:
{
IL2CPP_LEAVE(0x135, FINALLY_0129);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0129;
}
FINALLY_0129:
{ // begin finally (depth: 1)
{
bool L_40 = V_6;
if (!L_40)
{
goto IL_0134;
}
}
IL_012d:
{
RuntimeObject * L_41 = V_5;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_41, /*hidden argument*/NULL);
}
IL_0134:
{
IL2CPP_END_FINALLY(297)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(297)
{
IL2CPP_JUMP_TBL(0x135, IL_0135)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0135:
{
int64_t L_42 = __this->get_totalRead_13();
int64_t L_43 = __this->get_contentLength_12();
if ((((int64_t)L_42) < ((int64_t)L_43)))
{
goto IL_0151;
}
}
{
bool L_44 = __this->get_nextReadCalled_15();
if (L_44)
{
goto IL_0151;
}
}
{
WebConnectionStream_ReadAll_m2DB26220CA17BA940A59E0C83202E19CB3F348D7(__this, /*hidden argument*/NULL);
}
IL_0151:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_45 = V_0;
NullCheck(L_45);
int32_t L_46 = WebAsyncResult_get_NBytes_m1C92011F20E80F8C5668B0717F3002B6323E3F25(L_45, /*hidden argument*/NULL);
V_1 = L_46;
int32_t L_47 = V_1;
if ((((int32_t)L_47) >= ((int32_t)0)))
{
goto IL_015e;
}
}
{
return 0;
}
IL_015e:
{
int32_t L_48 = V_1;
return L_48;
}
}
// System.Void System.Net.WebConnectionStream::WriteAsyncCB(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_WriteAsyncCB_mBFA5C342DC4A3BE3C129353EC99AE4E34E496B7B (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_WriteAsyncCB_mBFA5C342DC4A3BE3C129353EC99AE4E34E496B7B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___r0;
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(2 /* System.Object System.IAsyncResult::get_AsyncState() */, IAsyncResult_t8E194308510B375B42432981AE5E7488C458D598_il2cpp_TypeInfo_var, L_0);
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_1, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_2 = V_0;
NullCheck(L_2);
WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4(L_2, (RuntimeObject*)NULL, /*hidden argument*/NULL);
}
IL_0013:
try
{ // begin try (depth: 1)
{
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_3 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = __this->get_request_7();
RuntimeObject* L_5 = ___r0;
NullCheck(L_3);
WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7(L_3, L_4, (bool)1, L_5, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = V_0;
NullCheck(L_6);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_6, (bool)0, 0, /*hidden argument*/NULL);
bool L_7 = __this->get_initRead_27();
if (L_7)
{
goto IL_0049;
}
}
IL_0037:
{
__this->set_initRead_27((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_8 = __this->get_cnc_6();
NullCheck(L_8);
WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93(L_8, /*hidden argument*/NULL);
}
IL_0049:
{
goto IL_0083;
}
} // 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_004b;
throw e;
}
CATCH_004b:
{ // begin catch(System.Exception)
{
V_1 = ((Exception_t *)__exception_local);
WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191(__this, /*hidden argument*/NULL);
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_9 = __this->get_cnc_6();
NullCheck(L_9);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_9, (bool)1, /*hidden argument*/NULL);
Exception_t * L_10 = V_1;
if (!((SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5 *)IsInstClass((RuntimeObject*)L_10, SocketException_t75481CF49BCAF5685A5A9E6933909E0B65E7E0A5_il2cpp_TypeInfo_var)))
{
goto IL_0079;
}
}
IL_006d:
{
Exception_t * L_11 = V_1;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_12 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_m37262C706BEB979358ABEFEA9F9F253E8773D2B7(L_12, _stringLiteral15BD560AA9FBBFC3C9D4F82A8316D7453EE7B6FA, L_11, /*hidden argument*/NULL);
V_1 = L_12;
}
IL_0079:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_13 = V_0;
Exception_t * L_14 = V_1;
NullCheck(L_13);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_13, (bool)0, L_14, /*hidden argument*/NULL);
goto IL_0083;
}
} // end catch (depth: 1)
IL_0083:
{
bool L_15 = __this->get_allowBuffering_19();
if (!L_15)
{
goto IL_00bc;
}
}
{
bool L_16 = __this->get_sendChunked_20();
if (L_16)
{
goto IL_00bc;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_17 = __this->get_request_7();
NullCheck(L_17);
int64_t L_18 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_17);
if ((((int64_t)L_18) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_00bc;
}
}
{
int64_t L_19 = __this->get_totalWritten_14();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_20 = __this->get_request_7();
NullCheck(L_20);
int64_t L_21 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_20);
if ((!(((uint64_t)L_19) == ((uint64_t)L_21))))
{
goto IL_00bc;
}
}
{
__this->set_complete_request_written_29((bool)1);
}
IL_00bc:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_22 = V_0;
NullCheck(L_22);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_22, /*hidden argument*/NULL);
return;
}
}
// System.IAsyncResult System.Net.WebConnectionStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __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 (WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_1 = NULL;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * V_2 = NULL;
RuntimeObject * V_3 = NULL;
bool V_4 = false;
String_t* V_5 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_6 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
int32_t G_B23_0 = 0;
int32_t G_B20_0 = 0;
int32_t G_B22_0 = 0;
int32_t G_B21_0 = 0;
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_0 = __this->get_request_7();
NullCheck(L_0);
bool L_1 = HttpWebRequest_get_Aborted_m1B20EBC39661999F0246C9CE95CEB3F71E7DE596(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0019;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_2 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_2, _stringLiteral7EF95F14AF3E24B8942C944144D6749C5ACA09D7, 6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var);
}
IL_0019:
{
bool L_3 = __this->get_isRead_5();
if (!L_3)
{
goto IL_002c;
}
}
{
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_4 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_4, _stringLiteral8ED26D26F2A35BDCA232B027A6E2216B64C38BF3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var);
}
IL_002c:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___buffer0;
if (L_5)
{
goto IL_003a;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_6 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_6, _stringLiteralE53C2EA1FE4BD2B78BF4723C7C155A578E020A25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var);
}
IL_003a:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___buffer0;
NullCheck(L_7);
V_0 = (((int32_t)((int32_t)(((RuntimeArray *)L_7)->max_length))));
int32_t L_8 = ___offset1;
if ((((int32_t)L_8) < ((int32_t)0)))
{
goto IL_0046;
}
}
{
int32_t L_9 = V_0;
int32_t L_10 = ___offset1;
if ((((int32_t)L_9) >= ((int32_t)L_10)))
{
goto IL_0051;
}
}
IL_0046:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_11, _stringLiteral53A610E925BBC0A175E365D31241AE75AEEAD651, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var);
}
IL_0051:
{
int32_t L_12 = ___size2;
if ((((int32_t)L_12) < ((int32_t)0)))
{
goto IL_005b;
}
}
{
int32_t L_13 = V_0;
int32_t L_14 = ___offset1;
int32_t L_15 = ___size2;
if ((((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_13, (int32_t)L_14))) >= ((int32_t)L_15)))
{
goto IL_0066;
}
}
IL_005b:
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_16 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_16, _stringLiteral89368E1D68015693AB48EE189D0632CB5D6EDFB3, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, NULL, WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var);
}
IL_0066:
{
bool L_17 = __this->get_sendChunked_20();
if (!L_17)
{
goto IL_00a7;
}
}
{
RuntimeObject * L_18 = __this->get_locker_26();
V_3 = L_18;
V_4 = (bool)0;
}
IL_0078:
try
{ // begin try (depth: 1)
RuntimeObject * L_19 = V_3;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_19, (bool*)(&V_4), /*hidden argument*/NULL);
int32_t L_20 = __this->get_pendingWrites_17();
__this->set_pendingWrites_17(((int32_t)il2cpp_codegen_add((int32_t)L_20, (int32_t)1)));
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_21 = __this->get_pending_18();
NullCheck(L_21);
EventWaitHandle_Reset_m59EBCEA32BC9C67B4E432BEA5FF0A42ED0CC8A6F(L_21, /*hidden argument*/NULL);
IL2CPP_LEAVE(0xA7, FINALLY_009c);
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_009c;
}
FINALLY_009c:
{ // begin finally (depth: 1)
{
bool L_22 = V_4;
if (!L_22)
{
goto IL_00a6;
}
}
IL_00a0:
{
RuntimeObject * L_23 = V_3;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_23, /*hidden argument*/NULL);
}
IL_00a6:
{
IL2CPP_END_FINALLY(156)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(156)
{
IL2CPP_JUMP_TBL(0xA7, IL_00a7)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00a7:
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_24 = ___cb3;
RuntimeObject * L_25 = ___state4;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_26 = (WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)il2cpp_codegen_object_new(WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var);
WebAsyncResult__ctor_mFFB94D1263D8551987455464D3114E8155A05F34(L_26, L_24, L_25, /*hidden argument*/NULL);
V_1 = L_26;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_27 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_27, __this, (intptr_t)((intptr_t)WebConnectionStream_WriteAsyncCB_mBFA5C342DC4A3BE3C129353EC99AE4E34E496B7B_RuntimeMethod_var), /*hidden argument*/NULL);
V_2 = L_27;
bool L_28 = __this->get_sendChunked_20();
if (!L_28)
{
goto IL_017d;
}
}
{
__this->set_requestWritten_22((bool)1);
int32_t L_29 = ___size2;
int32_t L_30 = L_29;
RuntimeObject * L_31 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_30);
String_t* L_32 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteralED962452A775ED29F17EE5488FBA95394B1C0988, L_31, /*hidden argument*/NULL);
V_5 = L_32;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_33 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
String_t* L_34 = V_5;
NullCheck(L_33);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_33, L_34);
V_6 = L_35;
int32_t L_36 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_37 = V_6;
NullCheck(L_37);
int32_t L_38 = ((int32_t)il2cpp_codegen_add((int32_t)((int32_t)il2cpp_codegen_add((int32_t)2, (int32_t)L_36)), (int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_37)->max_length))))));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_38);
V_7 = L_39;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = V_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_41 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_42 = V_6;
NullCheck(L_42);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_40, 0, (RuntimeArray *)(RuntimeArray *)L_41, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_42)->max_length)))), /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = ___buffer0;
int32_t L_44 = ___offset1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_46 = V_6;
NullCheck(L_46);
int32_t L_47 = ___size2;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_43, L_44, (RuntimeArray *)(RuntimeArray *)L_45, (((int32_t)((int32_t)(((RuntimeArray *)L_46)->max_length)))), L_47, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields*)il2cpp_codegen_static_fields_for(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var))->get_crlf_4();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = V_7;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = V_6;
NullCheck(L_50);
int32_t L_51 = ___size2;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_52 = ((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields*)il2cpp_codegen_static_fields_for(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var))->get_crlf_4();
NullCheck(L_52);
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_48, 0, (RuntimeArray *)(RuntimeArray *)L_49, ((int32_t)il2cpp_codegen_add((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_50)->max_length)))), (int32_t)L_51)), (((int32_t)((int32_t)(((RuntimeArray *)L_52)->max_length)))), /*hidden argument*/NULL);
bool L_53 = __this->get_allowBuffering_19();
G_B20_0 = L_38;
if (!L_53)
{
G_B23_0 = L_38;
goto IL_016f;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_54 = __this->get_writeBuffer_21();
G_B21_0 = G_B20_0;
if (L_54)
{
G_B22_0 = G_B20_0;
goto IL_0152;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_55 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_55, /*hidden argument*/NULL);
__this->set_writeBuffer_21(L_55);
G_B22_0 = G_B21_0;
}
IL_0152:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_56 = __this->get_writeBuffer_21();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_57 = ___buffer0;
int32_t L_58 = ___offset1;
int32_t L_59 = ___size2;
NullCheck(L_56);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_56, L_57, L_58, L_59);
int64_t L_60 = __this->get_totalWritten_14();
int32_t L_61 = ___size2;
__this->set_totalWritten_14(((int64_t)il2cpp_codegen_add((int64_t)L_60, (int64_t)(((int64_t)((int64_t)L_61))))));
G_B23_0 = G_B22_0;
}
IL_016f:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_62 = V_7;
___buffer0 = L_62;
___offset1 = 0;
___size2 = G_B23_0;
goto IL_022a;
}
IL_017d:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_63 = __this->get_request_7();
NullCheck(L_63);
int64_t L_64 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_63);
int64_t L_65 = __this->get_totalWritten_14();
int32_t L_66 = ___size2;
WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13(__this, L_64, L_65, (((int64_t)((int64_t)L_66))), /*hidden argument*/NULL);
bool L_67 = __this->get_allowBuffering_19();
if (!L_67)
{
goto IL_022a;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_68 = __this->get_writeBuffer_21();
if (L_68)
{
goto IL_01b4;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_69 = (MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)il2cpp_codegen_object_new(MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C_il2cpp_TypeInfo_var);
MemoryStream__ctor_m9D0F92C76EFEDA651B678A98EB693FD945286DC2(L_69, /*hidden argument*/NULL);
__this->set_writeBuffer_21(L_69);
}
IL_01b4:
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_70 = __this->get_writeBuffer_21();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_71 = ___buffer0;
int32_t L_72 = ___offset1;
int32_t L_73 = ___size2;
NullCheck(L_70);
VirtActionInvoker3< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t >::Invoke(27 /* System.Void System.IO.Stream::Write(System.Byte[],System.Int32,System.Int32) */, L_70, L_71, L_72, L_73);
int64_t L_74 = __this->get_totalWritten_14();
int32_t L_75 = ___size2;
__this->set_totalWritten_14(((int64_t)il2cpp_codegen_add((int64_t)L_74, (int64_t)(((int64_t)((int64_t)L_75))))));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_76 = __this->get_request_7();
NullCheck(L_76);
int64_t L_77 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_76);
if ((((int64_t)L_77) <= ((int64_t)(((int64_t)((int64_t)0))))))
{
goto IL_01f3;
}
}
{
int64_t L_78 = __this->get_totalWritten_14();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_79 = __this->get_request_7();
NullCheck(L_79);
int64_t L_80 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_79);
if ((((int64_t)L_78) >= ((int64_t)L_80)))
{
goto IL_0203;
}
}
IL_01f3:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_81 = V_1;
NullCheck(L_81);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_81, (bool)1, 0, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_82 = V_1;
NullCheck(L_82);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_82, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_83 = V_1;
return L_83;
}
IL_0203:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_84 = V_1;
NullCheck(L_84);
L_84->set_AsyncWriteAll_17((bool)1);
__this->set_requestWritten_22((bool)1);
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_85 = __this->get_writeBuffer_21();
NullCheck(L_85);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_85);
___buffer0 = L_86;
___offset1 = 0;
int64_t L_87 = __this->get_totalWritten_14();
___size2 = (((int32_t)((int32_t)L_87)));
}
IL_022a:
{
}
IL_022b:
try
{ // begin try (depth: 1)
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_88 = V_1;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_89 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_90 = __this->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_91 = ___buffer0;
int32_t L_92 = ___offset1;
int32_t L_93 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_94 = V_2;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_95 = V_1;
NullCheck(L_89);
RuntimeObject* L_96 = WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179(L_89, L_90, L_91, L_92, L_93, L_94, L_95, /*hidden argument*/NULL);
NullCheck(L_88);
WebAsyncResult_set_InnerAsyncResult_mFD90FA725F473E6B2764EFA850FD77E9DBF027F4(L_88, L_96, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_97 = V_1;
NullCheck(L_97);
RuntimeObject* L_98 = WebAsyncResult_get_InnerAsyncResult_m6E191630B2895757EC964C9BF214229C05119B35(L_97, /*hidden argument*/NULL);
if (L_98)
{
goto IL_0265;
}
}
IL_024f:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_99 = V_1;
NullCheck(L_99);
bool L_100 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_99, /*hidden argument*/NULL);
if (L_100)
{
goto IL_025f;
}
}
IL_0257:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_101 = V_1;
NullCheck(L_101);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_101, (bool)1, 0, /*hidden argument*/NULL);
}
IL_025f:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_102 = V_1;
NullCheck(L_102);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_102, /*hidden argument*/NULL);
}
IL_0265:
{
goto IL_0282;
}
} // 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_0267;
throw e;
}
CATCH_0267:
{ // begin catch(System.Exception)
{
bool L_103 = __this->get_IgnoreIOErrors_33();
if (L_103)
{
goto IL_0272;
}
}
IL_0270:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebConnectionStream_BeginWrite_mAD1807454009E79267606C0F80AB9B48F1849742_RuntimeMethod_var);
}
IL_0272:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_104 = V_1;
NullCheck(L_104);
WebAsyncResult_SetCompleted_m548E38A524FBF5F609C555B7C424E88DE6C94A2C(L_104, (bool)1, 0, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_105 = V_1;
NullCheck(L_105);
WebAsyncResult_DoCallback_m93BDCBC19CD87AC9F3336FA1C429D61C9AB5B18C(L_105, /*hidden argument*/NULL);
goto IL_0282;
}
} // end catch (depth: 1)
IL_0282:
{
int64_t L_106 = __this->get_totalWritten_14();
int32_t L_107 = ___size2;
__this->set_totalWritten_14(((int64_t)il2cpp_codegen_add((int64_t)L_106, (int64_t)(((int64_t)((int64_t)L_107))))));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_108 = V_1;
return L_108;
}
}
// System.Void System.Net.WebConnectionStream::CheckWriteOverflow(System.Int64,System.Int64,System.Int64)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int64_t ___contentLength0, int64_t ___totalWritten1, int64_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
{
int64_t L_0 = ___contentLength0;
if ((!(((uint64_t)L_0) == ((uint64_t)(((int64_t)((int64_t)(-1))))))))
{
goto IL_0006;
}
}
{
return;
}
IL_0006:
{
int64_t L_1 = ___contentLength0;
int64_t L_2 = ___totalWritten1;
V_0 = ((int64_t)il2cpp_codegen_subtract((int64_t)L_1, (int64_t)L_2));
int64_t L_3 = ___size2;
int64_t L_4 = V_0;
if ((((int64_t)L_3) <= ((int64_t)L_4)))
{
goto IL_0032;
}
}
{
WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191(__this, /*hidden argument*/NULL);
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_5 = __this->get_cnc_6();
NullCheck(L_5);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_5, (bool)1, /*hidden argument*/NULL);
ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB * L_6 = (ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB *)il2cpp_codegen_object_new(ProtocolViolationException_t287E1EFCC1BC7BB76C74A681581BF3A67C68BDFB_il2cpp_TypeInfo_var);
ProtocolViolationException__ctor_m36E802912D318858D2D98F929722AACA1A2EC38C(L_6, _stringLiteral8CD5743C3C970AE732CB089D3F883DD86EDEB07C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, NULL, WebConnectionStream_CheckWriteOverflow_m982BEB0C0EAFCFABE36A1B44B2AAF421C5244B13_RuntimeMethod_var);
}
IL_0032:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::EndWrite(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_0 = NULL;
RuntimeObject * V_1 = NULL;
bool V_2 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = ___r0;
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, _stringLiteral4DC7C9EC434ED06502767136789763EC11D2C4B7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_RuntimeMethod_var);
}
IL_000e:
{
RuntimeObject* L_2 = ___r0;
V_0 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)IsInstClass((RuntimeObject*)L_2, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_3 = V_0;
if (L_3)
{
goto IL_0023;
}
}
{
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_4 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_4, _stringLiteral1CD7B22E5E84AF8A6738C729C05B73B9447B685F, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_RuntimeMethod_var);
}
IL_0023:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_5 = V_0;
NullCheck(L_5);
bool L_6 = L_5->get_EndCalled_16();
if (!L_6)
{
goto IL_002c;
}
}
{
return;
}
IL_002c:
{
bool L_7 = __this->get_sendChunked_20();
if (!L_7)
{
goto IL_0074;
}
}
{
RuntimeObject * L_8 = __this->get_locker_26();
V_1 = L_8;
V_2 = (bool)0;
}
IL_003d:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_9 = V_1;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_9, (bool*)(&V_2), /*hidden argument*/NULL);
int32_t L_10 = __this->get_pendingWrites_17();
__this->set_pendingWrites_17(((int32_t)il2cpp_codegen_subtract((int32_t)L_10, (int32_t)1)));
int32_t L_11 = __this->get_pendingWrites_17();
if ((((int32_t)L_11) > ((int32_t)0)))
{
goto IL_0068;
}
}
IL_005c:
{
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_12 = __this->get_pending_18();
NullCheck(L_12);
EventWaitHandle_Set_m7959A86A39735296FC949EC86FDA42A6CFAAB94C(L_12, /*hidden argument*/NULL);
}
IL_0068:
{
IL2CPP_LEAVE(0x74, FINALLY_006a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_006a;
}
FINALLY_006a:
{ // begin finally (depth: 1)
{
bool L_13 = V_2;
if (!L_13)
{
goto IL_0073;
}
}
IL_006d:
{
RuntimeObject * L_14 = V_1;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_14, /*hidden argument*/NULL);
}
IL_0073:
{
IL2CPP_END_FINALLY(106)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(106)
{
IL2CPP_JUMP_TBL(0x74, IL_0074)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0074:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_15 = V_0;
NullCheck(L_15);
L_15->set_EndCalled_16((bool)1);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_16 = V_0;
NullCheck(L_16);
bool L_17 = L_16->get_AsyncWriteAll_17();
if (!L_17)
{
goto IL_0099;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_18 = V_0;
NullCheck(L_18);
SimpleAsyncResult_WaitUntilComplete_m8E1B7A644F83AB741E8F6F126FBA44ACAD458403(L_18, /*hidden argument*/NULL);
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_19 = V_0;
NullCheck(L_19);
bool L_20 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_19, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_0098;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_21 = V_0;
NullCheck(L_21);
Exception_t * L_22 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_21, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, NULL, WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_RuntimeMethod_var);
}
IL_0098:
{
return;
}
IL_0099:
{
bool L_23 = __this->get_allowBuffering_19();
if (!L_23)
{
goto IL_00aa;
}
}
{
bool L_24 = __this->get_sendChunked_20();
if (L_24)
{
goto IL_00aa;
}
}
{
return;
}
IL_00aa:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_25 = V_0;
NullCheck(L_25);
bool L_26 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_25, /*hidden argument*/NULL);
if (!L_26)
{
goto IL_00b9;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_27 = V_0;
NullCheck(L_27);
Exception_t * L_28 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, NULL, WebConnectionStream_EndWrite_m956629BFC95D1D6A158A64D9D7AAEEDDB40B81B4_RuntimeMethod_var);
}
IL_00b9:
{
return;
}
}
// System.Void System.Net.WebConnectionStream::Write(System.Byte[],System.Int32,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_Write_mD7BD1F0A1D5D1388AD8D69E429F95D639F2E45C4 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer0, int32_t ___offset1, int32_t ___size2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_Write_mD7BD1F0A1D5D1388AD8D69E429F95D639F2E45C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * V_0 = NULL;
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * V_1 = NULL;
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_0 = __this->get_cb_wrapper_32();
V_0 = L_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___buffer0;
int32_t L_2 = ___offset1;
int32_t L_3 = ___size2;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_4 = V_0;
RuntimeObject* L_5 = VirtFuncInvoker5< RuntimeObject*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, int32_t, int32_t, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *, RuntimeObject * >::Invoke(21 /* System.IAsyncResult System.IO.Stream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object) */, __this, L_1, L_2, L_3, L_4, NULL);
V_1 = ((WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE *)CastclassClass((RuntimeObject*)L_5, WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE_il2cpp_TypeInfo_var));
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_6 = V_1;
NullCheck(L_6);
bool L_7 = SimpleAsyncResult_get_IsCompleted_m949C52DCF37C33C0F75CC49A53A8AF8A528470E4(L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0053;
}
}
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_8 = V_1;
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.IO.Stream::get_WriteTimeout() */, __this);
NullCheck(L_8);
bool L_10 = SimpleAsyncResult_WaitUntilComplete_m3BC73AAAEEBC3DEBF9DAFE05623E351ECECAA8F2(L_8, L_9, (bool)0, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0053;
}
}
{
WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191(__this, /*hidden argument*/NULL);
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_11 = __this->get_cnc_6();
NullCheck(L_11);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_11, (bool)1, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_12 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_12, _stringLiteral1C196E02C5BB22014A392C3BAEE10D54CADF5845, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, WebConnectionStream_Write_mD7BD1F0A1D5D1388AD8D69E429F95D639F2E45C4_RuntimeMethod_var);
}
IL_0053:
{
WebAsyncResult_tF700444B9ABA86C7CADBFA7B99DEC52D9FBD87EE * L_13 = V_1;
VirtActionInvoker1< RuntimeObject* >::Invoke(22 /* System.Void System.IO.Stream::EndWrite(System.IAsyncResult) */, __this, L_13);
return;
}
}
// System.Void System.Net.WebConnectionStream::Flush()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_Flush_mFFC7C6AD19C7BAB0C49F97FBEA2561A3A01920B8 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Net.WebConnectionStream::SetHeadersAsync(System.Boolean,System.Net.SimpleAsyncCallback)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, bool ___setInternalLength0, SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * ___callback1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB * L_0 = (U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass75_0__ctor_m13DB5E74AEBC2FF1E496DC61CBA4D90F615F895F(L_0, /*hidden argument*/NULL);
U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB * L_1 = L_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_0(__this);
U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB * L_2 = L_1;
bool L_3 = ___setInternalLength0;
NullCheck(L_2);
L_2->set_setInternalLength_1(L_3);
Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 * L_4 = (Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61 *)il2cpp_codegen_object_new(Func_2_tF6A6FE235E53230F712003180A1DBAF19C50FC61_il2cpp_TypeInfo_var);
Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6(L_4, L_2, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass75_0_U3CSetHeadersAsyncU3Eb__0_m94DC4A0EEE65A2DA45D5180C553B74B3F0321363_RuntimeMethod_var), /*hidden argument*/Func_2__ctor_mAACB403C7CEBA7EFECE15D9DF1D989696AACB1D6_RuntimeMethod_var);
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_5 = ___callback1;
SimpleAsyncResult_Run_mB2CE1B656262473514A7548311D4DB4353E40235(L_4, L_5, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.WebConnectionStream::SetHeadersAsync(System.Net.SimpleAsyncResult,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_SetHeadersAsync_mC95971FC00AA993900011ED6E9AE8F6EF619CBEF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, bool ___setInternalLength1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_SetHeadersAsync_mC95971FC00AA993900011ED6E9AE8F6EF619CBEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * V_0 = NULL;
String_t* V_1 = NULL;
bool V_2 = false;
bool V_3 = false;
bool V_4 = false;
int32_t G_B7_0 = 0;
int32_t G_B15_0 = 0;
int32_t G_B24_0 = 0;
{
U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * L_0 = (U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass76_0__ctor_m63EF68729356FED145640876D22055B18FA0B668(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * L_1 = V_0;
NullCheck(L_1);
L_1->set_U3CU3E4__this_0(__this);
U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * L_2 = V_0;
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_3 = ___result0;
NullCheck(L_2);
L_2->set_result_1(L_3);
bool L_4 = __this->get_headersSent_25();
if (!L_4)
{
goto IL_001e;
}
}
{
return (bool)0;
}
IL_001e:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_5 = __this->get_request_7();
NullCheck(L_5);
String_t* L_6 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_5);
V_1 = L_6;
String_t* L_7 = V_1;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteralF030BBBD32966CDE41037B98A8849C46B76E4BC1, /*hidden argument*/NULL);
if (L_8)
{
goto IL_005e;
}
}
{
String_t* L_9 = V_1;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteral6E288959D3443BCEC62386F7D9014542F6872829, /*hidden argument*/NULL);
if (L_10)
{
goto IL_005e;
}
}
{
String_t* L_11 = V_1;
bool L_12 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_11, _stringLiteral7138A51661947B19B5088DA5A2BFEDE2876F49B9, /*hidden argument*/NULL);
if (L_12)
{
goto IL_005e;
}
}
{
String_t* L_13 = V_1;
bool L_14 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_13, _stringLiteralDDF8A55C683EE58C6268B4264ACB1D703195D588, /*hidden argument*/NULL);
G_B7_0 = ((int32_t)(L_14));
goto IL_005f;
}
IL_005e:
{
G_B7_0 = 1;
}
IL_005f:
{
V_2 = (bool)G_B7_0;
String_t* L_15 = V_1;
bool L_16 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_15, _stringLiteralABB247FC495B4DF4392C330AA7E91BE41A71F52A, /*hidden argument*/NULL);
if (L_16)
{
goto IL_00bb;
}
}
{
String_t* L_17 = V_1;
bool L_18 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_17, _stringLiteralE8E44A3A5E3765B1EC2B48822322E3E88E07F732, /*hidden argument*/NULL);
if (L_18)
{
goto IL_00bb;
}
}
{
String_t* L_19 = V_1;
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteralBF167B8644FF067EF2FA43BA1F4A0C34D70EE8A0, /*hidden argument*/NULL);
if (L_20)
{
goto IL_00bb;
}
}
{
String_t* L_21 = V_1;
bool L_22 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_21, _stringLiteralAECF0292DA85CB2048D8B648567127D024D4074F, /*hidden argument*/NULL);
if (L_22)
{
goto IL_00bb;
}
}
{
String_t* L_23 = V_1;
bool L_24 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_23, _stringLiteral3BF08A84F15B98CE4D14B707F4A093B3CC8B853E, /*hidden argument*/NULL);
if (L_24)
{
goto IL_00bb;
}
}
{
String_t* L_25 = V_1;
bool L_26 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_25, _stringLiteralC37EB4CB935A6017AAAAAAB327837C7D9BBBC004, /*hidden argument*/NULL);
if (L_26)
{
goto IL_00bb;
}
}
{
String_t* L_27 = V_1;
bool L_28 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_27, _stringLiteral908843169EE7BDA362D6EF5286DC014EE824F846, /*hidden argument*/NULL);
G_B15_0 = ((int32_t)(L_28));
goto IL_00bc;
}
IL_00bb:
{
G_B15_0 = 1;
}
IL_00bc:
{
V_3 = (bool)G_B15_0;
bool L_29 = ___setInternalLength1;
if (!L_29)
{
goto IL_00e1;
}
}
{
bool L_30 = V_2;
if (L_30)
{
goto IL_00e1;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_31 = __this->get_writeBuffer_21();
if (!L_31)
{
goto IL_00e1;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_32 = __this->get_request_7();
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_33 = __this->get_writeBuffer_21();
NullCheck(L_33);
int64_t L_34 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_33);
NullCheck(L_32);
HttpWebRequest_set_InternalContentLength_mCFA62AC5AC5C3221C14746EC8E8F49A8CF76BD91(L_32, L_34, /*hidden argument*/NULL);
}
IL_00e1:
{
bool L_35 = V_2;
if (L_35)
{
goto IL_0100;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_36 = __this->get_writeBuffer_21();
if (!L_36)
{
goto IL_00fd;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_37 = __this->get_request_7();
NullCheck(L_37);
int64_t L_38 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_37);
G_B24_0 = ((((int64_t)L_38) > ((int64_t)(((int64_t)((int64_t)(-1))))))? 1 : 0);
goto IL_0101;
}
IL_00fd:
{
G_B24_0 = 1;
goto IL_0101;
}
IL_0100:
{
G_B24_0 = 0;
}
IL_0101:
{
V_4 = (bool)G_B24_0;
bool L_39 = __this->get_sendChunked_20();
bool L_40 = V_4;
bool L_41 = V_2;
bool L_42 = V_3;
if (((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)((int32_t)L_39|(int32_t)L_40))|(int32_t)L_41))|(int32_t)L_42)))
{
goto IL_0114;
}
}
{
return (bool)0;
}
IL_0114:
{
__this->set_headersSent_25((bool)1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_43 = __this->get_request_7();
NullCheck(L_43);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = HttpWebRequest_GetRequestHeaders_m47644427DDBA230A0478632AC33393CA464DDA5B(L_43, /*hidden argument*/NULL);
__this->set_headers_23(L_44);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_45 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_46 = __this->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = __this->get_headers_23();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = __this->get_headers_23();
NullCheck(L_48);
U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * L_49 = V_0;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_50 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_50, L_49, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass76_0_U3CSetHeadersAsyncU3Eb__0_m6CB2363998886364501A27B91501CE430E62E7EF_RuntimeMethod_var), /*hidden argument*/NULL);
NullCheck(L_45);
RuntimeObject* L_51 = WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179(L_45, L_46, L_47, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_48)->max_length)))), L_50, NULL, /*hidden argument*/NULL);
return (bool)((!(((RuntimeObject*)(RuntimeObject*)L_51) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Boolean System.Net.WebConnectionStream::get_RequestWritten()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_RequestWritten_m218A69F08D7F29940B7DA23F28277D39EB5E7BBF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_requestWritten_22();
return L_0;
}
}
// System.Boolean System.Net.WebConnectionStream::WriteRequestAsync(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___result0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * V_0 = NULL;
{
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_0 = (U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE *)il2cpp_codegen_object_new(U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE_il2cpp_TypeInfo_var);
U3CU3Ec__DisplayClass80_0__ctor_m2FA81C0FDB06E036480FA8052E7CAD84C341C4B8(L_0, /*hidden argument*/NULL);
V_0 = L_0;
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_1 = V_0;
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = ___result0;
NullCheck(L_1);
L_1->set_result_0(L_2);
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_3 = V_0;
NullCheck(L_3);
L_3->set_U3CU3E4__this_1(__this);
bool L_4 = __this->get_requestWritten_22();
if (!L_4)
{
goto IL_001e;
}
}
{
return (bool)0;
}
IL_001e:
{
__this->set_requestWritten_22((bool)1);
bool L_5 = __this->get_sendChunked_20();
if (L_5)
{
goto IL_003d;
}
}
{
bool L_6 = __this->get_allowBuffering_19();
if (!L_6)
{
goto IL_003d;
}
}
{
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_7 = __this->get_writeBuffer_21();
if (L_7)
{
goto IL_003f;
}
}
IL_003d:
{
return (bool)0;
}
IL_003f:
{
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_8 = V_0;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_9 = __this->get_writeBuffer_21();
NullCheck(L_9);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(29 /* System.Byte[] System.IO.MemoryStream::GetBuffer() */, L_9);
NullCheck(L_8);
L_8->set_bytes_3(L_10);
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_11 = V_0;
MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C * L_12 = __this->get_writeBuffer_21();
NullCheck(L_12);
int64_t L_13 = VirtFuncInvoker0< int64_t >::Invoke(10 /* System.Int64 System.IO.Stream::get_Length() */, L_12);
NullCheck(L_11);
L_11->set_length_2((((int32_t)((int32_t)L_13))));
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = __this->get_request_7();
NullCheck(L_14);
int64_t L_15 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_14);
if ((((int64_t)L_15) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
{
goto IL_00a7;
}
}
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_16 = __this->get_request_7();
NullCheck(L_16);
int64_t L_17 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_16);
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_18 = V_0;
NullCheck(L_18);
int32_t L_19 = L_18->get_length_2();
if ((((int64_t)L_17) >= ((int64_t)(((int64_t)((int64_t)L_19))))))
{
goto IL_00a7;
}
}
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_20 = __this->get_cnc_6();
NullCheck(L_20);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_20, (bool)1, /*hidden argument*/NULL);
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_21 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(L_21, _stringLiteral67DBF284BA4887D116A010DDFA178CF6A84EE6F5, (Exception_t *)NULL, ((int32_t)11), (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, NULL, WebConnectionStream_WriteRequestAsync_mAF66F0E7EC2A86DF96BBA24993405C5939A340DF_RuntimeMethod_var);
}
IL_00a7:
{
U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * L_22 = V_0;
SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F * L_23 = (SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F *)il2cpp_codegen_object_new(SimpleAsyncCallback_t690665AFDCBDEBA379B6F4CD213CB4BB8570F83F_il2cpp_TypeInfo_var);
SimpleAsyncCallback__ctor_mFA405D6E610A3F840791BCDA86AE86F3E379A160(L_23, L_22, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__0_m316B5A4B4607B7F2EF832429C639D19B28248A3B_RuntimeMethod_var), /*hidden argument*/NULL);
WebConnectionStream_SetHeadersAsync_m324EBB0943F5676D8D6281420656151FA3BF7067(__this, (bool)1, L_23, /*hidden argument*/NULL);
return (bool)1;
}
}
// System.Void System.Net.WebConnectionStream::InternalClose()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_InternalClose_mF5ECD5234F76E70A038B625D690F83D33C5224ED (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
__this->set_disposed_24((bool)1);
return;
}
}
// System.Boolean System.Net.WebConnectionStream::get_GetResponseOnClose()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_GetResponseOnClose_mF5FC1E97BE79E6F9FA8A96FD779E455B2BA7BB21 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_U3CGetResponseOnCloseU3Ek__BackingField_34();
return L_0;
}
}
// System.Void System.Net.WebConnectionStream::Close()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_Close_mC198127F4B51189068476B01AD013D4F352B09EF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_Close_mC198127F4B51189068476B01AD013D4F352B09EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
String_t* V_2 = NULL;
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * V_3 = NULL;
{
bool L_0 = WebConnectionStream_get_GetResponseOnClose_mF5FC1E97BE79E6F9FA8A96FD779E455B2BA7BB21(__this, /*hidden argument*/NULL);
if (!L_0)
{
goto IL_0034;
}
}
{
bool L_1 = __this->get_disposed_24();
if (!L_1)
{
goto IL_0011;
}
}
{
return;
}
IL_0011:
{
__this->set_disposed_24((bool)1);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_2 = __this->get_request_7();
NullCheck(L_2);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_3 = VirtFuncInvoker0< WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * >::Invoke(19 /* System.Net.WebResponse System.Net.WebRequest::GetResponse() */, L_2);
HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 * L_4 = ((HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951 *)CastclassClass((RuntimeObject*)L_3, HttpWebResponse_t34CF6A40A4748A0F8694FEFEA3723D9AE3EF3951_il2cpp_TypeInfo_var));
NullCheck(L_4);
HttpWebResponse_ReadAll_m923351A4BDB45CA1C1D7400B11BA943A595C0427(L_4, /*hidden argument*/NULL);
NullCheck(L_4);
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_4);
return;
}
IL_0034:
{
bool L_5 = __this->get_sendChunked_20();
if (!L_5)
{
goto IL_0098;
}
}
{
bool L_6 = __this->get_disposed_24();
if (!L_6)
{
goto IL_0045;
}
}
{
return;
}
IL_0045:
{
__this->set_disposed_24((bool)1);
ManualResetEvent_tDFAF117B200ECA4CCF4FD09593F949A016D55408 * L_7 = __this->get_pending_18();
int32_t L_8 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.IO.Stream::get_WriteTimeout() */, __this);
NullCheck(L_7);
bool L_9 = VirtFuncInvoker1< bool, int32_t >::Invoke(10 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32) */, L_7, L_8);
if (L_9)
{
goto IL_006c;
}
}
{
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_10 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE(L_10, _stringLiteralBE3F306A5E0BA5DC2F76020448FB66EB734EF545, ((int32_t)14), /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_10, NULL, WebConnectionStream_Close_mC198127F4B51189068476B01AD013D4F352B09EF_RuntimeMethod_var);
}
IL_006c:
{
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
NullCheck(L_11);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_12 = VirtFuncInvoker1< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*, String_t* >::Invoke(16 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_11, _stringLiteralF6D0C643351580307B2EAA6A7560E76965496BC7);
V_1 = L_12;
V_2 = (String_t*)NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_13 = __this->get_cnc_6();
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_14 = __this->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = V_1;
NullCheck(L_16);
NullCheck(L_13);
WebConnection_Write_m45BE50FA912AB73240D6E307B5383B18064EA581(L_13, L_14, L_15, 0, (((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))), (String_t**)(&V_2), /*hidden argument*/NULL);
return;
}
IL_0098:
{
bool L_17 = __this->get_isRead_5();
if (!L_17)
{
goto IL_00ca;
}
}
{
bool L_18 = __this->get_nextReadCalled_15();
if (L_18)
{
goto IL_00c9;
}
}
{
WebConnectionStream_CheckComplete_m08068E5BB242EAF233265505E9E415E4012E748B(__this, /*hidden argument*/NULL);
bool L_19 = __this->get_nextReadCalled_15();
if (L_19)
{
goto IL_00c9;
}
}
{
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_20 = __this->get_cnc_6();
NullCheck(L_20);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_20, (bool)1, /*hidden argument*/NULL);
}
IL_00c9:
{
return;
}
IL_00ca:
{
bool L_21 = __this->get_allowBuffering_19();
if (L_21)
{
goto IL_00f4;
}
}
{
__this->set_complete_request_written_29((bool)1);
bool L_22 = __this->get_initRead_27();
if (L_22)
{
goto IL_00f3;
}
}
{
__this->set_initRead_27((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_23 = __this->get_cnc_6();
NullCheck(L_23);
WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93(L_23, /*hidden argument*/NULL);
}
IL_00f3:
{
return;
}
IL_00f4:
{
bool L_24 = __this->get_disposed_24();
if (L_24)
{
goto IL_0104;
}
}
{
bool L_25 = __this->get_requestWritten_22();
if (!L_25)
{
goto IL_0105;
}
}
IL_0104:
{
return;
}
IL_0105:
{
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_26 = __this->get_request_7();
NullCheck(L_26);
int64_t L_27 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_26);
V_0 = L_27;
bool L_28 = __this->get_sendChunked_20();
if (L_28)
{
goto IL_0153;
}
}
{
int64_t L_29 = V_0;
if ((((int64_t)L_29) == ((int64_t)(((int64_t)((int64_t)(-1)))))))
{
goto IL_0153;
}
}
{
int64_t L_30 = __this->get_totalWritten_14();
int64_t L_31 = V_0;
if ((((int64_t)L_30) == ((int64_t)L_31)))
{
goto IL_0153;
}
}
{
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_32 = (IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA *)il2cpp_codegen_object_new(IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA_il2cpp_TypeInfo_var);
IOException__ctor_mB64DEFB376AA8E279A647A3770F913B20EF65175(L_32, _stringLiteralBE11E668C352A7505AEF2F84DE71A87DB58F9A41, /*hidden argument*/NULL);
V_3 = L_32;
__this->set_nextReadCalled_15((bool)1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_33 = __this->get_cnc_6();
NullCheck(L_33);
WebConnection_Close_m32A0D8BAE873F25F872DD6207A75FE12A18451EE(L_33, (bool)1, /*hidden argument*/NULL);
IOException_t60E052020EDE4D3075F57A1DCC224FF8864354BA * L_34 = V_3;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_35 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502(L_35, _stringLiteral6D697EDAD9BAE43583B61DBA3A266225DB0EA628, 6, 0, L_34, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_35, NULL, WebConnectionStream_Close_mC198127F4B51189068476B01AD013D4F352B09EF_RuntimeMethod_var);
}
IL_0153:
{
__this->set_disposed_24((bool)1);
return;
}
}
// System.Void System.Net.WebConnectionStream::KillBuffer()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_KillBuffer_mBD0C22CE84EF1C481E495CD0593C0CFB13F16191 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
__this->set_writeBuffer_21((MemoryStream_t495F44B85E6B4DDE2BB7E17DE963256A74E2298C *)NULL);
return;
}
}
// System.Int64 System.Net.WebConnectionStream::Seek(System.Int64,System.IO.SeekOrigin)
extern "C" IL2CPP_METHOD_ATTR int64_t WebConnectionStream_Seek_m693D40ED7D1B52C93CE90195829A3890916DD51A (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int64_t ___a0, int32_t ___b1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_Seek_m693D40ED7D1B52C93CE90195829A3890916DD51A_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, NULL, WebConnectionStream_Seek_m693D40ED7D1B52C93CE90195829A3890916DD51A_RuntimeMethod_var);
}
}
// System.Boolean System.Net.WebConnectionStream::get_CanSeek()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CanSeek_mD18FD013682C04182567ACC903B7902AD1599A19 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Boolean System.Net.WebConnectionStream::get_CanRead()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CanRead_m0FE99BDFDAEBC6F708B4F14E96BAF96BB230E51B (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_disposed_24();
if (L_0)
{
goto IL_000f;
}
}
{
bool L_1 = __this->get_isRead_5();
return L_1;
}
IL_000f:
{
return (bool)0;
}
}
// System.Boolean System.Net.WebConnectionStream::get_CanWrite()
extern "C" IL2CPP_METHOD_ATTR bool WebConnectionStream_get_CanWrite_m711BDBA199A1DDA4F824295D1A3C3E092D5A65D7 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get_disposed_24();
if (L_0)
{
goto IL_0012;
}
}
{
bool L_1 = __this->get_isRead_5();
return (bool)((((int32_t)L_1) == ((int32_t)0))? 1 : 0);
}
IL_0012:
{
return (bool)0;
}
}
// System.Int64 System.Net.WebConnectionStream::get_Length()
extern "C" IL2CPP_METHOD_ATTR int64_t WebConnectionStream_get_Length_m0DBBB20237DB80F164F0895C9795989B7E5D6DEF (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_get_Length_m0DBBB20237DB80F164F0895C9795989B7E5D6DEF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = __this->get_isRead_5();
if (L_0)
{
goto IL_000e;
}
}
{
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, NULL, WebConnectionStream_get_Length_m0DBBB20237DB80F164F0895C9795989B7E5D6DEF_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = __this->get_stream_length_11();
return (((int64_t)((int64_t)L_2)));
}
}
// System.Int64 System.Net.WebConnectionStream::get_Position()
extern "C" IL2CPP_METHOD_ATTR int64_t WebConnectionStream_get_Position_m463D2F068BA5F2D156237C2DE131AA650739FE7F (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_get_Position_m463D2F068BA5F2D156237C2DE131AA650739FE7F_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, NULL, WebConnectionStream_get_Position_m463D2F068BA5F2D156237C2DE131AA650739FE7F_RuntimeMethod_var);
}
}
// System.Void System.Net.WebConnectionStream::set_Position(System.Int64)
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream_set_Position_m2908BE95F8AD2AFB3250377DAD79E38C1ABABAC6 (WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * __this, int64_t ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream_set_Position_m2908BE95F8AD2AFB3250377DAD79E38C1ABABAC6_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, NULL, WebConnectionStream_set_Position_m2908BE95F8AD2AFB3250377DAD79E38C1ABABAC6_RuntimeMethod_var);
}
}
// System.Void System.Net.WebConnectionStream::.cctor()
extern "C" IL2CPP_METHOD_ATTR void WebConnectionStream__cctor_mE8E92B9375512A80A980C146B5A40B79FD3A10ED (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebConnectionStream__cctor_mE8E92B9375512A80A980C146B5A40B79FD3A10ED_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
NullCheck(L_1);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)13));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
NullCheck(L_2);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (uint8_t)((int32_t)10));
((WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_StaticFields*)il2cpp_codegen_static_fields_for(WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC_il2cpp_TypeInfo_var))->set_crlf_4(L_2);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.WebConnectionStream_<>c__DisplayClass75_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass75_0__ctor_m13DB5E74AEBC2FF1E496DC61CBA4D90F615F895F (U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Net.WebConnectionStream_<>c__DisplayClass75_0::<SetHeadersAsync>b__0(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR bool U3CU3Ec__DisplayClass75_0_U3CSetHeadersAsyncU3Eb__0_m94DC4A0EEE65A2DA45D5180C553B74B3F0321363 (U3CU3Ec__DisplayClass75_0_tB08224AE141BA9F8046D1F0C267E2308BA8CABCB * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___r0, const RuntimeMethod* method)
{
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_0 = __this->get_U3CU3E4__this_0();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_1 = ___r0;
bool L_2 = __this->get_setInternalLength_1();
NullCheck(L_0);
bool L_3 = WebConnectionStream_SetHeadersAsync_mC95971FC00AA993900011ED6E9AE8F6EF619CBEF(L_0, L_1, L_2, /*hidden argument*/NULL);
return L_3;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Net.WebConnectionStream_<>c__DisplayClass76_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass76_0__ctor_m63EF68729356FED145640876D22055B18FA0B668 (U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebConnectionStream_<>c__DisplayClass76_0::<SetHeadersAsync>b__0(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass76_0_U3CSetHeadersAsyncU3Eb__0_m6CB2363998886364501A27B91501CE430E62E7EF (U3CU3Ec__DisplayClass76_0_t09438DD600601604F0E06AE0B2549E981049E350 * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass76_0_U3CSetHeadersAsyncU3Eb__0_m6CB2363998886364501A27B91501CE430E62E7EF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int64_t V_0 = 0;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * V_1 = NULL;
Exception_t * V_2 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_0 = __this->get_U3CU3E4__this_0();
NullCheck(L_0);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_1 = L_0->get_cnc_6();
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_2 = __this->get_U3CU3E4__this_0();
NullCheck(L_2);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_3 = L_2->get_request_7();
RuntimeObject* L_4 = ___r0;
NullCheck(L_1);
WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7(L_1, L_3, (bool)1, L_4, /*hidden argument*/NULL);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_5 = __this->get_U3CU3E4__this_0();
NullCheck(L_5);
bool L_6 = L_5->get_initRead_27();
if (L_6)
{
goto IL_0047;
}
}
IL_002b:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_7 = __this->get_U3CU3E4__this_0();
NullCheck(L_7);
L_7->set_initRead_27((bool)1);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_8 = __this->get_U3CU3E4__this_0();
NullCheck(L_8);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_9 = L_8->get_cnc_6();
NullCheck(L_9);
WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93(L_9, /*hidden argument*/NULL);
}
IL_0047:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_10 = __this->get_U3CU3E4__this_0();
NullCheck(L_10);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_11 = L_10->get_request_7();
NullCheck(L_11);
int64_t L_12 = VirtFuncInvoker0< int64_t >::Invoke(13 /* System.Int64 System.Net.WebRequest::get_ContentLength() */, L_11);
V_0 = L_12;
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_13 = __this->get_U3CU3E4__this_0();
NullCheck(L_13);
bool L_14 = L_13->get_sendChunked_20();
if (L_14)
{
goto IL_0074;
}
}
IL_0065:
{
int64_t L_15 = V_0;
if (L_15)
{
goto IL_0074;
}
}
IL_0068:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_16 = __this->get_U3CU3E4__this_0();
NullCheck(L_16);
L_16->set_requestWritten_22((bool)1);
}
IL_0074:
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_17 = __this->get_result_1();
NullCheck(L_17);
SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B(L_17, (bool)0, /*hidden argument*/NULL);
goto IL_00ae;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0082;
if(il2cpp_codegen_class_is_assignable_from (Exception_t_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0092;
throw e;
}
CATCH_0082:
{ // begin catch(System.Net.WebException)
V_1 = ((WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)__exception_local);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_18 = __this->get_result_1();
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_19 = V_1;
NullCheck(L_18);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_18, (bool)0, L_19, /*hidden argument*/NULL);
goto IL_00ae;
} // end catch (depth: 1)
CATCH_0092:
{ // begin catch(System.Exception)
V_2 = ((Exception_t *)__exception_local);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_20 = __this->get_result_1();
Exception_t * L_21 = V_2;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * L_22 = (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D *)il2cpp_codegen_object_new(WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D_il2cpp_TypeInfo_var);
WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502(L_22, _stringLiteralC5790E5094FDAC9EB2BDF24D4F898BED561F84AD, 4, 0, L_21, /*hidden argument*/NULL);
NullCheck(L_20);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_20, (bool)0, L_22, /*hidden argument*/NULL);
goto IL_00ae;
} // end catch (depth: 1)
IL_00ae:
{
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.WebConnectionStream_<>c__DisplayClass80_0::.ctor()
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass80_0__ctor_m2FA81C0FDB06E036480FA8052E7CAD84C341C4B8 (U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebConnectionStream_<>c__DisplayClass80_0::<WriteRequestAsync>b__0(System.Net.SimpleAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__0_m316B5A4B4607B7F2EF832429C639D19B28248A3B (U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * __this, SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * ___inner0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__0_m316B5A4B4607B7F2EF832429C639D19B28248A3B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * V_0 = NULL;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * G_B11_0 = NULL;
int32_t G_B11_1 = 0;
int32_t G_B11_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B11_3 = NULL;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B11_4 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B11_5 = NULL;
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * G_B10_0 = NULL;
int32_t G_B10_1 = 0;
int32_t G_B10_2 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B10_3 = NULL;
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * G_B10_4 = NULL;
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * G_B10_5 = NULL;
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_0 = ___inner0;
NullCheck(L_0);
bool L_1 = SimpleAsyncResult_get_GotException_mB061909763EFE1FCC63C6671B91FD3C0841AAF95(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0020;
}
}
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_2 = __this->get_result_0();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_3 = ___inner0;
NullCheck(L_3);
bool L_4 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E(L_3, /*hidden argument*/NULL);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_5 = ___inner0;
NullCheck(L_5);
Exception_t * L_6 = SimpleAsyncResult_get_Exception_mC8615919B40C4193415211FDA85A71FCC3776CB8(L_5, /*hidden argument*/NULL);
NullCheck(L_2);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_2, L_4, L_6, /*hidden argument*/NULL);
return;
}
IL_0020:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_7 = __this->get_U3CU3E4__this_1();
NullCheck(L_7);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_8 = L_7->get_cnc_6();
NullCheck(L_8);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_9 = L_8->get_Data_10();
NullCheck(L_9);
int32_t L_10 = L_9->get_StatusCode_1();
if (!L_10)
{
goto IL_0062;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_11 = __this->get_U3CU3E4__this_1();
NullCheck(L_11);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_12 = L_11->get_cnc_6();
NullCheck(L_12);
WebConnectionData_tC9286455629F1E9E2BA0CA8AB6958DF931299CCC * L_13 = L_12->get_Data_10();
NullCheck(L_13);
int32_t L_14 = L_13->get_StatusCode_1();
if ((((int32_t)L_14) == ((int32_t)((int32_t)100))))
{
goto IL_0062;
}
}
{
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_15 = __this->get_result_0();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_16 = ___inner0;
NullCheck(L_16);
bool L_17 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B(L_15, L_17, /*hidden argument*/NULL);
return;
}
IL_0062:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_18 = __this->get_U3CU3E4__this_1();
NullCheck(L_18);
bool L_19 = L_18->get_initRead_27();
if (L_19)
{
goto IL_008b;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_20 = __this->get_U3CU3E4__this_1();
NullCheck(L_20);
L_20->set_initRead_27((bool)1);
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_21 = __this->get_U3CU3E4__this_1();
NullCheck(L_21);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_22 = L_21->get_cnc_6();
NullCheck(L_22);
WebConnection_InitRead_m18F2ECF3D5AFD206484E1CF9B1B880B189136B93(L_22, /*hidden argument*/NULL);
}
IL_008b:
{
int32_t L_23 = __this->get_length_2();
if (L_23)
{
goto IL_00b1;
}
}
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_24 = __this->get_U3CU3E4__this_1();
NullCheck(L_24);
L_24->set_complete_request_written_29((bool)1);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_25 = __this->get_result_0();
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_26 = ___inner0;
NullCheck(L_26);
bool L_27 = SimpleAsyncResult_get_CompletedSynchronouslyPeek_mA560945DA091E2620A1ED0022CB5E9379C529A8E(L_26, /*hidden argument*/NULL);
NullCheck(L_25);
SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B(L_25, L_27, /*hidden argument*/NULL);
return;
}
IL_00b1:
{
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_28 = __this->get_U3CU3E4__this_1();
NullCheck(L_28);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_29 = L_28->get_cnc_6();
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_30 = __this->get_U3CU3E4__this_1();
NullCheck(L_30);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_31 = L_30->get_request_7();
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = __this->get_bytes_3();
int32_t L_33 = __this->get_length_2();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_34 = __this->get_U3CU3E9__1_4();
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_35 = L_34;
G_B10_0 = L_35;
G_B10_1 = L_33;
G_B10_2 = 0;
G_B10_3 = L_32;
G_B10_4 = L_31;
G_B10_5 = L_29;
if (L_35)
{
G_B11_0 = L_35;
G_B11_1 = L_33;
G_B11_2 = 0;
G_B11_3 = L_32;
G_B11_4 = L_31;
G_B11_5 = L_29;
goto IL_00f3;
}
}
{
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_36 = (AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 *)il2cpp_codegen_object_new(AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4_il2cpp_TypeInfo_var);
AsyncCallback__ctor_m36AEE927E6AFEE950656BC5F7841682D23DE2EBB(L_36, __this, (intptr_t)((intptr_t)U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__1_m92F6F9F413853EDF30AC17455D26DA377B02DCF0_RuntimeMethod_var), /*hidden argument*/NULL);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_37 = L_36;
V_0 = L_37;
__this->set_U3CU3E9__1_4(L_37);
AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * L_38 = V_0;
G_B11_0 = L_38;
G_B11_1 = G_B10_1;
G_B11_2 = G_B10_2;
G_B11_3 = G_B10_3;
G_B11_4 = G_B10_4;
G_B11_5 = G_B10_5;
}
IL_00f3:
{
NullCheck(G_B11_5);
WebConnection_BeginWrite_m33F4740211D85A6B3E62EAAC19E060321F35D179(G_B11_5, G_B11_4, G_B11_3, G_B11_2, G_B11_1, G_B11_0, NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebConnectionStream_<>c__DisplayClass80_0::<WriteRequestAsync>b__1(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR void U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__1_m92F6F9F413853EDF30AC17455D26DA377B02DCF0 (U3CU3Ec__DisplayClass80_0_t7D1F20BB8EB27922CC970938E79BEBC5B485FEEE * __this, RuntimeObject* ___r0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (U3CU3Ec__DisplayClass80_0_U3CWriteRequestAsyncU3Eb__1_m92F6F9F413853EDF30AC17455D26DA377B02DCF0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_0 = __this->get_U3CU3E4__this_1();
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_1 = __this->get_U3CU3E4__this_1();
NullCheck(L_1);
WebConnection_tEB76AEE17361D28CBAD4033026A71DA89289C243 * L_2 = L_1->get_cnc_6();
WebConnectionStream_t537F33BF6D8999D67791D02F8E6DE6448F2A31FC * L_3 = __this->get_U3CU3E4__this_1();
NullCheck(L_3);
HttpWebRequest_t5B5BFA163B5AD6134620F315940CE3631D7FAAE0 * L_4 = L_3->get_request_7();
RuntimeObject* L_5 = ___r0;
NullCheck(L_2);
bool L_6 = WebConnection_EndWrite_m4A161B7A30650E77C513CA3083DB71D6C4046DF7(L_2, L_4, (bool)0, L_5, /*hidden argument*/NULL);
NullCheck(L_0);
L_0->set_complete_request_written_29(L_6);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_7 = __this->get_result_0();
NullCheck(L_7);
SimpleAsyncResult_SetCompleted_m2B20AC583715AFA9E0CC96BCB0A90B6B541BA90B(L_7, (bool)0, /*hidden argument*/NULL);
goto IL_0046;
} // 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_0036;
throw e;
}
CATCH_0036:
{ // begin catch(System.Exception)
V_0 = ((Exception_t *)__exception_local);
SimpleAsyncResult_tA572851810F8E279EE9E5378A6D9A538B1822FC6 * L_8 = __this->get_result_0();
Exception_t * L_9 = V_0;
NullCheck(L_8);
SimpleAsyncResult_SetCompleted_mB9395D66C376B2B6D4671EE1F725660045653A32(L_8, (bool)0, L_9, /*hidden argument*/NULL);
goto IL_0046;
} // end catch (depth: 1)
IL_0046:
{
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.WebException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m3CC3B7531100A92762AB2A131B85742D403D6370 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, const RuntimeMethod* method)
{
{
__this->set_m_Status_17(((int32_t)16));
InvalidOperationException__ctor_m1F94EA1226068BD1B7EAA1B836A59C99979F579E(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m8F6829889F5E750BCF48159ADDFC37DF38825C42 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E(__this, L_0, (Exception_t *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m864B9642C3D47B5ED0CDA9397ACB8CC70D2B9E4E (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
{
__this->set_m_Status_17(((int32_t)16));
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mABBCD10936CE582BDF68BA0204ECBDA253119AFE (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
int32_t L_1 = ___status1;
WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D(__this, L_0, (Exception_t *)NULL, L_1, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus,System.Net.WebExceptionInternalStatus,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mF114A99C978130324670C44162A2C737F2EC7502 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, int32_t ___status1, int32_t ___internalStatus2, Exception_t * ___innerException3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException3;
int32_t L_2 = ___status1;
int32_t L_3 = ___internalStatus2;
WebException__ctor_m03593F911259F06A18F7F1284DA3AD9B3D614351(__this, L_0, L_1, L_2, (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD *)NULL, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mC093D93CFCE3064622C7AF755BC3D3150E5A8D2D (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response3, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
int32_t L_2 = ___status2;
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_3 = ___response3;
WebException__ctor_m5363C3AC28BABD353ABD5295C3A4FD44724D9407(__this, L_0, (String_t*)NULL, L_1, L_2, L_3, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m5363C3AC28BABD353ABD5295C3A4FD44724D9407 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, String_t* ___data1, Exception_t * ___innerException2, int32_t ___status3, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response4, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebException__ctor_m5363C3AC28BABD353ABD5295C3A4FD44724D9407_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * G_B2_1 = NULL;
String_t* G_B1_0 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * G_B1_1 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * G_B3_2 = NULL;
{
__this->set_m_Status_17(((int32_t)16));
String_t* L_0 = ___message0;
String_t* L_1 = ___data1;
G_B1_0 = L_0;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_0;
G_B2_1 = __this;
goto IL_0014;
}
}
{
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0024;
}
IL_0014:
{
String_t* L_2 = ___data1;
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralBC4F25FFA040BCA2940EE764035E4665AD6AF175, L_2, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
G_B3_0 = L_3;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0024:
{
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B3_1, G_B3_0, /*hidden argument*/NULL);
Exception_t * L_5 = ___innerException2;
NullCheck(G_B3_2);
InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(G_B3_2, L_4, L_5, /*hidden argument*/NULL);
int32_t L_6 = ___status3;
__this->set_m_Status_17(L_6);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_7 = ___response4;
__this->set_m_Response_18(L_7);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse,System.Net.WebExceptionInternalStatus)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m03593F911259F06A18F7F1284DA3AD9B3D614351 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, Exception_t * ___innerException1, int32_t ___status2, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response3, int32_t ___internalStatus4, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
int32_t L_2 = ___status2;
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_3 = ___response3;
int32_t L_4 = ___internalStatus4;
WebException__ctor_mC0C6225799FA6FFA5795052158BDF312BEF065C4(__this, L_0, (String_t*)NULL, L_1, L_2, L_3, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.String,System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse,System.Net.WebExceptionInternalStatus)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_mC0C6225799FA6FFA5795052158BDF312BEF065C4 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, String_t* ___message0, String_t* ___data1, Exception_t * ___innerException2, int32_t ___status3, WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * ___response4, int32_t ___internalStatus5, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebException__ctor_mC0C6225799FA6FFA5795052158BDF312BEF065C4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* G_B2_0 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * G_B2_1 = NULL;
String_t* G_B1_0 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * G_B1_1 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * G_B3_2 = NULL;
{
__this->set_m_Status_17(((int32_t)16));
String_t* L_0 = ___message0;
String_t* L_1 = ___data1;
G_B1_0 = L_0;
G_B1_1 = __this;
if (L_1)
{
G_B2_0 = L_0;
G_B2_1 = __this;
goto IL_0014;
}
}
{
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B3_1 = G_B1_0;
G_B3_2 = G_B1_1;
goto IL_0024;
}
IL_0014:
{
String_t* L_2 = ___data1;
String_t* L_3 = String_Concat_mF4626905368D6558695A823466A1AF65EADB9923(_stringLiteralBC4F25FFA040BCA2940EE764035E4665AD6AF175, L_2, _stringLiteralBB589D0621E5472F470FA3425A234C74B1E202E8, /*hidden argument*/NULL);
G_B3_0 = L_3;
G_B3_1 = G_B2_0;
G_B3_2 = G_B2_1;
}
IL_0024:
{
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(G_B3_1, G_B3_0, /*hidden argument*/NULL);
Exception_t * L_5 = ___innerException2;
NullCheck(G_B3_2);
InvalidOperationException__ctor_mC40AA9579B996C6FBAE023590139C16304D81DC6(G_B3_2, L_4, L_5, /*hidden argument*/NULL);
int32_t L_6 = ___status3;
__this->set_m_Status_17(L_6);
WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * L_7 = ___response4;
__this->set_m_Response_18(L_7);
int32_t L_8 = ___internalStatus5;
__this->set_m_InternalStatus_19(L_8);
return;
}
}
// System.Void System.Net.WebException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebException__ctor_m4BFDADE5C6613BE14CE11DE30B350A671DDA7C16 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
__this->set_m_Status_17(((int32_t)16));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
InvalidOperationException__ctor_mAC8983A2DEE5DB9ECD05C17D3270634236B95FA2(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebException_System_Runtime_Serialization_ISerializable_GetObjectData_mE242FB2EA4DB6AAC3C6C08DBEFD8F3A7D8C9E2DF (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __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(9 /* System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
return;
}
}
// System.Void System.Net.WebException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebException_GetObjectData_m72AC26432F46DEC77E8BEE3B60150CA524EB8D43 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __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.Net.WebExceptionStatus System.Net.WebException::get_Status()
extern "C" IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m1B70EF872E650D6C3B320EDE858FEC1136914D09 (WebException_tD400C9DEBEBB6AEDA77500E634D20692E27A993D * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_Status_17();
return L_0;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Net.WebExceptionMapping::GetWebStatusString(System.Net.WebExceptionStatus)
extern "C" IL2CPP_METHOD_ATTR String_t* WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91 (int32_t ___status0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
{
int32_t L_0 = ___status0;
V_0 = L_0;
int32_t L_1 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ((WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_StaticFields*)il2cpp_codegen_static_fields_for(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var))->get_s_Mapping_0();
NullCheck(L_2);
if ((((int32_t)L_1) >= ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_2)->max_length)))))))
{
goto IL_0010;
}
}
{
int32_t L_3 = V_0;
if ((((int32_t)L_3) >= ((int32_t)0)))
{
goto IL_0016;
}
}
IL_0010:
{
InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 * L_4 = (InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0 *)il2cpp_codegen_object_new(InternalException_t1460C350125DE6268459D2F27DFF588AE88F2AA0_il2cpp_TypeInfo_var);
InternalException__ctor_m4963B2F0FC3F351663C67F3F71CAC601D73DF499(L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, WebExceptionMapping_GetWebStatusString_mEB4A50FC87E40382A86D007C2E80FCCDEFCB5B91_RuntimeMethod_var);
}
IL_0016:
{
IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = ((WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_StaticFields*)il2cpp_codegen_static_fields_for(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var))->get_s_Mapping_0();
int32_t L_6 = V_0;
NullCheck(L_5);
String_t* L_7 = VolatileRead((String_t**)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))));
V_1 = L_7;
String_t* L_8 = V_1;
if (L_8)
{
goto IL_0053;
}
}
{
RuntimeObject * L_9 = Box(WebExceptionStatus_t97365CBADE462C1E2A1A0FACF18F3B111900F8DC_il2cpp_TypeInfo_var, (&___status0));
NullCheck(L_9);
String_t* L_10 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_9);
___status0 = *(int32_t*)UnBox(L_9);
String_t* L_11 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral073D82D7A89E8FF8AA7F143D0C3C70AE5B9750C7, L_10, /*hidden argument*/NULL);
V_1 = L_11;
IL2CPP_RUNTIME_CLASS_INIT(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ((WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_StaticFields*)il2cpp_codegen_static_fields_for(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var))->get_s_Mapping_0();
int32_t L_13 = V_0;
NullCheck(L_12);
String_t* L_14 = V_1;
VolatileWrite((String_t**)((L_12)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_13))), L_14);
}
IL_0053:
{
String_t* L_15 = V_1;
return L_15;
}
}
// System.Void System.Net.WebExceptionMapping::.cctor()
extern "C" IL2CPP_METHOD_ATTR void WebExceptionMapping__cctor_m25DD11B1F6D1AFB6D3DCD727B6D0D0F9C551EDE6 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebExceptionMapping__cctor_m25DD11B1F6D1AFB6D3DCD727B6D0D0F9C551EDE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)21));
((WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_StaticFields*)il2cpp_codegen_static_fields_for(WebExceptionMapping_t4E7EF581D0224FFC2F2C8556EF320557517A378A_il2cpp_TypeInfo_var))->set_s_Mapping_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
#ifdef __clang__
#pragma 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.WebHeaderCollection::NormalizeCommonHeaders()
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_m_CommonHeaders_12();
if (L_0)
{
goto IL_0009;
}
}
{
return;
}
IL_0009:
{
V_0 = 0;
goto IL_0035;
}
IL_000d:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = __this->get_m_CommonHeaders_12();
int32_t L_2 = V_0;
NullCheck(L_1);
int32_t L_3 = L_2;
String_t* L_4 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if (!L_4)
{
goto IL_0031;
}
}
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_5 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_s_CommonHeaderNames_14();
int32_t L_7 = V_0;
NullCheck(L_6);
int32_t L_8 = L_7;
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = __this->get_m_CommonHeaders_12();
int32_t L_11 = V_0;
NullCheck(L_10);
int32_t L_12 = L_11;
String_t* L_13 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_12));
NullCheck(L_5);
VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) */, L_5, L_9, L_13);
}
IL_0031:
{
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_0035:
{
int32_t L_15 = V_0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = __this->get_m_CommonHeaders_12();
NullCheck(L_16);
if ((((int32_t)L_15) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_16)->max_length)))))))
{
goto IL_000d;
}
}
{
__this->set_m_CommonHeaders_12((StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL);
__this->set_m_NumCommonHeaders_13(0);
return;
}
}
// System.Collections.Specialized.NameValueCollection System.Net.WebHeaderCollection::get_InnerCollection()
extern "C" IL2CPP_METHOD_ATTR NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = __this->get_m_InnerCollection_16();
if (L_0)
{
goto IL_001a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * L_1 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_StaticInstance_0();
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_2 = (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 *)il2cpp_codegen_object_new(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_il2cpp_TypeInfo_var);
NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62(L_2, ((int32_t)16), L_1, /*hidden argument*/NULL);
__this->set_m_InnerCollection_16(L_2);
}
IL_001a:
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_3 = __this->get_m_InnerCollection_16();
return L_3;
}
}
// System.Boolean System.Net.WebHeaderCollection::AllowMultiValues(System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_AllowMultiValues_m078D979B7DBF77A8640B1DFAAAAAA280065567EE (String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_AllowMultiValues_m078D979B7DBF77A8640B1DFAAAAAA280065567EE_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * L_0 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_HInfo_11();
String_t* L_1 = ___name0;
NullCheck(L_0);
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_2 = HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_3 = V_0;
NullCheck(L_3);
bool L_4 = L_3->get_AllowMultiValues_4();
if (L_4)
{
goto IL_0025;
}
}
{
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_5 = V_0;
NullCheck(L_5);
String_t* L_6 = L_5->get_HeaderName_3();
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, /*hidden argument*/NULL);
return L_7;
}
IL_0025:
{
return (bool)1;
}
}
// System.Boolean System.Net.WebHeaderCollection::get_AllowHttpRequestHeader()
extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_get_AllowHttpRequestHeader_mE75485A198FCADC9629559F8BFB1757BCEC7032B (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
{
uint16_t L_0 = __this->get_m_Type_17();
if (L_0)
{
goto IL_000f;
}
}
{
__this->set_m_Type_17(1);
}
IL_000f:
{
uint16_t L_1 = __this->get_m_Type_17();
if ((((int32_t)L_1) == ((int32_t)1)))
{
goto IL_002b;
}
}
{
uint16_t L_2 = __this->get_m_Type_17();
if ((((int32_t)L_2) == ((int32_t)3)))
{
goto IL_002b;
}
}
{
uint16_t L_3 = __this->get_m_Type_17();
return (bool)((((int32_t)L_3) == ((int32_t)5))? 1 : 0);
}
IL_002b:
{
return (bool)1;
}
}
// System.Void System.Net.WebHeaderCollection::Remove(System.Net.HttpRequestHeader)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, int32_t ___header0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = WebHeaderCollection_get_AllowHttpRequestHeader_mE75485A198FCADC9629559F8BFB1757BCEC7032B(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_0018;
}
}
{
String_t* L_1 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral8C8EFBA440D5F3CD4F07DFFD5F416F5AA2C78986, /*hidden argument*/NULL);
InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 * L_2 = (InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1 *)il2cpp_codegen_object_new(InvalidOperationException_t0530E734D823F78310CAFAFA424CA5164D93A1F1_il2cpp_TypeInfo_var);
InvalidOperationException__ctor_m72027D5F1D513C25C05137E203EEED8FD8297706(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebHeaderCollection_Remove_m10C592B12EC07F33161B71FB0C2DE0112C0041DF_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___header0;
IL2CPP_RUNTIME_CLASS_INIT(HTTP_REQUEST_HEADER_ID_tB60B4713336EB0EA6D9963F588F4C9F9BAD3D9CE_il2cpp_TypeInfo_var);
String_t* L_4 = HTTP_REQUEST_HEADER_ID_ToString_m26FCFC96F9A3BA5FB9ADFDB26F5FAF5BBA5212D4(L_3, /*hidden argument*/NULL);
VirtActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) */, __this, L_4);
return;
}
}
// System.Void System.Net.WebHeaderCollection::AddInternal(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_AddInternal_m6D3C568730974B187804895F8F3DAA50AB37C6A8 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
String_t* L_2 = ___value1;
NullCheck(L_0);
VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) */, L_0, L_1, L_2);
return;
}
}
// System.Void System.Net.WebHeaderCollection::ChangeInternal(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_ChangeInternal_m928070E0755835B74AED3A0E6120974DA7794D87 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_1 = ___name0;
String_t* L_2 = ___value1;
NullCheck(L_0);
VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, L_0, L_1, L_2);
return;
}
}
// System.Void System.Net.WebHeaderCollection::RemoveInternal(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveInternal_m446E0F76E27F95D20BD5593146226486E7A186D5 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, const RuntimeMethod* method)
{
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = __this->get_m_InnerCollection_16();
if (!L_0)
{
goto IL_0020;
}
}
{
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_1 = __this->get_m_InnerCollection_16();
String_t* L_2 = ___name0;
NullCheck(L_1);
VirtActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) */, L_1, L_2);
}
IL_0020:
{
return;
}
}
// System.String System.Net.WebHeaderCollection::CheckBadChars(System.String,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523 (String_t* ___name0, bool ___isHeaderValue1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
Il2CppChar V_2 = 0x0;
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * G_B6_0 = NULL;
{
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(L_1, /*hidden argument*/NULL);
if (L_2)
{
goto IL_0046;
}
}
IL_000b:
{
bool L_3 = ___isHeaderValue1;
if (L_3)
{
goto IL_0040;
}
}
{
String_t* L_4 = ___name0;
if (!L_4)
{
goto IL_0035;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)_stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C);
String_t* L_7 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralBA0CEB3F0BE08615CE7B7AC0CA94BED35C6C6B7C, L_6, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_8 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_8, L_7, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
G_B6_0 = L_8;
goto IL_003f;
}
IL_0035:
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_9 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_9, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
G_B6_0 = ((ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)(L_9));
}
IL_003f:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(G_B6_0, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_0040:
{
String_t* L_10 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_10;
}
IL_0046:
{
bool L_11 = ___isHeaderValue1;
if (!L_11)
{
goto IL_0124;
}
}
{
String_t* L_12 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_13 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_HttpTrimCharacters_18();
NullCheck(L_12);
String_t* L_14 = String_Trim_m788DE5AEFDAC40E778745C4DF4AFD45A4BC1007E(L_12, L_13, /*hidden argument*/NULL);
___name0 = L_14;
V_0 = 0;
V_1 = 0;
goto IL_0100;
}
IL_0062:
{
String_t* L_15 = ___name0;
int32_t L_16 = V_1;
NullCheck(L_15);
Il2CppChar L_17 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_15, L_16, /*hidden argument*/NULL);
V_2 = (((int32_t)((uint16_t)((int32_t)((int32_t)((int32_t)255)&(int32_t)L_17)))));
int32_t L_18 = V_0;
switch (L_18)
{
case 0:
{
goto IL_0085;
}
case 1:
{
goto IL_00bb;
}
case 2:
{
goto IL_00d9;
}
}
}
{
goto IL_00fc;
}
IL_0085:
{
Il2CppChar L_19 = V_2;
if ((!(((uint32_t)L_19) == ((uint32_t)((int32_t)13)))))
{
goto IL_008e;
}
}
{
V_0 = 1;
goto IL_00fc;
}
IL_008e:
{
Il2CppChar L_20 = V_2;
if ((!(((uint32_t)L_20) == ((uint32_t)((int32_t)10)))))
{
goto IL_0097;
}
}
{
V_0 = 2;
goto IL_00fc;
}
IL_0097:
{
Il2CppChar L_21 = V_2;
if ((((int32_t)L_21) == ((int32_t)((int32_t)127))))
{
goto IL_00a6;
}
}
{
Il2CppChar L_22 = V_2;
if ((((int32_t)L_22) >= ((int32_t)((int32_t)32))))
{
goto IL_00fc;
}
}
{
Il2CppChar L_23 = V_2;
if ((((int32_t)L_23) == ((int32_t)((int32_t)9))))
{
goto IL_00fc;
}
}
IL_00a6:
{
String_t* L_24 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteralA6279315C5DEE67D112368DB6846BCA93408CC2E, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_25 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_25, L_24, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_00bb:
{
Il2CppChar L_26 = V_2;
if ((!(((uint32_t)L_26) == ((uint32_t)((int32_t)10)))))
{
goto IL_00c4;
}
}
{
V_0 = 2;
goto IL_00fc;
}
IL_00c4:
{
String_t* L_27 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral731BCD1FBA9D30DE39F2CD8FA41AABF7E79C7D91, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_28 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_28, L_27, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_00d9:
{
Il2CppChar L_29 = V_2;
if ((((int32_t)L_29) == ((int32_t)((int32_t)32))))
{
goto IL_00e3;
}
}
{
Il2CppChar L_30 = V_2;
if ((!(((uint32_t)L_30) == ((uint32_t)((int32_t)9)))))
{
goto IL_00e7;
}
}
IL_00e3:
{
V_0 = 0;
goto IL_00fc;
}
IL_00e7:
{
String_t* L_31 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral731BCD1FBA9D30DE39F2CD8FA41AABF7E79C7D91, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_32 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_32, L_31, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_32, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_00fc:
{
int32_t L_33 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_33, (int32_t)1));
}
IL_0100:
{
int32_t L_34 = V_1;
String_t* L_35 = ___name0;
NullCheck(L_35);
int32_t L_36 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_35, /*hidden argument*/NULL);
if ((((int32_t)L_34) < ((int32_t)L_36)))
{
goto IL_0062;
}
}
{
int32_t L_37 = V_0;
if (!L_37)
{
goto IL_0164;
}
}
{
String_t* L_38 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral731BCD1FBA9D30DE39F2CD8FA41AABF7E79C7D91, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_39 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_39, L_38, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_39, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_0124:
{
String_t* L_40 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_41 = ((ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_StaticFields*)il2cpp_codegen_static_fields_for(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var))->get_InvalidParamChars_2();
NullCheck(L_40);
int32_t L_42 = String_IndexOfAny_m1AD95EBF79BB7FBFC7FC30DA9B1B8015BC3ABA6D(L_40, L_41, /*hidden argument*/NULL);
if ((((int32_t)L_42) == ((int32_t)(-1))))
{
goto IL_0147;
}
}
{
String_t* L_43 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral1B9F1BD38C0A17325950EA0E9D15F9E61F03D8A6, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_44 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_44, L_43, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_44, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_0147:
{
String_t* L_45 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
bool L_46 = WebHeaderCollection_ContainsNonAsciiChars_mA89278F21B4B5F507898C91472747092C3E152BE(L_45, /*hidden argument*/NULL);
if (!L_46)
{
goto IL_0164;
}
}
{
String_t* L_47 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral51A1295345B4726E34DBC7225E76121460F0CD74, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_48 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_48, L_47, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, NULL, WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523_RuntimeMethod_var);
}
IL_0164:
{
String_t* L_49 = ___name0;
return L_49;
}
}
// System.Boolean System.Net.WebHeaderCollection::ContainsNonAsciiChars(System.String)
extern "C" IL2CPP_METHOD_ATTR bool WebHeaderCollection_ContainsNonAsciiChars_mA89278F21B4B5F507898C91472747092C3E152BE (String_t* ___token0, const RuntimeMethod* method)
{
int32_t V_0 = 0;
{
V_0 = 0;
goto IL_0020;
}
IL_0004:
{
String_t* L_0 = ___token0;
int32_t L_1 = V_0;
NullCheck(L_0);
Il2CppChar L_2 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_0, L_1, /*hidden argument*/NULL);
if ((((int32_t)L_2) < ((int32_t)((int32_t)32))))
{
goto IL_001a;
}
}
{
String_t* L_3 = ___token0;
int32_t L_4 = V_0;
NullCheck(L_3);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_3, L_4, /*hidden argument*/NULL);
if ((((int32_t)L_5) <= ((int32_t)((int32_t)126))))
{
goto IL_001c;
}
}
IL_001a:
{
return (bool)1;
}
IL_001c:
{
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0020:
{
int32_t L_7 = V_0;
String_t* L_8 = ___token0;
NullCheck(L_8);
int32_t L_9 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_0004;
}
}
{
return (bool)0;
}
}
// System.Void System.Net.WebHeaderCollection::ThrowOnRestrictedHeader(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___headerName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
uint16_t L_0 = __this->get_m_Type_17();
if ((!(((uint32_t)L_0) == ((uint32_t)3))))
{
goto IL_003a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * L_1 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_HInfo_11();
String_t* L_2 = ___headerName0;
NullCheck(L_1);
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_3 = HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885(L_1, L_2, /*hidden argument*/NULL);
NullCheck(L_3);
bool L_4 = L_3->get_IsRequestRestricted_0();
if (!L_4)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_5 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = L_5;
String_t* L_7 = ___headerName0;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, L_7);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_7);
String_t* L_8 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralA265316472178FFE9FD969D45ABD032853F5889B, L_6, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_9 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_9, L_8, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_9, NULL, WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B_RuntimeMethod_var);
}
IL_003a:
{
uint16_t L_10 = __this->get_m_Type_17();
if ((!(((uint32_t)L_10) == ((uint32_t)6))))
{
goto IL_0074;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * L_11 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_HInfo_11();
String_t* L_12 = ___headerName0;
NullCheck(L_11);
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_13 = HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885(L_11, L_12, /*hidden argument*/NULL);
NullCheck(L_13);
bool L_14 = L_13->get_IsResponseRestricted_1();
if (!L_14)
{
goto IL_0074;
}
}
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
String_t* L_17 = ___headerName0;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_17);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_17);
String_t* L_18 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteralA265316472178FFE9FD969D45ABD032853F5889B, L_16, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_19 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_19, L_18, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_19, NULL, WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B_RuntimeMethod_var);
}
IL_0074:
{
return;
}
}
// System.Void System.Net.WebHeaderCollection::Add(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_mB254E228D958CFE984049FBFA75815196B1BB993 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_Add_mB254E228D958CFE984049FBFA75815196B1BB993_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_1 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_0, (bool)0, /*hidden argument*/NULL);
___name0 = L_1;
String_t* L_2 = ___name0;
WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B(__this, L_2, /*hidden argument*/NULL);
String_t* L_3 = ___value1;
String_t* L_4 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_3, (bool)1, /*hidden argument*/NULL);
___value1 = L_4;
uint16_t L_5 = __this->get_m_Type_17();
if ((!(((uint32_t)L_5) == ((uint32_t)6))))
{
goto IL_005b;
}
}
{
String_t* L_6 = ___value1;
if (!L_6)
{
goto IL_005b;
}
}
{
String_t* L_7 = ___value1;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) <= ((int32_t)((int32_t)65535))))
{
goto IL_005b;
}
}
{
String_t* L_9 = ___value1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_10 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_11 = L_10;
uint16_t L_12 = ((uint16_t)((int32_t)65535));
RuntimeObject * L_13 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_12);
NullCheck(L_11);
ArrayElementTypeCheck (L_11, L_13);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_13);
String_t* L_14 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral274B87CC2F550D67154E8B43E5DAC59E0F531C6D, L_11, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_15 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_15, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_9, L_14, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_15, NULL, WebHeaderCollection_Add_mB254E228D958CFE984049FBFA75815196B1BB993_RuntimeMethod_var);
}
IL_005b:
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_16 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_17 = ___name0;
String_t* L_18 = ___value1;
NullCheck(L_16);
VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) */, L_16, L_17, L_18);
return;
}
}
// System.Void System.Net.WebHeaderCollection::Add(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___header0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
String_t* V_2 = NULL;
{
String_t* L_0 = ___header0;
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_0013;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral594FD1615A341C77829E83ED988F137E1BA96231, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175_RuntimeMethod_var);
}
IL_0013:
{
String_t* L_3 = ___header0;
NullCheck(L_3);
int32_t L_4 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_3, ((int32_t)58), /*hidden argument*/NULL);
V_0 = L_4;
int32_t L_5 = V_0;
if ((((int32_t)L_5) >= ((int32_t)0)))
{
goto IL_0035;
}
}
{
String_t* L_6 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral151E5C200EA85B272F12723EADC045C6B0CCAE03, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_7 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m26DC3463C6F3C98BF33EA39598DD2B32F0249CA8(L_7, L_6, _stringLiteral594FD1615A341C77829E83ED988F137E1BA96231, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175_RuntimeMethod_var);
}
IL_0035:
{
String_t* L_8 = ___header0;
int32_t L_9 = V_0;
NullCheck(L_8);
String_t* L_10 = String_Substring_mB593C0A320C683E6E47EFFC0A12B7A465E5E43BB(L_8, 0, L_9, /*hidden argument*/NULL);
V_1 = L_10;
String_t* L_11 = ___header0;
int32_t L_12 = V_0;
NullCheck(L_11);
String_t* L_13 = String_Substring_m2C4AFF5E79DD8BADFD2DFBCF156BF728FBB8E1AE(L_11, ((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)1)), /*hidden argument*/NULL);
V_2 = L_13;
String_t* L_14 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_15 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_14, (bool)0, /*hidden argument*/NULL);
V_1 = L_15;
String_t* L_16 = V_1;
WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B(__this, L_16, /*hidden argument*/NULL);
String_t* L_17 = V_2;
String_t* L_18 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_17, (bool)1, /*hidden argument*/NULL);
V_2 = L_18;
uint16_t L_19 = __this->get_m_Type_17();
if ((!(((uint32_t)L_19) == ((uint32_t)6))))
{
goto IL_00a1;
}
}
{
String_t* L_20 = V_2;
if (!L_20)
{
goto IL_00a1;
}
}
{
String_t* L_21 = V_2;
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_22) <= ((int32_t)((int32_t)65535))))
{
goto IL_00a1;
}
}
{
String_t* L_23 = V_2;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_24 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_25 = L_24;
uint16_t L_26 = ((uint16_t)((int32_t)65535));
RuntimeObject * L_27 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_26);
NullCheck(L_25);
ArrayElementTypeCheck (L_25, L_27);
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_27);
String_t* L_28 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral274B87CC2F550D67154E8B43E5DAC59E0F531C6D, L_25, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_29 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_29, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_23, L_28, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_29, NULL, WebHeaderCollection_Add_mAAA624D792BE679F4583C3413A249F3BC6302175_RuntimeMethod_var);
}
IL_00a1:
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_30 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_31 = V_1;
String_t* L_32 = V_2;
NullCheck(L_30);
VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) */, L_30, L_31, L_32);
return;
}
}
// System.Void System.Net.WebHeaderCollection::Set(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Set_m113A8E6210BA3E7D4B3B33E378FF3EBEF757F07C (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_Set_m113A8E6210BA3E7D4B3B33E378FF3EBEF757F07C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
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_0013;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebHeaderCollection_Set_m113A8E6210BA3E7D4B3B33E378FF3EBEF757F07C_RuntimeMethod_var);
}
IL_0013:
{
String_t* L_3 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_4 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_3, (bool)0, /*hidden argument*/NULL);
___name0 = L_4;
String_t* L_5 = ___name0;
WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B(__this, L_5, /*hidden argument*/NULL);
String_t* L_6 = ___value1;
String_t* L_7 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_6, (bool)1, /*hidden argument*/NULL);
___value1 = L_7;
uint16_t L_8 = __this->get_m_Type_17();
if ((!(((uint32_t)L_8) == ((uint32_t)6))))
{
goto IL_006e;
}
}
{
String_t* L_9 = ___value1;
if (!L_9)
{
goto IL_006e;
}
}
{
String_t* L_10 = ___value1;
NullCheck(L_10);
int32_t L_11 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_10, /*hidden argument*/NULL);
if ((((int32_t)L_11) <= ((int32_t)((int32_t)65535))))
{
goto IL_006e;
}
}
{
String_t* L_12 = ___value1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_14 = L_13;
uint16_t L_15 = ((uint16_t)((int32_t)65535));
RuntimeObject * L_16 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_15);
NullCheck(L_14);
ArrayElementTypeCheck (L_14, L_16);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_16);
String_t* L_17 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral274B87CC2F550D67154E8B43E5DAC59E0F531C6D, L_14, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_18 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_18, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_12, L_17, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_18, NULL, WebHeaderCollection_Set_m113A8E6210BA3E7D4B3B33E378FF3EBEF757F07C_RuntimeMethod_var);
}
IL_006e:
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_19 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_20 = ___name0;
String_t* L_21 = ___value1;
NullCheck(L_19);
VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, L_19, L_20, L_21);
return;
}
}
// System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, String_t* ___value1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
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_0013;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90_RuntimeMethod_var);
}
IL_0013:
{
String_t* L_3 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_4 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_3, (bool)0, /*hidden argument*/NULL);
___name0 = L_4;
String_t* L_5 = ___value1;
String_t* L_6 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_5, (bool)1, /*hidden argument*/NULL);
___value1 = L_6;
uint16_t L_7 = __this->get_m_Type_17();
if ((!(((uint32_t)L_7) == ((uint32_t)6))))
{
goto IL_0067;
}
}
{
String_t* L_8 = ___value1;
if (!L_8)
{
goto IL_0067;
}
}
{
String_t* L_9 = ___value1;
NullCheck(L_9);
int32_t L_10 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) <= ((int32_t)((int32_t)65535))))
{
goto IL_0067;
}
}
{
String_t* L_11 = ___value1;
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_12 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_13 = L_12;
uint16_t L_14 = ((uint16_t)((int32_t)65535));
RuntimeObject * L_15 = Box(UInt16_tAE45CEF73BF720100519F6867F32145D075F928E_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_13);
ArrayElementTypeCheck (L_13, L_15);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_15);
String_t* L_16 = SR_GetString_m9548BD6DD52DFDB46372F211078AE57FA2401E39(_stringLiteral274B87CC2F550D67154E8B43E5DAC59E0F531C6D, L_13, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_17 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m755B01B4B4595B447596E3281F22FD7CE6DAE378(L_17, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, L_11, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, WebHeaderCollection_SetInternal_mFB16D4B140F7B3136B1B9AB8785DD3FD9A83FA90_RuntimeMethod_var);
}
IL_0067:
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_18 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_19 = ___name0;
String_t* L_20 = ___value1;
NullCheck(L_18);
VirtActionInvoker2< String_t*, String_t* >::Invoke(18 /* System.Void System.Collections.Specialized.NameValueCollection::Set(System.String,System.String) */, L_18, L_19, L_20);
return;
}
}
// System.Void System.Net.WebHeaderCollection::Remove(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_Remove_m18657B99A5BB7629EA307342100E4E67C18A42DB (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_Remove_m18657B99A5BB7629EA307342100E4E67C18A42DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___name0;
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_0013;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_2 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_2, _stringLiteral6AE999552A0D2DCA14D62E2BC8B764D377B1DD6C, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebHeaderCollection_Remove_m18657B99A5BB7629EA307342100E4E67C18A42DB_RuntimeMethod_var);
}
IL_0013:
{
String_t* L_3 = ___name0;
WebHeaderCollection_ThrowOnRestrictedHeader_mD66B7AB428CEE7686AA15963F42F6645880A7A6B(__this, L_3, /*hidden argument*/NULL);
String_t* L_4 = ___name0;
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_5 = WebHeaderCollection_CheckBadChars_mDBB3AA0A529389E24E9DFBD08C259F34412C0523(L_4, (bool)0, /*hidden argument*/NULL);
___name0 = L_5;
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_6 = __this->get_m_InnerCollection_16();
if (!L_6)
{
goto IL_0043;
}
}
{
NameValueCollection_InvalidateCachedArrays_mBBA5CF68C6D8E24D304B2A6C94B423702BE024F3(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_7 = __this->get_m_InnerCollection_16();
String_t* L_8 = ___name0;
NullCheck(L_7);
VirtActionInvoker1< String_t* >::Invoke(19 /* System.Void System.Collections.Specialized.NameValueCollection::Remove(System.String) */, L_7, L_8);
}
IL_0043:
{
return;
}
}
// System.String[] System.Net.WebHeaderCollection::GetValues(System.String)
extern "C" IL2CPP_METHOD_ATTR StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* WebHeaderCollection_GetValues_m38ADF029537D145653A9CB8ECA1AB60A0CCC7E5F (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___header0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_GetValues_m38ADF029537D145653A9CB8ECA1AB60A0CCC7E5F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * V_0 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_1 = NULL;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_2 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_3 = NULL;
int32_t V_4 = 0;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* V_5 = NULL;
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * L_0 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_HInfo_11();
String_t* L_1 = ___header0;
NullCheck(L_0);
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_2 = HeaderInfoTable_get_Item_m87D6C7DCC3A5EA433F038365677E93B311A41885(L_0, L_1, /*hidden argument*/NULL);
V_0 = L_2;
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_3 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_4 = ___header0;
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = VirtFuncInvoker1< StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*, String_t* >::Invoke(17 /* System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) */, L_3, L_4);
V_1 = L_5;
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_6 = V_0;
if (!L_6)
{
goto IL_002d;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = V_1;
if (!L_7)
{
goto IL_002d;
}
}
{
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_8 = V_0;
NullCheck(L_8);
bool L_9 = L_8->get_AllowMultiValues_4();
if (L_9)
{
goto IL_002f;
}
}
IL_002d:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = V_1;
return L_10;
}
IL_002f:
{
V_3 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)NULL;
V_4 = 0;
goto IL_007a;
}
IL_0036:
{
HeaderInfo_t08A38618F1A42BEE66373512B83B804DAEAF2EB8 * L_11 = V_0;
NullCheck(L_11);
HeaderParser_t6B59FF0FD79FFD511A019AE5383DCEF641BA822E * L_12 = L_11->get_Parser_2();
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = V_1;
int32_t L_14 = V_4;
NullCheck(L_13);
int32_t L_15 = L_14;
String_t* L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
NullCheck(L_12);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = HeaderParser_Invoke_m9B1C027C8642CE3AA54366690471A23E181D41B6(L_12, L_16, /*hidden argument*/NULL);
V_2 = L_17;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_18 = V_3;
if (L_18)
{
goto IL_006d;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = V_2;
NullCheck(L_19);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_19)->max_length))))) <= ((int32_t)1)))
{
goto IL_0074;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = V_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_21 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m5BD62A8348AB3A2F573860E81A181B5376AF8FA1(L_21, (RuntimeObject*)(RuntimeObject*)L_20, /*hidden argument*/NULL);
V_3 = L_21;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_22 = V_3;
int32_t L_23 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_24 = V_1;
NullCheck(L_24);
int32_t L_25 = V_4;
NullCheck(L_22);
VirtActionInvoker2< int32_t, int32_t >::Invoke(43 /* System.Void System.Collections.ArrayList::RemoveRange(System.Int32,System.Int32) */, L_22, L_23, ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_24)->max_length)))), (int32_t)L_25)));
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_27 = V_2;
NullCheck(L_26);
VirtActionInvoker1< RuntimeObject* >::Invoke(30 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_26, (RuntimeObject*)(RuntimeObject*)L_27);
goto IL_0074;
}
IL_006d:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_28 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_29 = V_2;
NullCheck(L_28);
VirtActionInvoker1< RuntimeObject* >::Invoke(30 /* System.Void System.Collections.ArrayList::AddRange(System.Collections.ICollection) */, L_28, (RuntimeObject*)(RuntimeObject*)L_29);
}
IL_0074:
{
int32_t L_30 = V_4;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_30, (int32_t)1));
}
IL_007a:
{
int32_t L_31 = V_4;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_32 = V_1;
NullCheck(L_32);
if ((((int32_t)L_31) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_32)->max_length)))))))
{
goto IL_0036;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_33 = V_3;
if (!L_33)
{
goto IL_009c;
}
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_34 = V_3;
NullCheck(L_34);
int32_t L_35 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_34);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_36 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)L_35);
V_5 = L_36;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_37 = V_3;
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_38 = V_5;
NullCheck(L_37);
VirtActionInvoker1< RuntimeArray * >::Invoke(34 /* System.Void System.Collections.ArrayList::CopyTo(System.Array) */, L_37, (RuntimeArray *)(RuntimeArray *)L_38);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_39 = V_5;
return L_39;
}
IL_009c:
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_40 = V_1;
return L_40;
}
}
// System.String System.Net.WebHeaderCollection::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_ToString_mAF0DD5057B67B6D935F9F81254FE4EF3816AE1F5 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_ToString_mAF0DD5057B67B6D935F9F81254FE4EF3816AE1F5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
String_t* L_0 = WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932(__this, (bool)0, (bool)0, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Net.WebHeaderCollection::GetAsString(System.Collections.Specialized.NameValueCollection,System.Boolean,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932 (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * ___cc0, bool ___winInetCompat1, bool ___forTrace2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
String_t* V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
String_t* V_4 = NULL;
{
bool L_0 = ___winInetCompat1;
if (!L_0)
{
goto IL_0009;
}
}
{
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, NULL, WebHeaderCollection_GetAsString_m2446E221F9367C3C2D0FCC9E1686E3E5292B6932_RuntimeMethod_var);
}
IL_0009:
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_2 = ___cc0;
if (!L_2)
{
goto IL_0014;
}
}
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_3 = ___cc0;
NullCheck(L_3);
int32_t L_4 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_3);
if (L_4)
{
goto IL_001a;
}
}
IL_0014:
{
return _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27;
}
IL_001a:
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_5 = ___cc0;
NullCheck(L_5);
int32_t L_6 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_5);
StringBuilder_t * L_7 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_m1C0F2D97B838537A2D0F64033AE4EF02D150A956(L_7, ((int32_t)il2cpp_codegen_multiply((int32_t)((int32_t)30), (int32_t)L_6)), /*hidden argument*/NULL);
V_0 = L_7;
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_8 = ___cc0;
String_t* L_9 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
NullCheck(L_8);
String_t* L_10 = NameValueCollection_get_Item_m2A6445E94FF2B24C9DF6190767D14E7920871CDC(L_8, L_9, /*hidden argument*/NULL);
V_1 = L_10;
String_t* L_11 = V_1;
if (!L_11)
{
goto IL_004a;
}
}
{
StringBuilder_t * L_12 = V_0;
String_t* L_13 = V_1;
NullCheck(L_12);
StringBuilder_t * L_14 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, L_13, /*hidden argument*/NULL);
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL);
}
IL_004a:
{
V_2 = 0;
goto IL_00a0;
}
IL_004e:
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_15 = ___cc0;
int32_t L_16 = V_2;
NullCheck(L_15);
String_t* L_17 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(21 /* System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) */, L_15, L_16);
V_3 = L_17;
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_18 = ___cc0;
int32_t L_19 = V_2;
NullCheck(L_18);
String_t* L_20 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(20 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) */, L_18, L_19);
V_4 = L_20;
String_t* L_21 = V_3;
IL2CPP_RUNTIME_CLASS_INIT(ValidationHelper_tEACB54703F99F9704E630E29507147655CC632E6_il2cpp_TypeInfo_var);
bool L_22 = ValidationHelper_IsBlankString_m78C3603B0E8C93CAD3FB945CA57C3E4729A09B89(L_21, /*hidden argument*/NULL);
if (L_22)
{
goto IL_009c;
}
}
{
StringBuilder_t * L_23 = V_0;
String_t* L_24 = V_3;
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, L_24, /*hidden argument*/NULL);
bool L_25 = ___winInetCompat1;
if (!L_25)
{
goto IL_007d;
}
}
{
StringBuilder_t * L_26 = V_0;
NullCheck(L_26);
StringBuilder_Append_m05C12F58ADC2D807613A9301DF438CB3CD09B75A(L_26, ((int32_t)58), /*hidden argument*/NULL);
goto IL_0089;
}
IL_007d:
{
StringBuilder_t * L_27 = V_0;
NullCheck(L_27);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_27, _stringLiteralCECA32E904728D1645727CB2B9CDEAA153807D77, /*hidden argument*/NULL);
}
IL_0089:
{
StringBuilder_t * L_28 = V_0;
String_t* L_29 = V_4;
NullCheck(L_28);
StringBuilder_t * L_30 = StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, L_29, /*hidden argument*/NULL);
NullCheck(L_30);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_30, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL);
}
IL_009c:
{
int32_t L_31 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_31, (int32_t)1));
}
IL_00a0:
{
int32_t L_32 = V_2;
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_33 = ___cc0;
NullCheck(L_33);
int32_t L_34 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_33);
if ((((int32_t)L_32) < ((int32_t)L_34)))
{
goto IL_004e;
}
}
{
bool L_35 = ___forTrace2;
if (L_35)
{
goto IL_00b8;
}
}
{
StringBuilder_t * L_36 = V_0;
NullCheck(L_36);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_36, _stringLiteralBA8AB5A0280B953AA97435FF8946CBCBB2755A27, /*hidden argument*/NULL);
}
IL_00b8:
{
StringBuilder_t * L_37 = V_0;
NullCheck(L_37);
String_t* L_38 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_37);
return L_38;
}
}
// System.Void System.Net.WebHeaderCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection__ctor_mDE789C8E11131B5FB1FD5FF79382893DE73E8752_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebHeaderCollection::.ctor(System.Net.WebHeaderCollectionType)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, uint16_t ___type0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection__ctor_mD9851B680C175978BABED32CA813D66553B5DB48_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA(__this, L_0, /*hidden argument*/NULL);
uint16_t L_1 = ___type0;
__this->set_m_Type_17(L_1);
uint16_t L_2 = ___type0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_002a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_s_CommonHeaderNames_14();
NullCheck(L_3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_3)->max_length)))), (int32_t)1)));
__this->set_m_CommonHeaders_12(L_4);
}
IL_002a:
{
return;
}
}
// System.Void System.Net.WebHeaderCollection::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mA6673D3256664909BD3B6BA1DED72901CBF302DD (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection__ctor_mA6673D3256664909BD3B6BA1DED72901CBF302DD_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
String_t* V_2 = NULL;
String_t* V_3 = NULL;
int32_t V_4 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var);
DBNull_t7400E04939C2C29699B389B106997892BF53A8E5 * L_0 = ((DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_StaticFields*)il2cpp_codegen_static_fields_for(DBNull_t7400E04939C2C29699B389B106997892BF53A8E5_il2cpp_TypeInfo_var))->get_Value_0();
NameValueCollection__ctor_mC65E70EA2E216395614CCAB82401B9853AED94AA(__this, L_0, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___serializationInfo0;
NullCheck(L_1);
int32_t L_2 = SerializationInfo_GetInt32_mB47BD46A0BDBBAF5B47BB62E6EFF8E092E3F3656(L_1, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, /*hidden argument*/NULL);
V_0 = L_2;
int32_t L_3 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B * L_4 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_StaticInstance_0();
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_5 = (NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 *)il2cpp_codegen_object_new(NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1_il2cpp_TypeInfo_var);
NameValueCollection__ctor_m5E1391BA01E5D9BAF25A865025F031283B05AC62(L_5, ((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)2)), L_4, /*hidden argument*/NULL);
__this->set_m_InnerCollection_16(L_5);
V_1 = 0;
goto IL_006a;
}
IL_002e:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___serializationInfo0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_7 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_8 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_1), L_7, /*hidden argument*/NULL);
NullCheck(L_6);
String_t* L_9 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_6, L_8, /*hidden argument*/NULL);
V_2 = L_9;
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_10 = ___serializationInfo0;
int32_t L_11 = V_1;
int32_t L_12 = V_0;
V_4 = ((int32_t)il2cpp_codegen_add((int32_t)L_11, (int32_t)L_12));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_13 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_14 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_4), L_13, /*hidden argument*/NULL);
NullCheck(L_10);
String_t* L_15 = SerializationInfo_GetString_m06805A4E368E0B98D5FA70A9333B277CBDD84CF4(L_10, L_14, /*hidden argument*/NULL);
V_3 = L_15;
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_16 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
String_t* L_17 = V_2;
String_t* L_18 = V_3;
NullCheck(L_16);
VirtActionInvoker2< String_t*, String_t* >::Invoke(15 /* System.Void System.Collections.Specialized.NameValueCollection::Add(System.String,System.String) */, L_16, L_17, L_18);
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_006a:
{
int32_t L_20 = V_1;
int32_t L_21 = V_0;
if ((((int32_t)L_20) < ((int32_t)L_21)))
{
goto IL_002e;
}
}
{
return;
}
}
// System.Void System.Net.WebHeaderCollection::OnDeserialization(System.Object)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_OnDeserialization_mFD1302BFFB2508360BB2241B4F6AEBF47F6FB53E (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, RuntimeObject * ___sender0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Net.WebHeaderCollection::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_GetObjectData_mBDBD7A68D3851F96DCFE6819ECE1FB5B7B733D50 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_GetObjectData_mBDBD7A68D3851F96DCFE6819ECE1FB5B7B733D50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
int32_t V_1 = 0;
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, __this);
NullCheck(L_0);
SerializationInfo_AddValue_m7C73917D9DC4B8FE4AFEF4BA8EBEDAB046A8D0BD(L_0, _stringLiteral66E12969C225CC6D65E18210488ACB826EBA907E, L_1, /*hidden argument*/NULL);
V_0 = 0;
goto IL_005a;
}
IL_001b:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___serializationInfo0;
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_3 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_4 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_0), L_3, /*hidden argument*/NULL);
int32_t L_5 = V_0;
String_t* L_6 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(21 /* System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) */, __this, L_5);
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, L_4, L_6, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = ___serializationInfo0;
int32_t L_8 = V_0;
int32_t L_9 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, __this);
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)L_9));
NumberFormatInfo_tFDF57037EBC5BC833D0A53EF0327B805994860A8 * L_10 = NumberFormatInfo_get_InvariantInfo_m55FDCA552CC3CD15E01E10DBFDD5756AB1DCC54D(/*hidden argument*/NULL);
String_t* L_11 = Int32_ToString_m1D0AF82BDAB5D4710527DD3FEFA6F01246D128A5((int32_t*)(&V_1), L_10, /*hidden argument*/NULL);
int32_t L_12 = V_0;
String_t* L_13 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(20 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) */, __this, L_12);
NullCheck(L_7);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_7, L_11, L_13, /*hidden argument*/NULL);
int32_t L_14 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
}
IL_005a:
{
int32_t L_15 = V_0;
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, __this);
if ((((int32_t)L_15) < ((int32_t)L_16)))
{
goto IL_001b;
}
}
{
return;
}
}
// System.Void System.Net.WebHeaderCollection::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection_System_Runtime_Serialization_ISerializable_GetObjectData_mF606120A9A8D480A73ECC80F3134437CC170DACC (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __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(11 /* System.Void System.Collections.Specialized.NameObjectCollectionBase::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
return;
}
}
// System.String System.Net.WebHeaderCollection::Get(System.String)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_Get_mBAE90C4839B7748D8889C011ADE5E8CD9ABADD7C (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, String_t* ___name0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_Get_mBAE90C4839B7748D8889C011ADE5E8CD9ABADD7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
String_t* V_1 = NULL;
int32_t V_2 = 0;
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = __this->get_m_CommonHeaders_12();
if (!L_0)
{
goto IL_00ef;
}
}
{
String_t* L_1 = ___name0;
if (!L_1)
{
goto IL_00ef;
}
}
{
String_t* L_2 = ___name0;
NullCheck(L_2);
int32_t L_3 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) <= ((int32_t)0)))
{
goto IL_00ef;
}
}
{
String_t* L_4 = ___name0;
NullCheck(L_4);
Il2CppChar L_5 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_4, 0, /*hidden argument*/NULL);
if ((((int32_t)L_5) >= ((int32_t)((int32_t)256))))
{
goto IL_00ef;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_6 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_s_CommonHeaderHints_15();
String_t* L_7 = ___name0;
NullCheck(L_7);
Il2CppChar L_8 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_7, 0, /*hidden argument*/NULL);
NullCheck(L_6);
int32_t L_9 = ((int32_t)((int32_t)L_8&(int32_t)((int32_t)31)));
int8_t L_10 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_9));
V_0 = L_10;
int32_t L_11 = V_0;
if ((((int32_t)L_11) < ((int32_t)0)))
{
goto IL_00ef;
}
}
IL_0046:
{
IL2CPP_RUNTIME_CLASS_INIT(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = ((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->get_s_CommonHeaderNames_14();
int32_t L_13 = V_0;
int32_t L_14 = L_13;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
NullCheck(L_12);
int32_t L_15 = L_14;
String_t* L_16 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
V_1 = L_16;
String_t* L_17 = V_1;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
String_t* L_19 = ___name0;
NullCheck(L_19);
int32_t L_20 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_19, /*hidden argument*/NULL);
if ((((int32_t)L_18) < ((int32_t)L_20)))
{
goto IL_00ef;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_21 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_22 = ___name0;
NullCheck(L_22);
Il2CppChar L_23 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_22, 0, /*hidden argument*/NULL);
NullCheck(L_21);
Il2CppChar L_24 = L_23;
uint8_t L_25 = (L_21)->GetAt(static_cast<il2cpp_array_size_t>(L_24));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_26 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_27 = V_1;
NullCheck(L_27);
Il2CppChar L_28 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_27, 0, /*hidden argument*/NULL);
NullCheck(L_26);
Il2CppChar L_29 = L_28;
uint8_t L_30 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_29));
if ((!(((uint32_t)L_25) == ((uint32_t)L_30))))
{
goto IL_00ef;
}
}
{
String_t* L_31 = V_1;
NullCheck(L_31);
int32_t L_32 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_31, /*hidden argument*/NULL);
String_t* L_33 = ___name0;
NullCheck(L_33);
int32_t L_34 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_33, /*hidden argument*/NULL);
if ((((int32_t)L_32) > ((int32_t)L_34)))
{
goto IL_0046;
}
}
{
V_2 = 1;
goto IL_00cf;
}
IL_0091:
{
String_t* L_35 = ___name0;
int32_t L_36 = V_2;
NullCheck(L_35);
Il2CppChar L_37 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_35, L_36, /*hidden argument*/NULL);
String_t* L_38 = V_1;
int32_t L_39 = V_2;
NullCheck(L_38);
Il2CppChar L_40 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_38, L_39, /*hidden argument*/NULL);
if ((((int32_t)L_37) == ((int32_t)L_40)))
{
goto IL_00cb;
}
}
{
String_t* L_41 = ___name0;
int32_t L_42 = V_2;
NullCheck(L_41);
Il2CppChar L_43 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_41, L_42, /*hidden argument*/NULL);
if ((((int32_t)L_43) > ((int32_t)((int32_t)255))))
{
goto IL_00d8;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_44 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_45 = ___name0;
int32_t L_46 = V_2;
NullCheck(L_45);
Il2CppChar L_47 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_45, L_46, /*hidden argument*/NULL);
NullCheck(L_44);
Il2CppChar L_48 = L_47;
uint8_t L_49 = (L_44)->GetAt(static_cast<il2cpp_array_size_t>(L_48));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_50 = ((CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_StaticFields*)il2cpp_codegen_static_fields_for(CaseInsensitiveAscii_tAC44F3DBCEA33C5581DCE8ADC66B0317FFA41E8B_il2cpp_TypeInfo_var))->get_AsciiToLower_1();
String_t* L_51 = V_1;
int32_t L_52 = V_2;
NullCheck(L_51);
Il2CppChar L_53 = String_get_Chars_m14308AC3B95F8C1D9F1D1055B116B37D595F1D96(L_51, L_52, /*hidden argument*/NULL);
NullCheck(L_50);
Il2CppChar L_54 = L_53;
uint8_t L_55 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_54));
if ((!(((uint32_t)L_49) == ((uint32_t)L_55))))
{
goto IL_00d8;
}
}
IL_00cb:
{
int32_t L_56 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_56, (int32_t)1));
}
IL_00cf:
{
int32_t L_57 = V_2;
String_t* L_58 = V_1;
NullCheck(L_58);
int32_t L_59 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_58, /*hidden argument*/NULL);
if ((((int32_t)L_57) < ((int32_t)L_59)))
{
goto IL_0091;
}
}
IL_00d8:
{
int32_t L_60 = V_2;
String_t* L_61 = V_1;
NullCheck(L_61);
int32_t L_62 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_61, /*hidden argument*/NULL);
if ((!(((uint32_t)L_60) == ((uint32_t)L_62))))
{
goto IL_0046;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_63 = __this->get_m_CommonHeaders_12();
int32_t L_64 = V_0;
NullCheck(L_63);
int32_t L_65 = ((int32_t)il2cpp_codegen_subtract((int32_t)L_64, (int32_t)1));
String_t* L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
return L_66;
}
IL_00ef:
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_67 = __this->get_m_InnerCollection_16();
if (L_67)
{
goto IL_00f9;
}
}
{
return (String_t*)NULL;
}
IL_00f9:
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_68 = __this->get_m_InnerCollection_16();
String_t* L_69 = ___name0;
NullCheck(L_68);
String_t* L_70 = VirtFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_68, L_69);
return L_70;
}
}
// System.Collections.IEnumerator System.Net.WebHeaderCollection::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebHeaderCollection_GetEnumerator_m3B38A75F803A0EA365EC3A5FB2E71F85B784B71C (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection_GetEnumerator_m3B38A75F803A0EA365EC3A5FB2E71F85B784B71C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 * L_1 = (NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5 *)il2cpp_codegen_object_new(NameObjectKeysEnumerator_tF732067271E844365B1FF19A6A37852ABCD990D5_il2cpp_TypeInfo_var);
NameObjectKeysEnumerator__ctor_mB9768A57865CD35FD66913A54BD288CD9D6036F3(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Int32 System.Net.WebHeaderCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t WebHeaderCollection_get_Count_mF4776644017CCC37A364707BC35BD4431BB66C80 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, const RuntimeMethod* method)
{
int32_t G_B3_0 = 0;
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = __this->get_m_InnerCollection_16();
if (!L_0)
{
goto IL_0015;
}
}
{
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_1 = __this->get_m_InnerCollection_16();
NullCheck(L_1);
int32_t L_2 = VirtFuncInvoker0< int32_t >::Invoke(14 /* System.Int32 System.Collections.Specialized.NameObjectCollectionBase::get_Count() */, L_1);
G_B3_0 = L_2;
goto IL_0016;
}
IL_0015:
{
G_B3_0 = 0;
}
IL_0016:
{
int32_t L_3 = __this->get_m_NumCommonHeaders_13();
return ((int32_t)il2cpp_codegen_add((int32_t)G_B3_0, (int32_t)L_3));
}
}
// System.String System.Net.WebHeaderCollection::Get(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_Get_mB4CF6863B19E3815EEBE1A86F1881B6F744A47B2 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
int32_t L_1 = ___index0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(20 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.String System.Net.WebHeaderCollection::GetKey(System.Int32)
extern "C" IL2CPP_METHOD_ATTR String_t* WebHeaderCollection_GetKey_mC4DBE9E8F0044B4F1AA95F5DF76955E8692655F0 (WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * __this, int32_t ___index0, const RuntimeMethod* method)
{
{
WebHeaderCollection_NormalizeCommonHeaders_m3FE2945857B86D96E0B495218D61593CC6AD1991(__this, /*hidden argument*/NULL);
NameValueCollection_t7C7CED43E4C6E997E3C8012F1D2CC4027FAD10D1 * L_0 = WebHeaderCollection_get_InnerCollection_m74FAC0EF1815ABEA9D44E817BA54B413A7D21645(__this, /*hidden argument*/NULL);
int32_t L_1 = ___index0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, int32_t >::Invoke(21 /* System.String System.Collections.Specialized.NameValueCollection::GetKey(System.Int32) */, L_0, L_1);
return L_2;
}
}
// System.Void System.Net.WebHeaderCollection::.cctor()
extern "C" IL2CPP_METHOD_ATTR void WebHeaderCollection__cctor_m779CABD05DE263A98071763B54A53757E33B9A6A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebHeaderCollection__cctor_m779CABD05DE263A98071763B54A53757E33B9A6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF * L_0 = (HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF *)il2cpp_codegen_object_new(HeaderInfoTable_t16B4CA77715B871579C8DE60EBD92E8EDD332BAF_il2cpp_TypeInfo_var);
HeaderInfoTable__ctor_m7CAFD794EF41A0799F26DF974DBC848A03275531(L_0, /*hidden argument*/NULL);
((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->set_HInfo_11(L_0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)19));
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = L_1;
NullCheck(L_2);
ArrayElementTypeCheck (L_2, _stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463);
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral02910FE72AEF1E79D1CE552B0125FE9D6E734463);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = L_2;
NullCheck(L_3);
ArrayElementTypeCheck (L_3, _stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA);
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral6BA83D8699910039B5B5F1D3BD60B1F43B1C39FA);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_4 = L_3;
NullCheck(L_4);
ArrayElementTypeCheck (L_4, _stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral9B09C51972B24AAF8BFF4E23301B40DA54C025B6);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_5 = L_4;
NullCheck(L_5);
ArrayElementTypeCheck (L_5, _stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255);
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral77D12B97BA61FFCCB079E0DD2EF6809C1E957255);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_6 = L_5;
NullCheck(L_6);
ArrayElementTypeCheck (L_6, _stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D);
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteralEB9A4BC1C0C153E4E4B042A79113B815B7E3021D);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_7 = L_6;
NullCheck(L_7);
ArrayElementTypeCheck (L_7, _stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralA99BE3DA0C9DA2F3C64500B5EF8A8E48F503D127);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_8 = L_7;
NullCheck(L_8);
ArrayElementTypeCheck (L_8, _stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274);
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral11D00F6ED181AFBAE6281CF892E585DCEE85B274);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_9 = L_8;
NullCheck(L_9);
ArrayElementTypeCheck (L_9, _stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE);
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral4312B9CDC22A0D8CF25AB213C9D034CEE9CE16EE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_10 = L_9;
NullCheck(L_10);
ArrayElementTypeCheck (L_10, _stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE);
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralD219C68101F532DE10ADD2CF42FB9DBECA73D3BE);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_11 = L_10;
NullCheck(L_11);
ArrayElementTypeCheck (L_11, _stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187);
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral0CE13782E9AC74EF50B0F764C0721DE2A4AE3187);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_12 = L_11;
NullCheck(L_12);
ArrayElementTypeCheck (L_12, _stringLiteralDA0A766B7E3D0908A410169F4A0696D16842A7B3);
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteralDA0A766B7E3D0908A410169F4A0696D16842A7B3);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_13 = L_12;
NullCheck(L_13);
ArrayElementTypeCheck (L_13, _stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C);
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteralE9CACE35E90B037B0140E79E5BFF9090459AEF6C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_14 = L_13;
NullCheck(L_14);
ArrayElementTypeCheck (L_14, _stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C);
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteralDA18D02D9A384EC87B2924AA70BB99B190DFA12C);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_15 = L_14;
NullCheck(L_15);
ArrayElementTypeCheck (L_15, _stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197);
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteralCB0CB170D106F8E8D5AF1E05BBDBD3A96A7DE197);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_16 = L_15;
NullCheck(L_16);
ArrayElementTypeCheck (L_16, _stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteral69A7BE7D74E8B54EF69683EB73C3ADDBE24661A5);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_17 = L_16;
NullCheck(L_17);
ArrayElementTypeCheck (L_17, _stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0);
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteral91E15DFD33A8977326EC3048FFFCF2851F9AB5D0);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_18 = L_17;
NullCheck(L_18);
ArrayElementTypeCheck (L_18, _stringLiteral0809AAB737974023FA126BF46E2D642FF29802FD);
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (String_t*)_stringLiteral0809AAB737974023FA126BF46E2D642FF29802FD);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_19 = L_18;
NullCheck(L_19);
ArrayElementTypeCheck (L_19, _stringLiteralCE4CD26992C9E2AABC1288F131CB0DD4D5E73CB4);
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (String_t*)_stringLiteralCE4CD26992C9E2AABC1288F131CB0DD4D5E73CB4);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_20 = L_19;
NullCheck(L_20);
ArrayElementTypeCheck (L_20, _stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441);
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (String_t*)_stringLiteral1E5C2F367F02E47A8C160CDA1CD9D91DECBAC441);
((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->set_s_CommonHeaderNames_14(L_20);
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_21 = (SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889*)SZArrayNew(SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889_il2cpp_TypeInfo_var, (uint32_t)((int32_t)32));
SByteU5BU5D_t623D1F33C61DEAC564E2B0560E00F1E1364F7889* L_22 = L_21;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_23 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____EC5842B3154E1AF94500B57220EB9F684BCCC42A_14_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_22, L_23, /*hidden argument*/NULL);
((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->set_s_CommonHeaderHints_15(L_22);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_24 = (CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2*)SZArrayNew(CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2_il2cpp_TypeInfo_var, (uint32_t)6);
CharU5BU5D_t4CC6ABF0AD71BEC97E3C2F1E9C5677E46D3A75C2* L_25 = L_24;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_26 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____3BE77BF818331C2D8400FFFFF9FADD3F16AD89AC_4_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_25, L_26, /*hidden argument*/NULL);
((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->set_HttpTrimCharacters_18(L_25);
RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* L_27 = (RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E*)SZArrayNew(RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E_il2cpp_TypeInfo_var, (uint32_t)((int32_t)128));
RfcCharU5BU5D_t27AD0ADBD612E10FCEF4917B5E70094398C6EC4E* L_28 = L_27;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_29 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____6F3AD3DC3AF8047587C4C9D696EB68A01FEF796E_8_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_28, L_29, /*hidden argument*/NULL);
((WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_StaticFields*)il2cpp_codegen_static_fields_for(WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304_il2cpp_TypeInfo_var))->set_RfcCharMap_19(L_28);
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.WebProxy::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_mD47326CF9857B797EFCC3CA369F83D51D19317CE (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method)
{
{
WebProxy__ctor_m2354821664C2380AF107CBC5C66F0325068C5DA7(__this, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, (bool)0, (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)NULL, (RuntimeObject*)NULL, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebProxy::.ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)
extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m2354821664C2380AF107CBC5C66F0325068C5DA7 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___Address0, bool ___BypassOnLocal1, StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* ___BypassList2, RuntimeObject* ___Credentials3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy__ctor_m2354821664C2380AF107CBC5C66F0325068C5DA7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___Address0;
__this->set__ProxyAddress_3(L_0);
bool L_1 = ___BypassOnLocal1;
__this->set__BypassOnLocal_1(L_1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_2 = ___BypassList2;
if (!L_2)
{
goto IL_002a;
}
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_3 = ___BypassList2;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m5BD62A8348AB3A2F573860E81A181B5376AF8FA1(L_4, (RuntimeObject*)(RuntimeObject*)L_3, /*hidden argument*/NULL);
__this->set__BypassList_4(L_4);
WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B(__this, (bool)1, /*hidden argument*/NULL);
}
IL_002a:
{
RuntimeObject* L_5 = ___Credentials3;
__this->set__Credentials_5(L_5);
__this->set_m_EnableAutoproxy_2((bool)1);
return;
}
}
// System.Net.ICredentials System.Net.WebProxy::get_Credentials()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_get_Credentials_mF546D5D8441F10F4A46A9A3C5D52BFFBE7D735B0 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = __this->get__Credentials_5();
return L_0;
}
}
// System.Boolean System.Net.WebProxy::get_UseDefaultCredentials()
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_get_UseDefaultCredentials_m661B51178D8050D605835FCB034A166BF33B009B (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_get_UseDefaultCredentials_m661B51178D8050D605835FCB034A166BF33B009B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = WebProxy_get_Credentials_mF546D5D8441F10F4A46A9A3C5D52BFFBE7D735B0(__this, /*hidden argument*/NULL);
if (((SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F *)IsInstClass((RuntimeObject*)L_0, SystemNetworkCredential_t99999F24C6F16257357D06725EC0365F1666875F_il2cpp_TypeInfo_var)))
{
goto IL_000f;
}
}
{
return (bool)0;
}
IL_000f:
{
return (bool)1;
}
}
// System.Void System.Net.WebProxy::set_UseDefaultCredentials(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebProxy_set_UseDefaultCredentials_m53AF92FFC63A223541B629E01D939AF2A75BB4E7 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, bool ___value0, const RuntimeMethod* method)
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * G_B2_0 = NULL;
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * G_B1_0 = NULL;
RuntimeObject* G_B3_0 = NULL;
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * G_B3_1 = NULL;
{
bool L_0 = ___value0;
G_B1_0 = __this;
if (L_0)
{
G_B2_0 = __this;
goto IL_0007;
}
}
{
G_B3_0 = ((RuntimeObject*)(NULL));
G_B3_1 = G_B1_0;
goto IL_000c;
}
IL_0007:
{
RuntimeObject* L_1 = CredentialCache_get_DefaultCredentials_m669684689D1F69432F33D9B1E0ECF53080BB8CDC(/*hidden argument*/NULL);
G_B3_0 = L_1;
G_B3_1 = G_B2_0;
}
IL_000c:
{
NullCheck(G_B3_1);
G_B3_1->set__Credentials_5(G_B3_0);
return;
}
}
// System.Uri System.Net.WebProxy::GetProxy(System.Uri)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_0 = NULL;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_1 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * V_2 = NULL;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * G_B9_0 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___destination0;
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, _stringLiteral0CF1BC84BB8BACA804F9015A158E88642D415FFA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A_RuntimeMethod_var);
}
IL_0014:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___destination0;
bool L_4 = WebProxy_GetProxyAuto_m1EACF0FDED5E764C7B3EAF243F39A73646B94CD2(__this, L_3, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E **)(&V_0), /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0021;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = V_0;
return L_5;
}
IL_0021:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___destination0;
bool L_7 = WebProxy_IsBypassedManual_m96199F172C51F06EE36CCE5D937BDD7BF873FEFC(__this, L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_002c;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___destination0;
return L_8;
}
IL_002c:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_9 = __this->get__ProxyHostAddresses_7();
V_1 = L_9;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_10 = V_1;
if (L_10)
{
goto IL_003e;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_11 = __this->get__ProxyAddress_3();
G_B9_0 = L_11;
goto IL_004f;
}
IL_003e:
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_12 = V_1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_13 = ___destination0;
NullCheck(L_13);
String_t* L_14 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_13, /*hidden argument*/NULL);
NullCheck(L_12);
RuntimeObject * L_15 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, L_14);
G_B9_0 = ((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)IsInstClass((RuntimeObject*)L_15, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var));
}
IL_004f:
{
V_2 = G_B9_0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_16 = V_2;
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_17 = Uri_op_Inequality_m07015206F59460E87CDE2A8D303D5712E30A7F6B(L_16, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (L_17)
{
goto IL_005b;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_18 = ___destination0;
return L_18;
}
IL_005b:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_19 = V_2;
return L_19;
}
}
// System.Void System.Net.WebProxy::UpdateRegExList(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, bool ___canThrow0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* V_0 = NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_1 = NULL;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53*)NULL;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__BypassList_4();
V_1 = L_0;
}
IL_0009:
try
{ // begin try (depth: 1)
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_1 = V_1;
if (!L_1)
{
goto IL_004b;
}
}
IL_000c:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = V_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_3) <= ((int32_t)0)))
{
goto IL_004b;
}
}
IL_0015:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = V_1;
NullCheck(L_4);
int32_t L_5 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_4);
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* L_6 = (RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53*)SZArrayNew(RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_0 = L_6;
V_2 = 0;
goto IL_0042;
}
IL_0025:
{
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* L_7 = V_0;
int32_t L_8 = V_2;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = V_1;
int32_t L_10 = V_2;
NullCheck(L_9);
RuntimeObject * L_11 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_9, L_10);
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_12 = (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)il2cpp_codegen_object_new(Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF_il2cpp_TypeInfo_var);
Regex__ctor_mEF4515C4C44DF8BE410F388C82CC679D743FB5CD(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)), ((int32_t)513), /*hidden argument*/NULL);
NullCheck(L_7);
ArrayElementTypeCheck (L_7, L_12);
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF *)L_12);
int32_t L_13 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_13, (int32_t)1));
}
IL_0042:
{
int32_t L_14 = V_2;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_15 = V_1;
NullCheck(L_15);
int32_t L_16 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_15);
if ((((int32_t)L_14) < ((int32_t)L_16)))
{
goto IL_0025;
}
}
IL_004b:
{
goto IL_005c;
}
} // 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_004d;
throw e;
}
CATCH_004d:
{ // begin catch(System.Object)
{
bool L_17 = ___canThrow0;
if (L_17)
{
goto IL_005a;
}
}
IL_0051:
{
__this->set__RegExBypassList_6((RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53*)NULL);
goto IL_0063;
}
IL_005a:
{
IL2CPP_RAISE_MANAGED_EXCEPTION(__exception_local, NULL, WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B_RuntimeMethod_var);
}
} // end catch (depth: 1)
IL_005c:
{
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* L_18 = V_0;
__this->set__RegExBypassList_6(L_18);
}
IL_0063:
{
return;
}
}
// System.Boolean System.Net.WebProxy::IsMatchInBypassList(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsMatchInBypassList_m6B8C5DA8C56E6D50B0C84CCD094DB8FFBECDCC93 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___input0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_IsMatchInBypassList_m6B8C5DA8C56E6D50B0C84CCD094DB8FFBECDCC93_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
int32_t V_1 = 0;
String_t* G_B4_0 = NULL;
String_t* G_B4_1 = NULL;
String_t* G_B4_2 = NULL;
String_t* G_B3_0 = NULL;
String_t* G_B3_1 = NULL;
String_t* G_B3_2 = NULL;
String_t* G_B5_0 = NULL;
String_t* G_B5_1 = NULL;
String_t* G_B5_2 = NULL;
String_t* G_B5_3 = NULL;
{
WebProxy_UpdateRegExList_mEAE558ABD241391C3AAD19D62066AB67EC3AE46B(__this, (bool)0, /*hidden argument*/NULL);
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* L_0 = __this->get__RegExBypassList_6();
if (L_0)
{
goto IL_0011;
}
}
{
return (bool)0;
}
IL_0011:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___input0;
NullCheck(L_1);
String_t* L_2 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_1, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___input0;
NullCheck(L_3);
String_t* L_4 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_3, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = ___input0;
NullCheck(L_5);
bool L_6 = Uri_get_IsDefaultPort_m610C804AFABCAEFA55A81753228D21EC87C4A304(L_5, /*hidden argument*/NULL);
G_B3_0 = L_4;
G_B3_1 = _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
G_B3_2 = L_2;
if (!L_6)
{
G_B4_0 = L_4;
G_B4_1 = _stringLiteralEF81042E1E86ACB765718EA37393A1292452BBCC;
G_B4_2 = L_2;
goto IL_0031;
}
}
{
G_B5_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
G_B5_1 = G_B3_0;
G_B5_2 = G_B3_1;
G_B5_3 = G_B3_2;
goto IL_0046;
}
IL_0031:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_7 = ___input0;
NullCheck(L_7);
int32_t L_8 = Uri_get_Port_m4E64AB9B50CCC50E7B1F139D7AF1403FAF97147C(L_7, /*hidden argument*/NULL);
int32_t L_9 = L_8;
RuntimeObject * L_10 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_9);
String_t* L_11 = String_Concat_mBB19C73816BDD1C3519F248E1ADC8E11A6FDB495(_stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, L_10, /*hidden argument*/NULL);
G_B5_0 = L_11;
G_B5_1 = G_B4_0;
G_B5_2 = G_B4_1;
G_B5_3 = G_B4_2;
}
IL_0046:
{
String_t* L_12 = String_Concat_mDD2E38332DED3A8C088D38D78A0E0BEB5091DA64(G_B5_3, G_B5_2, G_B5_1, G_B5_0, /*hidden argument*/NULL);
V_0 = L_12;
V_1 = 0;
goto IL_0066;
}
IL_0050:
{
RegexU5BU5D_t9CA70F985DE1C94823B06BD0B2FCCC97927E6C53* L_13 = __this->get__RegExBypassList_6();
int32_t L_14 = V_1;
NullCheck(L_13);
int32_t L_15 = L_14;
Regex_tFD46E63A462E852189FD6AB4E2B0B67C4D8FDBDF * L_16 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_15));
String_t* L_17 = V_0;
NullCheck(L_16);
bool L_18 = Regex_IsMatch_m79684C4D2CE6C5495BCCE9A32AC029E1E5950B7C(L_16, L_17, /*hidden argument*/NULL);
if (!L_18)
{
goto IL_0062;
}
}
{
return (bool)1;
}
IL_0062:
{
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_0066:
{
int32_t L_20 = V_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_21 = __this->get__BypassList_4();
NullCheck(L_21);
int32_t L_22 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_21);
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_0050;
}
}
{
return (bool)0;
}
}
// System.Boolean System.Net.WebProxy::IsLocal(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsLocal_m22583E899743095130F899378336361304BE71AC (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_IsLocal_m22583E899743095130F899378336361304BE71AC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * V_1 = NULL;
int32_t V_2 = 0;
String_t* V_3 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___host0;
NullCheck(L_0);
String_t* L_1 = Uri_get_Host_m2D942F397A36DBDA5E93452CBD983E0714018151(L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
bool L_3 = IPAddress_TryParse_m3F9E06DEEC1600AF06B7C91C3DD03218F2E242FA(L_2, (IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE **)(&V_1), /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0022;
}
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_4 = V_1;
IL2CPP_RUNTIME_CLASS_INIT(IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE_il2cpp_TypeInfo_var);
bool L_5 = IPAddress_IsLoopback_m84B87F0732723BE939EB9534E8271A13EE599027(L_4, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0020;
}
}
{
IPAddress_t77F35D21A3027F0CE7B38EA9B56BFD31B28952CE * L_6 = V_1;
bool L_7 = NclUtilities_IsAddressLocal_m15E0BC8FA72FF335F31D5377AC1ED599FA5966DC(L_6, /*hidden argument*/NULL);
return L_7;
}
IL_0020:
{
return (bool)1;
}
IL_0022:
{
String_t* L_8 = V_0;
NullCheck(L_8);
int32_t L_9 = String_IndexOf_m2909B8CF585E1BD0C81E11ACA2F48012156FD5BD(L_8, ((int32_t)46), /*hidden argument*/NULL);
V_2 = L_9;
int32_t L_10 = V_2;
if ((!(((uint32_t)L_10) == ((uint32_t)(-1)))))
{
goto IL_0031;
}
}
{
return (bool)1;
}
IL_0031:
{
IPGlobalProperties_t7E7512A45C7685568CA6214D97F31262B754285C * L_11 = IPGlobalProperties_InternalGetIPGlobalProperties_m74758C4E4DB69BA34CE6923E5C640D335BC6E014(/*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Net.NetworkInformation.IPGlobalProperties::get_DomainName() */, L_11);
String_t* L_13 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral3A52CE780950D4D969792A2559CD519D7EE8C727, L_12, /*hidden argument*/NULL);
V_3 = L_13;
String_t* L_14 = V_3;
if (!L_14)
{
goto IL_006d;
}
}
{
String_t* L_15 = V_3;
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
String_t* L_17 = V_0;
NullCheck(L_17);
int32_t L_18 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_17, /*hidden argument*/NULL);
int32_t L_19 = V_2;
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_18, (int32_t)L_19))))))
{
goto IL_006d;
}
}
{
String_t* L_20 = V_3;
String_t* L_21 = V_0;
int32_t L_22 = V_2;
String_t* L_23 = V_3;
NullCheck(L_23);
int32_t L_24 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_23, /*hidden argument*/NULL);
int32_t L_25 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_20, 0, L_21, L_22, L_24, 5, /*hidden argument*/NULL);
if (L_25)
{
goto IL_006d;
}
}
{
return (bool)1;
}
IL_006d:
{
return (bool)0;
}
}
// System.Boolean System.Net.WebProxy::IsLocalInProxyHash(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsLocalInProxyHash_mB4C405FEB5AFC01644FFE81AA3CB76918A7D45A5 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_IsLocalInProxyHash_mB4C405FEB5AFC01644FFE81AA3CB76918A7D45A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * V_0 = NULL;
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_0 = __this->get__ProxyHostAddresses_7();
V_0 = L_0;
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_1 = V_0;
if (!L_1)
{
goto IL_0025;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_2 = V_0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___host0;
NullCheck(L_3);
String_t* L_4 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_3, /*hidden argument*/NULL);
NullCheck(L_2);
RuntimeObject * L_5 = VirtFuncInvoker1< RuntimeObject *, RuntimeObject * >::Invoke(22 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_4);
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_6 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_5, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)), (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_6)
{
goto IL_0025;
}
}
{
return (bool)1;
}
IL_0025:
{
return (bool)0;
}
}
// System.Boolean System.Net.WebProxy::IsBypassed(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___host0;
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, _stringLiteral86DD1CF45142E904CB2E99C2721FAC3CA198C6CA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E_RuntimeMethod_var);
}
IL_0014:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___host0;
bool L_4 = WebProxy_IsBypassedAuto_m96DE81A96B947F6F6A25A49D5F5D8430346809C0(__this, L_3, (bool*)(&V_0), /*hidden argument*/NULL);
if (!L_4)
{
goto IL_0021;
}
}
{
bool L_5 = V_0;
return L_5;
}
IL_0021:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___host0;
bool L_7 = WebProxy_IsBypassedManual_m96199F172C51F06EE36CCE5D937BDD7BF873FEFC(__this, L_6, /*hidden argument*/NULL);
return L_7;
}
}
// System.Boolean System.Net.WebProxy::IsBypassedManual(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedManual_m96199F172C51F06EE36CCE5D937BDD7BF873FEFC (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_IsBypassedManual_m96199F172C51F06EE36CCE5D937BDD7BF873FEFC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___host0;
NullCheck(L_0);
bool L_1 = Uri_get_IsLoopback_mCD7E1228C8296730CBD31C713B0A81B660D99BC4(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_000a;
}
}
{
return (bool)1;
}
IL_000a:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = __this->get__ProxyAddress_3();
IL2CPP_RUNTIME_CLASS_INIT(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
bool L_3 = Uri_op_Equality_mFED3D4AFAB090B76D2088C485507F8F702ADA18F(L_2, (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)NULL, /*hidden argument*/NULL);
if (!L_3)
{
goto IL_0020;
}
}
{
Hashtable_t978F65B8006C8F5504B286526AEC6608FF983FC9 * L_4 = __this->get__ProxyHostAddresses_7();
if (!L_4)
{
goto IL_0042;
}
}
IL_0020:
{
bool L_5 = __this->get__BypassOnLocal_1();
if (!L_5)
{
goto IL_0031;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_6 = ___host0;
bool L_7 = WebProxy_IsLocal_m22583E899743095130F899378336361304BE71AC(__this, L_6, /*hidden argument*/NULL);
if (L_7)
{
goto IL_0042;
}
}
IL_0031:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_8 = ___host0;
bool L_9 = WebProxy_IsMatchInBypassList_m6B8C5DA8C56E6D50B0C84CCD094DB8FFBECDCC93(__this, L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0042;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___host0;
bool L_11 = WebProxy_IsLocalInProxyHash_mB4C405FEB5AFC01644FFE81AA3CB76918A7D45A5(__this, L_10, /*hidden argument*/NULL);
return L_11;
}
IL_0042:
{
return (bool)1;
}
}
// System.Void System.Net.WebProxy::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_mC76DA2892292BF1609EE4874C11206819F96899E (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy__ctor_mC76DA2892292BF1609EE4874C11206819F96899E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
V_0 = (bool)0;
}
IL_0008:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
NullCheck(L_0);
bool L_1 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_0, _stringLiteralA3FE483FE09B16D4DC1A2B711E2D4942291B4206, /*hidden argument*/NULL);
V_0 = L_1;
goto IL_0019;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0016;
throw e;
}
CATCH_0016:
{ // begin catch(System.Object)
goto IL_0019;
} // end catch (depth: 1)
IL_0019:
{
bool L_2 = V_0;
if (!L_2)
{
goto IL_0023;
}
}
{
WebProxy_UnsafeUpdateFromRegistry_mDFB67EA19AAD6F1D5BCF9B7D585B33A84D14DC4E(__this, /*hidden argument*/NULL);
return;
}
IL_0023:
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_3 = ___serializationInfo0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_4 = { reinterpret_cast<intptr_t> (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_0_0_0_var) };
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
Type_t * L_5 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_4, /*hidden argument*/NULL);
NullCheck(L_3);
RuntimeObject * L_6 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_3, _stringLiteral42CD7EC8504C632CBE002A201653CDC132F878F0, L_5, /*hidden argument*/NULL);
__this->set__ProxyAddress_3(((Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)CastclassClass((RuntimeObject*)L_6, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var)));
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_7 = ___serializationInfo0;
NullCheck(L_7);
bool L_8 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_7, _stringLiteral8AB41A4A72B3A4643FF7DD55BAB2C9BF2D154F72, /*hidden argument*/NULL);
__this->set__BypassOnLocal_1(L_8);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___serializationInfo0;
RuntimeTypeHandle_t7B542280A22F0EC4EAC2061C29178845847A8B2D L_10 = { reinterpret_cast<intptr_t> (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_0_0_0_var) };
Type_t * L_11 = Type_GetTypeFromHandle_m9DC58ADF0512987012A8A016FB64B068F3B1AFF6(L_10, /*hidden argument*/NULL);
NullCheck(L_9);
RuntimeObject * L_12 = SerializationInfo_GetValue_m7910CE6C68888C1F863D7A35915391FA33463ECF(L_9, _stringLiteral684DD500E31BD095765C659DEF0773796AA3A0C1, L_11, /*hidden argument*/NULL);
__this->set__BypassList_4(((ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)CastclassClass((RuntimeObject*)L_12, ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var)));
}
IL_0074:
try
{ // begin try (depth: 1)
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_13 = ___serializationInfo0;
NullCheck(L_13);
bool L_14 = SerializationInfo_GetBoolean_m5CAA35E19A152535A5481502BEDBC7A0E276E455(L_13, _stringLiteralD1FE3B60B921CE9A0C42EC3E1ED7AF8E1C74AC8C, /*hidden argument*/NULL);
WebProxy_set_UseDefaultCredentials_m53AF92FFC63A223541B629E01D939AF2A75BB4E7(__this, L_14, /*hidden argument*/NULL);
goto IL_008a;
} // 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_0087;
throw e;
}
CATCH_0087:
{ // begin catch(System.Object)
goto IL_008a;
} // end catch (depth: 1)
IL_008a:
{
return;
}
}
// System.Void System.Net.WebProxy::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebProxy_System_Runtime_Serialization_ISerializable_GetObjectData_mB855266F0AA17F2652B6BF6286A749097A9455E2 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __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.WebProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
return;
}
}
// System.Void System.Net.WebProxy::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebProxy_GetObjectData_mF4C20C0FADD55674E00C1E13A16F4A14B2777D6B (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_GetObjectData_mF4C20C0FADD55674E00C1E13A16F4A14B2777D6B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
bool L_1 = __this->get__BypassOnLocal_1();
NullCheck(L_0);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_0, _stringLiteral8AB41A4A72B3A4643FF7DD55BAB2C9BF2D154F72, L_1, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_2 = ___serializationInfo0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = __this->get__ProxyAddress_3();
NullCheck(L_2);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_2, _stringLiteral42CD7EC8504C632CBE002A201653CDC132F878F0, L_3, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_4 = ___serializationInfo0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = __this->get__BypassList_4();
NullCheck(L_4);
SerializationInfo_AddValue_mC9D1E16476E24E1AFE7C59368D3BC0B35F64FBC6(L_4, _stringLiteral684DD500E31BD095765C659DEF0773796AA3A0C1, L_5, /*hidden argument*/NULL);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_6 = ___serializationInfo0;
bool L_7 = WebProxy_get_UseDefaultCredentials_m661B51178D8050D605835FCB034A166BF33B009B(__this, /*hidden argument*/NULL);
NullCheck(L_6);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_6, _stringLiteralD1FE3B60B921CE9A0C42EC3E1ED7AF8E1C74AC8C, L_7, /*hidden argument*/NULL);
bool L_8 = __this->get__UseRegistry_0();
if (!L_8)
{
goto IL_0058;
}
}
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_9 = ___serializationInfo0;
NullCheck(L_9);
SerializationInfo_AddValue_m1229CE68F507974EBA0DA9C7C728A09E611D18B1(L_9, _stringLiteralA3FE483FE09B16D4DC1A2B711E2D4942291B4206, (bool)1, /*hidden argument*/NULL);
}
IL_0058:
{
return;
}
}
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::get_ScriptEngine()
extern "C" IL2CPP_METHOD_ATTR AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * WebProxy_get_ScriptEngine_m6E040080EC0330E0C15849B1BB6469DBFE92A057 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method)
{
{
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * L_0 = __this->get_m_ScriptEngine_8();
return L_0;
}
}
// System.Net.IWebProxy System.Net.WebProxy::CreateDefaultProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_CreateDefaultProxy_m0F1C8D957370920707869349941412B6BC3323A5_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
bool L_0 = Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77(/*hidden argument*/NULL);
if (!L_0)
{
goto IL_0012;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(CFNetwork_t0CCC6B57FD82A3C380C9687E7E69CDD80BC0813D_il2cpp_TypeInfo_var);
RuntimeObject* L_1 = CFNetwork_GetDefaultProxy_mFCEFB728224033F014C188FE2BBC379A7F753428(/*hidden argument*/NULL);
V_0 = L_1;
RuntimeObject* L_2 = V_0;
if (!L_2)
{
goto IL_0012;
}
}
{
RuntimeObject* L_3 = V_0;
return L_3;
}
IL_0012:
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_4 = (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 *)il2cpp_codegen_object_new(WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417_il2cpp_TypeInfo_var);
WebProxy__ctor_m387E8EB6694953D1FA4E77E00D449B20E2C0B84F(L_4, (bool)1, /*hidden argument*/NULL);
return L_4;
}
}
// System.Void System.Net.WebProxy::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebProxy__ctor_m387E8EB6694953D1FA4E77E00D449B20E2C0B84F (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, bool ___enableAutoproxy0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___enableAutoproxy0;
__this->set_m_EnableAutoproxy_2(L_0);
WebProxy_UnsafeUpdateFromRegistry_mDFB67EA19AAD6F1D5BCF9B7D585B33A84D14DC4E(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebProxy::UnsafeUpdateFromRegistry()
extern "C" IL2CPP_METHOD_ATTR void WebProxy_UnsafeUpdateFromRegistry_mDFB67EA19AAD6F1D5BCF9B7D585B33A84D14DC4E (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, const RuntimeMethod* method)
{
{
__this->set__UseRegistry_0((bool)1);
return;
}
}
// System.Boolean System.Net.WebProxy::GetProxyAuto(System.Uri,System.UriU26)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_GetProxyAuto_m1EACF0FDED5E764C7B3EAF243F39A73646B94CD2 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** ___proxyUri1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_GetProxyAuto_m1EACF0FDED5E764C7B3EAF243F39A73646B94CD2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_0 = ___proxyUri1;
*((RuntimeObject **)L_0) = (RuntimeObject *)NULL;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_0, (RuntimeObject *)NULL);
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * L_1 = WebProxy_get_ScriptEngine_m6E040080EC0330E0C15849B1BB6469DBFE92A057(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000d;
}
}
{
return (bool)0;
}
IL_000d:
{
V_0 = (RuntimeObject*)NULL;
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * L_2 = WebProxy_get_ScriptEngine_m6E040080EC0330E0C15849B1BB6469DBFE92A057(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___destination0;
NullCheck(L_2);
bool L_4 = AutoWebProxyScriptEngine_GetProxies_mCBAD00EC0BE65DF947C48B1DBC377EB80F075902(L_2, L_3, (RuntimeObject**)(&V_0), /*hidden argument*/NULL);
if (L_4)
{
goto IL_0021;
}
}
{
return (bool)0;
}
IL_0021:
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.String>::get_Count() */, ICollection_1_t2E51991ADA605DB75870908AF6D7C3093DC3FCBA_il2cpp_TypeInfo_var, L_5);
if ((((int32_t)L_6) <= ((int32_t)0)))
{
goto IL_0046;
}
}
{
RuntimeObject* L_7 = V_0;
bool L_8 = WebProxy_AreAllBypassed_m6E869A92B478E61C29F0B9D9085E2AC6A075B59E(L_7, (bool)1, /*hidden argument*/NULL);
if (!L_8)
{
goto IL_0038;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_9 = ___proxyUri1;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_10 = ___destination0;
*((RuntimeObject **)L_9) = (RuntimeObject *)L_10;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_9, (RuntimeObject *)L_10);
goto IL_0046;
}
IL_0038:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E ** L_11 = ___proxyUri1;
RuntimeObject* L_12 = V_0;
NullCheck(L_12);
String_t* L_13 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(0 /* !0 System.Collections.Generic.IList`1<System.String>::get_Item(System.Int32) */, IList_1_tFFB5515FC97391D04D5034ED7F334357FED1FAE6_il2cpp_TypeInfo_var, L_12, 0);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_14 = WebProxy_ProxyUri_mE09DD6D37536E7D5AC20A9519DFABCDB974F2B42(L_13, /*hidden argument*/NULL);
*((RuntimeObject **)L_11) = (RuntimeObject *)L_14;
Il2CppCodeGenWriteBarrier((RuntimeObject **)L_11, (RuntimeObject *)L_14);
}
IL_0046:
{
return (bool)1;
}
}
// System.Boolean System.Net.WebProxy::IsBypassedAuto(System.Uri,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedAuto_m96DE81A96B947F6F6A25A49D5F5D8430346809C0 (WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, bool* ___isBypassed1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_IsBypassedAuto_m96DE81A96B947F6F6A25A49D5F5D8430346809C0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
bool* L_0 = ___isBypassed1;
*((int8_t*)L_0) = (int8_t)1;
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * L_1 = WebProxy_get_ScriptEngine_m6E040080EC0330E0C15849B1BB6469DBFE92A057(__this, /*hidden argument*/NULL);
if (L_1)
{
goto IL_000d;
}
}
{
return (bool)0;
}
IL_000d:
{
AutoWebProxyScriptEngine_tA3B7EF6B73AD21A750868072B07936408AB3B455 * L_2 = WebProxy_get_ScriptEngine_m6E040080EC0330E0C15849B1BB6469DBFE92A057(__this, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___destination0;
NullCheck(L_2);
bool L_4 = AutoWebProxyScriptEngine_GetProxies_mCBAD00EC0BE65DF947C48B1DBC377EB80F075902(L_2, L_3, (RuntimeObject**)(&V_0), /*hidden argument*/NULL);
if (L_4)
{
goto IL_001f;
}
}
{
return (bool)0;
}
IL_001f:
{
RuntimeObject* L_5 = V_0;
NullCheck(L_5);
int32_t L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.String>::get_Count() */, ICollection_1_t2E51991ADA605DB75870908AF6D7C3093DC3FCBA_il2cpp_TypeInfo_var, L_5);
if (L_6)
{
goto IL_002c;
}
}
{
bool* L_7 = ___isBypassed1;
*((int8_t*)L_7) = (int8_t)0;
goto IL_0035;
}
IL_002c:
{
bool* L_8 = ___isBypassed1;
RuntimeObject* L_9 = V_0;
bool L_10 = WebProxy_AreAllBypassed_m6E869A92B478E61C29F0B9D9085E2AC6A075B59E(L_9, (bool)1, /*hidden argument*/NULL);
*((int8_t*)L_8) = (int8_t)L_10;
}
IL_0035:
{
return (bool)1;
}
}
// System.Boolean System.Net.WebProxy::AreAllBypassed(System.Collections.Generic.IEnumerable`1<System.String>,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR bool WebProxy_AreAllBypassed_m6E869A92B478E61C29F0B9D9085E2AC6A075B59E (RuntimeObject* ___proxies0, bool ___checkFirstOnly1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_AreAllBypassed_m6E869A92B478E61C29F0B9D9085E2AC6A075B59E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RuntimeObject* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (bool)1;
RuntimeObject* L_0 = ___proxies0;
NullCheck(L_0);
RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<!0> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t31EF1520A3A805598500BB6033C14ABDA7116D5E_il2cpp_TypeInfo_var, L_0);
V_1 = L_1;
}
IL_0009:
try
{ // begin try (depth: 1)
{
goto IL_001f;
}
IL_000b:
{
RuntimeObject* L_2 = V_1;
NullCheck(L_2);
String_t* L_3 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* !0 System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_tE14471B9BA58E22CC2B0F85AA521BEBB7F04E004_il2cpp_TypeInfo_var, L_2);
bool L_4 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_3, /*hidden argument*/NULL);
V_0 = L_4;
bool L_5 = ___checkFirstOnly1;
if (L_5)
{
goto IL_0027;
}
}
IL_001a:
{
bool L_6 = V_0;
if (L_6)
{
goto IL_001f;
}
}
IL_001d:
{
IL2CPP_LEAVE(0x33, FINALLY_0029);
}
IL_001f:
{
RuntimeObject* L_7 = V_1;
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_000b;
}
}
IL_0027:
{
IL2CPP_LEAVE(0x33, FINALLY_0029);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0029;
}
FINALLY_0029:
{ // begin finally (depth: 1)
{
RuntimeObject* L_9 = V_1;
if (!L_9)
{
goto IL_0032;
}
}
IL_002c:
{
RuntimeObject* L_10 = V_1;
NullCheck(L_10);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_10);
}
IL_0032:
{
IL2CPP_END_FINALLY(41)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(41)
{
IL2CPP_JUMP_TBL(0x33, IL_0033)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0033:
{
bool L_11 = V_0;
return L_11;
}
}
// System.Uri System.Net.WebProxy::ProxyUri(System.String)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebProxy_ProxyUri_mE09DD6D37536E7D5AC20A9519DFABCDB974F2B42 (String_t* ___proxyName0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebProxy_ProxyUri_mE09DD6D37536E7D5AC20A9519DFABCDB974F2B42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___proxyName0;
if (!L_0)
{
goto IL_001c;
}
}
{
String_t* L_1 = ___proxyName0;
NullCheck(L_1);
int32_t L_2 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_001c;
}
}
{
String_t* L_3 = ___proxyName0;
String_t* L_4 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(_stringLiteral43A9519ED4B5E9C75EB7D683E3D1E09708F9B34A, L_3, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_5 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_5, L_4, /*hidden argument*/NULL);
return L_5;
}
IL_001c:
{
return (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)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.Object System.Net.WebRequest::get_InternalSyncObject()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * WebRequest_get_InternalSyncObject_m80BB55BB5C09059A46F4E10599FA455F41286330 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_InternalSyncObject_m80BB55BB5C09059A46F4E10599FA455F41286330_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject * L_0 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_2();
if (L_0)
{
goto IL_001a;
}
}
{
RuntimeObject * L_1 = (RuntimeObject *)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(L_1, /*hidden argument*/NULL);
V_0 = L_1;
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject * L_2 = V_0;
Interlocked_CompareExchange_m92F692322F12C6FD29B3834B380639DCD094B651((RuntimeObject **)(((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_address_of_s_InternalSyncObject_2()), L_2, NULL, /*hidden argument*/NULL);
}
IL_001a:
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject * L_3 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_InternalSyncObject_2();
return L_3;
}
}
// System.Net.WebRequest System.Net.WebRequest::Create(System.Uri,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri0, bool ___useUriBase1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * V_1 = NULL;
bool V_2 = false;
int32_t V_3 = 0;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * V_4 = NULL;
int32_t V_5 = 0;
{
IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var);
bool L_0 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
V_1 = (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 *)NULL;
V_2 = (bool)0;
bool L_1 = ___useUriBase1;
if (L_1)
{
goto IL_0016;
}
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = ___requestUri0;
NullCheck(L_2);
String_t* L_3 = Uri_get_AbsoluteUri_m4326730E572E7E3874021E802813EB6F49F7F99E(L_2, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_0027;
}
IL_0016:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_4 = ___requestUri0;
NullCheck(L_4);
String_t* L_5 = Uri_get_Scheme_m14A8F0018D8AACADBEF39600A59944F33EE39187(L_4, /*hidden argument*/NULL);
String_t* L_6 = String_Concat_mB78D0094592718DA6D5DB6C712A9C225631666BE(L_5, _stringLiteral05A79F06CF3F67F726DAE68D18A2290F6C9A50C9, /*hidden argument*/NULL);
V_0 = L_6;
}
IL_0027:
{
String_t* L_7 = V_0;
NullCheck(L_7);
int32_t L_8 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_7, /*hidden argument*/NULL);
V_3 = L_8;
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = WebRequest_get_PrefixList_m3FC9A6BE5AD9EBFC78EF84F10DB93A5EB3DBFB76(/*hidden argument*/NULL);
V_4 = L_9;
V_5 = 0;
goto IL_007d;
}
IL_003a:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_10 = V_4;
int32_t L_11 = V_5;
NullCheck(L_10);
RuntimeObject * L_12 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_10, L_11);
V_1 = ((WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 *)CastclassClass((RuntimeObject*)L_12, WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_il2cpp_TypeInfo_var));
int32_t L_13 = V_3;
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_14 = V_1;
NullCheck(L_14);
String_t* L_15 = L_14->get_Prefix_0();
NullCheck(L_15);
int32_t L_16 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_15, /*hidden argument*/NULL);
if ((((int32_t)L_13) < ((int32_t)L_16)))
{
goto IL_0077;
}
}
{
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_17 = V_1;
NullCheck(L_17);
String_t* L_18 = L_17->get_Prefix_0();
String_t* L_19 = V_0;
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_20 = V_1;
NullCheck(L_20);
String_t* L_21 = L_20->get_Prefix_0();
NullCheck(L_21);
int32_t L_22 = String_get_Length_mD48C8A16A5CF1914F330DCE82D9BE15C3BEDD018(L_21, /*hidden argument*/NULL);
int32_t L_23 = String_Compare_m208E4853037D81DD5C91DCA060C339DADC3A6064(L_18, 0, L_19, 0, L_22, 5, /*hidden argument*/NULL);
if (L_23)
{
goto IL_0077;
}
}
{
V_2 = (bool)1;
goto IL_0088;
}
IL_0077:
{
int32_t L_24 = V_5;
V_5 = ((int32_t)il2cpp_codegen_add((int32_t)L_24, (int32_t)1));
}
IL_007d:
{
int32_t L_25 = V_5;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_26 = V_4;
NullCheck(L_26);
int32_t L_27 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_26);
if ((((int32_t)L_25) < ((int32_t)L_27)))
{
goto IL_003a;
}
}
IL_0088:
{
bool L_28 = V_2;
if (!L_28)
{
goto IL_009e;
}
}
{
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_29 = V_1;
NullCheck(L_29);
RuntimeObject* L_30 = WebRequestPrefixElement_get_Creator_m726F8CA7DEF4B1B81E2D0078AC8B9383992C15F6(L_29, /*hidden argument*/NULL);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_31 = ___requestUri0;
NullCheck(L_30);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_32 = InterfaceFuncInvoker1< WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 *, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * >::Invoke(0 /* System.Net.WebRequest System.Net.IWebRequestCreate::Create(System.Uri) */, IWebRequestCreate_t06784F00B2587AB3D7D13A6B2C96819C8F5260ED_il2cpp_TypeInfo_var, L_30, L_31);
IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var);
bool L_33 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
return L_32;
}
IL_009e:
{
IL2CPP_RUNTIME_CLASS_INIT(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var);
bool L_34 = ((Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_StaticFields*)il2cpp_codegen_static_fields_for(Logging_t16C0516C5EFDB044614BF6CBD7044C9AD9C7FF70_il2cpp_TypeInfo_var))->get_On_0();
String_t* L_35 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral09F0D4C76CB7C53C42623F8E471B043ED6EA8A24, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_36 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_36, L_35, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_36, NULL, WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6_RuntimeMethod_var);
}
}
// System.Net.WebRequest System.Net.WebRequest::Create(System.String)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778 (String_t* ___requestUriString0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = ___requestUriString0;
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, _stringLiteral70ADBF5BAA5641389D1D851F72912481E303B603, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, WebRequest_Create_m1091F2B969C5E26C5F85E6368BAC1BCC38B61778_RuntimeMethod_var);
}
IL_000e:
{
String_t* L_2 = ___requestUriString0;
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E *)il2cpp_codegen_object_new(Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E_il2cpp_TypeInfo_var);
Uri__ctor_mBA69907A1D799CD12ED44B611985B25FE4C626A2(L_3, L_2, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_4 = WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6(L_3, (bool)0, /*hidden argument*/NULL);
return L_4;
}
}
// System.Net.WebRequest System.Net.WebRequest::Create(System.Uri)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9 (Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___requestUri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___requestUri0;
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, _stringLiteralDB3EECAE58759D4594ADCF0C7E1DBDD1375AD4E4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9_RuntimeMethod_var);
}
IL_0014:
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_3 = ___requestUri0;
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_4 = WebRequest_Create_mB04C3982BCF4D3A684678E19209C1023E30180E6(L_3, (bool)0, /*hidden argument*/NULL);
return L_4;
}
}
// System.Collections.ArrayList System.Net.WebRequest::get_PrefixList()
extern "C" IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * WebRequest_get_PrefixList_m3FC9A6BE5AD9EBFC78EF84F10DB93A5EB3DBFB76 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_PrefixList_m3FC9A6BE5AD9EBFC78EF84F10DB93A5EB3DBFB76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_PrefixList_1();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_003a;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = WebRequest_get_InternalSyncObject_m80BB55BB5C09059A46F4E10599FA455F41286330(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_3 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_PrefixList_1();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_002e;
}
}
IL_0022:
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_4 = WebRequest_PopulatePrefixList_mAB11680E66F5007F37725A12F4818B464DA3D4C2(/*hidden argument*/NULL);
il2cpp_codegen_memory_barrier();
((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->set_s_PrefixList_1(L_4);
}
IL_002e:
{
IL2CPP_LEAVE(0x3A, FINALLY_0030);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0030;
}
FINALLY_0030:
{ // begin finally (depth: 1)
{
bool L_5 = V_1;
if (!L_5)
{
goto IL_0039;
}
}
IL_0033:
{
RuntimeObject * L_6 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_6, /*hidden argument*/NULL);
}
IL_0039:
{
IL2CPP_END_FINALLY(48)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(48)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_7 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_PrefixList_1();
il2cpp_codegen_memory_barrier();
return L_7;
}
}
// System.Collections.ArrayList System.Net.WebRequest::PopulatePrefixList()
extern "C" IL2CPP_METHOD_ATTR ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * WebRequest_PopulatePrefixList_mAB11680E66F5007F37725A12F4818B464DA3D4C2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_PopulatePrefixList_mAB11680E66F5007F37725A12F4818B464DA3D4C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RuntimeObject* V_0 = NULL;
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = (ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 *)il2cpp_codegen_object_new(ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4_il2cpp_TypeInfo_var);
ArrayList__ctor_m481FA7B37620B59B8C0434A764F5705A6ABDEAE6(L_0, /*hidden argument*/NULL);
HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D * L_1 = (HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D *)il2cpp_codegen_object_new(HttpRequestCreator_tE16C19B09EAACE12BEBA0427796314523601EB1D_il2cpp_TypeInfo_var);
HttpRequestCreator__ctor_m2B7DE24FCB9C1814F8972B4B167127F86DB1BF39(L_1, /*hidden argument*/NULL);
V_0 = L_1;
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = L_0;
RuntimeObject* L_3 = V_0;
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_4 = (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 *)il2cpp_codegen_object_new(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_il2cpp_TypeInfo_var);
WebRequestPrefixElement__ctor_mB88820994F4F42CA9EA51C3795CC96762DA99CD7(L_4, _stringLiteral77B5F8E343A90F6F597751021FB8B7A08FE83083, L_3, /*hidden argument*/NULL);
NullCheck(L_2);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_4);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_5 = L_2;
RuntimeObject* L_6 = V_0;
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_7 = (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 *)il2cpp_codegen_object_new(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_il2cpp_TypeInfo_var);
WebRequestPrefixElement__ctor_mB88820994F4F42CA9EA51C3795CC96762DA99CD7(L_7, _stringLiteralC3437DBC7C1255D3A21D444D86EBF2E9234C22BD, L_6, /*hidden argument*/NULL);
NullCheck(L_5);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_5, L_7);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = L_5;
FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D * L_9 = (FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D *)il2cpp_codegen_object_new(FileWebRequestCreator_tC02A1A70722C45B078D759F22AE10256A6900C6D_il2cpp_TypeInfo_var);
FileWebRequestCreator__ctor_m550EAB9632992C942E14D5B34C48FA6196595B9B(L_9, /*hidden argument*/NULL);
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_10 = (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 *)il2cpp_codegen_object_new(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_il2cpp_TypeInfo_var);
WebRequestPrefixElement__ctor_mB88820994F4F42CA9EA51C3795CC96762DA99CD7(L_10, _stringLiteral971C419DD609331343DEE105FFFD0F4608DC0BF2, L_9, /*hidden argument*/NULL);
NullCheck(L_8);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_8, L_10);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_11 = L_8;
FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F * L_12 = (FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F *)il2cpp_codegen_object_new(FtpRequestCreator_t2C5CC32221C790FB648AF6276DA861B4ABAC357F_il2cpp_TypeInfo_var);
FtpRequestCreator__ctor_m0DACF33EF40A75AE489FEF288DC61837FFFA8BEF(L_12, /*hidden argument*/NULL);
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_13 = (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 *)il2cpp_codegen_object_new(WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482_il2cpp_TypeInfo_var);
WebRequestPrefixElement__ctor_mB88820994F4F42CA9EA51C3795CC96762DA99CD7(L_13, _stringLiteral7616BB87BD05F6439E3672BA1B2BE55D5BEB68B3, L_12, /*hidden argument*/NULL);
NullCheck(L_11);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_11, L_13);
return L_11;
}
}
// System.Void System.Net.WebRequest::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_mFF46D19A613D1A8E5E9318DEFA794B18AC206D57 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
{
MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL);
__this->set_m_ImpersonationLevel_5(4);
__this->set_m_AuthenticationLevel_4(1);
return;
}
}
// System.Void System.Net.WebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebRequest__ctor_mD4C70AB50E522A71C1B47263DD8714FC3B52A3C1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_mA128ED1898FD0A9943A96190103BE40F418BAB03 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __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.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_GetObjectData_m06BD9D15936178B48D44F18C02CD94EE21DD1CF0 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Net.WebRequest::set_CachePolicy(System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_CachePolicy_mED899398B64AF5000C8E50DFC7C0FFA194752203 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___value0, const RuntimeMethod* method)
{
{
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_0 = ___value0;
WebRequest_InternalSetCachePolicy_m1565BC65155617FF58473DF859CB28938FAB6C33(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebRequest::InternalSetCachePolicy(System.Net.Cache.RequestCachePolicy)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_InternalSetCachePolicy_m1565BC65155617FF58473DF859CB28938FAB6C33 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * ___policy0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_InternalSetCachePolicy_m1565BC65155617FF58473DF859CB28938FAB6C33_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * L_0 = __this->get_m_CacheBinding_8();
if (!L_0)
{
goto IL_005c;
}
}
{
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * L_1 = __this->get_m_CacheBinding_8();
NullCheck(L_1);
RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * L_2 = RequestCacheBinding_get_Cache_mBA542233E24F4E0F7BBD002FEC16C40635F6CEC6(L_1, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_005c;
}
}
{
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * L_3 = __this->get_m_CacheBinding_8();
NullCheck(L_3);
RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * L_4 = RequestCacheBinding_get_Validator_m96DB953B9D5359F0CB17743EB2DBD2876AFF416E(L_3, /*hidden argument*/NULL);
if (!L_4)
{
goto IL_005c;
}
}
{
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * L_5 = WebRequest_get_CacheProtocol_m3FE221A4DE60F555F61D5084084251D82F51AB8A(__this, /*hidden argument*/NULL);
if (L_5)
{
goto IL_005c;
}
}
{
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_6 = ___policy0;
if (!L_6)
{
goto IL_005c;
}
}
{
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_7 = ___policy0;
NullCheck(L_7);
int32_t L_8 = RequestCachePolicy_get_Level_mF07A69B91868379BECC75D5E8845A3107C224D81(L_7, /*hidden argument*/NULL);
if ((((int32_t)L_8) == ((int32_t)1)))
{
goto IL_005c;
}
}
{
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * L_9 = __this->get_m_CacheBinding_8();
NullCheck(L_9);
RequestCache_t41E1BB0AF0CD41C778E51C62180B844887B6EAF8 * L_10 = RequestCacheBinding_get_Cache_mBA542233E24F4E0F7BBD002FEC16C40635F6CEC6(L_9, /*hidden argument*/NULL);
RequestCacheBinding_tB84D71781C4BCEF43DEBC72165283C4543BA4724 * L_11 = __this->get_m_CacheBinding_8();
NullCheck(L_11);
RequestCacheValidator_t21A4A8B8ECF2EDCDD0C34B0D26FCAB2F77190F41 * L_12 = RequestCacheBinding_get_Validator_m96DB953B9D5359F0CB17743EB2DBD2876AFF416E(L_11, /*hidden argument*/NULL);
NullCheck(L_12);
RuntimeObject * L_13 = RequestCacheValidator_CreateValidator_m58A85DC68B701E107D37555519931D5A288AE9BC(L_12, /*hidden argument*/NULL);
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * L_14 = (RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D *)il2cpp_codegen_object_new(RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D_il2cpp_TypeInfo_var);
RequestCacheProtocol__ctor_m75D44BD8F333B1F34A7F2CC8BB966047E7B41C9D(L_14, L_10, L_13, /*hidden argument*/NULL);
WebRequest_set_CacheProtocol_m5746C3A229435A63047F363439ECF7BB4DAF6ABA(__this, L_14, /*hidden argument*/NULL);
}
IL_005c:
{
RequestCachePolicy_t30D7352C7E9D49EEADD492A70EC92C118D90CD61 * L_15 = ___policy0;
__this->set_m_CachePolicy_6(L_15);
return;
}
}
// System.String System.Net.WebRequest::get_Method()
extern "C" IL2CPP_METHOD_ATTR String_t* WebRequest_get_Method_mDB3397139B6D07B3DE8DB69984B6B52F21A6F5D8 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_Method_mDB3397139B6D07B3DE8DB69984B6B52F21A6F5D8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_Method_mDB3397139B6D07B3DE8DB69984B6B52F21A6F5D8_RuntimeMethod_var);
}
}
// System.Void System.Net.WebRequest::set_Method(System.String)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_Method_mD5BEADF019B9A0C560864B771D5A7A91686AE165 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, String_t* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_set_Method_mD5BEADF019B9A0C560864B771D5A7A91686AE165_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_set_Method_mD5BEADF019B9A0C560864B771D5A7A91686AE165_RuntimeMethod_var);
}
}
// System.Uri System.Net.WebRequest::get_RequestUri()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebRequest_get_RequestUri_m40083AE68B5F31E772C15F2B08CF17E82D7A645C (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_RequestUri_m40083AE68B5F31E772C15F2B08CF17E82D7A645C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_RequestUri_m40083AE68B5F31E772C15F2B08CF17E82D7A645C_RuntimeMethod_var);
}
}
// System.Net.WebHeaderCollection System.Net.WebRequest::get_Headers()
extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * WebRequest_get_Headers_m9E67E3345E374FA62A5682FA1CB60F1A0BD62E4C (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_Headers_m9E67E3345E374FA62A5682FA1CB60F1A0BD62E4C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_Headers_m9E67E3345E374FA62A5682FA1CB60F1A0BD62E4C_RuntimeMethod_var);
}
}
// System.Int64 System.Net.WebRequest::get_ContentLength()
extern "C" IL2CPP_METHOD_ATTR int64_t WebRequest_get_ContentLength_m13FA1B5D808111650FC091CAC08847A9EB7CD2D1 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_ContentLength_m13FA1B5D808111650FC091CAC08847A9EB7CD2D1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_ContentLength_m13FA1B5D808111650FC091CAC08847A9EB7CD2D1_RuntimeMethod_var);
}
}
// System.Net.ICredentials System.Net.WebRequest::get_Credentials()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_Credentials_m28A45EB76F22A697873FFC83C64027CBBA8614C7 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_Credentials_m28A45EB76F22A697873FFC83C64027CBBA8614C7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_Credentials_m28A45EB76F22A697873FFC83C64027CBBA8614C7_RuntimeMethod_var);
}
}
// System.Void System.Net.WebRequest::set_Credentials(System.Net.ICredentials)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_Credentials_m039658E4F3F2AFCE1A129D1FEDAC21873C83CA50 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_set_Credentials_m039658E4F3F2AFCE1A129D1FEDAC21873C83CA50_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_set_Credentials_m039658E4F3F2AFCE1A129D1FEDAC21873C83CA50_RuntimeMethod_var);
}
}
// System.Net.IWebProxy System.Net.WebRequest::get_Proxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_Proxy_mA5FD08EDBAAF28280AB221CF67AAB9F44C8E6956 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_Proxy_mA5FD08EDBAAF28280AB221CF67AAB9F44C8E6956_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_Proxy_mA5FD08EDBAAF28280AB221CF67AAB9F44C8E6956_RuntimeMethod_var);
}
}
// System.Void System.Net.WebRequest::set_Proxy(System.Net.IWebProxy)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_Proxy_m974F248FF7E12FE0FB2433038AC18D0E4FB0CD6A (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_set_Proxy_m974F248FF7E12FE0FB2433038AC18D0E4FB0CD6A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_set_Proxy_m974F248FF7E12FE0FB2433038AC18D0E4FB0CD6A_RuntimeMethod_var);
}
}
// System.Int32 System.Net.WebRequest::get_Timeout()
extern "C" IL2CPP_METHOD_ATTR int32_t WebRequest_get_Timeout_mA3D9303CB86B2F74C41CBB8A40933F944D23FDDF (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_Timeout_mA3D9303CB86B2F74C41CBB8A40933F944D23FDDF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_get_Timeout_mA3D9303CB86B2F74C41CBB8A40933F944D23FDDF_RuntimeMethod_var);
}
}
// System.Net.WebResponse System.Net.WebRequest::GetResponse()
extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * WebRequest_GetResponse_m90BD94F0B282F812713E33758A966E0830B5B880 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_GetResponse_m90BD94F0B282F812713E33758A966E0830B5B880_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_GetResponse_m90BD94F0B282F812713E33758A966E0830B5B880_RuntimeMethod_var);
}
}
// System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object)
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_BeginGetResponse_m32DB00C1B2BF8A7011211863AC4E1C086B961887 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, AsyncCallback_t3F3DA3BEDAEE81DD1D24125DF8EB30E85EE14DA4 * ___callback0, RuntimeObject * ___state1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_BeginGetResponse_m32DB00C1B2BF8A7011211863AC4E1C086B961887_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_BeginGetResponse_m32DB00C1B2BF8A7011211863AC4E1C086B961887_RuntimeMethod_var);
}
}
// System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult)
extern "C" IL2CPP_METHOD_ATTR WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * WebRequest_EndGetResponse_m15E3EC2FD0378BD3132CF8EF7DA4E4C69CF5DF51 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RuntimeObject* ___asyncResult0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_EndGetResponse_m15E3EC2FD0378BD3132CF8EF7DA4E4C69CF5DF51_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_EndGetResponse_m15E3EC2FD0378BD3132CF8EF7DA4E4C69CF5DF51_RuntimeMethod_var);
}
}
// System.Void System.Net.WebRequest::Abort()
extern "C" IL2CPP_METHOD_ATTR void WebRequest_Abort_mD4BEAD790585FF295E6FE1D684759ABBE9FD8E65 (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_Abort_mD4BEAD790585FF295E6FE1D684759ABBE9FD8E65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebRequest_Abort_mD4BEAD790585FF295E6FE1D684759ABBE9FD8E65_RuntimeMethod_var);
}
}
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::get_CacheProtocol()
extern "C" IL2CPP_METHOD_ATTR RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * WebRequest_get_CacheProtocol_m3FE221A4DE60F555F61D5084084251D82F51AB8A (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, const RuntimeMethod* method)
{
{
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * L_0 = __this->get_m_CacheProtocol_7();
return L_0;
}
}
// System.Void System.Net.WebRequest::set_CacheProtocol(System.Net.Cache.RequestCacheProtocol)
extern "C" IL2CPP_METHOD_ATTR void WebRequest_set_CacheProtocol_m5746C3A229435A63047F363439ECF7BB4DAF6ABA (WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * __this, RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * ___value0, const RuntimeMethod* method)
{
{
RequestCacheProtocol_t51DE21412EAD66CAD600D3A6940942920340D35D * L_0 = ___value0;
__this->set_m_CacheProtocol_7(L_0);
return;
}
}
// System.Net.IWebProxy System.Net.WebRequest::get_InternalDefaultWebProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7_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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
bool L_0 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_DefaultWebProxyInitialized_11();
il2cpp_codegen_memory_barrier();
if (L_0)
{
goto IL_004c;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject * L_1 = WebRequest_get_InternalSyncObject_m80BB55BB5C09059A46F4E10599FA455F41286330(/*hidden argument*/NULL);
V_0 = L_1;
V_1 = (bool)0;
}
IL_0011:
try
{ // begin try (depth: 1)
{
RuntimeObject * L_2 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_2, (bool*)(&V_1), /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
bool L_3 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_DefaultWebProxyInitialized_11();
il2cpp_codegen_memory_barrier();
if (L_3)
{
goto IL_0040;
}
}
IL_0022:
{
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_4 = DefaultProxySectionInternal_GetSection_mC140525EBD14DF74602DFCA7AFECE376AFADE34F(/*hidden argument*/NULL);
V_2 = L_4;
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_5 = V_2;
if (!L_5)
{
goto IL_0038;
}
}
IL_002b:
{
DefaultProxySectionInternal_tF2CCE31F75FAA00492E00F045768C58A69F53459 * L_6 = V_2;
NullCheck(L_6);
RuntimeObject* L_7 = DefaultProxySectionInternal_get_WebProxy_m38F5DF1772271FC6014B56D93654B771D745AB9B(L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->set_s_DefaultWebProxy_10(L_7);
}
IL_0038:
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
il2cpp_codegen_memory_barrier();
((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->set_s_DefaultWebProxyInitialized_11(1);
}
IL_0040:
{
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_8 = V_1;
if (!L_8)
{
goto IL_004b;
}
}
IL_0045:
{
RuntimeObject * L_9 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_9, /*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:
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject* L_10 = ((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->get_s_DefaultWebProxy_10();
il2cpp_codegen_memory_barrier();
return L_10;
}
}
// System.Net.IWebProxy System.Net.WebRequest::get_DefaultWebProxy()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest_get_DefaultWebProxy_m65F367761268F3797F96B8BE99F85FF8CB1C117A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
RuntimeObject* L_0 = WebRequest_get_InternalDefaultWebProxy_m13E2CAB3FE298CF26023A3626454FE989CF687C7(/*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Net.WebRequest::.cctor()
extern "C" IL2CPP_METHOD_ATTR void WebRequest__cctor_mF114B4DA7976F2211658435221ABC2968FF13798 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequest__cctor_mF114B4DA7976F2211658435221ABC2968FF13798_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
IL2CPP_RUNTIME_CLASS_INIT(TimerThread_t834F44C51FF3F25350F8B4E03670F941F352DF01_il2cpp_TypeInfo_var);
Queue_tCCFF6A2FCF584216AEDA04A483FB808E2D493643 * L_0 = TimerThread_CreateQueue_m38F306BCB0D055ADBC36F3D8F2B77EBE4BFF8C82(((int32_t)100000), /*hidden argument*/NULL);
((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->set_s_DefaultTimerQueue_3(L_0);
DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * L_1 = (DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 *)il2cpp_codegen_object_new(DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3_il2cpp_TypeInfo_var);
DesignerWebRequestCreate__ctor_m57F5ADABDB3D9A8F8617EBFD5F40FB0D8A9DF7D3(L_1, /*hidden argument*/NULL);
((WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_StaticFields*)il2cpp_codegen_static_fields_for(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var))->set_webRequestCreate_9(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Net.WebRequest System.Net.WebRequest_DesignerWebRequestCreate::Create(System.Uri)
extern "C" IL2CPP_METHOD_ATTR WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * DesignerWebRequestCreate_Create_m5117E1FE79020BBAB0A39CF90F7DEB5F2E03136C (DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___uri0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (DesignerWebRequestCreate_Create_m5117E1FE79020BBAB0A39CF90F7DEB5F2E03136C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_0 = ___uri0;
IL2CPP_RUNTIME_CLASS_INIT(WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8_il2cpp_TypeInfo_var);
WebRequest_t5668DA48802E9FE2F1DE5F5A770B218608B918C8 * L_1 = WebRequest_Create_m35EB35D743484ADC1FB4FEB5062B657C849455A9(L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Net.WebRequest_DesignerWebRequestCreate::.ctor()
extern "C" IL2CPP_METHOD_ATTR void DesignerWebRequestCreate__ctor_m57F5ADABDB3D9A8F8617EBFD5F40FB0D8A9DF7D3 (DesignerWebRequestCreate_t613DD91D4F07703DC65E847B367F4DCD5710E2A3 * __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.Net.WebProxy System.Net.WebRequest_WebProxyWrapper::get_WebProxy()
extern "C" IL2CPP_METHOD_ATTR WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * WebProxyWrapper_get_WebProxy_m64892D5D4C1D1C4A11188F1549D2762AF50A5EE8 (WebProxyWrapper_t47B30DCD77853C5079F4944A6FCA329026D84E3B * __this, const RuntimeMethod* method)
{
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_0 = ((WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 *)__this)->get_webProxy_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.Uri System.Net.WebRequest_WebProxyWrapperOpaque::GetProxy(System.Uri)
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebProxyWrapperOpaque_GetProxy_m1A8A0E96628ABA4A57B401AC2D60016808BA840D (WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___destination0, const RuntimeMethod* method)
{
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_0 = __this->get_webProxy_0();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___destination0;
NullCheck(L_0);
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_2 = WebProxy_GetProxy_m59215526173C7FD907EC86C35C44AF4FC4EFF28A(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Net.WebRequest_WebProxyWrapperOpaque::IsBypassed(System.Uri)
extern "C" IL2CPP_METHOD_ATTR bool WebProxyWrapperOpaque_IsBypassed_mAB04ED8FC80CF3E3045042D4F618C3189ABBF07C (WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 * __this, Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * ___host0, const RuntimeMethod* method)
{
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_0 = __this->get_webProxy_0();
Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * L_1 = ___host0;
NullCheck(L_0);
bool L_2 = WebProxy_IsBypassed_m1DB51D78C18C700F26EEE00938F4A202EF944B5E(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Net.ICredentials System.Net.WebRequest_WebProxyWrapperOpaque::get_Credentials()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebProxyWrapperOpaque_get_Credentials_mBE71830D1F45536B8D74F97B5C2A21659066313F (WebProxyWrapperOpaque_t6CC216364481C2A8254832AA0897F770BB494A62 * __this, const RuntimeMethod* method)
{
{
WebProxy_t075305900B1D4D8BC8FAB08852842E42BC000417 * L_0 = __this->get_webProxy_0();
NullCheck(L_0);
RuntimeObject* L_1 = WebProxy_get_Credentials_mF546D5D8441F10F4A46A9A3C5D52BFFBE7D735B0(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.Net.IWebRequestCreate System.Net.WebRequestPrefixElement::get_Creator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* WebRequestPrefixElement_get_Creator_m726F8CA7DEF4B1B81E2D0078AC8B9383992C15F6 (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebRequestPrefixElement_get_Creator_m726F8CA7DEF4B1B81E2D0078AC8B9383992C15F6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * V_0 = NULL;
bool V_1 = false;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
RuntimeObject* L_0 = __this->get_creator_1();
if (L_0)
{
goto IL_005d;
}
}
{
Type_t * L_1 = __this->get_creatorType_2();
IL2CPP_RUNTIME_CLASS_INIT(Type_t_il2cpp_TypeInfo_var);
bool L_2 = Type_op_Inequality_m615014191FB05FD50F63A24EB9A6CCA785E7CEC9(L_1, (Type_t *)NULL, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_005d;
}
}
{
V_0 = __this;
V_1 = (bool)0;
}
IL_001a:
try
{ // begin try (depth: 1)
{
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_3 = V_0;
Monitor_Enter_mC5B353DD83A0B0155DF6FBCC4DF5A580C25534C5(L_3, (bool*)(&V_1), /*hidden argument*/NULL);
RuntimeObject* L_4 = __this->get_creator_1();
if (L_4)
{
goto IL_0051;
}
}
IL_002a:
{
Type_t * L_5 = __this->get_creatorType_2();
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_6 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)0);
IL2CPP_RUNTIME_CLASS_INIT(CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F_il2cpp_TypeInfo_var);
CultureInfo_t345AC6924134F039ED9A11F3E03F8E91B6A3225F * L_7 = CultureInfo_get_InvariantCulture_mF13B47F8A763CE6A9C8A8BB2EED33FF8F7A63A72(/*hidden argument*/NULL);
RuntimeObject * L_8 = Activator_CreateInstance_m8514197681D9771380014317A84B751EC31DBBC0(L_5, ((int32_t)564), (Binder_t4D5CB06963501D32847C057B57157D6DC49CA759 *)NULL, L_6, L_7, /*hidden argument*/NULL);
__this->set_creator_1(((RuntimeObject*)Castclass((RuntimeObject*)L_8, IWebRequestCreate_t06784F00B2587AB3D7D13A6B2C96819C8F5260ED_il2cpp_TypeInfo_var)));
}
IL_0051:
{
IL2CPP_LEAVE(0x5D, FINALLY_0053);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_0053;
}
FINALLY_0053:
{ // begin finally (depth: 1)
{
bool L_9 = V_1;
if (!L_9)
{
goto IL_005c;
}
}
IL_0056:
{
WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * L_10 = V_0;
Monitor_Exit_m49A1E5356D984D0B934BB97A305E2E5E207225C2(L_10, /*hidden argument*/NULL);
}
IL_005c:
{
IL2CPP_END_FINALLY(83)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(83)
{
IL2CPP_JUMP_TBL(0x5D, IL_005d)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_005d:
{
RuntimeObject* L_11 = __this->get_creator_1();
return L_11;
}
}
// System.Void System.Net.WebRequestPrefixElement::set_Creator(System.Net.IWebRequestCreate)
extern "C" IL2CPP_METHOD_ATTR void WebRequestPrefixElement_set_Creator_m0621605962A7E252A968B0F71CB83F9A8BDA955A (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * __this, RuntimeObject* ___value0, const RuntimeMethod* method)
{
{
RuntimeObject* L_0 = ___value0;
__this->set_creator_1(L_0);
return;
}
}
// System.Void System.Net.WebRequestPrefixElement::.ctor(System.String,System.Net.IWebRequestCreate)
extern "C" IL2CPP_METHOD_ATTR void WebRequestPrefixElement__ctor_mB88820994F4F42CA9EA51C3795CC96762DA99CD7 (WebRequestPrefixElement_t78873458EC7C1DE7A0CDDD8498A7A7D5DAD27482 * __this, String_t* ___P0, RuntimeObject* ___C1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___P0;
__this->set_Prefix_0(L_0);
RuntimeObject* L_1 = ___C1;
WebRequestPrefixElement_set_Creator_m0621605962A7E252A968B0F71CB83F9A8BDA955A(__this, 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.WebResponse::.ctor()
extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_m0A254FF1607AEACDAA102A8ABA8941A42B2929A6 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method)
{
{
MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebResponse__ctor_mC4FCBBBB946A8703F5279A1390D56A50CBE7164B (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
MarshalByRefObject__ctor_mD1C6F1D191B1A50DC93E8B214BCCA9BD93FDE850(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Net.WebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_mE662B42630016B991CFC1E861F774DC1CDDD00DA (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __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.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void WebResponse_GetObjectData_m52CD293C2D47F35D8FF1EA2769D272E48398EB4A (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Net.WebResponse::Close()
extern "C" IL2CPP_METHOD_ATTR void WebResponse_Close_m970DECB5745AACAC9CA7B88FB818066A0DFC4998 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Net.WebResponse::Dispose()
extern "C" IL2CPP_METHOD_ATTR void WebResponse_Dispose_mC0C80BE4CDA26A6A26EEAE961C588A461FEE9FE4 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebResponse_Dispose_mC0C80BE4CDA26A6A26EEAE961C588A461FEE9FE4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(10 /* System.Void System.Net.WebResponse::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.WebResponse::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebResponse_Dispose_mD37AF3FE467717A008830A34E72215D3DBC244EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = ___disposing0;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
}
IL_0005:
try
{ // begin try (depth: 1)
VirtActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, __this);
goto IL_0010;
} // 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_000d;
throw e;
}
CATCH_000d:
{ // begin catch(System.Object)
goto IL_0010;
} // end catch (depth: 1)
IL_0010:
{
return;
}
}
// System.IO.Stream System.Net.WebResponse::GetResponseStream()
extern "C" IL2CPP_METHOD_ATTR Stream_tFC50657DD5AAB87770987F9179D934A51D99D5E7 * WebResponse_GetResponseStream_m700E98CA6B76A9B0C770344CB92767296EFA8416 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebResponse_GetResponseStream_m700E98CA6B76A9B0C770344CB92767296EFA8416_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_MethodNotImplementedException_m607FF8B70BAE0BB51B306CC3282A08B59C657D84(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebResponse_GetResponseStream_m700E98CA6B76A9B0C770344CB92767296EFA8416_RuntimeMethod_var);
}
}
// System.Uri System.Net.WebResponse::get_ResponseUri()
extern "C" IL2CPP_METHOD_ATTR Uri_t87E4A94B2901F5EEDD18AA72C3DB1B00E672D68E * WebResponse_get_ResponseUri_mF4D957697729C9A1BF9D821488A331EF2D4AB461 (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebResponse_get_ResponseUri_mF4D957697729C9A1BF9D821488A331EF2D4AB461_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebResponse_get_ResponseUri_mF4D957697729C9A1BF9D821488A331EF2D4AB461_RuntimeMethod_var);
}
}
// System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers()
extern "C" IL2CPP_METHOD_ATTR WebHeaderCollection_tB57EC4CD795CACE87271D6887BBED385DC37B304 * WebResponse_get_Headers_m0E303E68D6DBE5E052833B5A64022D13DBA4EE7C (WebResponse_t5C91B5B83E2FBA2EABC6FDF2A70E9AFD9BB059BD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (WebResponse_get_Headers_m0E303E68D6DBE5E052833B5A64022D13DBA4EE7C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
NotImplementedException_t8AD6EBE5FEDB0AEBECEE0961CF73C35B372EFFA4 * L_0 = ExceptionHelper_get_PropertyNotImplementedException_m7A641AB1C2BDAB3199A4A2674561E23302FB637B(/*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, NULL, WebResponse_get_Headers_m0E303E68D6DBE5E052833B5A64022D13DBA4EE7C_RuntimeMethod_var);
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Platform::uname(System.IntPtr)
extern "C" IL2CPP_METHOD_ATTR int32_t Platform_uname_m0769828FE0BC855E1DE4129D7EBE09E999D7AB7D (intptr_t ___buf0, const RuntimeMethod* method)
{
typedef int32_t (DEFAULT_CALL *PInvokeFunc) (intptr_t);
static PInvokeFunc il2cppPInvokeFunc;
if (il2cppPInvokeFunc == NULL)
{
int parameterSize = sizeof(intptr_t);
il2cppPInvokeFunc = il2cpp_codegen_resolve_pinvoke<PInvokeFunc>(IL2CPP_NATIVE_STRING("libc"), "uname", IL2CPP_CALL_DEFAULT, CHARSET_NOT_SPECIFIED, parameterSize, false);
if (il2cppPInvokeFunc == NULL)
{
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_not_supported_exception("Unable to find method for p/invoke: 'uname'"), NULL, NULL);
}
}
// Native function invocation
int32_t returnValue = il2cppPInvokeFunc(___buf0);
return returnValue;
}
// System.Void System.Platform::CheckOS()
extern "C" IL2CPP_METHOD_ATTR void Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
intptr_t V_0;
memset(&V_0, 0, sizeof(V_0));
String_t* V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
OperatingSystem_tBB05846D5AA6960FFEB42C59E5FE359255C2BE83 * L_0 = Environment_get_OSVersion_mD6E99E279170E00D17F7D29F242EF65434812233(/*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = OperatingSystem_get_Platform_m36635DD0A3D5442E515AB8D2EA3C7092348A5181(L_0, /*hidden argument*/NULL);
if ((((int32_t)L_1) == ((int32_t)4)))
{
goto IL_0014;
}
}
{
((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->set_checkedOS_0((bool)1);
return;
}
IL_0014:
{
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
intptr_t L_2 = Marshal_AllocHGlobal_m3BFCB876D7469108C8676D6DD90D943806C13A58(((int32_t)8192), /*hidden argument*/NULL);
V_0 = (intptr_t)L_2;
}
IL_001f:
try
{ // begin try (depth: 1)
{
intptr_t L_3 = V_0;
int32_t L_4 = Platform_uname_m0769828FE0BC855E1DE4129D7EBE09E999D7AB7D((intptr_t)L_3, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0058;
}
}
IL_0027:
{
intptr_t L_5 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
String_t* L_6 = Marshal_PtrToStringAnsi_mA5D5D1AA7C0EB6A96F92454A8AF9C266E2DF5DA5((intptr_t)L_5, /*hidden argument*/NULL);
V_1 = L_6;
String_t* L_7 = V_1;
bool L_8 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_7, _stringLiteral695C30DA52807837432872044A6EAE91AEAD89E7, /*hidden argument*/NULL);
if (L_8)
{
goto IL_004a;
}
}
IL_003b:
{
String_t* L_9 = V_1;
bool L_10 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_9, _stringLiteralB845FDAFF1BF49C014DFF506CFA6BDC63DADD835, /*hidden argument*/NULL);
if (L_10)
{
goto IL_0052;
}
}
IL_0048:
{
IL2CPP_LEAVE(0x67, FINALLY_005a);
}
IL_004a:
{
((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->set_isMacOS_1((bool)1);
IL2CPP_LEAVE(0x67, FINALLY_005a);
}
IL_0052:
{
((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->set_isFreeBSD_2((bool)1);
}
IL_0058:
{
IL2CPP_LEAVE(0x67, FINALLY_005a);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_005a;
}
FINALLY_005a:
{ // begin finally (depth: 1)
intptr_t L_11 = V_0;
IL2CPP_RUNTIME_CLASS_INIT(Marshal_tC795CE9CC2FFBA41EDB1AC1C0FEC04607DFA8A40_il2cpp_TypeInfo_var);
Marshal_FreeHGlobal_mF098DF00F5341FDE4747A6F2004D5A0C9B03ED85((intptr_t)L_11, /*hidden argument*/NULL);
((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->set_checkedOS_0((bool)1);
IL2CPP_END_FINALLY(90)
} // end finally (depth: 1)
IL2CPP_CLEANUP(90)
{
IL2CPP_JUMP_TBL(0x67, IL_0067)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0067:
{
return;
}
}
// System.Boolean System.Platform::get_IsMacOS()
extern "C" IL2CPP_METHOD_ATTR bool Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Platform_get_IsMacOS_m7E1B4DAEFA519F65C50D16CC5DEA7A9FA0EE4D77_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
bool L_0 = ((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->get_checkedOS_0();
if (L_0)
{
goto IL_0017;
}
}
IL_0007:
try
{ // begin try (depth: 1)
Platform_CheckOS_mE140C06A839F2EA49C9A0FE795A85311E283CC45(/*hidden argument*/NULL);
goto IL_0017;
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (DllNotFoundException_tED90B6A78D4CF5AA565288E0BA88A990062A7F76_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_000e;
throw e;
}
CATCH_000e:
{ // begin catch(System.DllNotFoundException)
((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->set_isMacOS_1((bool)0);
goto IL_0017;
} // end catch (depth: 1)
IL_0017:
{
bool L_1 = ((Platform_t5364982F402C388F4F07604E44D19E0133130C7D_StaticFields*)il2cpp_codegen_static_fields_for(Platform_t5364982F402C388F4F07604E44D19E0133130C7D_il2cpp_TypeInfo_var))->get_isMacOS_1();
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.Security.Authentication.AuthenticationException::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AuthenticationException__ctor_m28782FCB7D9F3773F20A9F422CB2843FB70D723A (AuthenticationException_tE24BF2E2AD351F0C9586A59191F01918659A7516 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AuthenticationException__ctor_m28782FCB7D9F3773F20A9F422CB2843FB70D723A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralB0D8E8115103BC498F3013E2CBAE6F6EE9D7E005, /*hidden argument*/NULL);
SystemException__ctor_mF67B7FA639B457BDFB2103D7C21C8059E806175A(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Authentication.AuthenticationException::.ctor(System.String,System.Exception)
extern "C" IL2CPP_METHOD_ATTR void AuthenticationException__ctor_m431AB34EFB028337941758B192DF4D045BA93005 (AuthenticationException_tE24BF2E2AD351F0C9586A59191F01918659A7516 * __this, String_t* ___message0, Exception_t * ___innerException1, const RuntimeMethod* method)
{
{
String_t* L_0 = ___message0;
Exception_t * L_1 = ___innerException1;
SystemException__ctor_mA18D2EA5642C066F35CB8C965398F9A542C33B0A(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Authentication.AuthenticationException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void AuthenticationException__ctor_m547DE1104C83024255A4F61AAAE6C6049383C7E6 (AuthenticationException_tE24BF2E2AD351F0C9586A59191F01918659A7516 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___serializationInfo0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___streamingContext1, const RuntimeMethod* method)
{
{
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_0 = ___serializationInfo0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_1 = ___streamingContext1;
SystemException__ctor_mB0550111A1A8D18B697B618F811A5B20C160D949(__this, L_0, L_1, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma 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.Security.Cryptography.AsnEncodedData::.ctor()
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_mED24E9D1F11942741819652302C0531D18C39BE6 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsnEncodedData::.ctor(System.Security.Cryptography.Oid,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData__ctor_m793EED53B4B8D49D92EE7CEED6B46B16A421D761 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = ___oid0;
AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6(__this, L_0, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rawData1;
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.AsnEncodedData::set_Oid(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = ___value0;
if (L_0)
{
goto IL_000b;
}
}
{
__this->set__oid_0((Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)NULL);
return;
}
IL_000b:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_1 = ___value0;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_2 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079(L_2, L_1, /*hidden argument*/NULL);
__this->set__oid_0(L_2);
return;
}
}
// System.Byte[] System.Security.Cryptography.AsnEncodedData::get_RawData()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, const RuntimeMethod* method)
{
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__raw_1();
return L_0;
}
}
// System.Void System.Security.Cryptography.AsnEncodedData::set_RawData(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteral0D7652C6A78D387AD1AF2F86D37C74C5E6FB9F7A, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC_RuntimeMethod_var);
}
IL_000e:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___value0;
NullCheck((RuntimeArray *)(RuntimeArray *)L_2);
RuntimeObject * L_3 = Array_Clone_mE8C710213E323617A6F46F2B36DCDDD4C7CF5176((RuntimeArray *)(RuntimeArray *)L_2, /*hidden argument*/NULL);
__this->set__raw_1(((ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)Castclass((RuntimeObject*)L_3, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var)));
return;
}
}
// System.Void System.Security.Cryptography.AsnEncodedData::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = ___asnEncodedData0;
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, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7_RuntimeMethod_var);
}
IL_000e:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_2 = ___asnEncodedData0;
NullCheck(L_2);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_3 = L_2->get__oid_0();
if (L_3)
{
goto IL_001f;
}
}
{
AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6(__this, (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)NULL, /*hidden argument*/NULL);
goto IL_0030;
}
IL_001f:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_4 = ___asnEncodedData0;
NullCheck(L_4);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_5 = L_4->get__oid_0();
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_6 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079(L_6, L_5, /*hidden argument*/NULL);
AsnEncodedData_set_Oid_m91E38503AAFD8E6FD98970D94FD43E7A738242A6(__this, L_6, /*hidden argument*/NULL);
}
IL_0030:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_7 = ___asnEncodedData0;
NullCheck(L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7->get__raw_1();
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_8, /*hidden argument*/NULL);
return;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_ToString_m502785F2F8B4D1EBDF5CEE612FD8D0C2044390D7 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_ToString_m502785F2F8B4D1EBDF5CEE612FD8D0C2044390D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = __this->get__oid_0();
NullCheck(L_0);
String_t* L_1 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_0, /*hidden argument*/NULL);
V_0 = L_1;
String_t* L_2 = V_0;
bool L_3 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_2, _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4, /*hidden argument*/NULL);
if (L_3)
{
goto IL_005c;
}
}
{
String_t* L_4 = V_0;
bool L_5 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_4, _stringLiteral431EC418146189970D18C4A946342A85AD243B47, /*hidden argument*/NULL);
if (L_5)
{
goto IL_0064;
}
}
{
String_t* L_6 = V_0;
bool L_7 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_6, _stringLiteral10118C5852C525FA60183BE2C27CB87D5AF2E3FA, /*hidden argument*/NULL);
if (L_7)
{
goto IL_006c;
}
}
{
String_t* L_8 = V_0;
bool L_9 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_8, _stringLiteralC842E9E9BC835B364523756986E087621D98DDA0, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0074;
}
}
{
String_t* L_10 = V_0;
bool L_11 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_10, _stringLiteralA7CBF229082D863696B7FFE948C34C8CD766705C, /*hidden argument*/NULL);
if (L_11)
{
goto IL_007c;
}
}
{
String_t* L_12 = V_0;
bool L_13 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_12, _stringLiteralDDEC4A2E8CE9F653AE4EBAF140EBD077739011A9, /*hidden argument*/NULL);
if (L_13)
{
goto IL_0084;
}
}
{
goto IL_008c;
}
IL_005c:
{
bool L_14 = ___multiLine0;
String_t* L_15 = AsnEncodedData_BasicConstraintsExtension_m64D690A2456E16AF39F6F0784CE74BC9533BB182(__this, L_14, /*hidden argument*/NULL);
return L_15;
}
IL_0064:
{
bool L_16 = ___multiLine0;
String_t* L_17 = AsnEncodedData_EnhancedKeyUsageExtension_mE04DC17ACCBF3850AFBA454D9937EC4713CC5058(__this, L_16, /*hidden argument*/NULL);
return L_17;
}
IL_006c:
{
bool L_18 = ___multiLine0;
String_t* L_19 = AsnEncodedData_KeyUsageExtension_m4EE74EA5C4A3C0B72C50DEB22A537812997AF590(__this, L_18, /*hidden argument*/NULL);
return L_19;
}
IL_0074:
{
bool L_20 = ___multiLine0;
String_t* L_21 = AsnEncodedData_SubjectKeyIdentifierExtension_m261D32E7AE226499BA8AD3FBE24FC0E71C9DEB76(__this, L_20, /*hidden argument*/NULL);
return L_21;
}
IL_007c:
{
bool L_22 = ___multiLine0;
String_t* L_23 = AsnEncodedData_SubjectAltName_m94FE55170A872B3174D5C495A27AD09F3BACAF49(__this, L_22, /*hidden argument*/NULL);
return L_23;
}
IL_0084:
{
bool L_24 = ___multiLine0;
String_t* L_25 = AsnEncodedData_NetscapeCertType_m9191830C380BEC39DBE09065B2A4134193EA92D4(__this, L_24, /*hidden argument*/NULL);
return L_25;
}
IL_008c:
{
bool L_26 = ___multiLine0;
String_t* L_27 = AsnEncodedData_Default_mEEA94BA253ED1B8A719466A8152A5333E0E3FF07(__this, L_26, /*hidden argument*/NULL);
return L_27;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::Default(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_Default_mEEA94BA253ED1B8A719466A8152A5333E0E3FF07 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_Default_mEEA94BA253ED1B8A719466A8152A5333E0E3FF07_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
StringBuilder_t * L_0 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_0, /*hidden argument*/NULL);
V_0 = L_0;
V_1 = 0;
goto IL_0044;
}
IL_000a:
{
StringBuilder_t * L_1 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = __this->get__raw_1();
int32_t L_3 = V_1;
NullCheck(L_2);
String_t* L_4 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_4, /*hidden argument*/NULL);
int32_t L_5 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = __this->get__raw_1();
NullCheck(L_6);
if ((((int32_t)L_5) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)))))
{
goto IL_0040;
}
}
{
StringBuilder_t * L_7 = V_0;
NullCheck(L_7);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_0040:
{
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0044:
{
int32_t L_9 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__raw_1();
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))
{
goto IL_000a;
}
}
{
StringBuilder_t * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
return L_12;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::BasicConstraintsExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_BasicConstraintsExtension_m64D690A2456E16AF39F6F0784CE74BC9533BB182 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_BasicConstraintsExtension_m64D690A2456E16AF39F6F0784CE74BC9533BB182_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * L_0 = (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C *)il2cpp_codegen_object_new(X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C_il2cpp_TypeInfo_var);
X509BasicConstraintsExtension__ctor_mEED7AECEE911DF6CE692301F8F6F6B197DC05729(L_0, __this, (bool)0, /*hidden argument*/NULL);
bool L_1 = ___multiLine0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1);
V_0 = L_2;
goto IL_0019;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Object)
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_0 = L_3;
goto IL_0019;
} // end catch (depth: 1)
IL_0019:
{
String_t* L_4 = V_0;
return L_4;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::EnhancedKeyUsageExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_EnhancedKeyUsageExtension_mE04DC17ACCBF3850AFBA454D9937EC4713CC5058 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_EnhancedKeyUsageExtension_mE04DC17ACCBF3850AFBA454D9937EC4713CC5058_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * L_0 = (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 *)il2cpp_codegen_object_new(X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254_il2cpp_TypeInfo_var);
X509EnhancedKeyUsageExtension__ctor_mC91E46E79086AAFCD611FB3A223797D20BA9C1C2(L_0, __this, (bool)0, /*hidden argument*/NULL);
bool L_1 = ___multiLine0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1);
V_0 = L_2;
goto IL_0019;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Object)
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_0 = L_3;
goto IL_0019;
} // end catch (depth: 1)
IL_0019:
{
String_t* L_4 = V_0;
return L_4;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::KeyUsageExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_KeyUsageExtension_m4EE74EA5C4A3C0B72C50DEB22A537812997AF590 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_KeyUsageExtension_m4EE74EA5C4A3C0B72C50DEB22A537812997AF590_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E * L_0 = (X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E *)il2cpp_codegen_object_new(X509KeyUsageExtension_t9F740A60AD6DBEF9B09E946D4D8D67DB882C6E6E_il2cpp_TypeInfo_var);
X509KeyUsageExtension__ctor_mA9DDAD17EA38ABB83CD6CC9A353A0667A9EAC018(L_0, __this, (bool)0, /*hidden argument*/NULL);
bool L_1 = ___multiLine0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1);
V_0 = L_2;
goto IL_0019;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Object)
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_0 = L_3;
goto IL_0019;
} // end catch (depth: 1)
IL_0019:
{
String_t* L_4 = V_0;
return L_4;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::SubjectKeyIdentifierExtension(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectKeyIdentifierExtension_m261D32E7AE226499BA8AD3FBE24FC0E71C9DEB76 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_SubjectKeyIdentifierExtension_m261D32E7AE226499BA8AD3FBE24FC0E71C9DEB76_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E * L_0 = (X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E *)il2cpp_codegen_object_new(X509SubjectKeyIdentifierExtension_t200DBBEB1229862DAA5F56EA352B03D2EDAC4D8E_il2cpp_TypeInfo_var);
X509SubjectKeyIdentifierExtension__ctor_m45218EE7D32231FA6C44A40FEC2E5052162012D6(L_0, __this, (bool)0, /*hidden argument*/NULL);
bool L_1 = ___multiLine0;
NullCheck(L_0);
String_t* L_2 = VirtFuncInvoker1< String_t*, bool >::Invoke(5 /* System.String System.Security.Cryptography.AsnEncodedData::ToString(System.Boolean) */, L_0, L_1);
V_0 = L_2;
goto IL_0019;
} // 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_0010;
throw e;
}
CATCH_0010:
{ // begin catch(System.Object)
String_t* L_3 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_0 = L_3;
goto IL_0019;
} // end catch (depth: 1)
IL_0019:
{
String_t* L_4 = V_0;
return L_4;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::SubjectAltName(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_SubjectAltName_m94FE55170A872B3174D5C495A27AD09F3BACAF49 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_SubjectAltName_m94FE55170A872B3174D5C495A27AD09F3BACAF49_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
StringBuilder_t * V_1 = NULL;
int32_t V_2 = 0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_3 = NULL;
String_t* V_4 = NULL;
String_t* V_5 = NULL;
uint8_t V_6 = 0x0;
String_t* V_7 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__raw_1();
NullCheck(L_0);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) >= ((int32_t)5)))
{
goto IL_0011;
}
}
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_0011:
{
}
IL_0012:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__raw_1();
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_2 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL);
V_1 = L_3;
V_2 = 0;
goto IL_00ed;
}
IL_002b:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_4 = V_0;
int32_t L_5 = V_2;
NullCheck(L_4);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_6 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_4, L_5, /*hidden argument*/NULL);
V_3 = L_6;
V_4 = (String_t*)NULL;
V_5 = (String_t*)NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_7 = V_3;
NullCheck(L_7);
uint8_t L_8 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_7, /*hidden argument*/NULL);
V_6 = L_8;
uint8_t L_9 = V_6;
if ((((int32_t)L_9) == ((int32_t)((int32_t)129))))
{
goto IL_0055;
}
}
IL_004a:
{
uint8_t L_10 = V_6;
if ((((int32_t)L_10) == ((int32_t)((int32_t)130))))
{
goto IL_0070;
}
}
IL_0053:
{
goto IL_008b;
}
IL_0055:
{
V_4 = _stringLiteralF6ED0DB09E6DB0796157D257BB7B20B9B451F50C;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_11 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_12 = V_3;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
String_t* L_14 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_11, L_13);
V_5 = L_14;
goto IL_00af;
}
IL_0070:
{
V_4 = _stringLiteralB81CEC6DD5C78F4049E16D0648BC478ECA6273FC;
Encoding_t7837A3C0F55EAE0E3959A53C6D6E88B113ED78A4 * L_15 = Encoding_get_ASCII_m9B673AE3152AB04D07CADE6E5E142C785B5BC94E(/*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_16 = V_3;
NullCheck(L_16);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_17 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_16, /*hidden argument*/NULL);
NullCheck(L_15);
String_t* L_18 = VirtFuncInvoker1< String_t*, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(32 /* System.String System.Text.Encoding::GetString(System.Byte[]) */, L_15, L_17);
V_5 = L_18;
goto IL_00af;
}
IL_008b:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_19 = V_3;
NullCheck(L_19);
uint8_t L_20 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_19, /*hidden argument*/NULL);
uint8_t L_21 = L_20;
RuntimeObject * L_22 = Box(Byte_tF87C579059BD4633E6840EBBBEEF899C6E33EF07_il2cpp_TypeInfo_var, &L_21);
String_t* L_23 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral16F245B7E0981F6CC5683286D189CA6E0D0B1805, L_22, /*hidden argument*/NULL);
V_4 = L_23;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_24 = V_3;
NullCheck(L_24);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_25 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_24, /*hidden argument*/NULL);
String_t* L_26 = CryptoConvert_ToHex_m2FB6183AFF3B31424407BB7D767A844E3464B411(L_25, /*hidden argument*/NULL);
V_5 = L_26;
}
IL_00af:
{
StringBuilder_t * L_27 = V_1;
String_t* L_28 = V_4;
NullCheck(L_27);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_27, L_28, /*hidden argument*/NULL);
StringBuilder_t * L_29 = V_1;
String_t* L_30 = V_5;
NullCheck(L_29);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_29, L_30, /*hidden argument*/NULL);
bool L_31 = ___multiLine0;
if (!L_31)
{
goto IL_00d2;
}
}
IL_00c4:
{
StringBuilder_t * L_32 = V_1;
String_t* L_33 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, L_33, /*hidden argument*/NULL);
goto IL_00e9;
}
IL_00d2:
{
int32_t L_34 = V_2;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_35 = V_0;
NullCheck(L_35);
int32_t L_36 = ASN1_get_Count_m5A0E71B4C4A2257C0875AE1041AAA953C5B12A19(L_35, /*hidden argument*/NULL);
if ((((int32_t)L_34) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_36, (int32_t)1)))))
{
goto IL_00e9;
}
}
IL_00dd:
{
StringBuilder_t * L_37 = V_1;
NullCheck(L_37);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_37, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00e9:
{
int32_t L_38 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_38, (int32_t)1));
}
IL_00ed:
{
int32_t L_39 = V_2;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_40 = V_0;
NullCheck(L_40);
int32_t L_41 = ASN1_get_Count_m5A0E71B4C4A2257C0875AE1041AAA953C5B12A19(L_40, /*hidden argument*/NULL);
if ((((int32_t)L_39) < ((int32_t)L_41)))
{
goto IL_002b;
}
}
IL_00f9:
{
StringBuilder_t * L_42 = V_1;
NullCheck(L_42);
String_t* L_43 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_42);
V_7 = L_43;
goto IL_010d;
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0103;
throw e;
}
CATCH_0103:
{ // begin catch(System.Object)
String_t* L_44 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
V_7 = L_44;
goto IL_010d;
} // end catch (depth: 1)
IL_010d:
{
String_t* L_45 = V_7;
return L_45;
}
}
// System.String System.Security.Cryptography.AsnEncodedData::NetscapeCertType(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* AsnEncodedData_NetscapeCertType_m9191830C380BEC39DBE09065B2A4134193EA92D4 (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (AsnEncodedData_NetscapeCertType_m9191830C380BEC39DBE09065B2A4134193EA92D4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
StringBuilder_t * V_1 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = __this->get__raw_1();
NullCheck(L_0);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_0)->max_length))))) < ((int32_t)4)))
{
goto IL_0021;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = __this->get__raw_1();
NullCheck(L_1);
int32_t L_2 = 0;
uint8_t L_3 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
if ((!(((uint32_t)L_3) == ((uint32_t)3))))
{
goto IL_0021;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = __this->get__raw_1();
NullCheck(L_4);
int32_t L_5 = 1;
uint8_t L_6 = (L_4)->GetAt(static_cast<il2cpp_array_size_t>(L_5));
if ((((int32_t)L_6) == ((int32_t)2)))
{
goto IL_0027;
}
}
IL_0021:
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = __this->get__raw_1();
NullCheck(L_7);
int32_t L_8 = 3;
uint8_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = __this->get__raw_1();
NullCheck(L_10);
int32_t L_11 = 2;
uint8_t L_12 = (L_10)->GetAt(static_cast<il2cpp_array_size_t>(L_11));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = __this->get__raw_1();
NullCheck(L_13);
int32_t L_14 = 2;
uint8_t L_15 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
V_0 = ((int32_t)((int32_t)((int32_t)((int32_t)L_9>>(int32_t)((int32_t)((int32_t)L_12&(int32_t)((int32_t)31)))))<<(int32_t)((int32_t)((int32_t)L_15&(int32_t)((int32_t)31)))));
StringBuilder_t * L_16 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_16, /*hidden argument*/NULL);
V_1 = L_16;
int32_t L_17 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_17&(int32_t)((int32_t)128)))) == ((uint32_t)((int32_t)128)))))
{
goto IL_0068;
}
}
{
StringBuilder_t * L_18 = V_1;
NullCheck(L_18);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_18, _stringLiteral8466D35907F2BD82025A77F0D3D021B93E557E00, /*hidden argument*/NULL);
}
IL_0068:
{
int32_t L_19 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_19&(int32_t)((int32_t)64)))) == ((uint32_t)((int32_t)64)))))
{
goto IL_0091;
}
}
{
StringBuilder_t * L_20 = V_1;
NullCheck(L_20);
int32_t L_21 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_20, /*hidden argument*/NULL);
if ((((int32_t)L_21) <= ((int32_t)0)))
{
goto IL_0085;
}
}
{
StringBuilder_t * L_22 = V_1;
NullCheck(L_22);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0085:
{
StringBuilder_t * L_23 = V_1;
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, _stringLiteralAA855C33A895449A8532DC5ED8AFC693FA67AE7E, /*hidden argument*/NULL);
}
IL_0091:
{
int32_t L_24 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_24&(int32_t)((int32_t)32)))) == ((uint32_t)((int32_t)32)))))
{
goto IL_00ba;
}
}
{
StringBuilder_t * L_25 = V_1;
NullCheck(L_25);
int32_t L_26 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_25, /*hidden argument*/NULL);
if ((((int32_t)L_26) <= ((int32_t)0)))
{
goto IL_00ae;
}
}
{
StringBuilder_t * L_27 = V_1;
NullCheck(L_27);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_27, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00ae:
{
StringBuilder_t * L_28 = V_1;
NullCheck(L_28);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, _stringLiteralB91E397CAC217852F6C88DC27C17BC1C2261F3E1, /*hidden argument*/NULL);
}
IL_00ba:
{
int32_t L_29 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_29&(int32_t)((int32_t)16)))) == ((uint32_t)((int32_t)16)))))
{
goto IL_00e3;
}
}
{
StringBuilder_t * L_30 = V_1;
NullCheck(L_30);
int32_t L_31 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_30, /*hidden argument*/NULL);
if ((((int32_t)L_31) <= ((int32_t)0)))
{
goto IL_00d7;
}
}
{
StringBuilder_t * L_32 = V_1;
NullCheck(L_32);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_32, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00d7:
{
StringBuilder_t * L_33 = V_1;
NullCheck(L_33);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, _stringLiteral2F32BE1DC74166373C988EC03B0BD86F0A576919, /*hidden argument*/NULL);
}
IL_00e3:
{
int32_t L_34 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_34&(int32_t)8))) == ((uint32_t)8))))
{
goto IL_010a;
}
}
{
StringBuilder_t * L_35 = V_1;
NullCheck(L_35);
int32_t L_36 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_35, /*hidden argument*/NULL);
if ((((int32_t)L_36) <= ((int32_t)0)))
{
goto IL_00fe;
}
}
{
StringBuilder_t * L_37 = V_1;
NullCheck(L_37);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_37, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00fe:
{
StringBuilder_t * L_38 = V_1;
NullCheck(L_38);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_38, _stringLiteralB991E3B8AFD7DADCC6F6F8F846261DF3DF5DC7AB, /*hidden argument*/NULL);
}
IL_010a:
{
int32_t L_39 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_39&(int32_t)4))) == ((uint32_t)4))))
{
goto IL_0131;
}
}
{
StringBuilder_t * L_40 = V_1;
NullCheck(L_40);
int32_t L_41 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_40, /*hidden argument*/NULL);
if ((((int32_t)L_41) <= ((int32_t)0)))
{
goto IL_0125;
}
}
{
StringBuilder_t * L_42 = V_1;
NullCheck(L_42);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_42, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0125:
{
StringBuilder_t * L_43 = V_1;
NullCheck(L_43);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteral1A35E9ED1F3A8DCD3FE5170DF1C4B1B698BDB2B5, /*hidden argument*/NULL);
}
IL_0131:
{
int32_t L_44 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_44&(int32_t)2))) == ((uint32_t)2))))
{
goto IL_0158;
}
}
{
StringBuilder_t * L_45 = V_1;
NullCheck(L_45);
int32_t L_46 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_45, /*hidden argument*/NULL);
if ((((int32_t)L_46) <= ((int32_t)0)))
{
goto IL_014c;
}
}
{
StringBuilder_t * L_47 = V_1;
NullCheck(L_47);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_47, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_014c:
{
StringBuilder_t * L_48 = V_1;
NullCheck(L_48);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_48, _stringLiteralA49303A2A274C4FC9F5AF1C3F1149E1EBD8AB34B, /*hidden argument*/NULL);
}
IL_0158:
{
int32_t L_49 = V_0;
if ((!(((uint32_t)((int32_t)((int32_t)L_49&(int32_t)1))) == ((uint32_t)1))))
{
goto IL_017f;
}
}
{
StringBuilder_t * L_50 = V_1;
NullCheck(L_50);
int32_t L_51 = StringBuilder_get_Length_m44BCD2BF32D45E9376761FF33AA429BFBD902F07(L_50, /*hidden argument*/NULL);
if ((((int32_t)L_51) <= ((int32_t)0)))
{
goto IL_0173;
}
}
{
StringBuilder_t * L_52 = V_1;
NullCheck(L_52);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_52, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_0173:
{
StringBuilder_t * L_53 = V_1;
NullCheck(L_53);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_53, _stringLiteral2A4C1F45438DFF26DF9EEA23D1AE85FA0BC7DAB4, /*hidden argument*/NULL);
}
IL_017f:
{
StringBuilder_t * L_54 = V_1;
String_t* L_55 = Int32_ToString_m5A125A41C41701E41FA0C4CC52CADBC73C1C96D8((int32_t*)(&V_0), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_54);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_54, _stringLiteral1CED71B6CFFB57B20E923281A13CCB873DC469F1, L_55, /*hidden argument*/NULL);
StringBuilder_t * L_56 = V_1;
NullCheck(L_56);
String_t* L_57 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_56);
return L_57;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoNameFromKey(System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoNameFromKey_mA2FD2F391E133E586BC8B827DD916613B590E698 (String_t* ___key0, int32_t ___oidGroup1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CAPI_CryptFindOIDInfoNameFromKey_mA2FD2F391E133E586BC8B827DD916613B590E698_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
String_t* L_0 = ___key0;
uint32_t L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_0, /*hidden argument*/NULL);
V_0 = L_1;
uint32_t L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-2058824195)))))
{
goto IL_013b;
}
}
{
uint32_t L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)668701924)))))
{
goto IL_00ac;
}
}
{
uint32_t L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)587661398)))))
{
goto IL_0063;
}
}
{
uint32_t L_5 = V_0;
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)510574318)))))
{
goto IL_0048;
}
}
{
uint32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)489691311))))
{
goto IL_041d;
}
}
{
uint32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)510574318))))
{
goto IL_02cd;
}
}
{
goto IL_0612;
}
IL_0048:
{
uint32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)523246549))))
{
goto IL_0471;
}
}
{
uint32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)587661398))))
{
goto IL_0447;
}
}
{
goto IL_0612;
}
IL_0063:
{
uint32_t L_10 = V_0;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)604439017)))))
{
goto IL_0086;
}
}
{
uint32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)601591448))))
{
goto IL_0264;
}
}
{
uint32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)604439017))))
{
goto IL_0432;
}
}
{
goto IL_0612;
}
IL_0086:
{
uint32_t L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)618369067))))
{
goto IL_02a3;
}
}
{
uint32_t L_14 = V_0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)637994255))))
{
goto IL_045c;
}
}
{
uint32_t L_15 = V_0;
if ((((int32_t)L_15) == ((int32_t)((int32_t)668701924))))
{
goto IL_0486;
}
}
{
goto IL_0612;
}
IL_00ac:
{
uint32_t L_16 = V_0;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)858759237)))))
{
goto IL_00f2;
}
}
{
uint32_t L_17 = V_0;
if ((!(((uint32_t)L_17) <= ((uint32_t)((int32_t)719034781)))))
{
goto IL_00d7;
}
}
{
uint32_t L_18 = V_0;
if ((((int32_t)L_18) == ((int32_t)((int32_t)702257162))))
{
goto IL_0321;
}
}
{
uint32_t L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)719034781))))
{
goto IL_02f7;
}
}
{
goto IL_0612;
}
IL_00d7:
{
uint32_t L_20 = V_0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)841981618))))
{
goto IL_0336;
}
}
{
uint32_t L_21 = V_0;
if ((((int32_t)L_21) == ((int32_t)((int32_t)858759237))))
{
goto IL_0360;
}
}
{
goto IL_0612;
}
IL_00f2:
{
uint32_t L_22 = V_0;
if ((!(((uint32_t)L_22) <= ((uint32_t)((int32_t)1746622805)))))
{
goto IL_0115;
}
}
{
uint32_t L_23 = V_0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)875536856))))
{
goto IL_0279;
}
}
{
uint32_t L_24 = V_0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)1746622805))))
{
goto IL_034b;
}
}
{
goto IL_0612;
}
IL_0115:
{
uint32_t L_25 = V_0;
if ((((int32_t)L_25) == ((int32_t)((int32_t)1775291187))))
{
goto IL_0519;
}
}
{
uint32_t L_26 = V_0;
if ((((int32_t)L_26) == ((int32_t)((int32_t)2095896238))))
{
goto IL_049b;
}
}
{
uint32_t L_27 = V_0;
if ((((int32_t)L_27) == ((int32_t)((int32_t)-2058824195))))
{
goto IL_04ef;
}
}
{
goto IL_0612;
}
IL_013b:
{
uint32_t L_28 = V_0;
if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1354032441)))))
{
goto IL_01d5;
}
}
{
uint32_t L_29 = V_0;
if ((!(((uint32_t)L_29) <= ((uint32_t)((int32_t)-1783935371)))))
{
goto IL_018c;
}
}
{
uint32_t L_30 = V_0;
if ((!(((uint32_t)L_30) <= ((uint32_t)((int32_t)-1817490609)))))
{
goto IL_0171;
}
}
{
uint32_t L_31 = V_0;
if ((((int32_t)L_31) == ((int32_t)((int32_t)-1834268228))))
{
goto IL_0408;
}
}
{
uint32_t L_32 = V_0;
if ((((int32_t)L_32) == ((int32_t)((int32_t)-1817490609))))
{
goto IL_03c9;
}
}
{
goto IL_0612;
}
IL_0171:
{
uint32_t L_33 = V_0;
if ((((int32_t)L_33) == ((int32_t)((int32_t)-1800712990))))
{
goto IL_03de;
}
}
{
uint32_t L_34 = V_0;
if ((((int32_t)L_34) == ((int32_t)((int32_t)-1783935371))))
{
goto IL_03f3;
}
}
{
goto IL_0612;
}
IL_018c:
{
uint32_t L_35 = V_0;
if ((!(((uint32_t)L_35) <= ((uint32_t)((int32_t)-1665226315)))))
{
goto IL_01af;
}
}
{
uint32_t L_36 = V_0;
if ((((int32_t)L_36) == ((int32_t)((int32_t)-1770759074))))
{
goto IL_02b8;
}
}
{
uint32_t L_37 = V_0;
if ((((int32_t)L_37) == ((int32_t)((int32_t)-1665226315))))
{
goto IL_052e;
}
}
{
goto IL_0612;
}
IL_01af:
{
uint32_t L_38 = V_0;
if ((((int32_t)L_38) == ((int32_t)((int32_t)-1411364208))))
{
goto IL_04da;
}
}
{
uint32_t L_39 = V_0;
if ((((int32_t)L_39) == ((int32_t)((int32_t)-1394586589))))
{
goto IL_04c5;
}
}
{
uint32_t L_40 = V_0;
if ((((int32_t)L_40) == ((int32_t)((int32_t)-1354032441))))
{
goto IL_030c;
}
}
{
goto IL_0612;
}
IL_01d5:
{
uint32_t L_41 = V_0;
if ((!(((uint32_t)L_41) <= ((uint32_t)((int32_t)-787859709)))))
{
goto IL_021b;
}
}
{
uint32_t L_42 = V_0;
if ((!(((uint32_t)L_42) <= ((uint32_t)((int32_t)-1104663471)))))
{
goto IL_0200;
}
}
{
uint32_t L_43 = V_0;
if ((((int32_t)L_43) == ((int32_t)((int32_t)-1310698494))))
{
goto IL_04b0;
}
}
{
uint32_t L_44 = V_0;
if ((((int32_t)L_44) == ((int32_t)((int32_t)-1104663471))))
{
goto IL_02e2;
}
}
{
goto IL_0612;
}
IL_0200:
{
uint32_t L_45 = V_0;
if ((((int32_t)L_45) == ((int32_t)((int32_t)-1071108233))))
{
goto IL_028e;
}
}
{
uint32_t L_46 = V_0;
if ((((int32_t)L_46) == ((int32_t)((int32_t)-787859709))))
{
goto IL_0504;
}
}
{
goto IL_0612;
}
IL_021b:
{
uint32_t L_47 = V_0;
if ((!(((uint32_t)L_47) <= ((uint32_t)((int32_t)-594425425)))))
{
goto IL_023e;
}
}
{
uint32_t L_48 = V_0;
if ((((int32_t)L_48) == ((int32_t)((int32_t)-603578290))))
{
goto IL_0543;
}
}
{
uint32_t L_49 = V_0;
if ((((int32_t)L_49) == ((int32_t)((int32_t)-594425425))))
{
goto IL_038a;
}
}
{
goto IL_0612;
}
IL_023e:
{
uint32_t L_50 = V_0;
if ((((int32_t)L_50) == ((int32_t)((int32_t)-577647806))))
{
goto IL_039f;
}
}
{
uint32_t L_51 = V_0;
if ((((int32_t)L_51) == ((int32_t)((int32_t)-560870187))))
{
goto IL_03b4;
}
}
{
uint32_t L_52 = V_0;
if ((((int32_t)L_52) == ((int32_t)((int32_t)-534435840))))
{
goto IL_0375;
}
}
{
goto IL_0612;
}
IL_0264:
{
String_t* L_53 = ___key0;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteralEE617AA3C1633B88FA29FF8B4524F83330B4D16D, /*hidden argument*/NULL);
if (L_54)
{
goto IL_0558;
}
}
{
goto IL_0612;
}
IL_0279:
{
String_t* L_55 = ___key0;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteralE9A9575AA117C5C0D53E90A74011A0039A6CC819, /*hidden argument*/NULL);
if (L_56)
{
goto IL_0558;
}
}
{
goto IL_0612;
}
IL_028e:
{
String_t* L_57 = ___key0;
bool L_58 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, _stringLiteral74E82E6ED4A629CFABFF45E83888A95B5A0C2D3B, /*hidden argument*/NULL);
if (L_58)
{
goto IL_0558;
}
}
{
goto IL_0612;
}
IL_02a3:
{
String_t* L_59 = ___key0;
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_59, _stringLiteral73C68A69A8FB0CBDA481680BDF7E86FE01482E98, /*hidden argument*/NULL);
if (L_60)
{
goto IL_055e;
}
}
{
goto IL_0612;
}
IL_02b8:
{
String_t* L_61 = ___key0;
bool L_62 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_61, _stringLiteral15E98A4A0C68AFDDFB4FD0A806D9F33B9D2E4C33, /*hidden argument*/NULL);
if (L_62)
{
goto IL_055e;
}
}
{
goto IL_0612;
}
IL_02cd:
{
String_t* L_63 = ___key0;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteral26E69388BB28F94E4154EB47125EC8A829CADFA8, /*hidden argument*/NULL);
if (L_64)
{
goto IL_0564;
}
}
{
goto IL_0612;
}
IL_02e2:
{
String_t* L_65 = ___key0;
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteralC954DD485FE7617409297D71CA42E85CA06BA671, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0564;
}
}
{
goto IL_0612;
}
IL_02f7:
{
String_t* L_67 = ___key0;
bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteral5689F8FC0EDCCDA7299967EA621BBC7DE476ADF6, /*hidden argument*/NULL);
if (L_68)
{
goto IL_056a;
}
}
{
goto IL_0612;
}
IL_030c:
{
String_t* L_69 = ___key0;
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteralEAC092496A67A033E1565F9E3CB6843A3257640C, /*hidden argument*/NULL);
if (L_70)
{
goto IL_056a;
}
}
{
goto IL_0612;
}
IL_0321:
{
String_t* L_71 = ___key0;
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteralCDE01DFBE7B6D732DC2E787107006A5009783AC5, /*hidden argument*/NULL);
if (L_72)
{
goto IL_0570;
}
}
{
goto IL_0612;
}
IL_0336:
{
String_t* L_73 = ___key0;
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteralE9409DF97BEDAC237D8B9091530CA87951E31AC6, /*hidden argument*/NULL);
if (L_74)
{
goto IL_0576;
}
}
{
goto IL_0612;
}
IL_034b:
{
String_t* L_75 = ___key0;
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteralAE8A0F83801F621B61C401D3E16D19A509CE346B, /*hidden argument*/NULL);
if (L_76)
{
goto IL_057c;
}
}
{
goto IL_0612;
}
IL_0360:
{
String_t* L_77 = ___key0;
bool L_78 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_77, _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6, /*hidden argument*/NULL);
if (L_78)
{
goto IL_0582;
}
}
{
goto IL_0612;
}
IL_0375:
{
String_t* L_79 = ___key0;
bool L_80 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_79, _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22, /*hidden argument*/NULL);
if (L_80)
{
goto IL_0588;
}
}
{
goto IL_0612;
}
IL_038a:
{
String_t* L_81 = ___key0;
bool L_82 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_81, _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59, /*hidden argument*/NULL);
if (L_82)
{
goto IL_058e;
}
}
{
goto IL_0612;
}
IL_039f:
{
String_t* L_83 = ___key0;
bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97, /*hidden argument*/NULL);
if (L_84)
{
goto IL_0594;
}
}
{
goto IL_0612;
}
IL_03b4:
{
String_t* L_85 = ___key0;
bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7, /*hidden argument*/NULL);
if (L_86)
{
goto IL_059a;
}
}
{
goto IL_0612;
}
IL_03c9:
{
String_t* L_87 = ___key0;
bool L_88 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_87, _stringLiteralB054262502288B48A26CF2F3961326CD6C9CFB84, /*hidden argument*/NULL);
if (L_88)
{
goto IL_05a0;
}
}
{
goto IL_0612;
}
IL_03de:
{
String_t* L_89 = ___key0;
bool L_90 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_89, _stringLiteral1CF405A0D39702CEA19CAC4F29DB3762310CF82A, /*hidden argument*/NULL);
if (L_90)
{
goto IL_05a6;
}
}
{
goto IL_0612;
}
IL_03f3:
{
String_t* L_91 = ___key0;
bool L_92 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_91, _stringLiteralD22C3734AFED02977F2F0CD9471D803374527E21, /*hidden argument*/NULL);
if (L_92)
{
goto IL_05ac;
}
}
{
goto IL_0612;
}
IL_0408:
{
String_t* L_93 = ___key0;
bool L_94 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_93, _stringLiteral38C7E35BE500E1A29424F122004EE91306541922, /*hidden argument*/NULL);
if (L_94)
{
goto IL_05b2;
}
}
{
goto IL_0612;
}
IL_041d:
{
String_t* L_95 = ___key0;
bool L_96 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_95, _stringLiteral96345565D17AF6C906986DE53169BE9AD27D4692, /*hidden argument*/NULL);
if (L_96)
{
goto IL_05b8;
}
}
{
goto IL_0612;
}
IL_0432:
{
String_t* L_97 = ___key0;
bool L_98 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_97, _stringLiteralF640B26C60B76CA4F478050C708A81262202249E, /*hidden argument*/NULL);
if (L_98)
{
goto IL_05be;
}
}
{
goto IL_0612;
}
IL_0447:
{
String_t* L_99 = ___key0;
bool L_100 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_99, _stringLiteralF5E3824C4AC3321CC9D94880C13682C5CFC3B175, /*hidden argument*/NULL);
if (L_100)
{
goto IL_05c4;
}
}
{
goto IL_0612;
}
IL_045c:
{
String_t* L_101 = ___key0;
bool L_102 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_101, _stringLiteral8381ABF715F2CE40C8CA6FFFBA006026CD3D0B40, /*hidden argument*/NULL);
if (L_102)
{
goto IL_05ca;
}
}
{
goto IL_0612;
}
IL_0471:
{
String_t* L_103 = ___key0;
bool L_104 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_103, _stringLiteral9356DA8DE25D6E45154E4196FDE5036F9FFC395F, /*hidden argument*/NULL);
if (L_104)
{
goto IL_05d0;
}
}
{
goto IL_0612;
}
IL_0486:
{
String_t* L_105 = ___key0;
bool L_106 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_105, _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB, /*hidden argument*/NULL);
if (L_106)
{
goto IL_05d6;
}
}
{
goto IL_0612;
}
IL_049b:
{
String_t* L_107 = ___key0;
bool L_108 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_107, _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA, /*hidden argument*/NULL);
if (L_108)
{
goto IL_05dc;
}
}
{
goto IL_0612;
}
IL_04b0:
{
String_t* L_109 = ___key0;
bool L_110 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_109, _stringLiteral6750E3B9685ABDB893A0BFD53EAC4683D30E6314, /*hidden argument*/NULL);
if (L_110)
{
goto IL_05e2;
}
}
{
goto IL_0612;
}
IL_04c5:
{
String_t* L_111 = ___key0;
bool L_112 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_111, _stringLiteral8C2CE9628312BDF283A7D01ADC7E4486F48FA35A, /*hidden argument*/NULL);
if (L_112)
{
goto IL_05e8;
}
}
{
goto IL_0612;
}
IL_04da:
{
String_t* L_113 = ___key0;
bool L_114 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_113, _stringLiteralE4256D98A23829DB83E40650966DEF6AE26E7543, /*hidden argument*/NULL);
if (L_114)
{
goto IL_05ee;
}
}
{
goto IL_0612;
}
IL_04ef:
{
String_t* L_115 = ___key0;
bool L_116 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_115, _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3, /*hidden argument*/NULL);
if (L_116)
{
goto IL_05f4;
}
}
{
goto IL_0612;
}
IL_0504:
{
String_t* L_117 = ___key0;
bool L_118 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_117, _stringLiteralA7CBF229082D863696B7FFE948C34C8CD766705C, /*hidden argument*/NULL);
if (L_118)
{
goto IL_05fa;
}
}
{
goto IL_0612;
}
IL_0519:
{
String_t* L_119 = ___key0;
bool L_120 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_119, _stringLiteral2FEF34652532BA6065A4C47E9BBDD30482490F1E, /*hidden argument*/NULL);
if (L_120)
{
goto IL_0600;
}
}
{
goto IL_0612;
}
IL_052e:
{
String_t* L_121 = ___key0;
bool L_122 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_121, _stringLiteral465CA7DEF5D9B26DCBDA532B2147B7D5E954EB24, /*hidden argument*/NULL);
if (L_122)
{
goto IL_0606;
}
}
{
goto IL_0612;
}
IL_0543:
{
String_t* L_123 = ___key0;
bool L_124 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_123, _stringLiteralDDEC4A2E8CE9F653AE4EBAF140EBD077739011A9, /*hidden argument*/NULL);
if (L_124)
{
goto IL_060c;
}
}
{
goto IL_0612;
}
IL_0558:
{
return _stringLiteral6DC7A6FF7FD6E3F1A4D8F1089EFF579F5B7EDF61;
}
IL_055e:
{
return _stringLiteral630FC0FF22AF7DFA6F63B9D4C2EEC683559BEEDD;
}
IL_0564:
{
return _stringLiteral6AB4CC540FC5FD37A61FAA7128260FF331A73902;
}
IL_056a:
{
return _stringLiteral1709FBC1E0ACE0896D1448A6AD5744DF476596D8;
}
IL_0570:
{
return _stringLiteral3B46F0E32ECA57681BADE9625A8D2AF7C6344DBE;
}
IL_0576:
{
return _stringLiteralF56F69D01D6B3C82DA914A60D71A6A4D544A0D11;
}
IL_057c:
{
return _stringLiteralA3B1C4E601D193095FCB88B3CCB7FF41EB150E2F;
}
IL_0582:
{
return _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48;
}
IL_0588:
{
return _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B;
}
IL_058e:
{
return _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41;
}
IL_0594:
{
return _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4;
}
IL_059a:
{
return _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F;
}
IL_05a0:
{
return _stringLiteralC94554BAE8520C18CE8F7935BA1FC2ADB5932BF9;
}
IL_05a6:
{
return _stringLiteral27B8ECABABE91D996C3B609017E39379BE30174B;
}
IL_05ac:
{
return _stringLiteral62BC6C87C84A7676BFE9B0E473A7E03E7E508734;
}
IL_05b2:
{
return _stringLiteral871D8DB60F7B680ACDD8F3B304E5F1E5695141A1;
}
IL_05b8:
{
return _stringLiteral84C858726E4144B89C00E74CD892C71630D219E8;
}
IL_05be:
{
return _stringLiteral1F931F510EF926787C8A721C148174EB72058D3B;
}
IL_05c4:
{
return _stringLiteral53E4664B72D62DE135DB121B6A717EBF837FC4FE;
}
IL_05ca:
{
return _stringLiteral5DBD8EF1B4DCFCBCD952F15CC15F7ED999A98F26;
}
IL_05d0:
{
return _stringLiteral4FB68E41215008F250259801798F487B89D91CE7;
}
IL_05d6:
{
return _stringLiteral56D91D770F6FD64E188020F40D1D915BE6E046DC;
}
IL_05dc:
{
return _stringLiteral6B52C309B17195299795A2131ED2FE3F3C6F2107;
}
IL_05e2:
{
return _stringLiteral863ED7DBCE405ADC108BD22F478D424CF5B1809C;
}
IL_05e8:
{
return _stringLiteralD52066B0FA1D68EF07EEAB73031C3A3671298417;
}
IL_05ee:
{
return _stringLiteral705406CE6BC47411E9A6F16CAF53813C90837C6C;
}
IL_05f4:
{
return _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582;
}
IL_05fa:
{
return _stringLiteral7A5E2E271BBDF6A8651351BAB136549DEE4A5F64;
}
IL_0600:
{
return _stringLiteral5975C5872CEACBB04ECD731A29150F3D39D3E47D;
}
IL_0606:
{
return _stringLiteral6E7226A12720F1392504B6161BBCA162F1377E03;
}
IL_060c:
{
return _stringLiteral8B1045A08F6A74520AC6D95614BECE14AEDBED06;
}
IL_0612:
{
return (String_t*)NULL;
}
}
// System.String System.Security.Cryptography.CAPI::CryptFindOIDInfoKeyFromName(System.String,System.Security.Cryptography.OidGroup)
extern "C" IL2CPP_METHOD_ATTR String_t* CAPI_CryptFindOIDInfoKeyFromName_m7809CD491D913D58FA1B996B835A0A91C413E9DB (String_t* ___name0, int32_t ___oidGroup1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (CAPI_CryptFindOIDInfoKeyFromName_m7809CD491D913D58FA1B996B835A0A91C413E9DB_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
uint32_t V_0 = 0;
{
String_t* L_0 = ___name0;
uint32_t L_1 = U3CPrivateImplementationDetailsU3E_ComputeStringHash_m7C7DB27BC4297A74A96AC53E1EDD3E7415DFB874(L_0, /*hidden argument*/NULL);
V_0 = L_1;
uint32_t L_2 = V_0;
if ((!(((uint32_t)L_2) <= ((uint32_t)((int32_t)-1825079426)))))
{
goto IL_0125;
}
}
{
uint32_t L_3 = V_0;
if ((!(((uint32_t)L_3) <= ((uint32_t)((int32_t)1500038902)))))
{
goto IL_00a1;
}
}
{
uint32_t L_4 = V_0;
if ((!(((uint32_t)L_4) <= ((uint32_t)((int32_t)611118286)))))
{
goto IL_0063;
}
}
{
uint32_t L_5 = V_0;
if ((!(((uint32_t)L_5) <= ((uint32_t)((int32_t)294650258)))))
{
goto IL_0048;
}
}
{
uint32_t L_6 = V_0;
if ((((int32_t)L_6) == ((int32_t)((int32_t)149012944))))
{
goto IL_0346;
}
}
{
uint32_t L_7 = V_0;
if ((((int32_t)L_7) == ((int32_t)((int32_t)294650258))))
{
goto IL_046c;
}
}
{
goto IL_0595;
}
IL_0048:
{
uint32_t L_8 = V_0;
if ((((int32_t)L_8) == ((int32_t)((int32_t)561569601))))
{
goto IL_0274;
}
}
{
uint32_t L_9 = V_0;
if ((((int32_t)L_9) == ((int32_t)((int32_t)611118286))))
{
goto IL_03af;
}
}
{
goto IL_0595;
}
IL_0063:
{
uint32_t L_10 = V_0;
if ((!(((uint32_t)L_10) <= ((uint32_t)((int32_t)1066307707)))))
{
goto IL_0086;
}
}
{
uint32_t L_11 = V_0;
if ((((int32_t)L_11) == ((int32_t)((int32_t)738683793))))
{
goto IL_03d9;
}
}
{
uint32_t L_12 = V_0;
if ((((int32_t)L_12) == ((int32_t)((int32_t)1066307707))))
{
goto IL_0370;
}
}
{
goto IL_0595;
}
IL_0086:
{
uint32_t L_13 = V_0;
if ((((int32_t)L_13) == ((int32_t)((int32_t)1440264225))))
{
goto IL_0418;
}
}
{
uint32_t L_14 = V_0;
if ((((int32_t)L_14) == ((int32_t)((int32_t)1500038902))))
{
goto IL_0235;
}
}
{
goto IL_0595;
}
IL_00a1:
{
uint32_t L_15 = V_0;
if ((!(((uint32_t)L_15) <= ((uint32_t)((int32_t)2070555668)))))
{
goto IL_00e7;
}
}
{
uint32_t L_16 = V_0;
if ((!(((uint32_t)L_16) <= ((uint32_t)((int32_t)1698200840)))))
{
goto IL_00cc;
}
}
{
uint32_t L_17 = V_0;
if ((((int32_t)L_17) == ((int32_t)((int32_t)1597341437))))
{
goto IL_0457;
}
}
{
uint32_t L_18 = V_0;
if ((((int32_t)L_18) == ((int32_t)((int32_t)1698200840))))
{
goto IL_025f;
}
}
{
goto IL_0595;
}
IL_00cc:
{
uint32_t L_19 = V_0;
if ((((int32_t)L_19) == ((int32_t)((int32_t)1813874674))))
{
goto IL_03c4;
}
}
{
uint32_t L_20 = V_0;
if ((((int32_t)L_20) == ((int32_t)((int32_t)2070555668))))
{
goto IL_02dd;
}
}
{
goto IL_0595;
}
IL_00e7:
{
uint32_t L_21 = V_0;
if ((!(((uint32_t)L_21) <= ((uint32_t)((int32_t)-2068409175)))))
{
goto IL_010a;
}
}
{
uint32_t L_22 = V_0;
if ((((int32_t)L_22) == ((int32_t)((int32_t)-2136374743))))
{
goto IL_0496;
}
}
{
uint32_t L_23 = V_0;
if ((((int32_t)L_23) == ((int32_t)((int32_t)-2068409175))))
{
goto IL_0403;
}
}
{
goto IL_0595;
}
IL_010a:
{
uint32_t L_24 = V_0;
if ((((int32_t)L_24) == ((int32_t)((int32_t)-1901412621))))
{
goto IL_02f2;
}
}
{
uint32_t L_25 = V_0;
if ((((int32_t)L_25) == ((int32_t)((int32_t)-1825079426))))
{
goto IL_02b3;
}
}
{
goto IL_0595;
}
IL_0125:
{
uint32_t L_26 = V_0;
if ((!(((uint32_t)L_26) <= ((uint32_t)((int32_t)-1280346470)))))
{
goto IL_01b4;
}
}
{
uint32_t L_27 = V_0;
if ((!(((uint32_t)L_27) <= ((uint32_t)((int32_t)-1663814150)))))
{
goto IL_0176;
}
}
{
uint32_t L_28 = V_0;
if ((!(((uint32_t)L_28) <= ((uint32_t)((int32_t)-1791286730)))))
{
goto IL_015b;
}
}
{
uint32_t L_29 = V_0;
if ((((int32_t)L_29) == ((int32_t)((int32_t)-1801340232))))
{
goto IL_0289;
}
}
{
uint32_t L_30 = V_0;
if ((((int32_t)L_30) == ((int32_t)((int32_t)-1791286730))))
{
goto IL_042d;
}
}
{
goto IL_0595;
}
IL_015b:
{
uint32_t L_31 = V_0;
if ((((int32_t)L_31) == ((int32_t)((int32_t)-1789275109))))
{
goto IL_03ee;
}
}
{
uint32_t L_32 = V_0;
if ((((int32_t)L_32) == ((int32_t)((int32_t)-1663814150))))
{
goto IL_0307;
}
}
{
goto IL_0595;
}
IL_0176:
{
uint32_t L_33 = V_0;
if ((!(((uint32_t)L_33) <= ((uint32_t)((int32_t)-1600917909)))))
{
goto IL_0199;
}
}
{
uint32_t L_34 = V_0;
if ((((int32_t)L_34) == ((int32_t)((int32_t)-1647370188))))
{
goto IL_04c0;
}
}
{
uint32_t L_35 = V_0;
if ((((int32_t)L_35) == ((int32_t)((int32_t)-1600917909))))
{
goto IL_0331;
}
}
{
goto IL_0595;
}
IL_0199:
{
uint32_t L_36 = V_0;
if ((((int32_t)L_36) == ((int32_t)((int32_t)-1594352554))))
{
goto IL_031c;
}
}
{
uint32_t L_37 = V_0;
if ((((int32_t)L_37) == ((int32_t)((int32_t)-1280346470))))
{
goto IL_029e;
}
}
{
goto IL_0595;
}
IL_01b4:
{
uint32_t L_38 = V_0;
if ((!(((uint32_t)L_38) <= ((uint32_t)((int32_t)-673001411)))))
{
goto IL_01fa;
}
}
{
uint32_t L_39 = V_0;
if ((!(((uint32_t)L_39) <= ((uint32_t)((int32_t)-979851719)))))
{
goto IL_01df;
}
}
{
uint32_t L_40 = V_0;
if ((((int32_t)L_40) == ((int32_t)((int32_t)-1271916957))))
{
goto IL_0481;
}
}
{
uint32_t L_41 = V_0;
if ((((int32_t)L_41) == ((int32_t)((int32_t)-979851719))))
{
goto IL_02c8;
}
}
{
goto IL_0595;
}
IL_01df:
{
uint32_t L_42 = V_0;
if ((((int32_t)L_42) == ((int32_t)((int32_t)-860668236))))
{
goto IL_0442;
}
}
{
uint32_t L_43 = V_0;
if ((((int32_t)L_43) == ((int32_t)((int32_t)-673001411))))
{
goto IL_0385;
}
}
{
goto IL_0595;
}
IL_01fa:
{
uint32_t L_44 = V_0;
if ((!(((uint32_t)L_44) <= ((uint32_t)((int32_t)-534226701)))))
{
goto IL_021a;
}
}
{
uint32_t L_45 = V_0;
if ((((int32_t)L_45) == ((int32_t)((int32_t)-663808412))))
{
goto IL_035b;
}
}
{
uint32_t L_46 = V_0;
if ((((int32_t)L_46) == ((int32_t)((int32_t)-534226701))))
{
goto IL_024a;
}
}
{
goto IL_0595;
}
IL_021a:
{
uint32_t L_47 = V_0;
if ((((int32_t)L_47) == ((int32_t)((int32_t)-394545035))))
{
goto IL_04ab;
}
}
{
uint32_t L_48 = V_0;
if ((((int32_t)L_48) == ((int32_t)((int32_t)-267759772))))
{
goto IL_039a;
}
}
{
goto IL_0595;
}
IL_0235:
{
String_t* L_49 = ___name0;
bool L_50 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_49, _stringLiteral6DC7A6FF7FD6E3F1A4D8F1089EFF579F5B7EDF61, /*hidden argument*/NULL);
if (L_50)
{
goto IL_04d5;
}
}
{
goto IL_0595;
}
IL_024a:
{
String_t* L_51 = ___name0;
bool L_52 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_51, _stringLiteral630FC0FF22AF7DFA6F63B9D4C2EEC683559BEEDD, /*hidden argument*/NULL);
if (L_52)
{
goto IL_04db;
}
}
{
goto IL_0595;
}
IL_025f:
{
String_t* L_53 = ___name0;
bool L_54 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_53, _stringLiteral6AB4CC540FC5FD37A61FAA7128260FF331A73902, /*hidden argument*/NULL);
if (L_54)
{
goto IL_04e1;
}
}
{
goto IL_0595;
}
IL_0274:
{
String_t* L_55 = ___name0;
bool L_56 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_55, _stringLiteral0CE2BABDAB94A9CE04A36D1B7053EC151CBAC599, /*hidden argument*/NULL);
if (L_56)
{
goto IL_04e7;
}
}
{
goto IL_0595;
}
IL_0289:
{
String_t* L_57 = ___name0;
bool L_58 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_57, _stringLiteral1709FBC1E0ACE0896D1448A6AD5744DF476596D8, /*hidden argument*/NULL);
if (L_58)
{
goto IL_04ed;
}
}
{
goto IL_0595;
}
IL_029e:
{
String_t* L_59 = ___name0;
bool L_60 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_59, _stringLiteral3B46F0E32ECA57681BADE9625A8D2AF7C6344DBE, /*hidden argument*/NULL);
if (L_60)
{
goto IL_04f3;
}
}
{
goto IL_0595;
}
IL_02b3:
{
String_t* L_61 = ___name0;
bool L_62 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_61, _stringLiteralF56F69D01D6B3C82DA914A60D71A6A4D544A0D11, /*hidden argument*/NULL);
if (L_62)
{
goto IL_04f9;
}
}
{
goto IL_0595;
}
IL_02c8:
{
String_t* L_63 = ___name0;
bool L_64 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_63, _stringLiteralA3B1C4E601D193095FCB88B3CCB7FF41EB150E2F, /*hidden argument*/NULL);
if (L_64)
{
goto IL_04ff;
}
}
{
goto IL_0595;
}
IL_02dd:
{
String_t* L_65 = ___name0;
bool L_66 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_65, _stringLiteral415AB40AE9B7CC4E66D6769CB2C08106E8293B48, /*hidden argument*/NULL);
if (L_66)
{
goto IL_0505;
}
}
{
goto IL_0595;
}
IL_02f2:
{
String_t* L_67 = ___name0;
bool L_68 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_67, _stringLiteralC1EA94F7E524679D0CF34AB7B0B28ABE41BA732B, /*hidden argument*/NULL);
if (L_68)
{
goto IL_050b;
}
}
{
goto IL_0595;
}
IL_0307:
{
String_t* L_69 = ___name0;
bool L_70 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_69, _stringLiteralB310DA45B1EBF444106A41B7832AB2FBE25DAB41, /*hidden argument*/NULL);
if (L_70)
{
goto IL_0511;
}
}
{
goto IL_0595;
}
IL_031c:
{
String_t* L_71 = ___name0;
bool L_72 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_71, _stringLiteral1D3C8BCC44B8A2CBA4C63B30774BF6644D4649C4, /*hidden argument*/NULL);
if (L_72)
{
goto IL_0517;
}
}
{
goto IL_0595;
}
IL_0331:
{
String_t* L_73 = ___name0;
bool L_74 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_73, _stringLiteral0F5B530255E5A064CC73699E4FA44BA8B2AD399F, /*hidden argument*/NULL);
if (L_74)
{
goto IL_051d;
}
}
{
goto IL_0595;
}
IL_0346:
{
String_t* L_75 = ___name0;
bool L_76 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_75, _stringLiteralC94554BAE8520C18CE8F7935BA1FC2ADB5932BF9, /*hidden argument*/NULL);
if (L_76)
{
goto IL_0523;
}
}
{
goto IL_0595;
}
IL_035b:
{
String_t* L_77 = ___name0;
bool L_78 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_77, _stringLiteral27B8ECABABE91D996C3B609017E39379BE30174B, /*hidden argument*/NULL);
if (L_78)
{
goto IL_0529;
}
}
{
goto IL_0595;
}
IL_0370:
{
String_t* L_79 = ___name0;
bool L_80 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_79, _stringLiteral62BC6C87C84A7676BFE9B0E473A7E03E7E508734, /*hidden argument*/NULL);
if (L_80)
{
goto IL_052f;
}
}
{
goto IL_0595;
}
IL_0385:
{
String_t* L_81 = ___name0;
bool L_82 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_81, _stringLiteral871D8DB60F7B680ACDD8F3B304E5F1E5695141A1, /*hidden argument*/NULL);
if (L_82)
{
goto IL_0535;
}
}
{
goto IL_0595;
}
IL_039a:
{
String_t* L_83 = ___name0;
bool L_84 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_83, _stringLiteral84C858726E4144B89C00E74CD892C71630D219E8, /*hidden argument*/NULL);
if (L_84)
{
goto IL_053b;
}
}
{
goto IL_0595;
}
IL_03af:
{
String_t* L_85 = ___name0;
bool L_86 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_85, _stringLiteral1F931F510EF926787C8A721C148174EB72058D3B, /*hidden argument*/NULL);
if (L_86)
{
goto IL_0541;
}
}
{
goto IL_0595;
}
IL_03c4:
{
String_t* L_87 = ___name0;
bool L_88 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_87, _stringLiteral53E4664B72D62DE135DB121B6A717EBF837FC4FE, /*hidden argument*/NULL);
if (L_88)
{
goto IL_0547;
}
}
{
goto IL_0595;
}
IL_03d9:
{
String_t* L_89 = ___name0;
bool L_90 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_89, _stringLiteral5DBD8EF1B4DCFCBCD952F15CC15F7ED999A98F26, /*hidden argument*/NULL);
if (L_90)
{
goto IL_054d;
}
}
{
goto IL_0595;
}
IL_03ee:
{
String_t* L_91 = ___name0;
bool L_92 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_91, _stringLiteral4FB68E41215008F250259801798F487B89D91CE7, /*hidden argument*/NULL);
if (L_92)
{
goto IL_0553;
}
}
{
goto IL_0595;
}
IL_0403:
{
String_t* L_93 = ___name0;
bool L_94 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_93, _stringLiteral56D91D770F6FD64E188020F40D1D915BE6E046DC, /*hidden argument*/NULL);
if (L_94)
{
goto IL_0559;
}
}
{
goto IL_0595;
}
IL_0418:
{
String_t* L_95 = ___name0;
bool L_96 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_95, _stringLiteral6B52C309B17195299795A2131ED2FE3F3C6F2107, /*hidden argument*/NULL);
if (L_96)
{
goto IL_055f;
}
}
{
goto IL_0595;
}
IL_042d:
{
String_t* L_97 = ___name0;
bool L_98 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_97, _stringLiteral863ED7DBCE405ADC108BD22F478D424CF5B1809C, /*hidden argument*/NULL);
if (L_98)
{
goto IL_0565;
}
}
{
goto IL_0595;
}
IL_0442:
{
String_t* L_99 = ___name0;
bool L_100 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_99, _stringLiteralD52066B0FA1D68EF07EEAB73031C3A3671298417, /*hidden argument*/NULL);
if (L_100)
{
goto IL_056b;
}
}
{
goto IL_0595;
}
IL_0457:
{
String_t* L_101 = ___name0;
bool L_102 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_101, _stringLiteral705406CE6BC47411E9A6F16CAF53813C90837C6C, /*hidden argument*/NULL);
if (L_102)
{
goto IL_0571;
}
}
{
goto IL_0595;
}
IL_046c:
{
String_t* L_103 = ___name0;
bool L_104 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_103, _stringLiteral6C9C7BAF0DF03D7191DA4E981ABFD19642D45582, /*hidden argument*/NULL);
if (L_104)
{
goto IL_0577;
}
}
{
goto IL_0595;
}
IL_0481:
{
String_t* L_105 = ___name0;
bool L_106 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_105, _stringLiteral7A5E2E271BBDF6A8651351BAB136549DEE4A5F64, /*hidden argument*/NULL);
if (L_106)
{
goto IL_057d;
}
}
{
goto IL_0595;
}
IL_0496:
{
String_t* L_107 = ___name0;
bool L_108 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_107, _stringLiteral5975C5872CEACBB04ECD731A29150F3D39D3E47D, /*hidden argument*/NULL);
if (L_108)
{
goto IL_0583;
}
}
{
goto IL_0595;
}
IL_04ab:
{
String_t* L_109 = ___name0;
bool L_110 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_109, _stringLiteral6E7226A12720F1392504B6161BBCA162F1377E03, /*hidden argument*/NULL);
if (L_110)
{
goto IL_0589;
}
}
{
goto IL_0595;
}
IL_04c0:
{
String_t* L_111 = ___name0;
bool L_112 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_111, _stringLiteral8B1045A08F6A74520AC6D95614BECE14AEDBED06, /*hidden argument*/NULL);
if (L_112)
{
goto IL_058f;
}
}
{
goto IL_0595;
}
IL_04d5:
{
return _stringLiteralEE617AA3C1633B88FA29FF8B4524F83330B4D16D;
}
IL_04db:
{
return _stringLiteral73C68A69A8FB0CBDA481680BDF7E86FE01482E98;
}
IL_04e1:
{
return _stringLiteral26E69388BB28F94E4154EB47125EC8A829CADFA8;
}
IL_04e7:
{
return _stringLiteralE9A9575AA117C5C0D53E90A74011A0039A6CC819;
}
IL_04ed:
{
return _stringLiteral5689F8FC0EDCCDA7299967EA621BBC7DE476ADF6;
}
IL_04f3:
{
return _stringLiteralCDE01DFBE7B6D732DC2E787107006A5009783AC5;
}
IL_04f9:
{
return _stringLiteralE9409DF97BEDAC237D8B9091530CA87951E31AC6;
}
IL_04ff:
{
return _stringLiteralAE8A0F83801F621B61C401D3E16D19A509CE346B;
}
IL_0505:
{
return _stringLiteralA12083BADD146F221E05419C3C15DC0CB7D1A0F6;
}
IL_050b:
{
return _stringLiteralF2883B73C7170209AD6F63B0EFACADB881FE5E22;
}
IL_0511:
{
return _stringLiteral05A64D8F4A280F6D2641D1D8433899C188E94B59;
}
IL_0517:
{
return _stringLiteralE0000ABFE2C72976480D2ACE311F321B27C18D97;
}
IL_051d:
{
return _stringLiteral32679E4CE463CE1AD4AE7CBBDDA0D62F08639EB7;
}
IL_0523:
{
return _stringLiteralB054262502288B48A26CF2F3961326CD6C9CFB84;
}
IL_0529:
{
return _stringLiteral1CF405A0D39702CEA19CAC4F29DB3762310CF82A;
}
IL_052f:
{
return _stringLiteralD22C3734AFED02977F2F0CD9471D803374527E21;
}
IL_0535:
{
return _stringLiteral38C7E35BE500E1A29424F122004EE91306541922;
}
IL_053b:
{
return _stringLiteral96345565D17AF6C906986DE53169BE9AD27D4692;
}
IL_0541:
{
return _stringLiteralF640B26C60B76CA4F478050C708A81262202249E;
}
IL_0547:
{
return _stringLiteralF5E3824C4AC3321CC9D94880C13682C5CFC3B175;
}
IL_054d:
{
return _stringLiteral8381ABF715F2CE40C8CA6FFFBA006026CD3D0B40;
}
IL_0553:
{
return _stringLiteral9356DA8DE25D6E45154E4196FDE5036F9FFC395F;
}
IL_0559:
{
return _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB;
}
IL_055f:
{
return _stringLiteral929E64373A1A3A451EAF8698A1D26A5C989E42EA;
}
IL_0565:
{
return _stringLiteral6750E3B9685ABDB893A0BFD53EAC4683D30E6314;
}
IL_056b:
{
return _stringLiteral8C2CE9628312BDF283A7D01ADC7E4486F48FA35A;
}
IL_0571:
{
return _stringLiteralE4256D98A23829DB83E40650966DEF6AE26E7543;
}
IL_0577:
{
return _stringLiteral8918776C55D081E9DBEDEFFF4E02E117936C4AA3;
}
IL_057d:
{
return _stringLiteralA7CBF229082D863696B7FFE948C34C8CD766705C;
}
IL_0583:
{
return _stringLiteral2FEF34652532BA6065A4C47E9BBDD30482490F1E;
}
IL_0589:
{
return _stringLiteral465CA7DEF5D9B26DCBDA532B2147B7D5E954EB24;
}
IL_058f:
{
return _stringLiteralDDEC4A2E8CE9F653AE4EBAF140EBD077739011A9;
}
IL_0595:
{
return (String_t*)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.Security.Cryptography.Oid::.ctor(System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m45F49EB1ABFD4F3EB0FC9729C76FF83995752743 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___oid0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___oid0;
Oid__ctor_m67437A59D4E75ABF6E40D503F57F81199546E5EC(__this, L_0, 0, (bool)1, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.Security.Cryptography.OidGroup,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m67437A59D4E75ABF6E40D503F57F81199546E5EC (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___oid0, int32_t ___group1, bool ___lookupFriendlyName2, const RuntimeMethod* method)
{
String_t* V_0 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___lookupFriendlyName2;
if (!L_0)
{
goto IL_0020;
}
}
{
String_t* L_1 = ___oid0;
int32_t L_2 = ___group1;
String_t* L_3 = X509Utils_FindOidInfoWithFallback_m98443176879ABC2054619D4AA491FE086D406950(2, L_1, L_2, /*hidden argument*/NULL);
V_0 = L_3;
String_t* L_4 = V_0;
if (L_4)
{
goto IL_0017;
}
}
{
String_t* L_5 = ___oid0;
V_0 = L_5;
}
IL_0017:
{
String_t* L_6 = V_0;
Oid_set_Value_m304CEF248379566701402100FA015EAC640C033F(__this, L_6, /*hidden argument*/NULL);
goto IL_0027;
}
IL_0020:
{
String_t* L_7 = ___oid0;
Oid_set_Value_m304CEF248379566701402100FA015EAC640C033F(__this, L_7, /*hidden argument*/NULL);
}
IL_0027:
{
int32_t L_8 = ___group1;
__this->set_m_group_2(L_8);
return;
}
}
// System.Void System.Security.Cryptography.Oid::.ctor(System.String,System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___value0, String_t* ___friendlyName1, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
String_t* L_0 = ___value0;
__this->set_m_value_0(L_0);
String_t* L_1 = ___friendlyName1;
__this->set_m_friendlyName_1(L_1);
return;
}
}
// System.Void System.Security.Cryptography.Oid::.ctor(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR void Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = ___oid0;
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, _stringLiteral2118C8699C55066293A0E34341B9953F6C1811BD, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079_RuntimeMethod_var);
}
IL_0014:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_2 = ___oid0;
NullCheck(L_2);
String_t* L_3 = L_2->get_m_value_0();
__this->set_m_value_0(L_3);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_4 = ___oid0;
NullCheck(L_4);
String_t* L_5 = L_4->get_m_friendlyName_1();
__this->set_m_friendlyName_1(L_5);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_6 = ___oid0;
NullCheck(L_6);
int32_t L_7 = L_6->get_m_group_2();
__this->set_m_group_2(L_7);
return;
}
}
// System.String System.Security.Cryptography.Oid::get_Value()
extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_value_0();
return L_0;
}
}
// System.Void System.Security.Cryptography.Oid::set_Value(System.String)
extern "C" IL2CPP_METHOD_ATTR void Oid_set_Value_m304CEF248379566701402100FA015EAC640C033F (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, String_t* ___value0, const RuntimeMethod* method)
{
{
String_t* L_0 = ___value0;
__this->set_m_value_0(L_0);
return;
}
}
// System.String System.Security.Cryptography.Oid::get_FriendlyName()
extern "C" IL2CPP_METHOD_ATTR String_t* Oid_get_FriendlyName_mEA531D74DAD8FD43948097C418DA23F66399B694 (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = __this->get_m_friendlyName_1();
if (L_0)
{
goto IL_0028;
}
}
{
String_t* L_1 = __this->get_m_value_0();
if (!L_1)
{
goto IL_0028;
}
}
{
String_t* L_2 = __this->get_m_value_0();
int32_t L_3 = __this->get_m_group_2();
String_t* L_4 = X509Utils_FindOidInfoWithFallback_m98443176879ABC2054619D4AA491FE086D406950(1, L_2, L_3, /*hidden argument*/NULL);
__this->set_m_friendlyName_1(L_4);
}
IL_0028:
{
String_t* L_5 = __this->get_m_friendlyName_1();
return L_5;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.OidCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
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_0(L_0);
return;
}
}
// System.Int32 System.Security.Cryptography.OidCollection::Add(System.Security.Cryptography.Oid)
extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_Add_m1FF686421A22A86F8296259D99DA38E02B8BBF5C (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * ___oid0, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_0();
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_1 = ___oid0;
NullCheck(L_0);
int32_t L_2 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_0, L_1);
return L_2;
}
}
// System.Security.Cryptography.Oid System.Security.Cryptography.OidCollection::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_0();
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
return ((Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)IsInstSealed((RuntimeObject*)L_2, Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var));
}
}
// System.Int32 System.Security.Cryptography.OidCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get_m_list_0();
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.Collections.IEnumerator System.Security.Cryptography.OidCollection::System.Collections.IEnumerable.GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* OidCollection_System_Collections_IEnumerable_GetEnumerator_m3FD3A96DFF93BD88A3B28E35A4DEF57AF25ECB30 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OidCollection_System_Collections_IEnumerable_GetEnumerator_m3FD3A96DFF93BD88A3B28E35A4DEF57AF25ECB30_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C * L_0 = (OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C *)il2cpp_codegen_object_new(OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C_il2cpp_TypeInfo_var);
OidEnumerator__ctor_mCA4FBC8408E2B04FD0A524E256E284E8A44E0797(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Security.Cryptography.OidCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
RuntimeArray * L_0 = ___array0;
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, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_RuntimeMethod_var);
}
IL_000e:
{
RuntimeArray * L_2 = ___array0;
NullCheck(L_2);
int32_t L_3 = Array_get_Rank_m38145B59D67D75F9896A3F8CDA9B966641AE99E1(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)1)))
{
goto IL_0027;
}
}
{
String_t* L_4 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral2D77BE6D598A0A9376398980E66D10E319F1B52A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_RuntimeMethod_var);
}
IL_0027:
{
int32_t L_6 = ___index1;
if ((((int32_t)L_6) < ((int32_t)0)))
{
goto IL_0034;
}
}
{
int32_t L_7 = ___index1;
RuntimeArray * L_8 = ___array0;
NullCheck(L_8);
int32_t L_9 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_8, /*hidden argument*/NULL);
if ((((int32_t)L_7) < ((int32_t)L_9)))
{
goto IL_0049;
}
}
IL_0034:
{
String_t* L_10 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral9071A4CB8E2F99F81D5B117DAE3211B994971FFA, /*hidden argument*/NULL);
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_11 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m300CE4D04A068C209FD858101AC361C1B600B5AE(L_11, _stringLiteralE540CDD1328B2B21E29A95405C301B9313B7C346, L_10, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_11, NULL, OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_RuntimeMethod_var);
}
IL_0049:
{
int32_t L_12 = ___index1;
int32_t L_13 = OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2(__this, /*hidden argument*/NULL);
RuntimeArray * L_14 = ___array0;
NullCheck(L_14);
int32_t L_15 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_14, /*hidden argument*/NULL);
if ((((int32_t)((int32_t)il2cpp_codegen_add((int32_t)L_12, (int32_t)L_13))) <= ((int32_t)L_15)))
{
goto IL_0069;
}
}
{
String_t* L_16 = SR_GetString_m3FC710B15474A9B651DA02B303241B6D8B87E2A7(_stringLiteral063F5BA07B9A8319201C127A47193BF92C67599A, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_17 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, OidCollection_System_Collections_ICollection_CopyTo_mE508CB1FD9E56CCFE5A4BDD5251D815BF78AC5A9_RuntimeMethod_var);
}
IL_0069:
{
V_0 = 0;
goto IL_0084;
}
IL_006d:
{
RuntimeArray * L_18 = ___array0;
int32_t L_19 = V_0;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_20 = OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9(__this, L_19, /*hidden argument*/NULL);
int32_t L_21 = ___index1;
NullCheck(L_18);
Array_SetValue_m3C6811CE9C45D1E461404B5D2FBD4EC1A054FDCA(L_18, L_20, L_21, /*hidden argument*/NULL);
int32_t L_22 = ___index1;
___index1 = ((int32_t)il2cpp_codegen_add((int32_t)L_22, (int32_t)1));
int32_t L_23 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_23, (int32_t)1));
}
IL_0084:
{
int32_t L_24 = V_0;
int32_t L_25 = OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2(__this, /*hidden argument*/NULL);
if ((((int32_t)L_24) < ((int32_t)L_25)))
{
goto IL_006d;
}
}
{
return;
}
}
// System.Boolean System.Security.Cryptography.OidCollection::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool OidCollection_get_IsSynchronized_m1300193FE08B13D161AAFB69DA709B41BA7A0FC2 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method)
{
{
return (bool)0;
}
}
// System.Object System.Security.Cryptography.OidCollection::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OidCollection_get_SyncRoot_m6C13949F67338F684C29DD162C8228986DAB6850 (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.OidEnumerator::.ctor(System.Security.Cryptography.OidCollection)
extern "C" IL2CPP_METHOD_ATTR void OidEnumerator__ctor_mCA4FBC8408E2B04FD0A524E256E284E8A44E0797 (OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C * __this, OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * ___oids0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_0 = ___oids0;
__this->set_m_oids_0(L_0);
__this->set_m_current_1((-1));
return;
}
}
// System.Object System.Security.Cryptography.OidEnumerator::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * OidEnumerator_System_Collections_IEnumerator_get_Current_mF11B1F886842EA79EDB215BD5106D0C4C65EBE53 (OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C * __this, const RuntimeMethod* method)
{
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_0 = __this->get_m_oids_0();
int32_t L_1 = __this->get_m_current_1();
NullCheck(L_0);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_2 = OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9(L_0, L_1, /*hidden argument*/NULL);
return L_2;
}
}
// System.Boolean System.Security.Cryptography.OidEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool OidEnumerator_MoveNext_m073D94D5D3254D53DF53429ACAD0AA9BD682221D (OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C * __this, const RuntimeMethod* method)
{
{
int32_t L_0 = __this->get_m_current_1();
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_1 = __this->get_m_oids_0();
NullCheck(L_1);
int32_t L_2 = OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2(L_1, /*hidden argument*/NULL);
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_2, (int32_t)1))))))
{
goto IL_0017;
}
}
{
return (bool)0;
}
IL_0017:
{
int32_t L_3 = __this->get_m_current_1();
__this->set_m_current_1(((int32_t)il2cpp_codegen_add((int32_t)L_3, (int32_t)1)));
return (bool)1;
}
}
// System.Void System.Security.Cryptography.OidEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void OidEnumerator_Reset_m5006C3B1283711E2BDDEA6C25FDF93BBB900195E (OidEnumerator_tC2DB288576C575B69F7934274DDD8A5868CEF97C * __this, const RuntimeMethod* method)
{
{
__this->set_m_current_1((-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.Security.Cryptography.X509Certificates.PublicKey::.ctor(Mono.Security.X509.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR void PublicKey__ctor_mE8D32598F92B3941B4DC6AC367C7FFD75C7FAE20 (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * ___certificate0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PublicKey__ctor_mE8D32598F92B3941B4DC6AC367C7FFD75C7FAE20_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
bool V_0 = false;
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * V_1 = NULL;
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * V_2 = NULL;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_3;
memset(&V_3, 0, sizeof(V_3));
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * V_4 = NULL;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_5;
memset(&V_5, 0, sizeof(V_5));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B16_0 = NULL;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * G_B16_1 = NULL;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * G_B16_2 = NULL;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* G_B15_0 = NULL;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * G_B15_1 = NULL;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * G_B15_2 = NULL;
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
V_0 = (bool)1;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = ___certificate0;
NullCheck(L_0);
String_t* L_1 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_0);
bool L_2 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_1, _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB, /*hidden argument*/NULL);
if (!L_2)
{
goto IL_0097;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_3 = ___certificate0;
NullCheck(L_3);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_4 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3);
V_1 = ((RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)IsInstSealed((RuntimeObject*)L_4, RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var));
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_5 = V_1;
if (!L_5)
{
goto IL_0041;
}
}
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_6 = V_1;
NullCheck(L_6);
bool L_7 = RSACryptoServiceProvider_get_PublicOnly_m2022B94BB0F465F12E975CC58F0650A10FF89B5D(L_6, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0041;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_8 = ___certificate0;
NullCheck(L_8);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_9 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_8);
__this->set__key_0(L_9);
V_0 = (bool)0;
goto IL_0066;
}
IL_0041:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_10 = ___certificate0;
NullCheck(L_10);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_11 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_10);
V_2 = ((RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 *)IsInstClass((RuntimeObject*)L_11, RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745_il2cpp_TypeInfo_var));
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * L_12 = V_2;
if (!L_12)
{
goto IL_0066;
}
}
{
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * L_13 = V_2;
NullCheck(L_13);
bool L_14 = RSAManaged_get_PublicOnly_m1D989F2FB76A46F2C7C80F18D5EA820B7EDD60DD(L_13, /*hidden argument*/NULL);
if (!L_14)
{
goto IL_0066;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_15 = ___certificate0;
NullCheck(L_15);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_16 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_15);
__this->set__key_0(L_16);
V_0 = (bool)0;
}
IL_0066:
{
bool L_17 = V_0;
if (!L_17)
{
goto IL_00ed;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_18 = ___certificate0;
NullCheck(L_18);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_19 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_18);
NullCheck(L_19);
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_20 = VirtFuncInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 , bool >::Invoke(10 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_19, (bool)0);
V_3 = L_20;
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_21 = RSA_Create_m1AF30C2FAB458D7291DA15B4D2650AE7507DEDAB(/*hidden argument*/NULL);
__this->set__key_0(L_21);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_22 = __this->get__key_0();
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_23 = V_3;
NullCheck(((RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)IsInstClass((RuntimeObject*)L_22, RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145_il2cpp_TypeInfo_var)));
VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, ((RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)IsInstClass((RuntimeObject*)L_22, RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145_il2cpp_TypeInfo_var)), L_23);
goto IL_00ed;
}
IL_0097:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_24 = ___certificate0;
NullCheck(L_24);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_25 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_24, /*hidden argument*/NULL);
V_4 = ((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)IsInstSealed((RuntimeObject*)L_25, DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var));
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_26 = V_4;
if (!L_26)
{
goto IL_00bf;
}
}
{
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_27 = V_4;
NullCheck(L_27);
bool L_28 = DSACryptoServiceProvider_get_PublicOnly_mB458AF682DACF7816951AB5FE5C8AB30F046DEFA(L_27, /*hidden argument*/NULL);
if (!L_28)
{
goto IL_00bf;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_29 = ___certificate0;
NullCheck(L_29);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_30 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_29, /*hidden argument*/NULL);
__this->set__key_0(L_30);
V_0 = (bool)0;
}
IL_00bf:
{
bool L_31 = V_0;
if (!L_31)
{
goto IL_00ed;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_32 = ___certificate0;
NullCheck(L_32);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_33 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_32, /*hidden argument*/NULL);
NullCheck(L_33);
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_34 = VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(10 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_33, (bool)0);
V_5 = L_34;
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_35 = DSA_Create_m727400EBC98FEDC4F43DD568D974EDC1CD2868BA(/*hidden argument*/NULL);
__this->set__key_0(L_35);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_36 = __this->get__key_0();
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_37 = V_5;
NullCheck(((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)IsInstClass((RuntimeObject*)L_36, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)));
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(11 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, ((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)IsInstClass((RuntimeObject*)L_36, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)), L_37);
}
IL_00ed:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_38 = ___certificate0;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(6 /* System.String Mono.Security.X509.X509Certificate::get_KeyAlgorithm() */, L_38);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_40 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m45F49EB1ABFD4F3EB0FC9729C76FF83995752743(L_40, L_39, /*hidden argument*/NULL);
__this->set__oid_3(L_40);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_41 = __this->get__oid_3();
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_42 = ___certificate0;
NullCheck(L_42);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(8 /* System.Byte[] Mono.Security.X509.X509Certificate::get_PublicKey() */, L_42);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_44 = (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)il2cpp_codegen_object_new(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65_il2cpp_TypeInfo_var);
AsnEncodedData__ctor_m793EED53B4B8D49D92EE7CEED6B46B16A421D761(L_44, L_41, L_43, /*hidden argument*/NULL);
__this->set__keyValue_1(L_44);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_45 = __this->get__oid_3();
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_46 = ___certificate0;
NullCheck(L_46);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_47 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(7 /* System.Byte[] Mono.Security.X509.X509Certificate::get_KeyAlgorithmParameters() */, L_46);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_48 = L_47;
G_B15_0 = L_48;
G_B15_1 = L_45;
G_B15_2 = __this;
if (L_48)
{
G_B16_0 = L_48;
G_B16_1 = L_45;
G_B16_2 = __this;
goto IL_012b;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_49 = ((PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var))->get_Empty_4();
G_B16_0 = L_49;
G_B16_1 = G_B15_1;
G_B16_2 = G_B15_2;
}
IL_012b:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_50 = (AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)il2cpp_codegen_object_new(AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65_il2cpp_TypeInfo_var);
AsnEncodedData__ctor_m793EED53B4B8D49D92EE7CEED6B46B16A421D761(L_50, G_B16_1, G_B16_0, /*hidden argument*/NULL);
NullCheck(G_B16_2);
G_B16_2->set__params_2(L_50);
return;
}
}
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedKeyValue()
extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * PublicKey_get_EncodedKeyValue_m4BD0975B491E89FFE2A75C1ACDEB1DCCAF586D4F (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method)
{
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = __this->get__keyValue_1();
return L_0;
}
}
// System.Security.Cryptography.AsnEncodedData System.Security.Cryptography.X509Certificates.PublicKey::get_EncodedParameters()
extern "C" IL2CPP_METHOD_ATTR AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * PublicKey_get_EncodedParameters_m629FF8D7E4EEDED96BC455B7B953DC5A46D26F4F (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method)
{
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = __this->get__params_2();
return L_0;
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.PublicKey::get_Key()
extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7 (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_0 = __this->get__key_0();
if (L_0)
{
goto IL_0092;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_1 = __this->get__oid_3();
NullCheck(L_1);
String_t* L_2 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_1, /*hidden argument*/NULL);
V_0 = L_2;
String_t* L_3 = V_0;
bool L_4 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_3, _stringLiteralFD916A733B7A811CD35B7057C8AF918C5FA637EB, /*hidden argument*/NULL);
if (L_4)
{
goto IL_0033;
}
}
{
String_t* L_5 = V_0;
bool L_6 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_5, _stringLiteral3D40DBB928A5C7B5821BA584FE0E47297DFAA72C, /*hidden argument*/NULL);
if (L_6)
{
goto IL_004b;
}
}
{
goto IL_006e;
}
IL_0033:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_7 = __this->get__keyValue_1();
NullCheck(L_7);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_7, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_9 = PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965(L_8, /*hidden argument*/NULL);
__this->set__key_0(L_9);
goto IL_0092;
}
IL_004b:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_10 = __this->get__keyValue_1();
NullCheck(L_10);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_10, /*hidden argument*/NULL);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_12 = __this->get__params_2();
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_12, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_14 = PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901(L_11, L_13, /*hidden argument*/NULL);
__this->set__key_0(L_14);
goto IL_0092;
}
IL_006e:
{
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_15 = (ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A*)SZArrayNew(ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A_il2cpp_TypeInfo_var, (uint32_t)1);
ObjectU5BU5D_t3C9242B5C88A48B2A5BD9FDA6CD0024E792AF08A* L_16 = L_15;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_17 = __this->get__oid_3();
NullCheck(L_17);
String_t* L_18 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_17, /*hidden argument*/NULL);
NullCheck(L_16);
ArrayElementTypeCheck (L_16, L_18);
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject *)L_18);
String_t* L_19 = Locale_GetText_m315FCDCAB2E9BB0B34A5901B7552D17D741C74DF(_stringLiteralDCF3131D4D91F512411E9C181AFC22E080DDD27D, L_16, /*hidden argument*/NULL);
NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 * L_20 = (NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010 *)il2cpp_codegen_object_new(NotSupportedException_tE75B318D6590A02A5D9B29FD97409B1750FA0010_il2cpp_TypeInfo_var);
NotSupportedException__ctor_mD023A89A5C1F740F43F0A9CD6C49DC21230B3CEE(L_20, L_19, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, NULL, PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7_RuntimeMethod_var);
}
IL_0092:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_21 = __this->get__key_0();
return L_21;
}
}
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.PublicKey::get_Oid()
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * PublicKey_get_Oid_mB0AD65FDF84716726D5C7756E5B50CEAD1E4C2AE (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * __this, const RuntimeMethod* method)
{
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = __this->get__oid_3();
return L_0;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.PublicKey::GetUnsignedBigInteger(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___integer0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* V_1 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___integer0;
NullCheck(L_0);
int32_t L_1 = 0;
uint8_t L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
if (!L_2)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___integer0;
return L_3;
}
IL_0007:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___integer0;
NullCheck(L_4);
V_0 = ((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_4)->max_length)))), (int32_t)1));
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)L_5);
V_1 = L_6;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___integer0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = V_1;
int32_t L_9 = V_0;
Buffer_BlockCopy_m1F882D595976063718AF6E405664FC761924D353((RuntimeArray *)(RuntimeArray *)L_7, 1, (RuntimeArray *)(RuntimeArray *)L_8, 0, L_9, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = V_1;
return L_10;
}
}
// System.Security.Cryptography.DSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeDSA(System.Byte[],System.Byte[])
extern "C" IL2CPP_METHOD_ATTR DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawPublicKey0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawParameters1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 V_0;
memset(&V_0, 0, sizeof(V_0));
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_1 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
il2cpp_codegen_initobj((&V_0), sizeof(DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 ));
}
IL_0008:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rawPublicKey0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_1 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_1, L_0, /*hidden argument*/NULL);
V_1 = L_1;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_2 = V_1;
NullCheck(L_2);
uint8_t L_3 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_2, /*hidden argument*/NULL);
if ((((int32_t)L_3) == ((int32_t)2)))
{
goto IL_0028;
}
}
IL_0018:
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral09C6E7C494A2144538BB3BB115B36D0E86163572, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_RuntimeMethod_var);
}
IL_0028:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_6 = V_1;
NullCheck(L_6);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_6, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785(L_7, /*hidden argument*/NULL);
(&V_0)->set_Y_3(L_8);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = ___rawParameters1;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_10 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_10, L_9, /*hidden argument*/NULL);
V_2 = L_10;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_11 = V_2;
if (!L_11)
{
goto IL_0057;
}
}
IL_0044:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_12 = V_2;
NullCheck(L_12);
uint8_t L_13 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_12, /*hidden argument*/NULL);
if ((!(((uint32_t)L_13) == ((uint32_t)((int32_t)48)))))
{
goto IL_0057;
}
}
IL_004e:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_14 = V_2;
NullCheck(L_14);
int32_t L_15 = ASN1_get_Count_m5A0E71B4C4A2257C0875AE1041AAA953C5B12A19(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_15) >= ((int32_t)3)))
{
goto IL_0067;
}
}
IL_0057:
{
String_t* L_16 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral50281D24C2D88378812DE23830477826D4116605, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_17 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_RuntimeMethod_var);
}
IL_0067:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_18 = V_2;
NullCheck(L_18);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_19 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_18, 0, /*hidden argument*/NULL);
NullCheck(L_19);
uint8_t L_20 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_19, /*hidden argument*/NULL);
if ((!(((uint32_t)L_20) == ((uint32_t)2))))
{
goto IL_0094;
}
}
IL_0076:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_21 = V_2;
NullCheck(L_21);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_22 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_21, 1, /*hidden argument*/NULL);
NullCheck(L_22);
uint8_t L_23 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_22, /*hidden argument*/NULL);
if ((!(((uint32_t)L_23) == ((uint32_t)2))))
{
goto IL_0094;
}
}
IL_0085:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_24 = V_2;
NullCheck(L_24);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_25 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_24, 2, /*hidden argument*/NULL);
NullCheck(L_25);
uint8_t L_26 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_25, /*hidden argument*/NULL);
if ((((int32_t)L_26) == ((int32_t)2)))
{
goto IL_00a4;
}
}
IL_0094:
{
String_t* L_27 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral94F1240DB28257B2D5540D3E18359A5AE748CE21, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_28 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_28, L_27, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, NULL, PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_RuntimeMethod_var);
}
IL_00a4:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_29 = V_2;
NullCheck(L_29);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_30 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_29, 0, /*hidden argument*/NULL);
NullCheck(L_30);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_31 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_30, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_32 = PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785(L_31, /*hidden argument*/NULL);
(&V_0)->set_P_0(L_32);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_33 = V_2;
NullCheck(L_33);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_34 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_33, 1, /*hidden argument*/NULL);
NullCheck(L_34);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_35 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_34, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_36 = PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785(L_35, /*hidden argument*/NULL);
(&V_0)->set_Q_1(L_36);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_37 = V_2;
NullCheck(L_37);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_38 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_37, 2, /*hidden argument*/NULL);
NullCheck(L_38);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_39 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_38, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_40 = PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785(L_39, /*hidden argument*/NULL);
(&V_0)->set_G_2(L_40);
goto IL_0100;
}
} // 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_00ee;
throw e;
}
CATCH_00ee:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
String_t* L_41 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralBB01CE9655988C03A8D21DDAB4C48223243029D2, /*hidden argument*/NULL);
Exception_t * L_42 = V_3;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_43 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_43, L_41, L_42, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, NULL, PublicKey_DecodeDSA_mFE5301F7BC0E4ED8DF0EBCCAA0D1DA48972BC901_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0100:
{
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_44 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_45 = L_44.get_Y_3();
NullCheck(L_45);
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_46 = (DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)il2cpp_codegen_object_new(DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var);
DSACryptoServiceProvider__ctor_m7543CB44E8F80ADC129572DD56E4C11F4C18B790(L_46, ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_45)->max_length))))<<(int32_t)3)), /*hidden argument*/NULL);
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_47 = L_46;
DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 L_48 = V_0;
NullCheck(L_47);
VirtActionInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 >::Invoke(11 /* System.Void System.Security.Cryptography.DSA::ImportParameters(System.Security.Cryptography.DSAParameters) */, L_47, L_48);
return L_47;
}
}
// System.Security.Cryptography.RSA System.Security.Cryptography.X509Certificates.PublicKey::DecodeRSA(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965 (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawPublicKey0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 V_0;
memset(&V_0, 0, sizeof(V_0));
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_1 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * 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);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * G_B3_0 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * G_B2_0 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * G_B5_0 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * G_B4_0 = NULL;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * G_B6_0 = NULL;
{
il2cpp_codegen_initobj((&V_0), sizeof(RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 ));
}
IL_0008:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rawPublicKey0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_1 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_1, L_0, /*hidden argument*/NULL);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_2 = L_1;
NullCheck(L_2);
int32_t L_3 = ASN1_get_Count_m5A0E71B4C4A2257C0875AE1041AAA953C5B12A19(L_2, /*hidden argument*/NULL);
G_B2_0 = L_2;
if (L_3)
{
G_B3_0 = L_2;
goto IL_0026;
}
}
IL_0016:
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralE82C9BACBF2DFB2DCC47002F7D2B12849D472EA8, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_5 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_RuntimeMethod_var);
}
IL_0026:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_6 = G_B3_0;
NullCheck(L_6);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_7 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_6, 0, /*hidden argument*/NULL);
V_1 = L_7;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_8 = V_1;
G_B4_0 = L_6;
if (!L_8)
{
G_B5_0 = L_6;
goto IL_003a;
}
}
IL_0031:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_9 = V_1;
NullCheck(L_9);
uint8_t L_10 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_9, /*hidden argument*/NULL);
G_B5_0 = G_B4_0;
if ((((int32_t)L_10) == ((int32_t)2)))
{
G_B6_0 = G_B4_0;
goto IL_004a;
}
}
IL_003a:
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral182A1006504A8759958D9A863A2087C996006E1E, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_12 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_RuntimeMethod_var);
}
IL_004a:
{
NullCheck(G_B6_0);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_13 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(G_B6_0, 1, /*hidden argument*/NULL);
V_2 = L_13;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_14 = V_2;
NullCheck(L_14);
uint8_t L_15 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_14, /*hidden argument*/NULL);
if ((((int32_t)L_15) == ((int32_t)2)))
{
goto IL_006a;
}
}
IL_005a:
{
String_t* L_16 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral03B54C173D0B849C2B100892F8AA763F728E98D3, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_17 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_17, L_16, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_17, NULL, PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_RuntimeMethod_var);
}
IL_006a:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_18 = V_1;
NullCheck(L_18);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_19 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_18, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = PublicKey_GetUnsignedBigInteger_mA92B0B30FA75335EFEFE6B5E8580543C387C3785(L_19, /*hidden argument*/NULL);
(&V_0)->set_Modulus_1(L_20);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_21 = V_2;
NullCheck(L_21);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_22 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_21, /*hidden argument*/NULL);
(&V_0)->set_Exponent_0(L_22);
goto IL_009d;
}
} // 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_008b;
throw e;
}
CATCH_008b:
{ // begin catch(System.Exception)
V_3 = ((Exception_t *)__exception_local);
String_t* L_23 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralBB01CE9655988C03A8D21DDAB4C48223243029D2, /*hidden argument*/NULL);
Exception_t * L_24 = V_3;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_25 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_25, L_23, L_24, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_25, NULL, PublicKey_DecodeRSA_m39565B7B6C8DDB7666D5C3ABF7951DDC93D35965_RuntimeMethod_var);
} // end catch (depth: 1)
IL_009d:
{
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_26 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_27 = L_26.get_Modulus_1();
NullCheck(L_27);
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_28 = (RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)il2cpp_codegen_object_new(RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var);
RSACryptoServiceProvider__ctor_mBE2DCC392E07EBD1E400EF9EF6C25E678236ACC2(L_28, ((int32_t)((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_27)->max_length))))<<(int32_t)3)), /*hidden argument*/NULL);
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_29 = L_28;
RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 L_30 = V_0;
NullCheck(L_29);
VirtActionInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 >::Invoke(11 /* System.Void System.Security.Cryptography.RSA::ImportParameters(System.Security.Cryptography.RSAParameters) */, L_29, L_30);
return L_29;
}
}
// System.Void System.Security.Cryptography.X509Certificates.PublicKey::.cctor()
extern "C" IL2CPP_METHOD_ATTR void PublicKey__cctor_m9F739A93AE91AE86889835AAE256410F4DB808CC (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (PublicKey__cctor_m9F739A93AE91AE86889835AAE256410F4DB808CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
((PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_StaticFields*)il2cpp_codegen_static_fields_for(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var))->set_Empty_4(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
#ifdef __clang__
#pragma 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.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_m1D3F45762EB686500D2195886AD26FF84E5F4B3C (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension__ctor_m1D3F45762EB686500D2195886AD26FF84E5F4B3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4, _stringLiteralF19CB1771EAB3101FE8DBF9CD41F136740FF0305, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_mEED7AECEE911DF6CE692301F8F6F6B197DC05729 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedBasicConstraints0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension__ctor_mEED7AECEE911DF6CE692301F8F6F6B197DC05729_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4, _stringLiteralF19CB1771EAB3101FE8DBF9CD41F136740FF0305, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_1 = ___encodedBasicConstraints0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_1, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__raw_1(L_2);
bool L_3 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_5 = X509BasicConstraintsExtension_Decode_m40A688DD3A933B24A3E9EFE505299F70AFF32E81(__this, L_4, /*hidden argument*/NULL);
__this->set__status_8(L_5);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::.ctor(System.Boolean,System.Boolean,System.Int32,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension__ctor_mD08FE3682F4B2EA23450C6609360F45656495780 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, bool ___certificateAuthority0, bool ___hasPathLengthConstraint1, int32_t ___pathLengthConstraint2, bool ___critical3, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension__ctor_mD08FE3682F4B2EA23450C6609360F45656495780_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
bool L_0 = ___hasPathLengthConstraint1;
if (!L_0)
{
goto IL_001f;
}
}
{
int32_t L_1 = ___pathLengthConstraint2;
if ((((int32_t)L_1) >= ((int32_t)0)))
{
goto IL_0018;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_2 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_2, _stringLiteralD492C0B46CCC792264ED82AE6B95091FD1E8D708, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, X509BasicConstraintsExtension__ctor_mD08FE3682F4B2EA23450C6609360F45656495780_RuntimeMethod_var);
}
IL_0018:
{
int32_t L_3 = ___pathLengthConstraint2;
__this->set__pathLengthConstraint_7(L_3);
}
IL_001f:
{
bool L_4 = ___hasPathLengthConstraint1;
__this->set__hasPathLengthConstraint_6(L_4);
bool L_5 = ___certificateAuthority0;
__this->set__certificateAuthority_5(L_5);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_6 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_6, _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4, _stringLiteralF19CB1771EAB3101FE8DBF9CD41F136740FF0305, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_6);
bool L_7 = ___critical3;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_7, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = X509BasicConstraintsExtension_Encode_m04068558E7AF843C57A8BA9C39E251B7B37A1CDF(__this, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_8, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_CertificateAuthority()
extern "C" IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_CertificateAuthority_m282E5D9E7640A06AF2CE06A0FA374571F25BAB6F (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_get_CertificateAuthority_m282E5D9E7640A06AF2CE06A0FA374571F25BAB6F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__status_8();
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0015;
}
}
IL_000e:
{
bool L_3 = __this->get__certificateAuthority_5();
return L_3;
}
IL_0015:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, X509BasicConstraintsExtension_get_CertificateAuthority_m282E5D9E7640A06AF2CE06A0FA374571F25BAB6F_RuntimeMethod_var);
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_HasPathLengthConstraint()
extern "C" IL2CPP_METHOD_ATTR bool X509BasicConstraintsExtension_get_HasPathLengthConstraint_m463A8B4DF4BEB46A9353309AA5EF3EAA2F7A4D42 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_get_HasPathLengthConstraint_m463A8B4DF4BEB46A9353309AA5EF3EAA2F7A4D42_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__status_8();
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0015;
}
}
IL_000e:
{
bool L_3 = __this->get__hasPathLengthConstraint_6();
return L_3;
}
IL_0015:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, X509BasicConstraintsExtension_get_HasPathLengthConstraint_m463A8B4DF4BEB46A9353309AA5EF3EAA2F7A4D42_RuntimeMethod_var);
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::get_PathLengthConstraint()
extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_get_PathLengthConstraint_m93EF2B2BA6D6AD72DE59D98EB0E40DDD2AB3B49F (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_get_PathLengthConstraint_m93EF2B2BA6D6AD72DE59D98EB0E40DDD2AB3B49F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
int32_t L_0 = __this->get__status_8();
V_0 = L_0;
int32_t L_1 = V_0;
if (!L_1)
{
goto IL_000e;
}
}
{
int32_t L_2 = V_0;
if ((!(((uint32_t)L_2) == ((uint32_t)4))))
{
goto IL_0015;
}
}
IL_000e:
{
int32_t L_3 = __this->get__pathLengthConstraint_7();
return L_3;
}
IL_0015:
{
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_4 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_4, _stringLiteral8E5BDE1667C38B58432E041E2E1A4C1C13949822, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, NULL, X509BasicConstraintsExtension_get_PathLengthConstraint_m93EF2B2BA6D6AD72DE59D98EB0E40DDD2AB3B49F_RuntimeMethod_var);
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void X509BasicConstraintsExtension_CopyFrom_mE64F232FB7DF702DCDB6692537B8F1010AA316DC (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_CopyFrom_mE64F232FB7DF702DCDB6692537B8F1010AA316DC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * V_0 = NULL;
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = ___asnEncodedData0;
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, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509BasicConstraintsExtension_CopyFrom_mE64F232FB7DF702DCDB6692537B8F1010AA316DC_RuntimeMethod_var);
}
IL_000e:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_2 = ___asnEncodedData0;
V_0 = ((X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A *)IsInstClass((RuntimeObject*)L_2, X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var));
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_3 = V_0;
if (L_3)
{
goto IL_002d;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral14D541C76C900C8AB1AF5E7ADCD5408A262CADAF, /*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, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, X509BasicConstraintsExtension_CopyFrom_mE64F232FB7DF702DCDB6692537B8F1010AA316DC_RuntimeMethod_var);
}
IL_002d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_6 = V_0;
NullCheck(L_6);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_7 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_6)->get__oid_0();
if (L_7)
{
goto IL_004c;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_8, _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4, _stringLiteralF19CB1771EAB3101FE8DBF9CD41F136740FF0305, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_8);
goto IL_005d;
}
IL_004c:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_9 = V_0;
NullCheck(L_9);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_10 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_9)->get__oid_0();
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_11 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079(L_11, L_10, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_11);
}
IL_005d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_12 = V_0;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_12, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_13, /*hidden argument*/NULL);
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_14 = V_0;
NullCheck(L_14);
bool L_15 = X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2(L_14, /*hidden argument*/NULL);
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_17 = X509BasicConstraintsExtension_Decode_m40A688DD3A933B24A3E9EFE505299F70AFF32E81(__this, L_16, /*hidden argument*/NULL);
__this->set__status_8(L_17);
return;
}
}
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509BasicConstraintsExtension_Decode_m40A688DD3A933B24A3E9EFE505299F70AFF32E81 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_Decode_m40A688DD3A933B24A3E9EFE505299F70AFF32E81_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
int32_t V_1 = 0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_2 = NULL;
int32_t V_3 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___extension0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___extension0;
NullCheck(L_1);
if ((((RuntimeArray *)L_1)->max_length))
{
goto IL_0009;
}
}
IL_0007:
{
return (int32_t)(1);
}
IL_0009:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___extension0;
NullCheck(L_2);
int32_t L_3 = 0;
uint8_t L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if ((((int32_t)L_4) == ((int32_t)((int32_t)48))))
{
goto IL_0012;
}
}
{
return (int32_t)(2);
}
IL_0012:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___extension0;
NullCheck(L_5);
if ((((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_5)->max_length))))) >= ((int32_t)3)))
{
goto IL_0025;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___extension0;
NullCheck(L_6);
if ((!(((uint32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length))))) == ((uint32_t)2))))
{
goto IL_0023;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___extension0;
NullCheck(L_7);
int32_t L_8 = 1;
uint8_t L_9 = (L_7)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
if (!L_9)
{
goto IL_0025;
}
}
IL_0023:
{
return (int32_t)(3);
}
IL_0025:
{
}
IL_0026:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___extension0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_11 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_11, L_10, /*hidden argument*/NULL);
V_0 = L_11;
V_1 = 0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_12 = V_0;
int32_t L_13 = V_1;
int32_t L_14 = L_13;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_14, (int32_t)1));
NullCheck(L_12);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_15 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_12, L_14, /*hidden argument*/NULL);
V_2 = L_15;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_16 = V_2;
if (!L_16)
{
goto IL_0068;
}
}
IL_003e:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_17 = V_2;
NullCheck(L_17);
uint8_t L_18 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_17, /*hidden argument*/NULL);
if ((!(((uint32_t)L_18) == ((uint32_t)1))))
{
goto IL_0068;
}
}
IL_0047:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_19 = V_2;
NullCheck(L_19);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_20 = ASN1_get_Value_m9BD6239E12A6148AF9507C2F58058C6B8147A079(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
int32_t L_21 = 0;
uint8_t L_22 = (L_20)->GetAt(static_cast<il2cpp_array_size_t>(L_21));
__this->set__certificateAuthority_5((bool)((((int32_t)L_22) == ((int32_t)((int32_t)255)))? 1 : 0));
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_23 = V_0;
int32_t L_24 = V_1;
int32_t L_25 = L_24;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_25, (int32_t)1));
NullCheck(L_23);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_26 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_23, L_25, /*hidden argument*/NULL);
V_2 = L_26;
}
IL_0068:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_27 = V_2;
if (!L_27)
{
goto IL_0087;
}
}
IL_006b:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_28 = V_2;
NullCheck(L_28);
uint8_t L_29 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_28, /*hidden argument*/NULL);
if ((!(((uint32_t)L_29) == ((uint32_t)2))))
{
goto IL_0087;
}
}
IL_0074:
{
__this->set__hasPathLengthConstraint_6((bool)1);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_30 = V_2;
int32_t L_31 = ASN1Convert_ToInt32_mA2A8761F965979408D46FBEB946DB59F36137A5E(L_30, /*hidden argument*/NULL);
__this->set__pathLengthConstraint_7(L_31);
}
IL_0087:
{
goto IL_008e;
}
} // 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_0089;
throw e;
}
CATCH_0089:
{ // begin catch(System.Object)
V_3 = 1;
goto IL_0090;
} // end catch (depth: 1)
IL_008e:
{
return (int32_t)(0);
}
IL_0090:
{
int32_t L_32 = V_3;
return L_32;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::Encode()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509BasicConstraintsExtension_Encode_m04068558E7AF843C57A8BA9C39E251B7B37A1CDF (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_Encode_m04068558E7AF843C57A8BA9C39E251B7B37A1CDF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_0 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_m6DD2E5BD0B12A6BFA95E1822A55B2294B8C237BC(L_0, (uint8_t)((int32_t)48), /*hidden argument*/NULL);
V_0 = L_0;
bool L_1 = __this->get__certificateAuthority_5();
if (!L_1)
{
goto IL_002b;
}
}
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_2 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = L_3;
NullCheck(L_4);
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(0), (uint8_t)((int32_t)255));
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_5 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_5, (uint8_t)1, L_4, /*hidden argument*/NULL);
NullCheck(L_2);
ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_2, L_5, /*hidden argument*/NULL);
}
IL_002b:
{
bool L_6 = __this->get__hasPathLengthConstraint_6();
if (!L_6)
{
goto IL_0062;
}
}
{
int32_t L_7 = __this->get__pathLengthConstraint_7();
if (L_7)
{
goto IL_0050;
}
}
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_8 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_9 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)1);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_10 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mAB2593792CB61AD1542F4F9D6FB6E8BB96DE007E(L_10, (uint8_t)2, L_9, /*hidden argument*/NULL);
NullCheck(L_8);
ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_8, L_10, /*hidden argument*/NULL);
goto IL_0062;
}
IL_0050:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_11 = V_0;
int32_t L_12 = __this->get__pathLengthConstraint_7();
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_13 = ASN1Convert_FromInt32_m59FF0922659B0A323026CCC0876BC33020C4FC9A(L_12, /*hidden argument*/NULL);
NullCheck(L_11);
ASN1_Add_mF6ED0416BB021A1C333F99E42F8B17AF8B26639B(L_11, L_13, /*hidden argument*/NULL);
}
IL_0062:
{
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_14 = V_0;
NullCheck(L_14);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_15 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(4 /* System.Byte[] Mono.Security.ASN1::GetBytes() */, L_14);
return L_15;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509BasicConstraintsExtension::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509BasicConstraintsExtension_ToString_m75957B2B18A84645897676F0DAC473F022848336 (X509BasicConstraintsExtension_t091983B3CDCB686781B4853177610A22483B532C * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509BasicConstraintsExtension_ToString_m75957B2B18A84645897676F0DAC473F022848336_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
int32_t L_0 = __this->get__status_8();
V_1 = L_0;
int32_t L_1 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_0027;
}
case 2:
{
goto IL_0027;
}
case 3:
{
goto IL_0034;
}
}
}
{
goto IL_003a;
}
IL_0021:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__raw_1();
String_t* L_4 = X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0034:
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_003a:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_5 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_5);
String_t* L_6 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, _stringLiteral894E12D1523E99F051EEFC8EBA5BF874229F69A4, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0067;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_8);
String_t* L_9 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_8, /*hidden argument*/NULL);
String_t* L_10 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral41C28ADD45AE1DD33C30FB4B535990E24FFCD04D, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0067:
{
StringBuilder_t * L_11 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_11, /*hidden argument*/NULL);
V_0 = L_11;
StringBuilder_t * L_12 = V_0;
NullCheck(L_12);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_12, _stringLiteralC3490C9DA0DFC0585D35CC5D28DFC4CB7129EAA5, /*hidden argument*/NULL);
bool L_13 = __this->get__certificateAuthority_5();
if (!L_13)
{
goto IL_008f;
}
}
{
StringBuilder_t * L_14 = V_0;
NullCheck(L_14);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_14, _stringLiteral09ACBB7D1DA8AA3DAFF4C1EC8076713606974C64, /*hidden argument*/NULL);
goto IL_009b;
}
IL_008f:
{
StringBuilder_t * L_15 = V_0;
NullCheck(L_15);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_15, _stringLiteral33109EC213B9F9B04840D468E8F16FC50E11C130, /*hidden argument*/NULL);
}
IL_009b:
{
bool L_16 = ___multiLine0;
if (!L_16)
{
goto IL_00ac;
}
}
{
StringBuilder_t * L_17 = V_0;
String_t* L_18 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_17);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_17, L_18, /*hidden argument*/NULL);
goto IL_00b8;
}
IL_00ac:
{
StringBuilder_t * L_19 = V_0;
NullCheck(L_19);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_19, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_00b8:
{
StringBuilder_t * L_20 = V_0;
NullCheck(L_20);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_20, _stringLiteral57D20168A3A40FB001223F94DC5BBD203C6E4252, /*hidden argument*/NULL);
bool L_21 = __this->get__hasPathLengthConstraint_6();
if (!L_21)
{
goto IL_00db;
}
}
{
StringBuilder_t * L_22 = V_0;
int32_t L_23 = __this->get__pathLengthConstraint_7();
NullCheck(L_22);
StringBuilder_Append_m85874CFF9E4B152DB2A91936C6F2CA3E9B1EFF84(L_22, L_23, /*hidden argument*/NULL);
goto IL_00e7;
}
IL_00db:
{
StringBuilder_t * L_24 = V_0;
NullCheck(L_24);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_24, _stringLiteral6EEF6648406C333A4035CD5E60D0BF2ECF2606D7, /*hidden argument*/NULL);
}
IL_00e7:
{
bool L_25 = ___multiLine0;
if (!L_25)
{
goto IL_00f6;
}
}
{
StringBuilder_t * L_26 = V_0;
String_t* L_27 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_26);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, L_27, /*hidden argument*/NULL);
}
IL_00f6:
{
StringBuilder_t * L_28 = V_0;
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28);
return L_29;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509Certificate2Impl System.Security.Cryptography.X509Certificates.X509Certificate2::get_Impl()
extern "C" IL2CPP_METHOD_ATTR X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_0 = X509Certificate_get_Impl_m2CFDB01127BFCE77F0FABDA64432CB20340EB26D(__this, /*hidden argument*/NULL);
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_1 = ((X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 *)IsInstClass((RuntimeObject*)L_0, X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7_il2cpp_TypeInfo_var));
X509Helper2_ThrowIfContextInvalid_mF76EFD9C0DE50B993ABBEDFCFCF4A235435E521E(L_1, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m97D8E28308096BB3A2500555747B6483F27859FD (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2__ctor_m97D8E28308096BB3A2500555747B6483F27859FD_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_friendlyName_4(L_0);
X509Certificate__ctor_mA1BEADEDA35B10C2BD66C9E93288F6B8104AE5EB(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__ctor_m50D7739EB358531A13410F4A29353D0418F9EE51 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * ___info0, StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 ___context1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2__ctor_m50D7739EB358531A13410F4A29353D0418F9EE51_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_friendlyName_4(L_0);
SerializationInfo_t1BB80E9C9DEA52DBF464487234B045E2930ADA26 * L_1 = ___info0;
StreamingContext_t2CCDC54E0E8D078AF4A50E3A8B921B828A900034 L_2 = ___context1;
X509Certificate__ctor_mE50A0EAC57E55458F3DA269E203FBDD182AC863C(__this, L_1, L_2, /*hidden argument*/NULL);
return;
}
}
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotAfter()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate2_get_NotAfter_mD2C055B86883353CFB0E8C1D6CE35D785756C624 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_0 = X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidUntil() */, L_0);
V_0 = L_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2::get_NotBefore()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate2_get_NotBefore_mC074732D5C2E74642F1BA1C303B060A381A4A777 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_0;
memset(&V_0, 0, sizeof(V_0));
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_0 = X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidFrom() */, L_0);
V_0 = L_1;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_2 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_0), /*hidden argument*/NULL);
return L_2;
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2::get_PrivateKey()
extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * X509Certificate2_get_PrivateKey_m91743B42723CF3480CAD698F086CAE1DB7BBD266 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_0 = X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_1 = VirtFuncInvoker0< AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * >::Invoke(17 /* System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PrivateKey() */, L_0);
return L_1;
}
}
// System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2::get_PublicKey()
extern "C" IL2CPP_METHOD_ATTR PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * X509Certificate2_get_PublicKey_m325BCDA2DE132D5B7B2093BCED2942ED657D89E3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_0 = X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_1 = VirtFuncInvoker0< PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, L_0);
return L_1;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_SerialNumber()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_SerialNumber_m19595DBE6522106CAAAFA680EF4CE67698A8F51D (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(12 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetSerialNumberString() */, __this);
return L_0;
}
}
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2::get_SignatureAlgorithm()
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * X509Certificate2_get_SignatureAlgorithm_mF9BED26F8117E76F230A87F79FD4C19242FAE662 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_0 = X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_1 = VirtFuncInvoker0< Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * >::Invoke(19 /* System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_SignatureAlgorithm() */, L_0);
return L_1;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::get_Thumbprint()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_get_Thumbprint_m4C3269CB216BC275CFEA77A808A787B5773E97AA (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
{
String_t* L_0 = VirtFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Security.Cryptography.X509Certificates.X509Certificate::GetCertHashString() */, __this);
return L_0;
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2::get_Version()
extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2_get_Version_m21075DDC00E0FA0C7A9FAA5D561973F720B7BDE3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_0 = X509Certificate2_get_Impl_m94A4BA63853808B2FAC8DD5E50BF4B2FA7C223F3(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_Version() */, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_Import_m5D2E42024D98335D958C3875D188C8F8127299BA (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method)
{
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * V_0 = NULL;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___rawData0;
String_t* L_1 = ___password1;
int32_t L_2 = ___keyStorageFlags2;
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_3 = X509Helper2_Import_mF1D23CC497CC19E02E74727315D59A28714FCA92(L_0, L_1, L_2, (bool)0, /*hidden argument*/NULL);
V_0 = L_3;
X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * L_4 = V_0;
X509Certificate_ImportHandle_m8E9BAF6F7FE9A301F9FC0C3A77B0543A832E864F(__this, L_4, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_Reset_mEE19ADA2C022461B3DB1F39100997A6F34FFB1D3 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2_Reset_mEE19ADA2C022461B3DB1F39100997A6F34FFB1D3_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_friendlyName_4(L_0);
X509Certificate_Reset_m73A81F7EA3A5E3D67662F6D2B16CC7436D57038A(__this, /*hidden argument*/NULL);
return;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_ToString_mFEEFBB4A2B5779A9D16F9E2536F1D94F423CA3A8 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2_ToString_mFEEFBB4A2B5779A9D16F9E2536F1D94F423CA3A8_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = X509Certificate_get_IsValid_mBD424167CC12B7CD35195A9B9642FE781C5DCEE7(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
return _stringLiteralAC98D7D01DA5782EE3515950483A5831CAF58DA7;
}
IL_000e:
{
String_t* L_1 = X509Certificate_ToString_m7BE52FDD0D34AF4C8FE496C20A933765665B4F62(__this, (bool)1, /*hidden argument*/NULL);
return L_1;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2_ToString_m2613DF600F5A88EC6836930FD45D6063251C9391 (X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73 * __this, bool ___verbose0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2_ToString_m2613DF600F5A88EC6836930FD45D6063251C9391_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringBuilder_t * V_1 = NULL;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * V_2 = NULL;
{
bool L_0 = X509Certificate_get_IsValid_mBD424167CC12B7CD35195A9B9642FE781C5DCEE7(__this, /*hidden argument*/NULL);
if (L_0)
{
goto IL_000e;
}
}
{
return _stringLiteralAC98D7D01DA5782EE3515950483A5831CAF58DA7;
}
IL_000e:
{
bool L_1 = ___verbose0;
if (L_1)
{
goto IL_0019;
}
}
{
String_t* L_2 = X509Certificate_ToString_m7BE52FDD0D34AF4C8FE496C20A933765665B4F62(__this, (bool)1, /*hidden argument*/NULL);
return L_2;
}
IL_0019:
{
String_t* L_3 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
V_0 = L_3;
StringBuilder_t * L_4 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_4, /*hidden argument*/NULL);
V_1 = L_4;
StringBuilder_t * L_5 = V_1;
String_t* L_6 = V_0;
int32_t L_7 = X509Certificate2_get_Version_m21075DDC00E0FA0C7A9FAA5D561973F720B7BDE3(__this, /*hidden argument*/NULL);
int32_t L_8 = L_7;
RuntimeObject * L_9 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_8);
NullCheck(L_5);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_5, _stringLiteral2E1E4CD3930C6357B7D4886857CBE4CBF6B08DE4, L_6, L_9, /*hidden argument*/NULL);
StringBuilder_t * L_10 = V_1;
String_t* L_11 = V_0;
String_t* L_12 = X509Certificate_get_Subject_m4BCDCE1AD5536A00580427B26FDF9983F9F13737(__this, /*hidden argument*/NULL);
NullCheck(L_10);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_10, _stringLiteral1D42C6034806299EEE6801C71D349D4F36548B67, L_11, L_12, /*hidden argument*/NULL);
StringBuilder_t * L_13 = V_1;
String_t* L_14 = V_0;
String_t* L_15 = X509Certificate_get_Issuer_m3FB4B4A322B8FBC040CFE70E595D4338B905D8A0(__this, /*hidden argument*/NULL);
NullCheck(L_13);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_13, _stringLiteralB3B36D70657A035EA1357154C3FBD189E9AC944E, L_14, L_15, /*hidden argument*/NULL);
StringBuilder_t * L_16 = V_1;
String_t* L_17 = V_0;
String_t* L_18 = X509Certificate2_get_SerialNumber_m19595DBE6522106CAAAFA680EF4CE67698A8F51D(__this, /*hidden argument*/NULL);
NullCheck(L_16);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_16, _stringLiteralEB379946648B63BC6D1FBFECD3930A46FA3922C7, L_17, L_18, /*hidden argument*/NULL);
StringBuilder_t * L_19 = V_1;
String_t* L_20 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_21 = X509Certificate2_get_NotBefore_mC074732D5C2E74642F1BA1C303B060A381A4A777(__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_22 = L_21;
RuntimeObject * L_23 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_22);
NullCheck(L_19);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_19, _stringLiteralD955EB50BBCD91172BC0E2F7CDE01E1435C95459, L_20, L_23, /*hidden argument*/NULL);
StringBuilder_t * L_24 = V_1;
String_t* L_25 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_26 = X509Certificate2_get_NotAfter_mD2C055B86883353CFB0E8C1D6CE35D785756C624(__this, /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_27 = L_26;
RuntimeObject * L_28 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_27);
NullCheck(L_24);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_24, _stringLiteralC16BE404ABC56D7B9706D820255A59E2B0B8116B, L_25, L_28, /*hidden argument*/NULL);
StringBuilder_t * L_29 = V_1;
String_t* L_30 = V_0;
String_t* L_31 = X509Certificate2_get_Thumbprint_m4C3269CB216BC275CFEA77A808A787B5773E97AA(__this, /*hidden argument*/NULL);
NullCheck(L_29);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_29, _stringLiteral10C590BA9FDF996C29CEC6972335B1BEEC73FBF2, L_30, L_31, /*hidden argument*/NULL);
StringBuilder_t * L_32 = V_1;
String_t* L_33 = V_0;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_34 = X509Certificate2_get_SignatureAlgorithm_mF9BED26F8117E76F230A87F79FD4C19242FAE662(__this, /*hidden argument*/NULL);
NullCheck(L_34);
String_t* L_35 = Oid_get_FriendlyName_mEA531D74DAD8FD43948097C418DA23F66399B694(L_34, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_36 = X509Certificate2_get_SignatureAlgorithm_mF9BED26F8117E76F230A87F79FD4C19242FAE662(__this, /*hidden argument*/NULL);
NullCheck(L_36);
String_t* L_37 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_36, /*hidden argument*/NULL);
NullCheck(L_32);
StringBuilder_AppendFormat_m3CEA3DC2882754882D9177BCF19A3BFD52AB7D7E(L_32, _stringLiteral24FD433A7BDA12B304511BB959363E082C1634EA, L_33, L_35, L_37, /*hidden argument*/NULL);
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_38 = X509Certificate2_get_PublicKey_m325BCDA2DE132D5B7B2093BCED2942ED657D89E3(__this, /*hidden argument*/NULL);
NullCheck(L_38);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_39 = PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7(L_38, /*hidden argument*/NULL);
V_2 = L_39;
StringBuilder_t * L_40 = V_1;
String_t* L_41 = V_0;
NullCheck(L_40);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_40, _stringLiteralAD2F7C3F2F646E2AC12B09A33B0F78F91AFFE5DA, L_41, /*hidden argument*/NULL);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_42 = V_2;
if (!((RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)IsInstClass((RuntimeObject*)L_42, RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145_il2cpp_TypeInfo_var)))
{
goto IL_010b;
}
}
{
StringBuilder_t * L_43 = V_1;
NullCheck(L_43);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_43, _stringLiteral56D91D770F6FD64E188020F40D1D915BE6E046DC, /*hidden argument*/NULL);
goto IL_012e;
}
IL_010b:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_44 = V_2;
if (!((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)IsInstClass((RuntimeObject*)L_44, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)))
{
goto IL_0121;
}
}
{
StringBuilder_t * L_45 = V_1;
NullCheck(L_45);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_45, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5, /*hidden argument*/NULL);
goto IL_012e;
}
IL_0121:
{
StringBuilder_t * L_46 = V_1;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_47 = V_2;
NullCheck(L_47);
String_t* L_48 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_47);
NullCheck(L_46);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_46, L_48, /*hidden argument*/NULL);
}
IL_012e:
{
StringBuilder_t * L_49 = V_1;
String_t* L_50 = V_0;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_51 = V_2;
NullCheck(L_51);
int32_t L_52 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_51);
int32_t L_53 = L_52;
RuntimeObject * L_54 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_53);
NullCheck(L_49);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_49, _stringLiteralAE8AC5E1BDEEEAF0EB1DC88A8A30600C79F9F18E, L_50, L_54, /*hidden argument*/NULL);
StringBuilder_t * L_55 = V_1;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_56 = X509Certificate2_get_PublicKey_m325BCDA2DE132D5B7B2093BCED2942ED657D89E3(__this, /*hidden argument*/NULL);
NullCheck(L_56);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_57 = PublicKey_get_EncodedKeyValue_m4BD0975B491E89FFE2A75C1ACDEB1DCCAF586D4F(L_56, /*hidden argument*/NULL);
NullCheck(L_57);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_57, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_il2cpp_TypeInfo_var);
X509Certificate2_AppendBuffer_mACE3DD61A1C5C88DEF25BC5C4562B5790ED97312(L_55, L_58, /*hidden argument*/NULL);
StringBuilder_t * L_59 = V_1;
String_t* L_60 = V_0;
NullCheck(L_59);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_59, _stringLiteralE07F719BDFBE16C48441136DF82A426DE7CBD2F8, L_60, /*hidden argument*/NULL);
StringBuilder_t * L_61 = V_1;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_62 = X509Certificate2_get_PublicKey_m325BCDA2DE132D5B7B2093BCED2942ED657D89E3(__this, /*hidden argument*/NULL);
NullCheck(L_62);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_63 = PublicKey_get_EncodedParameters_m629FF8D7E4EEDED96BC455B7B953DC5A46D26F4F(L_62, /*hidden argument*/NULL);
NullCheck(L_63);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_64 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_63, /*hidden argument*/NULL);
X509Certificate2_AppendBuffer_mACE3DD61A1C5C88DEF25BC5C4562B5790ED97312(L_61, L_64, /*hidden argument*/NULL);
StringBuilder_t * L_65 = V_1;
String_t* L_66 = V_0;
NullCheck(L_65);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_65, L_66, /*hidden argument*/NULL);
StringBuilder_t * L_67 = V_1;
NullCheck(L_67);
String_t* L_68 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_67);
return L_68;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::AppendBuffer(System.Text.StringBuilder,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2_AppendBuffer_mACE3DD61A1C5C88DEF25BC5C4562B5790ED97312 (StringBuilder_t * ___sb0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2_AppendBuffer_mACE3DD61A1C5C88DEF25BC5C4562B5790ED97312_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
V_0 = 0;
goto IL_0038;
}
IL_0008:
{
StringBuilder_t * L_1 = ___sb0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1;
int32_t L_3 = V_0;
NullCheck(L_2);
String_t* L_4 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_4, /*hidden argument*/NULL);
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer1;
NullCheck(L_6);
if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)))))
{
goto IL_0034;
}
}
{
StringBuilder_t * L_7 = ___sb0;
NullCheck(L_7);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_0034:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0038:
{
int32_t L_9 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer1;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))
{
goto IL_0008;
}
}
{
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2::.cctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2__cctor_mABA66D529C24C35091DD9560BC7314F0F3AF979D (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2__cctor_mABA66D529C24C35091DD9560BC7314F0F3AF979D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = L_0;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_2 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_1, L_2, /*hidden argument*/NULL);
((X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2_tC1C49EB4CFD571C2FFDE940C24BC69651A058F73_il2cpp_TypeInfo_var))->set_signedData_5(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.Security.Cryptography.X509Certificates.X509Certificate2Collection::.cctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Collection__cctor_m8F5A775DC6302B95D1CA30B5C576AD4907E94516 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2Collection__cctor_m8F5A775DC6302B95D1CA30B5C576AD4907E94516_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_0 = (StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E*)SZArrayNew(StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E_il2cpp_TypeInfo_var, (uint32_t)1);
StringU5BU5D_t933FB07893230EA91C40FF900D5400665E87B14E* L_1 = L_0;
String_t* L_2 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_1);
ArrayElementTypeCheck (L_1, L_2);
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_2);
((X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D_il2cpp_TypeInfo_var))->set_newline_split_1(L_1);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2Impl__ctor_m121B40B8937DAEE3D81BA7577555E09194FF11A2 (X509Certificate2Impl_t645108014422F6408EB87390317CD10710F129E7 * __this, const RuntimeMethod* method)
{
{
X509CertificateImpl__ctor_mE7190463C7B15F629A4A4E8274F7793484C619E8(__this, /*hidden argument*/NULL);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_IsValid()
extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2ImplMono_get_IsValid_m4C590E5F7A23A9F1DD5594A7D88F51474646817C (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
return (bool)((!(((RuntimeObject*)(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)L_0) <= ((RuntimeObject*)(RuntimeObject *)NULL)))? 1 : 0);
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(Mono.Security.X509.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_m9DE01D05F0A540B906D6F826B51B64FD7FC9E028 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * ___cert0, const RuntimeMethod* method)
{
{
X509Certificate2Impl__ctor_m121B40B8937DAEE3D81BA7577555E09194FF11A2(__this, /*hidden argument*/NULL);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = ___cert0;
__this->set__cert_8(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor(System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_mEBE15206EC5939F6722168220CB8B110FFD915D2 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * ___other0, const RuntimeMethod* method)
{
{
X509Certificate2Impl__ctor_m121B40B8937DAEE3D81BA7577555E09194FF11A2(__this, /*hidden argument*/NULL);
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_0 = ___other0;
NullCheck(L_0);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_1 = L_0->get__cert_8();
__this->set__cert_8(L_1);
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_2 = ___other0;
NullCheck(L_2);
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_3 = L_2->get_intermediateCerts_7();
if (!L_3)
{
goto IL_002b;
}
}
{
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_4 = ___other0;
NullCheck(L_4);
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_5 = L_4->get_intermediateCerts_7();
NullCheck(L_5);
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_6 = X509CertificateImplCollection_Clone_mFA9129A5042E00B9068B45572B98E83EF3EF7368(L_5, /*hidden argument*/NULL);
__this->set_intermediateCerts_7(L_6);
}
IL_002b:
{
return;
}
}
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Clone()
extern "C" IL2CPP_METHOD_ATTR X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * X509Certificate2ImplMono_Clone_m1870DF0CF85E284FCA158FD11238F23796354498 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_Clone_m1870DF0CF85E284FCA158FD11238F23796354498_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_0 = (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 *)il2cpp_codegen_object_new(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
X509Certificate2ImplMono__ctor_mEBE15206EC5939F6722168220CB8B110FFD915D2(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetIssuerName(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_GetIssuerName_mC61A5CC300E550C2C4C12733D6EE0C5806723233 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, bool ___legacyV1Mode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_GetIssuerName_mC61A5CC300E550C2C4C12733D6EE0C5806723233_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
bool L_0 = ___legacyV1Mode0;
if (!L_0)
{
goto IL_0015;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_1 = __this->get__cert_8();
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(5 /* System.String Mono.Security.X509.X509Certificate::get_IssuerName() */, L_1);
return L_2;
}
IL_0015:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_3 = __this->get__cert_8();
NullCheck(L_3);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_4 = X509Certificate_GetIssuerName_mA0D2F957F9A6FD8A50368469B798FC3792ED895D(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(X501_tA67EA33D0F6FC6B49724AA7CBE473C02FB3E882F_il2cpp_TypeInfo_var);
String_t* L_5 = X501_ToString_mE788B3F7AB241FD8F736D7FACE2ABF10C8023132(L_4, (bool)1, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, (bool)1, /*hidden argument*/NULL);
return L_5;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetSubjectName(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_GetSubjectName_mCE8064CFCFD15F29ED869C1F552BDA1911944728 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, bool ___legacyV1Mode0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_GetSubjectName_mCE8064CFCFD15F29ED869C1F552BDA1911944728_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
bool L_0 = ___legacyV1Mode0;
if (!L_0)
{
goto IL_0015;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_1 = __this->get__cert_8();
NullCheck(L_1);
String_t* L_2 = VirtFuncInvoker0< String_t* >::Invoke(14 /* System.String Mono.Security.X509.X509Certificate::get_SubjectName() */, L_1);
return L_2;
}
IL_0015:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_3 = __this->get__cert_8();
NullCheck(L_3);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_4 = X509Certificate_GetSubjectName_m59C83E8084320DEAA93946A722DFE23522E31338(L_3, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(X501_tA67EA33D0F6FC6B49724AA7CBE473C02FB3E882F_il2cpp_TypeInfo_var);
String_t* L_5 = X501_ToString_mE788B3F7AB241FD8F736D7FACE2ABF10C8023132(L_4, (bool)1, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, (bool)1, /*hidden argument*/NULL);
return L_5;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetRawCertData()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate2ImplMono_GetRawCertData_mF60B75105FDED073333B0A45D417DC84970CA808 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_0);
return L_1;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetCertHash(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate2ImplMono_GetCertHash_m552986EA33DB6FD437358D422E14B5A3BA69092A (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, bool ___lazy0, const RuntimeMethod* method)
{
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
SHA1_t242C3C0C91D0CC11FA6F3CB0B06B416A550C6EAA * L_0 = SHA1_Create_m5ECE86DE88BB9CDD4674000066642BA7FDF466E4(/*hidden argument*/NULL);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_1 = __this->get__cert_8();
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(11 /* System.Byte[] Mono.Security.X509.X509Certificate::get_RawData() */, L_1);
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = HashAlgorithm_ComputeHash_m18501D3068AEBEB5FA83EA72BE780E371DB0C122(L_0, L_2, /*hidden argument*/NULL);
return L_3;
}
}
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetValidFrom()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate2ImplMono_GetValidFrom_m9E27BEDF0995B987B5BBE2074C5626A6092C6AB8 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
NullCheck(L_0);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(15 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidFrom() */, L_0);
return L_1;
}
}
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetValidUntil()
extern "C" IL2CPP_METHOD_ATTR DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 X509Certificate2ImplMono_GetValidUntil_m221B50B0D2216CD5CCF290C4E37ADECFC723381C (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
NullCheck(L_0);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_1 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(16 /* System.DateTime Mono.Security.X509.X509Certificate::get_ValidUntil() */, L_0);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Equals(System.Security.Cryptography.X509Certificates.X509CertificateImpl,System.BooleanU26)
extern "C" IL2CPP_METHOD_ATTR bool X509Certificate2ImplMono_Equals_m072C86FBDE9AE37E0AF69E4DA7AD04A8412F7232 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___other0, bool* ___result1, const RuntimeMethod* method)
{
{
bool* L_0 = ___result1;
*((int8_t*)L_0) = (int8_t)0;
return (bool)0;
}
}
// System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::GetSerialNumber()
extern "C" IL2CPP_METHOD_ATTR ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* X509Certificate2ImplMono_GetSerialNumber_m0F23B3F377F4801057A57949E977918166A6DFC3 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509CertificateImpl_ThrowIfContextInvalid_m2B4A9FBBC5F7EC5029FD83DDD2CD34C1B5F85B71(__this, /*hidden argument*/NULL);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
NullCheck(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(12 /* System.Byte[] Mono.Security.X509.X509Certificate::get_SerialNumber() */, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__ctor_m6494CD178AF6E96CE4046E4CC1AB68236CCE7399 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509Certificate2Impl__ctor_m121B40B8937DAEE3D81BA7577555E09194FF11A2(__this, /*hidden argument*/NULL);
__this->set__cert_8((X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)NULL);
return;
}
}
// System.Security.Cryptography.AsymmetricAlgorithm System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_PrivateKey()
extern "C" IL2CPP_METHOD_ATTR AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * X509Certificate2ImplMono_get_PrivateKey_m0F1E05FC97141DEDB3230B4B4B3617DAEBFDCD2C (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_get_PrivateKey_m0F1E05FC97141DEDB3230B4B4B3617DAEBFDCD2C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * V_0 = NULL;
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * V_1 = NULL;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * V_2 = NULL;
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * V_3 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * G_B8_0 = NULL;
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * G_B13_0 = NULL;
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * G_B20_0 = NULL;
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
if (L_0)
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
String_t* L_1 = ((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->get_empty_error_9();
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, X509Certificate2ImplMono_get_PrivateKey_m0F1E05FC97141DEDB3230B4B4B3617DAEBFDCD2C_RuntimeMethod_var);
}
IL_0013:
{
}
IL_0014:
try
{ // begin try (depth: 1)
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_3 = __this->get__cert_8();
NullCheck(L_3);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_4 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_3);
if (!L_4)
{
goto IL_008a;
}
}
IL_0021:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_5 = __this->get__cert_8();
NullCheck(L_5);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_6 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_5);
V_0 = ((RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)IsInstSealed((RuntimeObject*)L_6, RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4_il2cpp_TypeInfo_var));
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_7 = V_0;
if (!L_7)
{
goto IL_0047;
}
}
IL_0035:
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_8 = V_0;
NullCheck(L_8);
bool L_9 = RSACryptoServiceProvider_get_PublicOnly_m2022B94BB0F465F12E975CC58F0650A10FF89B5D(L_8, /*hidden argument*/NULL);
if (L_9)
{
goto IL_0040;
}
}
IL_003d:
{
RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 * L_10 = V_0;
G_B8_0 = L_10;
goto IL_0041;
}
IL_0040:
{
G_B8_0 = ((RSACryptoServiceProvider_t6DC0FC3205BA6CDCA4FF2AEEF566D8F0CCE26AD4 *)(NULL));
}
IL_0041:
{
V_2 = G_B8_0;
goto IL_00e1;
}
IL_0047:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_11 = __this->get__cert_8();
NullCheck(L_11);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_12 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_11);
V_1 = ((RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 *)IsInstClass((RuntimeObject*)L_12, RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745_il2cpp_TypeInfo_var));
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * L_13 = V_1;
if (!L_13)
{
goto IL_006a;
}
}
IL_005b:
{
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * L_14 = V_1;
NullCheck(L_14);
bool L_15 = RSAManaged_get_PublicOnly_m1D989F2FB76A46F2C7C80F18D5EA820B7EDD60DD(L_14, /*hidden argument*/NULL);
if (L_15)
{
goto IL_0066;
}
}
IL_0063:
{
RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 * L_16 = V_1;
G_B13_0 = L_16;
goto IL_0067;
}
IL_0066:
{
G_B13_0 = ((RSAManaged_t386184E253177BF2DD9589A7E9C171DA8E718745 *)(NULL));
}
IL_0067:
{
V_2 = G_B13_0;
goto IL_00e1;
}
IL_006a:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_17 = __this->get__cert_8();
NullCheck(L_17);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_18 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_17);
NullCheck(L_18);
VirtFuncInvoker1< RSAParameters_t6A568C1275FA8F8C02615666D998134DCFFB9717 , bool >::Invoke(10 /* System.Security.Cryptography.RSAParameters System.Security.Cryptography.RSA::ExportParameters(System.Boolean) */, L_18, (bool)1);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_19 = __this->get__cert_8();
NullCheck(L_19);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_20 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_19);
V_2 = L_20;
goto IL_00e1;
}
IL_008a:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_21 = __this->get__cert_8();
NullCheck(L_21);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_22 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_21, /*hidden argument*/NULL);
if (!L_22)
{
goto IL_00da;
}
}
IL_0097:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_23 = __this->get__cert_8();
NullCheck(L_23);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_24 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_23, /*hidden argument*/NULL);
V_3 = ((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)IsInstSealed((RuntimeObject*)L_24, DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8_il2cpp_TypeInfo_var));
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_25 = V_3;
if (!L_25)
{
goto IL_00ba;
}
}
IL_00ab:
{
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_26 = V_3;
NullCheck(L_26);
bool L_27 = DSACryptoServiceProvider_get_PublicOnly_mB458AF682DACF7816951AB5FE5C8AB30F046DEFA(L_26, /*hidden argument*/NULL);
if (L_27)
{
goto IL_00b6;
}
}
IL_00b3:
{
DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 * L_28 = V_3;
G_B20_0 = L_28;
goto IL_00b7;
}
IL_00b6:
{
G_B20_0 = ((DSACryptoServiceProvider_t2F04D5DDEC979A82A4FE89530F0F712DFE12D6C8 *)(NULL));
}
IL_00b7:
{
V_2 = G_B20_0;
goto IL_00e1;
}
IL_00ba:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_29 = __this->get__cert_8();
NullCheck(L_29);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_30 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_29, /*hidden argument*/NULL);
NullCheck(L_30);
VirtFuncInvoker1< DSAParameters_tCA1A96A151F47B1904693C457243E3B919425AC6 , bool >::Invoke(10 /* System.Security.Cryptography.DSAParameters System.Security.Cryptography.DSA::ExportParameters(System.Boolean) */, L_30, (bool)1);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_31 = __this->get__cert_8();
NullCheck(L_31);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_32 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_31, /*hidden argument*/NULL);
V_2 = L_32;
goto IL_00e1;
}
IL_00da:
{
goto IL_00df;
}
} // 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_00dc;
throw e;
}
CATCH_00dc:
{ // begin catch(System.Object)
goto IL_00df;
} // end catch (depth: 1)
IL_00df:
{
return (AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)NULL;
}
IL_00e1:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_33 = V_2;
return L_33;
}
}
// System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_PublicKey()
extern "C" IL2CPP_METHOD_ATTR PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * X509Certificate2ImplMono_get_PublicKey_m9FEE1E367B63542EEA2A517C7A4618C163C4B2D7 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_get_PublicKey_m9FEE1E367B63542EEA2A517C7A4618C163C4B2D7_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Exception_t * V_0 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
if (L_0)
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
String_t* L_1 = ((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->get_empty_error_9();
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, X509Certificate2ImplMono_get_PublicKey_m9FEE1E367B63542EEA2A517C7A4618C163C4B2D7_RuntimeMethod_var);
}
IL_0013:
{
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_3 = __this->get__publicKey_3();
if (L_3)
{
goto IL_0040;
}
}
IL_001b:
try
{ // begin try (depth: 1)
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_4 = __this->get__cert_8();
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_5 = (PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 *)il2cpp_codegen_object_new(PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620_il2cpp_TypeInfo_var);
PublicKey__ctor_mE8D32598F92B3941B4DC6AC367C7FFD75C7FAE20(L_5, L_4, /*hidden argument*/NULL);
__this->set__publicKey_3(L_5);
goto IL_0040;
} // 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_002e;
throw e;
}
CATCH_002e:
{ // begin catch(System.Exception)
V_0 = ((Exception_t *)__exception_local);
String_t* L_6 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralD97CD989177827CE37443CC7CFCAF1FA4516DFD3, /*hidden argument*/NULL);
Exception_t * L_7 = V_0;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_8 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_8, L_6, L_7, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, NULL, X509Certificate2ImplMono_get_PublicKey_m9FEE1E367B63542EEA2A517C7A4618C163C4B2D7_RuntimeMethod_var);
} // end catch (depth: 1)
IL_0040:
{
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_9 = __this->get__publicKey_3();
return L_9;
}
}
// System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_SignatureAlgorithm()
extern "C" IL2CPP_METHOD_ATTR Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * X509Certificate2ImplMono_get_SignatureAlgorithm_m158A12F7972A7104172BBC8F5FE31186B2758D3C (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_get_SignatureAlgorithm_m158A12F7972A7104172BBC8F5FE31186B2758D3C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
if (L_0)
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
String_t* L_1 = ((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->get_empty_error_9();
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, X509Certificate2ImplMono_get_SignatureAlgorithm_m158A12F7972A7104172BBC8F5FE31186B2758D3C_RuntimeMethod_var);
}
IL_0013:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_3 = __this->get_signature_algorithm_6();
if (L_3)
{
goto IL_0031;
}
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_4 = __this->get__cert_8();
NullCheck(L_4);
String_t* L_5 = VirtFuncInvoker0< String_t* >::Invoke(13 /* System.String Mono.Security.X509.X509Certificate::get_SignatureAlgorithm() */, L_4);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_6 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m45F49EB1ABFD4F3EB0FC9729C76FF83995752743(L_6, L_5, /*hidden argument*/NULL);
__this->set_signature_algorithm_6(L_6);
}
IL_0031:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_7 = __this->get_signature_algorithm_6();
return L_7;
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_Version()
extern "C" IL2CPP_METHOD_ATTR int32_t X509Certificate2ImplMono_get_Version_mAF4475ABA5E17ABB6FD9EE9A6BDCB8EA269836CC (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_get_Version_mAF4475ABA5E17ABB6FD9EE9A6BDCB8EA269836CC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
if (L_0)
{
goto IL_0013;
}
}
{
IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
String_t* L_1 = ((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->get_empty_error_9();
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_2 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_2, L_1, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, NULL, X509Certificate2ImplMono_get_Version_mAF4475ABA5E17ABB6FD9EE9A6BDCB8EA269836CC_RuntimeMethod_var);
}
IL_0013:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_3 = __this->get__cert_8();
NullCheck(L_3);
int32_t L_4 = X509Certificate_get_Version_m8FAFE20FBC606456EA0A907066252CBCAB5C41E8(L_3, /*hidden argument*/NULL);
return L_4;
}
}
// Mono.Security.X509.X509Certificate System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ImportPkcs12(System.Byte[],System.String)
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * X509Certificate2ImplMono_ImportPkcs12_m7C9D1CD7EB5D1CBD27E20EB92D494C65BDA240D0 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_ImportPkcs12_m7C9D1CD7EB5D1CBD27E20EB92D494C65BDA240D0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * V_0 = NULL;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * V_1 = NULL;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * V_2 = NULL;
String_t* V_3 = NULL;
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * V_4 = NULL;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * V_5 = NULL;
RuntimeObject* V_6 = NULL;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * V_7 = NULL;
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * V_8 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
V_0 = (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C *)NULL;
String_t* L_0 = ___password1;
bool L_1 = String_IsNullOrEmpty_m06A85A206AC2106D1982826C5665B9BD35324229(L_0, /*hidden argument*/NULL);
if (!L_1)
{
goto IL_0023;
}
}
IL_000a:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___rawData0;
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_3 = (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C *)il2cpp_codegen_object_new(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C_il2cpp_TypeInfo_var);
PKCS12__ctor_m35A8D4C261B2A0B4B7BC677160AB1DF90B04B229(L_3, L_2, (String_t*)NULL, /*hidden argument*/NULL);
V_0 = L_3;
goto IL_002b;
} // 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_0014;
throw e;
}
CATCH_0014:
{ // begin catch(System.Object)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = ___rawData0;
String_t* L_5 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_6 = (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C *)il2cpp_codegen_object_new(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C_il2cpp_TypeInfo_var);
PKCS12__ctor_m35A8D4C261B2A0B4B7BC677160AB1DF90B04B229(L_6, L_4, L_5, /*hidden argument*/NULL);
V_0 = L_6;
goto IL_002b;
} // end catch (depth: 1)
IL_0023:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___rawData0;
String_t* L_8 = ___password1;
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_9 = (PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C *)il2cpp_codegen_object_new(PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C_il2cpp_TypeInfo_var);
PKCS12__ctor_m35A8D4C261B2A0B4B7BC677160AB1DF90B04B229(L_9, L_7, L_8, /*hidden argument*/NULL);
V_0 = L_9;
}
IL_002b:
{
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_10 = V_0;
NullCheck(L_10);
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * L_11 = PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4(L_10, /*hidden argument*/NULL);
NullCheck(L_11);
int32_t L_12 = CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_003a;
}
}
{
return (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)NULL;
}
IL_003a:
{
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_13 = V_0;
NullCheck(L_13);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_14 = PKCS12_get_Keys_mAAA961BD9580ED8EE3B394B702945FCB820E34AE(L_13, /*hidden argument*/NULL);
NullCheck(L_14);
int32_t L_15 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_14);
if (L_15)
{
goto IL_0054;
}
}
{
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_16 = V_0;
NullCheck(L_16);
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * L_17 = PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4(L_16, /*hidden argument*/NULL);
NullCheck(L_17);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_18 = X509CertificateCollection_get_Item_m158B7010FAC060435225725336AD53D2B3CC5359(L_17, 0, /*hidden argument*/NULL);
return L_18;
}
IL_0054:
{
V_1 = (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)NULL;
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_19 = V_0;
NullCheck(L_19);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_20 = PKCS12_get_Keys_mAAA961BD9580ED8EE3B394B702945FCB820E34AE(L_19, /*hidden argument*/NULL);
NullCheck(L_20);
RuntimeObject * L_21 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_20, 0);
V_2 = ((AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB *)IsInstClass((RuntimeObject*)L_21, AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB_il2cpp_TypeInfo_var));
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_22 = V_2;
NullCheck(L_22);
String_t* L_23 = VirtFuncInvoker1< String_t*, bool >::Invoke(9 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, L_22, (bool)0);
V_3 = L_23;
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_24 = V_0;
NullCheck(L_24);
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * L_25 = PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4(L_24, /*hidden argument*/NULL);
NullCheck(L_25);
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_26 = X509CertificateCollection_GetEnumerator_mE786AA0C41503620161D81E4D9172932564BAB4C(L_25, /*hidden argument*/NULL);
V_4 = L_26;
}
IL_007d:
try
{ // begin try (depth: 1)
{
goto IL_00c9;
}
IL_007f:
{
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_27 = V_4;
NullCheck(L_27);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_28 = X509CertificateEnumerator_get_Current_m68306EF52C95B315E36054119C0422ACAF95C09F(L_27, /*hidden argument*/NULL);
V_5 = L_28;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_29 = V_5;
NullCheck(L_29);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_30 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_29);
if (!L_30)
{
goto IL_00a6;
}
}
IL_0091:
{
String_t* L_31 = V_3;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_32 = V_5;
NullCheck(L_32);
RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * L_33 = VirtFuncInvoker0< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(9 /* System.Security.Cryptography.RSA Mono.Security.X509.X509Certificate::get_RSA() */, L_32);
NullCheck(L_33);
String_t* L_34 = VirtFuncInvoker1< String_t*, bool >::Invoke(9 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, L_33, (bool)0);
bool L_35 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_31, L_34, /*hidden argument*/NULL);
if (L_35)
{
goto IL_00c4;
}
}
IL_00a6:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_36 = V_5;
NullCheck(L_36);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_37 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_36, /*hidden argument*/NULL);
if (!L_37)
{
goto IL_00c9;
}
}
IL_00af:
{
String_t* L_38 = V_3;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_39 = V_5;
NullCheck(L_39);
DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF * L_40 = X509Certificate_get_DSA_m7C3868DFAC7C067D09A324C348D7461D70E10F7F(L_39, /*hidden argument*/NULL);
NullCheck(L_40);
String_t* L_41 = VirtFuncInvoker1< String_t*, bool >::Invoke(9 /* System.String System.Security.Cryptography.AsymmetricAlgorithm::ToXmlString(System.Boolean) */, L_40, (bool)0);
bool L_42 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_38, L_41, /*hidden argument*/NULL);
if (!L_42)
{
goto IL_00c9;
}
}
IL_00c4:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_43 = V_5;
V_1 = L_43;
IL2CPP_LEAVE(0xE9, FINALLY_00d4);
}
IL_00c9:
{
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_44 = V_4;
NullCheck(L_44);
bool L_45 = X509CertificateEnumerator_MoveNext_m9E88A7C9685146F7E558267D7D828711C5E898F4(L_44, /*hidden argument*/NULL);
if (L_45)
{
goto IL_007f;
}
}
IL_00d2:
{
IL2CPP_LEAVE(0xE9, FINALLY_00d4);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_00d4;
}
FINALLY_00d4:
{ // begin finally (depth: 1)
{
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_46 = V_4;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_46, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_47 = V_6;
if (!L_47)
{
goto IL_00e8;
}
}
IL_00e1:
{
RuntimeObject* L_48 = V_6;
NullCheck(L_48);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_48);
}
IL_00e8:
{
IL2CPP_END_FINALLY(212)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(212)
{
IL2CPP_JUMP_TBL(0xE9, IL_00e9)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_00e9:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_49 = V_1;
if (L_49)
{
goto IL_00fb;
}
}
{
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_50 = V_0;
NullCheck(L_50);
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * L_51 = PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4(L_50, /*hidden argument*/NULL);
NullCheck(L_51);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_52 = X509CertificateCollection_get_Item_m158B7010FAC060435225725336AD53D2B3CC5359(L_51, 0, /*hidden argument*/NULL);
V_1 = L_52;
goto IL_0113;
}
IL_00fb:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_53 = V_1;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_54 = V_2;
NullCheck(L_53);
VirtActionInvoker1< RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 * >::Invoke(10 /* System.Void Mono.Security.X509.X509Certificate::set_RSA(System.Security.Cryptography.RSA) */, L_53, ((RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)IsInstClass((RuntimeObject*)L_54, RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145_il2cpp_TypeInfo_var)));
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_55 = V_1;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_56 = V_2;
NullCheck(L_55);
X509Certificate_set_DSA_m438EDD75622A0D3154D5C9F7A52742D8AFE09D62(L_55, ((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)IsInstClass((RuntimeObject*)L_56, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)), /*hidden argument*/NULL);
}
IL_0113:
{
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_57 = V_0;
NullCheck(L_57);
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * L_58 = PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4(L_57, /*hidden argument*/NULL);
NullCheck(L_58);
int32_t L_59 = CollectionBase_get_Count_mFB8B3BCCCE581FEFA96FF5A6C1629E7EC092D92C(L_58, /*hidden argument*/NULL);
if ((((int32_t)L_59) <= ((int32_t)1)))
{
goto IL_0180;
}
}
{
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_60 = (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 *)il2cpp_codegen_object_new(X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242_il2cpp_TypeInfo_var);
X509CertificateImplCollection__ctor_mC714F3565563EC51068E2601AE9B9F34E2850876(L_60, /*hidden argument*/NULL);
__this->set_intermediateCerts_7(L_60);
PKCS12_t98C7F0D647A3E34B93987FC7923DAA27A1AF576C * L_61 = V_0;
NullCheck(L_61);
X509CertificateCollection_t423BA1B9FAA983BA745023994C648C6DAC3E5A1A * L_62 = PKCS12_get_Certificates_mB8B81E86E481809CAB88C4657FDFCA67FE5190F4(L_61, /*hidden argument*/NULL);
NullCheck(L_62);
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_63 = X509CertificateCollection_GetEnumerator_mE786AA0C41503620161D81E4D9172932564BAB4C(L_62, /*hidden argument*/NULL);
V_4 = L_63;
}
IL_0139:
try
{ // begin try (depth: 1)
{
goto IL_0160;
}
IL_013b:
{
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_64 = V_4;
NullCheck(L_64);
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_65 = X509CertificateEnumerator_get_Current_m68306EF52C95B315E36054119C0422ACAF95C09F(L_64, /*hidden argument*/NULL);
V_7 = L_65;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_66 = V_7;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_67 = V_1;
if ((((RuntimeObject*)(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)L_66) == ((RuntimeObject*)(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)L_67)))
{
goto IL_0160;
}
}
IL_0149:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_68 = V_7;
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_69 = (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 *)il2cpp_codegen_object_new(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
X509Certificate2ImplMono__ctor_m9DE01D05F0A540B906D6F826B51B64FD7FC9E028(L_69, L_68, /*hidden argument*/NULL);
V_8 = L_69;
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_70 = __this->get_intermediateCerts_7();
X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * L_71 = V_8;
NullCheck(L_70);
X509CertificateImplCollection_Add_m3A1312DA419D2777C0A5F37ADA482A40C3256BE6(L_70, L_71, (bool)1, /*hidden argument*/NULL);
}
IL_0160:
{
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_72 = V_4;
NullCheck(L_72);
bool L_73 = X509CertificateEnumerator_MoveNext_m9E88A7C9685146F7E558267D7D828711C5E898F4(L_72, /*hidden argument*/NULL);
if (L_73)
{
goto IL_013b;
}
}
IL_0169:
{
IL2CPP_LEAVE(0x180, FINALLY_016b);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_016b;
}
FINALLY_016b:
{ // begin finally (depth: 1)
{
X509CertificateEnumerator_t1CBC050F10F4BE1E2A8552A1F22E705013EBF505 * L_74 = V_4;
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_74, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var));
RuntimeObject* L_75 = V_6;
if (!L_75)
{
goto IL_017f;
}
}
IL_0178:
{
RuntimeObject* L_76 = V_6;
NullCheck(L_76);
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t7218B22548186B208D65EA5B7870503810A2D15A_il2cpp_TypeInfo_var, L_76);
}
IL_017f:
{
IL2CPP_END_FINALLY(363)
}
} // end finally (depth: 1)
IL2CPP_CLEANUP(363)
{
IL2CPP_JUMP_TBL(0x180, IL_0180)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0180:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_77 = V_1;
return L_77;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Import(System.Byte[],System.String,System.Security.Cryptography.X509Certificates.X509KeyStorageFlags)
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_Import_mB7A89EF3758EDF0BA2BA0AF78AE2D4BB61D5E0FF (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___rawData0, String_t* ___password1, int32_t ___keyStorageFlags2, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_Import_mB7A89EF3758EDF0BA2BA0AF78AE2D4BB61D5E0FF_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * V_0 = NULL;
Exception_t * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
VirtActionInvoker0::Invoke(23 /* System.Void System.Security.Cryptography.X509Certificates.X509Certificate2Impl::Reset() */, __this);
V_0 = (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)NULL;
String_t* L_0 = ___password1;
if (L_0)
{
goto IL_0034;
}
}
IL_000b:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___rawData0;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_2 = (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)il2cpp_codegen_object_new(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B_il2cpp_TypeInfo_var);
X509Certificate__ctor_mE2BC6649D450A36E902A2D6BEB50C49130411129(L_2, L_1, /*hidden argument*/NULL);
V_0 = L_2;
goto IL_004a;
} // 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_0014;
throw e;
}
CATCH_0014:
{ // begin catch(System.Exception)
{
V_1 = ((Exception_t *)__exception_local);
}
IL_0015:
try
{ // begin try (depth: 2)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ___rawData0;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_4 = X509Certificate2ImplMono_ImportPkcs12_m7C9D1CD7EB5D1CBD27E20EB92D494C65BDA240D0(__this, L_3, (String_t*)NULL, /*hidden argument*/NULL);
V_0 = L_4;
goto IL_0032;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_0020;
throw e;
}
CATCH_0020:
{ // begin catch(System.Object)
String_t* L_5 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralAC0D6C2F89DEBDA22E3B4C540ACD75A71CCCA8FC, /*hidden argument*/NULL);
Exception_t * L_6 = V_1;
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_7 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m65F4E67FD9D0449B5BFFC04E359BF3EC098075DA(L_7, L_5, L_6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, X509Certificate2ImplMono_Import_mB7A89EF3758EDF0BA2BA0AF78AE2D4BB61D5E0FF_RuntimeMethod_var);
} // end catch (depth: 2)
IL_0032:
{
goto IL_004a;
}
} // end catch (depth: 1)
IL_0034:
{
}
IL_0035:
try
{ // begin try (depth: 1)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = ___rawData0;
String_t* L_9 = ___password1;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_10 = X509Certificate2ImplMono_ImportPkcs12_m7C9D1CD7EB5D1CBD27E20EB92D494C65BDA240D0(__this, L_8, L_9, /*hidden argument*/NULL);
V_0 = L_10;
goto IL_004a;
} // 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_0040;
throw e;
}
CATCH_0040:
{ // begin catch(System.Object)
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_11 = ___rawData0;
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_12 = (X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)il2cpp_codegen_object_new(X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B_il2cpp_TypeInfo_var);
X509Certificate__ctor_mE2BC6649D450A36E902A2D6BEB50C49130411129(L_12, L_11, /*hidden argument*/NULL);
V_0 = L_12;
goto IL_004a;
} // end catch (depth: 1)
IL_004a:
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_13 = V_0;
__this->set__cert_8(L_13);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_Reset_m91B0462356708973478FC82A9D12EECF56FD4FAE (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
__this->set__cert_8((X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B *)NULL);
__this->set__archived_1((bool)0);
__this->set__extensions_2((X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F *)NULL);
__this->set__publicKey_3((PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 *)NULL);
__this->set_issuer_name_4((X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 *)NULL);
__this->set_subject_name_5((X500DistinguishedName_t848C6BCD1C0923D5FF85BCA3804AC3D256DF8199 *)NULL);
__this->set_signature_algorithm_6((Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)NULL);
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_0 = __this->get_intermediateCerts_7();
if (!L_0)
{
goto IL_004b;
}
}
{
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_1 = __this->get_intermediateCerts_7();
NullCheck(L_1);
X509CertificateImplCollection_Dispose_mF63BF196D21676FD5055763520ABC93F56A4449F(L_1, /*hidden argument*/NULL);
__this->set_intermediateCerts_7((X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 *)NULL);
}
IL_004b:
{
return;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ToString()
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_ToString_mB5CE336C20BF230C1B0153BF1D2612FD22E0347F (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_ToString_mB5CE336C20BF230C1B0153BF1D2612FD22E0347F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
if (L_0)
{
goto IL_000e;
}
}
{
return _stringLiteralAC98D7D01DA5782EE3515950483A5831CAF58DA7;
}
IL_000e:
{
String_t* L_1 = VirtFuncInvoker1< String_t*, bool >::Invoke(15 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::ToString(System.Boolean) */, __this, (bool)1);
return L_1;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509Certificate2ImplMono_ToString_m88CDD1F5BDC5CDB329A872B58AF69CDB10799321 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, bool ___verbose0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_ToString_m88CDD1F5BDC5CDB329A872B58AF69CDB10799321_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
String_t* V_0 = NULL;
StringBuilder_t * V_1 = NULL;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * V_2 = NULL;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 V_3;
memset(&V_3, 0, sizeof(V_3));
{
X509Certificate_t592E2574612B2C554C7B707754AEC3B66A4B476B * L_0 = __this->get__cert_8();
if (L_0)
{
goto IL_000e;
}
}
{
return _stringLiteralAC98D7D01DA5782EE3515950483A5831CAF58DA7;
}
IL_000e:
{
String_t* L_1 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
V_0 = L_1;
StringBuilder_t * L_2 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_2, /*hidden argument*/NULL);
V_1 = L_2;
bool L_3 = ___verbose0;
if (L_3)
{
goto IL_00af;
}
}
{
StringBuilder_t * L_4 = V_1;
String_t* L_5 = V_0;
String_t* L_6 = VirtFuncInvoker1< String_t*, bool >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetSubjectName(System.Boolean) */, __this, (bool)0);
NullCheck(L_4);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_4, _stringLiteral1D42C6034806299EEE6801C71D349D4F36548B67, L_5, L_6, /*hidden argument*/NULL);
StringBuilder_t * L_7 = V_1;
String_t* L_8 = V_0;
String_t* L_9 = VirtFuncInvoker1< String_t*, bool >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetIssuerName(System.Boolean) */, __this, (bool)0);
NullCheck(L_7);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_7, _stringLiteralB3B36D70657A035EA1357154C3FBD189E9AC944E, L_8, L_9, /*hidden argument*/NULL);
StringBuilder_t * L_10 = V_1;
String_t* L_11 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_12 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidFrom() */, __this);
V_3 = L_12;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_13 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_3), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_14 = L_13;
RuntimeObject * L_15 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_14);
NullCheck(L_10);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_10, _stringLiteralD955EB50BBCD91172BC0E2F7CDE01E1435C95459, L_11, L_15, /*hidden argument*/NULL);
StringBuilder_t * L_16 = V_1;
String_t* L_17 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_18 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidUntil() */, __this);
V_3 = L_18;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_19 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_3), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_20 = L_19;
RuntimeObject * L_21 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_20);
NullCheck(L_16);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_16, _stringLiteralC16BE404ABC56D7B9706D820255A59E2B0B8116B, L_17, L_21, /*hidden argument*/NULL);
StringBuilder_t * L_22 = V_1;
String_t* L_23 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_24 = X509CertificateImpl_GetCertHash_m689E23FC1AE1A5543825E62E3542C3F9D875B092(__this, /*hidden argument*/NULL);
String_t* L_25 = X509Helper_ToHexString_m5C9A804A41A8C18E730C3BF0E5049E86A3ADB515(L_24, /*hidden argument*/NULL);
NullCheck(L_22);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_22, _stringLiteral26B1BCF7A456CFF0D3AF44938C7251454D59F97E, L_23, L_25, /*hidden argument*/NULL);
StringBuilder_t * L_26 = V_1;
String_t* L_27 = V_0;
NullCheck(L_26);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, L_27, /*hidden argument*/NULL);
StringBuilder_t * L_28 = V_1;
NullCheck(L_28);
String_t* L_29 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_28);
return L_29;
}
IL_00af:
{
StringBuilder_t * L_30 = V_1;
String_t* L_31 = V_0;
int32_t L_32 = VirtFuncInvoker0< int32_t >::Invoke(20 /* System.Int32 System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_Version() */, __this);
int32_t L_33 = L_32;
RuntimeObject * L_34 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_33);
NullCheck(L_30);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_30, _stringLiteral2E1E4CD3930C6357B7D4886857CBE4CBF6B08DE4, L_31, L_34, /*hidden argument*/NULL);
StringBuilder_t * L_35 = V_1;
String_t* L_36 = V_0;
String_t* L_37 = VirtFuncInvoker1< String_t*, bool >::Invoke(8 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetSubjectName(System.Boolean) */, __this, (bool)0);
NullCheck(L_35);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_35, _stringLiteral1D42C6034806299EEE6801C71D349D4F36548B67, L_36, L_37, /*hidden argument*/NULL);
StringBuilder_t * L_38 = V_1;
String_t* L_39 = V_0;
String_t* L_40 = VirtFuncInvoker1< String_t*, bool >::Invoke(7 /* System.String System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetIssuerName(System.Boolean) */, __this, (bool)0);
NullCheck(L_38);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_38, _stringLiteralB3B36D70657A035EA1357154C3FBD189E9AC944E, L_39, L_40, /*hidden argument*/NULL);
StringBuilder_t * L_41 = V_1;
String_t* L_42 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_43 = VirtFuncInvoker0< ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* >::Invoke(14 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetSerialNumber() */, __this);
NullCheck(L_41);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_41, _stringLiteralEB379946648B63BC6D1FBFECD3930A46FA3922C7, L_42, (RuntimeObject *)(RuntimeObject *)L_43, /*hidden argument*/NULL);
StringBuilder_t * L_44 = V_1;
String_t* L_45 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_46 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(10 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidFrom() */, __this);
V_3 = L_46;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_47 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_3), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_48 = L_47;
RuntimeObject * L_49 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_48);
NullCheck(L_44);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_44, _stringLiteralD955EB50BBCD91172BC0E2F7CDE01E1435C95459, L_45, L_49, /*hidden argument*/NULL);
StringBuilder_t * L_50 = V_1;
String_t* L_51 = V_0;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_52 = VirtFuncInvoker0< DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 >::Invoke(11 /* System.DateTime System.Security.Cryptography.X509Certificates.X509CertificateImpl::GetValidUntil() */, __this);
V_3 = L_52;
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_53 = DateTime_ToLocalTime_m32BCB17476069A13A2EB0AFF3B20CCAF2070B171((DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 *)(&V_3), /*hidden argument*/NULL);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_54 = L_53;
RuntimeObject * L_55 = Box(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var, &L_54);
NullCheck(L_50);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_50, _stringLiteralC16BE404ABC56D7B9706D820255A59E2B0B8116B, L_51, L_55, /*hidden argument*/NULL);
StringBuilder_t * L_56 = V_1;
String_t* L_57 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_58 = X509CertificateImpl_GetCertHash_m689E23FC1AE1A5543825E62E3542C3F9D875B092(__this, /*hidden argument*/NULL);
String_t* L_59 = X509Helper_ToHexString_m5C9A804A41A8C18E730C3BF0E5049E86A3ADB515(L_58, /*hidden argument*/NULL);
NullCheck(L_56);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_56, _stringLiteral26B1BCF7A456CFF0D3AF44938C7251454D59F97E, L_57, L_59, /*hidden argument*/NULL);
StringBuilder_t * L_60 = V_1;
String_t* L_61 = V_0;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_62 = VirtFuncInvoker0< Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * >::Invoke(19 /* System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_SignatureAlgorithm() */, __this);
NullCheck(L_62);
String_t* L_63 = Oid_get_FriendlyName_mEA531D74DAD8FD43948097C418DA23F66399B694(L_62, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_64 = VirtFuncInvoker0< Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * >::Invoke(19 /* System.Security.Cryptography.Oid System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_SignatureAlgorithm() */, __this);
NullCheck(L_64);
String_t* L_65 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_64, /*hidden argument*/NULL);
NullCheck(L_60);
StringBuilder_AppendFormat_m3CEA3DC2882754882D9177BCF19A3BFD52AB7D7E(L_60, _stringLiteral24FD433A7BDA12B304511BB959363E082C1634EA, L_61, L_63, L_65, /*hidden argument*/NULL);
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_66 = VirtFuncInvoker0< PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, __this);
NullCheck(L_66);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_67 = PublicKey_get_Key_m9690CE02A29978F4F97623CB72361EC3E69935F7(L_66, /*hidden argument*/NULL);
V_2 = L_67;
StringBuilder_t * L_68 = V_1;
String_t* L_69 = V_0;
NullCheck(L_68);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_68, _stringLiteralAD2F7C3F2F646E2AC12B09A33B0F78F91AFFE5DA, L_69, /*hidden argument*/NULL);
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_70 = V_2;
if (!((RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145 *)IsInstClass((RuntimeObject*)L_70, RSA_tB6C4B434B2AC02E3F8981DB2908C2018E251D145_il2cpp_TypeInfo_var)))
{
goto IL_01ac;
}
}
{
StringBuilder_t * L_71 = V_1;
NullCheck(L_71);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_71, _stringLiteral56D91D770F6FD64E188020F40D1D915BE6E046DC, /*hidden argument*/NULL);
goto IL_01cf;
}
IL_01ac:
{
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_72 = V_2;
if (!((DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF *)IsInstClass((RuntimeObject*)L_72, DSA_t932F4A94DD2B782BFFC197544398826E6CDB64CF_il2cpp_TypeInfo_var)))
{
goto IL_01c2;
}
}
{
StringBuilder_t * L_73 = V_1;
NullCheck(L_73);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_73, _stringLiteral3DBF83FF89B0BB283CED3C1E49B246AB5743B7C5, /*hidden argument*/NULL);
goto IL_01cf;
}
IL_01c2:
{
StringBuilder_t * L_74 = V_1;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_75 = V_2;
NullCheck(L_75);
String_t* L_76 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_75);
NullCheck(L_74);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_74, L_76, /*hidden argument*/NULL);
}
IL_01cf:
{
StringBuilder_t * L_77 = V_1;
String_t* L_78 = V_0;
AsymmetricAlgorithm_t9F811260245370BD8786A849DBF9F8054F97F4CB * L_79 = V_2;
NullCheck(L_79);
int32_t L_80 = VirtFuncInvoker0< int32_t >::Invoke(6 /* System.Int32 System.Security.Cryptography.AsymmetricAlgorithm::get_KeySize() */, L_79);
int32_t L_81 = L_80;
RuntimeObject * L_82 = Box(Int32_t585191389E07734F19F3156FF88FB3EF4800D102_il2cpp_TypeInfo_var, &L_81);
NullCheck(L_77);
StringBuilder_AppendFormat_m9DBA7709F546159ABC85BA341965305AB044D1B7(L_77, _stringLiteralAE8AC5E1BDEEEAF0EB1DC88A8A30600C79F9F18E, L_78, L_82, /*hidden argument*/NULL);
StringBuilder_t * L_83 = V_1;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_84 = VirtFuncInvoker0< PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, __this);
NullCheck(L_84);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_85 = PublicKey_get_EncodedKeyValue_m4BD0975B491E89FFE2A75C1ACDEB1DCCAF586D4F(L_84, /*hidden argument*/NULL);
NullCheck(L_85);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_86 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_85, /*hidden argument*/NULL);
IL2CPP_RUNTIME_CLASS_INIT(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var);
X509Certificate2ImplMono_AppendBuffer_mDB49D80453E139498ABF2BC30ED526A61D2F4F71(L_83, L_86, /*hidden argument*/NULL);
StringBuilder_t * L_87 = V_1;
String_t* L_88 = V_0;
NullCheck(L_87);
StringBuilder_AppendFormat_mFFABDE5D2413C5657E6411FC60C8C38E1674E09D(L_87, _stringLiteralE07F719BDFBE16C48441136DF82A426DE7CBD2F8, L_88, /*hidden argument*/NULL);
StringBuilder_t * L_89 = V_1;
PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * L_90 = VirtFuncInvoker0< PublicKey_tBA8234EB603A903FCBBBE67D8247393D4CC8D620 * >::Invoke(18 /* System.Security.Cryptography.X509Certificates.PublicKey System.Security.Cryptography.X509Certificates.X509Certificate2Impl::get_PublicKey() */, __this);
NullCheck(L_90);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_91 = PublicKey_get_EncodedParameters_m629FF8D7E4EEDED96BC455B7B953DC5A46D26F4F(L_90, /*hidden argument*/NULL);
NullCheck(L_91);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_92 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_91, /*hidden argument*/NULL);
X509Certificate2ImplMono_AppendBuffer_mDB49D80453E139498ABF2BC30ED526A61D2F4F71(L_89, L_92, /*hidden argument*/NULL);
StringBuilder_t * L_93 = V_1;
String_t* L_94 = V_0;
NullCheck(L_93);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_93, L_94, /*hidden argument*/NULL);
StringBuilder_t * L_95 = V_1;
NullCheck(L_95);
String_t* L_96 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_95);
return L_96;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::AppendBuffer(System.Text.StringBuilder,System.Byte[])
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono_AppendBuffer_mDB49D80453E139498ABF2BC30ED526A61D2F4F71 (StringBuilder_t * ___sb0, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___buffer1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono_AppendBuffer_mDB49D80453E139498ABF2BC30ED526A61D2F4F71_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___buffer1;
if (L_0)
{
goto IL_0004;
}
}
{
return;
}
IL_0004:
{
V_0 = 0;
goto IL_0038;
}
IL_0008:
{
StringBuilder_t * L_1 = ___sb0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___buffer1;
int32_t L_3 = V_0;
NullCheck(L_2);
String_t* L_4 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)((L_2)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_3))), _stringLiteralD43134CB1CE397F6BCEB0059EDFFA36BB6FDCEE5, /*hidden argument*/NULL);
NullCheck(L_1);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_1, L_4, /*hidden argument*/NULL);
int32_t L_5 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_6 = ___buffer1;
NullCheck(L_6);
if ((((int32_t)L_5) >= ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_6)->max_length)))), (int32_t)1)))))
{
goto IL_0034;
}
}
{
StringBuilder_t * L_7 = ___sb0;
NullCheck(L_7);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_7, _stringLiteralB858CB282617FB0956D960215C8E84D1CCF909C6, /*hidden argument*/NULL);
}
IL_0034:
{
int32_t L_8 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0038:
{
int32_t L_9 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___buffer1;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))
{
goto IL_0008;
}
}
{
return;
}
}
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::get_IntermediateCertificates()
extern "C" IL2CPP_METHOD_ATTR X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * X509Certificate2ImplMono_get_IntermediateCertificates_m053FE037CA3747C75B056C11AA56DB1F2EE36809 (X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5 * __this, const RuntimeMethod* method)
{
{
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_0 = __this->get_intermediateCerts_7();
return L_0;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Certificate2ImplMono::.cctor()
extern "C" IL2CPP_METHOD_ATTR void X509Certificate2ImplMono__cctor_m8ABA0491BD741AF08233E6B3B2B4F61420FF4C65 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Certificate2ImplMono__cctor_m8ABA0491BD741AF08233E6B3B2B4F61420FF4C65_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
String_t* L_0 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral5669457F19AF3BBB3BEDECB17A49977131A45C9E, /*hidden argument*/NULL);
((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->set_empty_error_9(L_0);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)3);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = L_1;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_3 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____1A84029C80CB5518379F199F53FF08A7B764F8FD_3_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_2, L_3, /*hidden argument*/NULL);
((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->set_commonName_10(L_2);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = L_4;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_6 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____6D49C9D487D7AD3491ECE08732D68A593CC2038D_7_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_5, L_6, /*hidden argument*/NULL);
((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->set_email_11(L_5);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)((int32_t)9));
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_8 = L_7;
RuntimeFieldHandle_t844BDF00E8E6FE69D9AEAA7657F09018B864F4EF L_9 = { reinterpret_cast<intptr_t> (U3CPrivateImplementationDetailsU3E_tD3F45A95FC1F3A32916F221D83F290D182AD6291____1A39764B112685485A5BA7B2880D878B858C1A7A_2_FieldInfo_var) };
RuntimeHelpers_InitializeArray_m29F50CDFEEE0AB868200291366253DD4737BC76A((RuntimeArray *)(RuntimeArray *)L_8, L_9, /*hidden argument*/NULL);
((X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_StaticFields*)il2cpp_codegen_static_fields_for(X509Certificate2ImplMono_t3A65BD83268B651BCBE65CFB3691FB85401A91A5_il2cpp_TypeInfo_var))->set_signedData_12(L_8);
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.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m3CEEDA1CDA93234E6E78DFB6563738B050AFF6CA (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, const RuntimeMethod* method)
{
{
CollectionBase__ctor_mE3F20EEAA96F8613088EDD69A17E49C22E97ADF9(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m24BAA500237577256DCA1BD814ED88D163E702E3 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___value0, const RuntimeMethod* method)
{
{
CollectionBase__ctor_mE3F20EEAA96F8613088EDD69A17E49C22E97ADF9(__this, /*hidden argument*/NULL);
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = ___value0;
X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289(__this, L_0, /*hidden argument*/NULL);
return;
}
}
// System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL);
int32_t L_1 = ___index0;
NullCheck(L_0);
RuntimeObject * L_2 = VirtFuncInvoker1< RuntimeObject *, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_0, L_1);
return ((X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)CastclassClass((RuntimeObject*)L_2, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2_il2cpp_TypeInfo_var));
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateCollection::Add(System.Security.Cryptography.X509Certificates.X509Certificate)
extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_Add_mDF43F609EAE240711FCE880E66EE814178AB2E66 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateCollection_Add_mDF43F609EAE240711FCE880E66EE814178AB2E66_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509CertificateCollection_Add_mDF43F609EAE240711FCE880E66EE814178AB2E66_RuntimeMethod_var);
}
IL_000e:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL);
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_3 = ___value0;
NullCheck(L_2);
int32_t L_4 = VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_3);
return L_4;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::AddRange(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289 (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___value0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
int32_t V_0 = 0;
{
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = ___value0;
if (L_0)
{
goto IL_000e;
}
}
{
ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD * L_1 = (ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD *)il2cpp_codegen_object_new(ArgumentNullException_t581DF992B1F3E0EC6EFB30CC5DC43519A79B27AD_il2cpp_TypeInfo_var);
ArgumentNullException__ctor_mEE0C0D6FCB2D08CD7967DBB1329A0854BBED49ED(L_1, _stringLiteralF32B67C7E26342AF42EFABC674D441DCA0A281C5, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509CertificateCollection_AddRange_m420F91827C84ED68AB81855E07BBF0CA7D150289_RuntimeMethod_var);
}
IL_000e:
{
V_0 = 0;
goto IL_0029;
}
IL_0012:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_2 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL);
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_3 = ___value0;
int32_t L_4 = V_0;
NullCheck(L_3);
X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * L_5 = X509CertificateCollection_get_Item_m799058377874ABF0EEE8AD63AE89B62B930A1E57(L_3, L_4, /*hidden argument*/NULL);
NullCheck(L_2);
VirtFuncInvoker1< int32_t, RuntimeObject * >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_2, L_5);
int32_t L_6 = V_0;
V_0 = ((int32_t)il2cpp_codegen_add((int32_t)L_6, (int32_t)1));
}
IL_0029:
{
int32_t L_7 = V_0;
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_8 = ___value0;
NullCheck(L_8);
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_9 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(L_8, /*hidden argument*/NULL);
NullCheck(L_9);
int32_t L_10 = VirtFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_9);
if ((((int32_t)L_7) < ((int32_t)L_10)))
{
goto IL_0012;
}
}
{
return;
}
}
// System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * X509CertificateCollection_GetEnumerator_mD28E40E9104E833480FA012B1CE905AC08A7AD4F (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateCollection_GetEnumerator_mD28E40E9104E833480FA012B1CE905AC08A7AD4F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * L_0 = (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B *)il2cpp_codegen_object_new(X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B_il2cpp_TypeInfo_var);
X509CertificateEnumerator__ctor_m81F0C80052FB25D722E5E66D5121D9F559A2EEB4(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateCollection::GetHashCode()
extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateCollection_GetHashCode_m383BD6816EEFE8FA5CA81CA4279B5334231EF84D (X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = CollectionBase_get_InnerList_m56EDE16DE8F8FA2AA6346730CC725E0B3BF0750A(__this, /*hidden argument*/NULL);
NullCheck(L_0);
int32_t L_1 = VirtFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator__ctor_m81F0C80052FB25D722E5E66D5121D9F559A2EEB4 (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___mappings0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateEnumerator__ctor_m81F0C80052FB25D722E5E66D5121D9F559A2EEB4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = ___mappings0;
NullCheck(L_0);
RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_0);
__this->set_enumerator_0(L_1);
return;
}
}
// System.Security.Cryptography.X509Certificates.X509Certificate System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::get_Current()
extern "C" IL2CPP_METHOD_ATTR X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 * X509CertificateEnumerator_get_Current_mDA87DA5B1CD027E452E22112ED43423F95573BE0 (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateEnumerator_get_Current_mDA87DA5B1CD027E452E22112ED43423F95573BE0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return ((X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2 *)CastclassClass((RuntimeObject*)L_1, X509Certificate_t6859B8914E252B6831D6F59A2A720CD23F7FA7B2_il2cpp_TypeInfo_var));
}
}
// System.Object System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m92ACFD522418E3D722E6C723FA93FBFC7A1A3EBC (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_get_Current_m92ACFD522418E3D722E6C723FA93FBFC7A1A3EBC_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::System.Collections.IEnumerator.MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m99B025AB34B4F5CFAD7836A73D01FBE1AEA019F4 (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_MoveNext_m99B025AB34B4F5CFAD7836A73D01FBE1AEA019F4_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::System.Collections.IEnumerator.Reset()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m7EC63F5898E3A9881E73EB6205238C31ED4CC323 (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateEnumerator_System_Collections_IEnumerator_Reset_m7EC63F5898E3A9881E73EB6205238C31ED4CC323_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509CertificateCollection_X509CertificateEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool X509CertificateEnumerator_MoveNext_m472F420F968A52D970486D21BFFABCCE5329F714 (X509CertificateEnumerator_t99AEDECD77BFC6083D8C98F9760BF7876D5B886B * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateEnumerator_MoveNext_m472F420F968A52D970486D21BFFABCCE5329F714_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_mC714F3565563EC51068E2601AE9B9F34E2850876 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection__ctor_mC714F3565563EC51068E2601AE9B9F34E2850876_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_0 = (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *)il2cpp_codegen_object_new(List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_il2cpp_TypeInfo_var);
List_1__ctor_m27940B00B532BFFD0EB5E55036ED9F6E4A878A6D(L_0, /*hidden argument*/List_1__ctor_m27940B00B532BFFD0EB5E55036ED9F6E4A878A6D_RuntimeMethod_var);
__this->set_list_0(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateImplCollection)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection__ctor_mBD6BE41E55AE1A9FF1E6B528638D002209F7BFB0 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * ___other0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection__ctor_mBD6BE41E55AE1A9FF1E6B528638D002209F7BFB0_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 V_0;
memset(&V_0, 0, sizeof(V_0));
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_0 = (List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 *)il2cpp_codegen_object_new(List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033_il2cpp_TypeInfo_var);
List_1__ctor_m27940B00B532BFFD0EB5E55036ED9F6E4A878A6D(L_0, /*hidden argument*/List_1__ctor_m27940B00B532BFFD0EB5E55036ED9F6E4A878A6D_RuntimeMethod_var);
__this->set_list_0(L_0);
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_1 = ___other0;
NullCheck(L_1);
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_2 = L_1->get_list_0();
NullCheck(L_2);
Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 L_3 = List_1_GetEnumerator_m943860C96E547D17B46A668548D3B2A9C15AFCD6(L_2, /*hidden argument*/List_1_GetEnumerator_m943860C96E547D17B46A668548D3B2A9C15AFCD6_RuntimeMethod_var);
V_0 = L_3;
}
IL_001d:
try
{ // begin try (depth: 1)
{
goto IL_0038;
}
IL_001f:
{
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_4 = Enumerator_get_Current_m5DD4801D1C181E6FC6D92EAC8CD0852C5707D648((Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m5DD4801D1C181E6FC6D92EAC8CD0852C5707D648_RuntimeMethod_var);
V_1 = L_4;
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_5 = __this->get_list_0();
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_6 = V_1;
NullCheck(L_6);
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_7 = VirtFuncInvoker0< X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImpl::Clone() */, L_6);
NullCheck(L_5);
List_1_Add_m9CF3F68D7F0A0676FA4EB9C8FC0BB0644B982549(L_5, L_7, /*hidden argument*/List_1_Add_m9CF3F68D7F0A0676FA4EB9C8FC0BB0644B982549_RuntimeMethod_var);
}
IL_0038:
{
bool L_8 = Enumerator_MoveNext_mBD5B46FBBD5D092048A388AA888C3F50A7FAECDB((Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mBD5B46FBBD5D092048A388AA888C3F50A7FAECDB_RuntimeMethod_var);
if (L_8)
{
goto IL_001f;
}
}
IL_0041:
{
IL2CPP_LEAVE(0x51, 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)
Enumerator_Dispose_m7502212A0EA83A5E001332B3325F40C0E5961248((Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m7502212A0EA83A5E001332B3325F40C0E5961248_RuntimeMethod_var);
IL2CPP_END_FINALLY(67)
} // end finally (depth: 1)
IL2CPP_CLEANUP(67)
{
IL2CPP_JUMP_TBL(0x51, IL_0051)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_0051:
{
return;
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t X509CertificateImplCollection_get_Count_m1503CBCEDE4650173097C408898F1806582CC77E (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection_get_Count_m1503CBCEDE4650173097C408898F1806582CC77E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_0 = __this->get_list_0();
NullCheck(L_0);
int32_t L_1 = List_1_get_Count_m935FD9AF5C8577F2CB1837C73F7FD641A5D79D9E(L_0, /*hidden argument*/List_1_get_Count_m935FD9AF5C8577F2CB1837C73F7FD641A5D79D9E_RuntimeMethod_var);
return L_1;
}
}
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::get_Item(System.Int32)
extern "C" IL2CPP_METHOD_ATTR X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * X509CertificateImplCollection_get_Item_m24CA14D68946B6E0006B162BA284EB51F826F276 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, int32_t ___index0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection_get_Item_m24CA14D68946B6E0006B162BA284EB51F826F276_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_0 = __this->get_list_0();
int32_t L_1 = ___index0;
NullCheck(L_0);
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_2 = List_1_get_Item_mE3956E50B81BA7D16231AFED45640DA5333FBF33(L_0, L_1, /*hidden argument*/List_1_get_Item_mE3956E50B81BA7D16231AFED45640DA5333FBF33_RuntimeMethod_var);
return L_2;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Add(System.Security.Cryptography.X509Certificates.X509CertificateImpl,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Add_m3A1312DA419D2777C0A5F37ADA482A40C3256BE6 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * ___impl0, bool ___takeOwnership1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection_Add_m3A1312DA419D2777C0A5F37ADA482A40C3256BE6_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
bool L_0 = ___takeOwnership1;
if (L_0)
{
goto IL_000b;
}
}
{
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_1 = ___impl0;
NullCheck(L_1);
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_2 = VirtFuncInvoker0< X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * >::Invoke(6 /* System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509CertificateImpl::Clone() */, L_1);
___impl0 = L_2;
}
IL_000b:
{
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_3 = __this->get_list_0();
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_4 = ___impl0;
NullCheck(L_3);
List_1_Add_m9CF3F68D7F0A0676FA4EB9C8FC0BB0644B982549(L_3, L_4, /*hidden argument*/List_1_Add_m9CF3F68D7F0A0676FA4EB9C8FC0BB0644B982549_RuntimeMethod_var);
return;
}
}
// System.Security.Cryptography.X509Certificates.X509CertificateImplCollection System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Clone()
extern "C" IL2CPP_METHOD_ATTR X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * X509CertificateImplCollection_Clone_mFA9129A5042E00B9068B45572B98E83EF3EF7368 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection_Clone_mFA9129A5042E00B9068B45572B98E83EF3EF7368_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * L_0 = (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 *)il2cpp_codegen_object_new(X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242_il2cpp_TypeInfo_var);
X509CertificateImplCollection__ctor_mBD6BE41E55AE1A9FF1E6B528638D002209F7BFB0(L_0, __this, /*hidden argument*/NULL);
return L_0;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Dispose()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Dispose_mF63BF196D21676FD5055763520ABC93F56A4449F (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection_Dispose_mF63BF196D21676FD5055763520ABC93F56A4449F_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::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.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Dispose_m7C6F7B2BB470BE090CCA19E50C4A6E9004441D67 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, bool ___disposing0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509CertificateImplCollection_Dispose_m7C6F7B2BB470BE090CCA19E50C4A6E9004441D67_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 V_0;
memset(&V_0, 0, sizeof(V_0));
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * V_1 = NULL;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_0 = __this->get_list_0();
NullCheck(L_0);
Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 L_1 = List_1_GetEnumerator_m943860C96E547D17B46A668548D3B2A9C15AFCD6(L_0, /*hidden argument*/List_1_GetEnumerator_m943860C96E547D17B46A668548D3B2A9C15AFCD6_RuntimeMethod_var);
V_0 = L_1;
}
IL_000c:
try
{ // begin try (depth: 1)
{
goto IL_0021;
}
IL_000e:
{
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_2 = Enumerator_get_Current_m5DD4801D1C181E6FC6D92EAC8CD0852C5707D648((Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *)(&V_0), /*hidden argument*/Enumerator_get_Current_m5DD4801D1C181E6FC6D92EAC8CD0852C5707D648_RuntimeMethod_var);
V_1 = L_2;
}
IL_0016:
try
{ // begin try (depth: 2)
X509CertificateImpl_t89610BFDE87B872143A4623CFC7F17275EB48313 * L_3 = V_1;
NullCheck(L_3);
X509CertificateImpl_Dispose_mA455E91791B253BA747D256FF6D1146A57584776(L_3, /*hidden argument*/NULL);
goto IL_0021;
} // end try (depth: 2)
catch(Il2CppExceptionWrapper& e)
{
__exception_local = (Exception_t *)e.ex;
if(il2cpp_codegen_class_is_assignable_from (RuntimeObject_il2cpp_TypeInfo_var, il2cpp_codegen_object_class(e.ex)))
goto CATCH_001e;
throw e;
}
CATCH_001e:
{ // begin catch(System.Object)
goto IL_0021;
} // end catch (depth: 2)
IL_0021:
{
bool L_4 = Enumerator_MoveNext_mBD5B46FBBD5D092048A388AA888C3F50A7FAECDB((Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *)(&V_0), /*hidden argument*/Enumerator_MoveNext_mBD5B46FBBD5D092048A388AA888C3F50A7FAECDB_RuntimeMethod_var);
if (L_4)
{
goto IL_000e;
}
}
IL_002a:
{
IL2CPP_LEAVE(0x3A, FINALLY_002c);
}
} // end try (depth: 1)
catch(Il2CppExceptionWrapper& e)
{
__last_unhandled_exception = (Exception_t *)e.ex;
goto FINALLY_002c;
}
FINALLY_002c:
{ // begin finally (depth: 1)
Enumerator_Dispose_m7502212A0EA83A5E001332B3325F40C0E5961248((Enumerator_tC179A4C99EADEEAD55C0FF4200B5DAE9DC92B973 *)(&V_0), /*hidden argument*/Enumerator_Dispose_m7502212A0EA83A5E001332B3325F40C0E5961248_RuntimeMethod_var);
IL2CPP_END_FINALLY(44)
} // end finally (depth: 1)
IL2CPP_CLEANUP(44)
{
IL2CPP_JUMP_TBL(0x3A, IL_003a)
IL2CPP_RETHROW_IF_UNHANDLED(Exception_t *)
}
IL_003a:
{
List_1_t37E424CC2C8529EE0DCF9C6ACACB7F4CA9534033 * L_5 = __this->get_list_0();
NullCheck(L_5);
List_1_Clear_mBD590B538377658F3C927A4ED6DBB7D292491A4B(L_5, /*hidden argument*/List_1_Clear_mBD590B538377658F3C927A4ED6DBB7D292491A4B_RuntimeMethod_var);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::Finalize()
extern "C" IL2CPP_METHOD_ATTR void X509CertificateImplCollection_Finalize_mAFC19642C1398BE1591E4628C10179D4D676ED99 (X509CertificateImplCollection_t2F7A6E9F160116CE64224D56187C92ECD7FA7242 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.X509Certificates.X509CertificateImplCollection::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;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::get_Impl()
extern "C" IL2CPP_METHOD_ATTR X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * X509Chain_get_Impl_mC8D8FB1BED19A1E40D1DAA7561448ADFA094B740 (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, const RuntimeMethod* method)
{
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_0 = __this->get_impl_0();
X509Helper2_ThrowIfContextInvalid_m2CE36D57CDF7DCD4EDD5586EF5D526386B009DB5(L_0, /*hidden argument*/NULL);
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_1 = __this->get_impl_0();
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_mC6F6E3F01D21638D909E13D151923EB4BF592CAB (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, const RuntimeMethod* method)
{
{
X509Chain__ctor_m8273B96D3DA26CDF61C71723A980E09214D1DF36(__this, (bool)0, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Chain::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509Chain__ctor_m8273B96D3DA26CDF61C71723A980E09214D1DF36 (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, bool ___useMachineContext0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
bool L_0 = ___useMachineContext0;
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_1 = X509Helper2_CreateChainImpl_m5A5909ADD8809F95E64FC576BB29EF5B5F878D24(L_0, /*hidden argument*/NULL);
__this->set_impl_0(L_1);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Chain::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy)
extern "C" IL2CPP_METHOD_ATTR void X509Chain_set_ChainPolicy_mFFC95743026B78C7B6DA33B51CEBD81FA2215EDD (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * ___value0, const RuntimeMethod* method)
{
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_0 = X509Chain_get_Impl_mC8D8FB1BED19A1E40D1DAA7561448ADFA094B740(__this, /*hidden argument*/NULL);
X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * L_1 = ___value0;
NullCheck(L_0);
VirtActionInvoker1< X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * >::Invoke(6 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy) */, L_0, L_1);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Chain::Dispose()
extern "C" IL2CPP_METHOD_ATTR void X509Chain_Dispose_m4CC4E701CE9CA80CC1C3787E84D955D6B7632A2E (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Chain_Dispose_m4CC4E701CE9CA80CC1C3787E84D955D6B7632A2E_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.X509Certificates.X509Chain::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.Security.Cryptography.X509Certificates.X509Chain::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509Chain_Dispose_m0233872244BD2AA33E6C4D2AE572FFB991909FE9 (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_0 = __this->get_impl_0();
if (!L_0)
{
goto IL_001a;
}
}
{
X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * L_1 = __this->get_impl_0();
NullCheck(L_1);
X509ChainImpl_Dispose_m0018CE8D4317FCAEEA5465425BF5BB5A4A728CBA(L_1, /*hidden argument*/NULL);
__this->set_impl_0((X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 *)NULL);
}
IL_001a:
{
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Chain::Finalize()
extern "C" IL2CPP_METHOD_ATTR void X509Chain_Finalize_mC31E8C29EA7A66E5B4D2D41C1CACF7AF5BB94AD3 (X509Chain_t4A28E9A30CBB331C9B68AE4AFCB30625C6C8B538 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(5 /* System.Void System.Security.Cryptography.X509Certificates.X509Chain::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;
}
}
#ifdef __clang__
#pragma 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.Security.Cryptography.X509Certificates.X509ChainElementCollection::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainElementCollection__ctor_m035B6BC8E21811A1536A60FFA9BAB9A4159323E3 (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainElementCollection__ctor_m035B6BC8E21811A1536A60FFA9BAB9A4159323E3_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
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__list_0(L_0);
return;
}
}
// System.Int32 System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t X509ChainElementCollection_get_Count_m93E1B437A465A5DC0D48F0184EF55370D0E29E2F (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_0();
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.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool X509ChainElementCollection_get_IsSynchronized_m6B3C0432C195CD7A8E963B1B21451FE91B569D32 (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_0();
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0);
return L_1;
}
}
// System.Object System.Security.Cryptography.X509Certificates.X509ChainElementCollection::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509ChainElementCollection_get_SyncRoot_m376A94E55300F3C9CC2A37C50774E04FFE4F7776 (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_0();
NullCheck(L_0);
RuntimeObject * L_1 = VirtFuncInvoker0< RuntimeObject * >::Invoke(26 /* System.Object System.Collections.ArrayList::get_SyncRoot() */, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainElementCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void X509ChainElementCollection_System_Collections_ICollection_CopyTo_mFB0649BFDEA056BF980F17B68DE6B66DF436E3D8 (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_0();
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.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ChainElementCollection::System.Collections.IEnumerable.GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* X509ChainElementCollection_System_Collections_IEnumerable_GetEnumerator_mA687F2811DD1F678D629FC166F4288DD340D02F9 (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainElementCollection_System_Collections_IEnumerable_GetEnumerator_mA687F2811DD1F678D629FC166F4288DD340D02F9_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_0();
X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 * L_1 = (X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 *)il2cpp_codegen_object_new(X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20_il2cpp_TypeInfo_var);
X509ChainElementEnumerator__ctor_mC91FB54A5BD2C0B0E972FBCA193C5A453FC6957A(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.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::.ctor(System.Collections.IEnumerable)
extern "C" IL2CPP_METHOD_ATTR void X509ChainElementEnumerator__ctor_mC91FB54A5BD2C0B0E972FBCA193C5A453FC6957A (X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 * __this, RuntimeObject* ___enumerable0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainElementEnumerator__ctor_mC91FB54A5BD2C0B0E972FBCA193C5A453FC6957A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
RuntimeObject* L_0 = ___enumerable0;
NullCheck(L_0);
RuntimeObject* L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_tD74549CEA1AA48E768382B94FEACBB07E2E3FA2C_il2cpp_TypeInfo_var, L_0);
__this->set_enumerator_0(L_1);
return;
}
}
// System.Object System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::System.Collections.IEnumerator.get_Current()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509ChainElementEnumerator_System_Collections_IEnumerator_get_Current_mC3EC8EDFD95897AD140B4F680905E65D8B04B49C (X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainElementEnumerator_System_Collections_IEnumerator_get_Current_mC3EC8EDFD95897AD140B4F680905E65D8B04B49C_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
RuntimeObject * L_1 = InterfaceFuncInvoker0< RuntimeObject * >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::MoveNext()
extern "C" IL2CPP_METHOD_ATTR bool X509ChainElementEnumerator_MoveNext_mF90FBF977D510F6FCF47D5B8CB34254C2822A775 (X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainElementEnumerator_MoveNext_mF90FBF977D510F6FCF47D5B8CB34254C2822A775_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
bool L_1 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, L_0);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainElementEnumerator::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509ChainElementEnumerator_Reset_m1D149AB7FF36C6200FB205408D5E856FCE624CCA (X509ChainElementEnumerator_tEF7D4F9F87BAAF9A067923B6D4686C2AA4DB5B20 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainElementEnumerator_Reset_m1D149AB7FF36C6200FB205408D5E856FCE624CCA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeObject* L_0 = __this->get_enumerator_0();
NullCheck(L_0);
InterfaceActionInvoker0::Invoke(2 /* System.Void System.Collections.IEnumerator::Reset() */, IEnumerator_t8789118187258CC88B77AFAC6315B5AF87D3E18A_il2cpp_TypeInfo_var, 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.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose()
extern "C" IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_m0018CE8D4317FCAEEA5465425BF5BB5A4A728CBA (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainImpl_Dispose_m0018CE8D4317FCAEEA5465425BF5BB5A4A728CBA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::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.Security.Cryptography.X509Certificates.X509ChainImpl::Dispose(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509ChainImpl_Dispose_m0F4B69EE7F402C78C833599FB0F4BEC101CB328B (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * __this, bool ___disposing0, const RuntimeMethod* method)
{
{
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::Finalize()
extern "C" IL2CPP_METHOD_ATTR void X509ChainImpl_Finalize_mD3777623D36204B695026890DAAC789BE8273724 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * __this, const RuntimeMethod* method)
{
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
IL_0000:
try
{ // begin try (depth: 1)
VirtActionInvoker1< bool >::Invoke(7 /* System.Void System.Security.Cryptography.X509Certificates.X509ChainImpl::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.Security.Cryptography.X509Certificates.X509ChainImpl::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainImpl__ctor_m2DC75C34EFF93D4A1DEF14F168489613A557C962 (X509ChainImpl_t34FABF07BEA0CFB6D88717BCDDE0607D9DA13A67 * __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.Security.Cryptography.X509Certificates.X509ChainImplMono::.ctor(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509ChainImplMono__ctor_m9EEB55A0D2F4EC7D21C5D8FB470A8B9B9094A935 (X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * __this, bool ___useMachineContext0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainImplMono__ctor_m9EEB55A0D2F4EC7D21C5D8FB470A8B9B9094A935_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * G_B2_0 = NULL;
X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * G_B1_0 = NULL;
int32_t G_B3_0 = 0;
X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * G_B3_1 = NULL;
{
X509ChainImpl__ctor_m2DC75C34EFF93D4A1DEF14F168489613A557C962(__this, /*hidden argument*/NULL);
bool L_0 = ___useMachineContext0;
G_B1_0 = __this;
if (L_0)
{
G_B2_0 = __this;
goto IL_000d;
}
}
{
G_B3_0 = 1;
G_B3_1 = G_B1_0;
goto IL_000e;
}
IL_000d:
{
G_B3_0 = 2;
G_B3_1 = G_B2_0;
}
IL_000e:
{
NullCheck(G_B3_1);
G_B3_1->set_location_0(G_B3_0);
X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 * L_1 = (X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4 *)il2cpp_codegen_object_new(X509ChainElementCollection_t7098FB9D22CA34D461370C124E598C629BCADBF4_il2cpp_TypeInfo_var);
X509ChainElementCollection__ctor_m035B6BC8E21811A1536A60FFA9BAB9A4159323E3(L_1, /*hidden argument*/NULL);
__this->set_elements_1(L_1);
X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * L_2 = (X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD *)il2cpp_codegen_object_new(X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD_il2cpp_TypeInfo_var);
X509ChainPolicy__ctor_m68882C53D2D8D22007332CCA165F650078751ED4(L_2, /*hidden argument*/NULL);
__this->set_policy_2(L_2);
return;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509ChainImplMono::get_IsValid()
extern "C" IL2CPP_METHOD_ATTR bool X509ChainImplMono_get_IsValid_m782E5277F3BEF121956B1C90D56FA275879BD706 (X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * __this, const RuntimeMethod* method)
{
{
return (bool)1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::set_ChainPolicy(System.Security.Cryptography.X509Certificates.X509ChainPolicy)
extern "C" IL2CPP_METHOD_ATTR void X509ChainImplMono_set_ChainPolicy_m16F6430F9445BF75D7965A0ED22F8E17E8A4DDF2 (X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D * __this, X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * ___value0, const RuntimeMethod* method)
{
{
X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * L_0 = ___value0;
__this->set_policy_2(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainImplMono::.cctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainImplMono__cctor_m95136BE1101C06B64816562118FA9E3502406EB2 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainImplMono__cctor_m95136BE1101C06B64816562118FA9E3502406EB2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB* L_0 = (X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB*)SZArrayNew(X509ChainStatusU5BU5D_tA8CCC33D50C4BCF6F657063CD1DACCC3B9A7BFBB_il2cpp_TypeInfo_var, (uint32_t)0);
((X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_StaticFields*)il2cpp_codegen_static_fields_for(X509ChainImplMono_t38D97B22EAE940C6D941DB58282503264F19FA9D_il2cpp_TypeInfo_var))->set_Empty_3(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m68882C53D2D8D22007332CCA165F650078751ED4 (X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * __this, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
X509ChainPolicy_Reset_m651C65C1321FEFE9E3EDFC1BE2706AEFE2C612DA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::.ctor(System.Security.Cryptography.X509Certificates.X509CertificateCollection)
extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy__ctor_m53AB51FBA21115B866EB0AB6AEE039B6167F6A4D (X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * __this, X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * ___store0, const RuntimeMethod* method)
{
{
Object__ctor_m925ECA5E85CA100E3FB86A4F9E15C120E9A184C0(__this, /*hidden argument*/NULL);
X509CertificateCollection_t824A6C58D0D1B4A7CAE30F26CE8EE4B23A8A1833 * L_0 = ___store0;
__this->set_store_2(L_0);
X509ChainPolicy_Reset_m651C65C1321FEFE9E3EDFC1BE2706AEFE2C612DA(__this, /*hidden argument*/NULL);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ChainPolicy::Reset()
extern "C" IL2CPP_METHOD_ATTR void X509ChainPolicy_Reset_m651C65C1321FEFE9E3EDFC1BE2706AEFE2C612DA (X509ChainPolicy_tCA1D9E9842A16ACD71D35E9C36659E3E861D74DD * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ChainPolicy_Reset_m651C65C1321FEFE9E3EDFC1BE2706AEFE2C612DA_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_0 = (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E *)il2cpp_codegen_object_new(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E_il2cpp_TypeInfo_var);
OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800(L_0, /*hidden argument*/NULL);
__this->set_apps_0(L_0);
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_1 = (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E *)il2cpp_codegen_object_new(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E_il2cpp_TypeInfo_var);
OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800(L_1, /*hidden argument*/NULL);
__this->set_cert_1(L_1);
__this->set_store2_3((X509Certificate2Collection_t14D64A5A2CFE4EA1782A417F975C2AB85BDA190D *)NULL);
__this->set_rflag_4(2);
__this->set_mode_5(1);
IL2CPP_RUNTIME_CLASS_INIT(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var);
TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4 L_2 = ((TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_StaticFields*)il2cpp_codegen_static_fields_for(TimeSpan_tA8069278ACE8A74D6DF7D514A9CD4432433F64C4_il2cpp_TypeInfo_var))->get_Zero_0();
__this->set_timeout_6(L_2);
__this->set_vflags_7(0);
IL2CPP_RUNTIME_CLASS_INIT(DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132_il2cpp_TypeInfo_var);
DateTime_t349B7449FBAAFF4192636E2B7A07694DA9236132 L_3 = DateTime_get_Now_mB464D30F15C97069F92C1F910DCDDC3DFCC7F7D2(/*hidden argument*/NULL);
__this->set_vtime_8(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
// Conversion methods for marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus
extern "C" void X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshal_pinvoke(const X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C& unmarshaled, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_pinvoke& marshaled)
{
marshaled.___status_0 = unmarshaled.get_status_0();
marshaled.___info_1 = il2cpp_codegen_marshal_string(unmarshaled.get_info_1());
}
extern "C" void X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshal_pinvoke_back(const X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_pinvoke& marshaled, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C& unmarshaled)
{
int32_t unmarshaled_status_temp_0 = 0;
unmarshaled_status_temp_0 = marshaled.___status_0;
unmarshaled.set_status_0(unmarshaled_status_temp_0);
unmarshaled.set_info_1(il2cpp_codegen_marshal_string_result(marshaled.___info_1));
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus
extern "C" void X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshal_pinvoke_cleanup(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_pinvoke& marshaled)
{
il2cpp_codegen_marshal_free(marshaled.___info_1);
marshaled.___info_1 = NULL;
}
// Conversion methods for marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus
extern "C" void X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshal_com(const X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C& unmarshaled, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_com& marshaled)
{
marshaled.___status_0 = unmarshaled.get_status_0();
marshaled.___info_1 = il2cpp_codegen_marshal_bstring(unmarshaled.get_info_1());
}
extern "C" void X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshal_com_back(const X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_com& marshaled, X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C& unmarshaled)
{
int32_t unmarshaled_status_temp_0 = 0;
unmarshaled_status_temp_0 = marshaled.___status_0;
unmarshaled.set_status_0(unmarshaled_status_temp_0);
unmarshaled.set_info_1(il2cpp_codegen_marshal_bstring_result(marshaled.___info_1));
}
// Conversion method for clean up from marshalling of: System.Security.Cryptography.X509Certificates.X509ChainStatus
extern "C" void X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshal_com_cleanup(X509ChainStatus_t9E05BD8700EA6158AC82F71CBE53AD20F6B99B0C_marshaled_com& marshaled)
{
il2cpp_codegen_marshal_free_bstring(marshaled.___info_1);
marshaled.___info_1 = 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
#ifdef __clang__
#pragma 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.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::.ctor(System.Security.Cryptography.AsnEncodedData,System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension__ctor_mC91E46E79086AAFCD611FB3A223797D20BA9C1C2 (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___encodedEnhancedKeyUsages0, bool ___critical1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509EnhancedKeyUsageExtension__ctor_mC91E46E79086AAFCD611FB3A223797D20BA9C1C2_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384(__this, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_0 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_0, _stringLiteral431EC418146189970D18C4A946342A85AD243B47, _stringLiteral40E3B4B17776AD4A412F5CE2705359390FBFD01E, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_0);
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_1 = ___encodedEnhancedKeyUsages0;
NullCheck(L_1);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_1, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__raw_1(L_2);
bool L_3 = ___critical1;
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_3, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_4 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_5 = X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D(__this, L_4, /*hidden argument*/NULL);
__this->set__status_4(L_5);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void X509EnhancedKeyUsageExtension_CopyFrom_mC206A056C8C59401AA01F8C935DDE27D7E34D96A (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509EnhancedKeyUsageExtension_CopyFrom_mC206A056C8C59401AA01F8C935DDE27D7E34D96A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * V_0 = NULL;
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = ___asnEncodedData0;
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, _stringLiteralFF86B0422703A35E0AC5ABC7156D274CCA2B291E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509EnhancedKeyUsageExtension_CopyFrom_mC206A056C8C59401AA01F8C935DDE27D7E34D96A_RuntimeMethod_var);
}
IL_000e:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_2 = ___asnEncodedData0;
V_0 = ((X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A *)IsInstClass((RuntimeObject*)L_2, X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var));
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_3 = V_0;
if (L_3)
{
goto IL_002d;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral14D541C76C900C8AB1AF5E7ADCD5408A262CADAF, /*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, _stringLiteral1920DC29EFA05D07C2A609FB2E2DFAD7E83A25C6, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, X509EnhancedKeyUsageExtension_CopyFrom_mC206A056C8C59401AA01F8C935DDE27D7E34D96A_RuntimeMethod_var);
}
IL_002d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_6 = V_0;
NullCheck(L_6);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_7 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_6)->get__oid_0();
if (L_7)
{
goto IL_004c;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m0656E1FC1A7E7BBF694A568DDDF8BE4AFA544985(L_8, _stringLiteral431EC418146189970D18C4A946342A85AD243B47, _stringLiteral40E3B4B17776AD4A412F5CE2705359390FBFD01E, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_8);
goto IL_005d;
}
IL_004c:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_9 = V_0;
NullCheck(L_9);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_10 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)L_9)->get__oid_0();
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_11 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_mA7AFE14DF30B47447BFFC9E41B37B8DB46C9D079(L_11, L_10, /*hidden argument*/NULL);
((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->set__oid_0(L_11);
}
IL_005d:
{
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_12 = V_0;
NullCheck(L_12);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_13 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(L_12, /*hidden argument*/NULL);
AsnEncodedData_set_RawData_mD7FE2383373A6AF578A4983999D677B58BD6B4EC(__this, L_13, /*hidden argument*/NULL);
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_14 = V_0;
NullCheck(L_14);
bool L_15 = X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2(L_14, /*hidden argument*/NULL);
X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4(__this, L_15, /*hidden argument*/NULL);
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_16 = AsnEncodedData_get_RawData_mB9F8281A96011161C67EB3A9208E26C423B187EC(__this, /*hidden argument*/NULL);
int32_t L_17 = X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D(__this, L_16, /*hidden argument*/NULL);
__this->set__status_4(L_17);
return;
}
}
// System.Security.Cryptography.AsnDecodeStatus System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::Decode(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR int32_t X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___extension0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Exception_t * __last_unhandled_exception = 0;
NO_UNUSED_WARNING (__last_unhandled_exception);
Exception_t * __exception_local = 0;
NO_UNUSED_WARNING (__exception_local);
int32_t __leave_target = -1;
NO_UNUSED_WARNING (__leave_target);
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___extension0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___extension0;
NullCheck(L_1);
if ((((RuntimeArray *)L_1)->max_length))
{
goto IL_0009;
}
}
IL_0007:
{
return (int32_t)(1);
}
IL_0009:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_2 = ___extension0;
NullCheck(L_2);
int32_t L_3 = 0;
uint8_t L_4 = (L_2)->GetAt(static_cast<il2cpp_array_size_t>(L_3));
if ((((int32_t)L_4) == ((int32_t)((int32_t)48))))
{
goto IL_0012;
}
}
{
return (int32_t)(2);
}
IL_0012:
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_5 = __this->get__enhKeyUsage_3();
if (L_5)
{
goto IL_0025;
}
}
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_6 = (OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E *)il2cpp_codegen_object_new(OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E_il2cpp_TypeInfo_var);
OidCollection__ctor_m99B93BB5B35BF7A395CFB7F8B155DFA8DD734800(L_6, /*hidden argument*/NULL);
__this->set__enhKeyUsage_3(L_6);
}
IL_0025:
{
}
IL_0026:
try
{ // begin try (depth: 1)
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_7 = ___extension0;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_8 = (ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E *)il2cpp_codegen_object_new(ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E_il2cpp_TypeInfo_var);
ASN1__ctor_mE005F52336402C3D41EAD9E28A95910B3C0865DA(L_8, L_7, /*hidden argument*/NULL);
V_0 = L_8;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_9 = V_0;
NullCheck(L_9);
uint8_t L_10 = ASN1_get_Tag_m1346989AC839D85A9E0A211525A6B551974E4862(L_9, /*hidden argument*/NULL);
if ((((int32_t)L_10) == ((int32_t)((int32_t)48))))
{
goto IL_0047;
}
}
IL_0037:
{
String_t* L_11 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteral81E11CAA6C532C736B6A9B6537C780A55EEBD395, /*hidden argument*/NULL);
CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A * L_12 = (CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A *)il2cpp_codegen_object_new(CryptographicException_t67ABE4FAB48298C9DF4C5E37E4C8F20AA601F15A_il2cpp_TypeInfo_var);
CryptographicException__ctor_m0A5D357C12F9A830A9EBC51723094EBA5B854B98(L_12, L_11, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_12, NULL, X509EnhancedKeyUsageExtension_Decode_m1865B86FE190237641C00804A058BF56F125183D_RuntimeMethod_var);
}
IL_0047:
{
V_1 = 0;
goto IL_006c;
}
IL_004b:
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_13 = __this->get__enhKeyUsage_3();
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_14 = V_0;
int32_t L_15 = V_1;
NullCheck(L_14);
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_16 = ASN1_get_Item_m88B75C57A7E130A02A709AE8FFD2E0972E71FC08(L_14, L_15, /*hidden argument*/NULL);
String_t* L_17 = ASN1Convert_ToOid_mFFA93B4BBEFCA8E4E86DAE87CDB998E78BFB2D5A(L_16, /*hidden argument*/NULL);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_18 = (Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 *)il2cpp_codegen_object_new(Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137_il2cpp_TypeInfo_var);
Oid__ctor_m45F49EB1ABFD4F3EB0FC9729C76FF83995752743(L_18, L_17, /*hidden argument*/NULL);
NullCheck(L_13);
OidCollection_Add_m1FF686421A22A86F8296259D99DA38E02B8BBF5C(L_13, L_18, /*hidden argument*/NULL);
int32_t L_19 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_19, (int32_t)1));
}
IL_006c:
{
int32_t L_20 = V_1;
ASN1_t2B883D12D3493F8395B31D1F0ABD93F43948B27E * L_21 = V_0;
NullCheck(L_21);
int32_t L_22 = ASN1_get_Count_m5A0E71B4C4A2257C0875AE1041AAA953C5B12A19(L_21, /*hidden argument*/NULL);
if ((((int32_t)L_20) < ((int32_t)L_22)))
{
goto IL_004b;
}
}
IL_0075:
{
goto IL_007c;
}
} // 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_0077;
throw e;
}
CATCH_0077:
{ // begin catch(System.Object)
V_2 = 1;
goto IL_007e;
} // end catch (depth: 1)
IL_007c:
{
return (int32_t)(0);
}
IL_007e:
{
int32_t L_23 = V_2;
return L_23;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509EnhancedKeyUsageExtension::ToString(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR String_t* X509EnhancedKeyUsageExtension_ToString_m99085514587961F4AB1CA3FB82E5223801475818 (X509EnhancedKeyUsageExtension_t8B1FEC5814799207635A97EA878EA64688437254 * __this, bool ___multiLine0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509EnhancedKeyUsageExtension_ToString_m99085514587961F4AB1CA3FB82E5223801475818_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
int32_t V_2 = 0;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * V_3 = NULL;
String_t* V_4 = NULL;
{
int32_t L_0 = __this->get__status_4();
V_1 = L_0;
int32_t L_1 = V_1;
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, (int32_t)1)))
{
case 0:
{
goto IL_0021;
}
case 1:
{
goto IL_0027;
}
case 2:
{
goto IL_0027;
}
case 3:
{
goto IL_0034;
}
}
}
{
goto IL_003a;
}
IL_0021:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_0027:
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_3 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__raw_1();
String_t* L_4 = X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A(__this, L_3, /*hidden argument*/NULL);
return L_4;
}
IL_0034:
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_003a:
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_5 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_5);
String_t* L_6 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_5, /*hidden argument*/NULL);
bool L_7 = String_op_Inequality_m0BD184A74F453A72376E81CC6CAEE2556B80493E(L_6, _stringLiteral431EC418146189970D18C4A946342A85AD243B47, /*hidden argument*/NULL);
if (!L_7)
{
goto IL_0067;
}
}
{
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_8 = ((AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 *)__this)->get__oid_0();
NullCheck(L_8);
String_t* L_9 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_8, /*hidden argument*/NULL);
String_t* L_10 = String_Format_m0ACDD8B34764E4040AED0B3EEB753567E4576BFA(_stringLiteral41C28ADD45AE1DD33C30FB4B535990E24FFCD04D, L_9, /*hidden argument*/NULL);
return L_10;
}
IL_0067:
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_11 = __this->get__enhKeyUsage_3();
NullCheck(L_11);
int32_t L_12 = OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2(L_11, /*hidden argument*/NULL);
if (L_12)
{
goto IL_007a;
}
}
{
return _stringLiteralC0C9DAD2C642C24EAE7D635AB457CC493E1789C6;
}
IL_007a:
{
StringBuilder_t * L_13 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_13, /*hidden argument*/NULL);
V_0 = L_13;
V_2 = 0;
goto IL_010e;
}
IL_0087:
{
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_14 = __this->get__enhKeyUsage_3();
int32_t L_15 = V_2;
NullCheck(L_14);
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_16 = OidCollection_get_Item_mB37F923F4714BFE0DF44E8EE4A1A5EA1F3EBB1D9(L_14, L_15, /*hidden argument*/NULL);
V_3 = L_16;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_17 = V_3;
NullCheck(L_17);
String_t* L_18 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_17, /*hidden argument*/NULL);
V_4 = L_18;
String_t* L_19 = V_4;
bool L_20 = String_op_Equality_m139F0E4195AE2F856019E63B241F36F016997FCE(L_19, _stringLiteral97A7F2832E5F2ACAC0DC1EE3EB2AFDF88CDFF2E9, /*hidden argument*/NULL);
if (!L_20)
{
goto IL_00b8;
}
}
{
StringBuilder_t * L_21 = V_0;
NullCheck(L_21);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_21, _stringLiteral12EE4C3A4EA15BA4741F1FCFDDFCE61D84160061, /*hidden argument*/NULL);
goto IL_00c4;
}
IL_00b8:
{
StringBuilder_t * L_22 = V_0;
NullCheck(L_22);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_22, _stringLiteral7C24E7BC00C137F6335A30B4939DF34BFF2461D6, /*hidden argument*/NULL);
}
IL_00c4:
{
StringBuilder_t * L_23 = V_0;
Oid_tC00A10270EAF16BBF0F2619B9AEC883E0CFE6137 * L_24 = V_3;
NullCheck(L_24);
String_t* L_25 = Oid_get_Value_mFE18BDFF095DD5A6643F4FEC3E57846716F37F05(L_24, /*hidden argument*/NULL);
NullCheck(L_23);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_23, L_25, /*hidden argument*/NULL);
StringBuilder_t * L_26 = V_0;
NullCheck(L_26);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_26, _stringLiteralE7064F0B80F61DBC65915311032D27BAA569AE2A, /*hidden argument*/NULL);
bool L_27 = ___multiLine0;
if (!L_27)
{
goto IL_00ee;
}
}
{
StringBuilder_t * L_28 = V_0;
String_t* L_29 = Environment_get_NewLine_m5D4F4667FA5D1E2DBDD4DF9696D0CE76C83EF318(/*hidden argument*/NULL);
NullCheck(L_28);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_28, L_29, /*hidden argument*/NULL);
goto IL_010a;
}
IL_00ee:
{
int32_t L_30 = V_2;
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_31 = __this->get__enhKeyUsage_3();
NullCheck(L_31);
int32_t L_32 = OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2(L_31, /*hidden argument*/NULL);
if ((((int32_t)L_30) == ((int32_t)((int32_t)il2cpp_codegen_subtract((int32_t)L_32, (int32_t)1)))))
{
goto IL_010a;
}
}
{
StringBuilder_t * L_33 = V_0;
NullCheck(L_33);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_33, _stringLiteralD3BC9A378DAAA1DDDBA1B19C1AA641D3E9683C46, /*hidden argument*/NULL);
}
IL_010a:
{
int32_t L_34 = V_2;
V_2 = ((int32_t)il2cpp_codegen_add((int32_t)L_34, (int32_t)1));
}
IL_010e:
{
int32_t L_35 = V_2;
OidCollection_tEB423F1150E53DCF513BF5A699F911586A31B94E * L_36 = __this->get__enhKeyUsage_3();
NullCheck(L_36);
int32_t L_37 = OidCollection_get_Count_m6AC0709CDD68451F4CAC942CE94A5A97F3C294B2(L_36, /*hidden argument*/NULL);
if ((((int32_t)L_35) < ((int32_t)L_37)))
{
goto IL_0087;
}
}
{
StringBuilder_t * L_38 = V_0;
NullCheck(L_38);
String_t* L_39 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_38);
return L_39;
}
}
#ifdef __clang__
#pragma 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.Security.Cryptography.X509Certificates.X509Extension::.ctor()
extern "C" IL2CPP_METHOD_ATTR void X509Extension__ctor_m75C6A788965E9C797F3D47DEFEC366EC2F69F384 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, const RuntimeMethod* method)
{
{
AsnEncodedData__ctor_mED24E9D1F11942741819652302C0531D18C39BE6(__this, /*hidden argument*/NULL);
return;
}
}
// System.Boolean System.Security.Cryptography.X509Certificates.X509Extension::get_Critical()
extern "C" IL2CPP_METHOD_ATTR bool X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, const RuntimeMethod* method)
{
{
bool L_0 = __this->get__critical_2();
return L_0;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Extension::set_Critical(System.Boolean)
extern "C" IL2CPP_METHOD_ATTR void X509Extension_set_Critical_mA2B424FF17DE53E01E586015DD1C742773B060B4 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, bool ___value0, const RuntimeMethod* method)
{
{
bool L_0 = ___value0;
__this->set__critical_2(L_0);
return;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509Extension::CopyFrom(System.Security.Cryptography.AsnEncodedData)
extern "C" IL2CPP_METHOD_ATTR void X509Extension_CopyFrom_m03B3EAD99E076090F01D26FF483E827397903A02 (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * ___asnEncodedData0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Extension_CopyFrom_m03B3EAD99E076090F01D26FF483E827397903A02_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * V_0 = NULL;
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_0 = ___asnEncodedData0;
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, _stringLiteralFF86B0422703A35E0AC5ABC7156D274CCA2B291E, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509Extension_CopyFrom_m03B3EAD99E076090F01D26FF483E827397903A02_RuntimeMethod_var);
}
IL_000e:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_2 = ___asnEncodedData0;
V_0 = ((X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A *)IsInstClass((RuntimeObject*)L_2, X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A_il2cpp_TypeInfo_var));
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_3 = V_0;
if (L_3)
{
goto IL_0028;
}
}
{
String_t* L_4 = Locale_GetText_m41F0CB4E76BAAB1E97D9D92D109C846A8ECC1324(_stringLiteralF752C143FD583EC2DCC22402F9035CA5054A6DAF, /*hidden argument*/NULL);
ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 * L_5 = (ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1 *)il2cpp_codegen_object_new(ArgumentException_tEDCD16F20A09ECE461C3DA766C16EDA8864057D1_il2cpp_TypeInfo_var);
ArgumentException__ctor_m9A85EF7FEFEC21DDD525A67E831D77278E5165B7(L_5, L_4, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, NULL, X509Extension_CopyFrom_m03B3EAD99E076090F01D26FF483E827397903A02_RuntimeMethod_var);
}
IL_0028:
{
AsnEncodedData_t7D5EF5337DCAF507CAD7D750552C943F037A9D65 * L_6 = ___asnEncodedData0;
AsnEncodedData_CopyFrom_m3937C7ACC425960B8E48B7D2EB50E9417A7CD4B7(__this, L_6, /*hidden argument*/NULL);
X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * L_7 = V_0;
NullCheck(L_7);
bool L_8 = X509Extension_get_Critical_m8F4D4C2F0ECBE5CB4C9998CE3E56D5040E2EEBE2(L_7, /*hidden argument*/NULL);
__this->set__critical_2(L_8);
return;
}
}
// System.String System.Security.Cryptography.X509Certificates.X509Extension::FormatUnkownData(System.Byte[])
extern "C" IL2CPP_METHOD_ATTR String_t* X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A (X509Extension_t223237DF0C323CC455D3A2634D977773D2F3818A * __this, ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* ___data0, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509Extension_FormatUnkownData_mE5BAB7DB56CE215EB704A7E4E6866EBECA18F90A_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
StringBuilder_t * V_0 = NULL;
int32_t V_1 = 0;
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = ___data0;
if (!L_0)
{
goto IL_0007;
}
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_1 = ___data0;
NullCheck(L_1);
if ((((RuntimeArray *)L_1)->max_length))
{
goto IL_000d;
}
}
IL_0007:
{
String_t* L_2 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->get_Empty_5();
return L_2;
}
IL_000d:
{
StringBuilder_t * L_3 = (StringBuilder_t *)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
StringBuilder__ctor_mF928376F82E8C8FF3C11842C562DB8CF28B2735E(L_3, /*hidden argument*/NULL);
V_0 = L_3;
V_1 = 0;
goto IL_0033;
}
IL_0017:
{
StringBuilder_t * L_4 = V_0;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_5 = ___data0;
int32_t L_6 = V_1;
NullCheck(L_5);
String_t* L_7 = Byte_ToString_m5F54DEEC2138DAC5587E05890F97866DB78E75BA((uint8_t*)((L_5)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_6))), _stringLiteral9F792B61D0EC544D91E7AFF34E2E99EE3CF2B313, /*hidden argument*/NULL);
NullCheck(L_4);
StringBuilder_Append_mDBB8CCBB7750C67BE2F2D92F47E6C0FA42793260(L_4, L_7, /*hidden argument*/NULL);
int32_t L_8 = V_1;
V_1 = ((int32_t)il2cpp_codegen_add((int32_t)L_8, (int32_t)1));
}
IL_0033:
{
int32_t L_9 = V_1;
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_10 = ___data0;
NullCheck(L_10);
if ((((int32_t)L_9) < ((int32_t)(((int32_t)((int32_t)(((RuntimeArray *)L_10)->max_length)))))))
{
goto IL_0017;
}
}
{
StringBuilder_t * L_11 = V_0;
NullCheck(L_11);
String_t* L_12 = VirtFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_11);
return L_12;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif
#ifdef __clang__
#pragma clang diagnostic push
#pragma clang diagnostic ignored "-Winvalid-offsetof"
#pragma clang diagnostic ignored "-Wunused-variable"
#endif
// System.Int32 System.Security.Cryptography.X509Certificates.X509ExtensionCollection::get_Count()
extern "C" IL2CPP_METHOD_ATTR int32_t X509ExtensionCollection_get_Count_mBFD90446F23817290A05B0D8ECBB20F0E0458610 (X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__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.Security.Cryptography.X509Certificates.X509ExtensionCollection::get_IsSynchronized()
extern "C" IL2CPP_METHOD_ATTR bool X509ExtensionCollection_get_IsSynchronized_mAE3A08F9822C0A82B37A1085237668844343F02B (X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * __this, const RuntimeMethod* method)
{
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_1();
NullCheck(L_0);
bool L_1 = VirtFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Collections.ArrayList::get_IsSynchronized() */, L_0);
return L_1;
}
}
// System.Object System.Security.Cryptography.X509Certificates.X509ExtensionCollection::get_SyncRoot()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject * X509ExtensionCollection_get_SyncRoot_m7971F78F88F4BB9B1C06044F79C4B7654744237C (X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * __this, const RuntimeMethod* method)
{
{
return __this;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ExtensionCollection::System.Collections.ICollection.CopyTo(System.Array,System.Int32)
extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B (X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * __this, RuntimeArray * ___array0, int32_t ___index1, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
RuntimeArray * L_0 = ___array0;
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, _stringLiteral19EDC1210777BA4D45049C29280D9CC5E1064C25, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, NULL, X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B_RuntimeMethod_var);
}
IL_000e:
{
int32_t L_2 = ___index1;
if ((((int32_t)L_2) >= ((int32_t)0)))
{
goto IL_001d;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_3 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_3, _stringLiteralE8889143A5352466B35F59C9411786F38C6304DA, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, NULL, X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B_RuntimeMethod_var);
}
IL_001d:
{
int32_t L_4 = ___index1;
RuntimeArray * L_5 = ___array0;
NullCheck(L_5);
int32_t L_6 = Array_get_Length_m2239B6393651C3F4631D900EFC1B05DBE8F5466D(L_5, /*hidden argument*/NULL);
if ((((int32_t)L_4) < ((int32_t)L_6)))
{
goto IL_0031;
}
}
{
ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA * L_7 = (ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA *)il2cpp_codegen_object_new(ArgumentOutOfRangeException_t94D19DF918A54511AEDF4784C9A08741BAD1DEDA_il2cpp_TypeInfo_var);
ArgumentOutOfRangeException__ctor_m6B36E60C989DC798A8B44556DB35960282B133A6(L_7, _stringLiteral3C2F357663823D31CECD5A848DC6051D2B6A8BD8, /*hidden argument*/NULL);
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, NULL, X509ExtensionCollection_System_Collections_ICollection_CopyTo_mB0994D719EC9426312DF4340E641BAF68048285B_RuntimeMethod_var);
}
IL_0031:
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_8 = __this->get__list_1();
RuntimeArray * L_9 = ___array0;
int32_t L_10 = ___index1;
NullCheck(L_8);
VirtActionInvoker2< RuntimeArray *, int32_t >::Invoke(35 /* System.Void System.Collections.ArrayList::CopyTo(System.Array,System.Int32) */, L_8, L_9, L_10);
return;
}
}
// System.Collections.IEnumerator System.Security.Cryptography.X509Certificates.X509ExtensionCollection::System.Collections.IEnumerable.GetEnumerator()
extern "C" IL2CPP_METHOD_ATTR RuntimeObject* X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m653F3AFF4F8F139A2D0457F4D1E9467FCB3F2262 (X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F * __this, const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ExtensionCollection_System_Collections_IEnumerable_GetEnumerator_m653F3AFF4F8F139A2D0457F4D1E9467FCB3F2262_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ArrayList_t4131E0C29C7E1B9BC9DFE37BEC41A5EB1481ADF4 * L_0 = __this->get__list_1();
X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 * L_1 = (X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8 *)il2cpp_codegen_object_new(X509ExtensionEnumerator_tD857681A1E92F6D18ADCA3710A0176A221D151D8_il2cpp_TypeInfo_var);
X509ExtensionEnumerator__ctor_m2CE5EA915CAC6E73B7F777B14D42574786E58F80(L_1, L_0, /*hidden argument*/NULL);
return L_1;
}
}
// System.Void System.Security.Cryptography.X509Certificates.X509ExtensionCollection::.cctor()
extern "C" IL2CPP_METHOD_ATTR void X509ExtensionCollection__cctor_m6411CBA0D4CBA290257D88C740C5FD7E40B209C1 (const RuntimeMethod* method)
{
static bool s_Il2CppMethodInitialized;
if (!s_Il2CppMethodInitialized)
{
il2cpp_codegen_initialize_method (X509ExtensionCollection__cctor_m6411CBA0D4CBA290257D88C740C5FD7E40B209C1_MetadataUsageId);
s_Il2CppMethodInitialized = true;
}
{
ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821* L_0 = (ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821*)SZArrayNew(ByteU5BU5D_tD06FDBE8142446525DF1C40351D523A228373821_il2cpp_TypeInfo_var, (uint32_t)0);
((X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F_StaticFields*)il2cpp_codegen_static_fields_for(X509ExtensionCollection_t83492D3C69B75EE35B0029F87F9E46CABE49248F_il2cpp_TypeInfo_var))->set_Empty_0(L_0);
return;
}
}
#ifdef __clang__
#pragma clang diagnostic pop
#endif