33262 lines
1.8 MiB
33262 lines
1.8 MiB
#include "pch-cpp.hpp"
|
|
|
|
#ifndef _MSC_VER
|
|
# include <alloca.h>
|
|
#else
|
|
# include <malloc.h>
|
|
#endif
|
|
|
|
|
|
#include <limits>
|
|
|
|
#include "icalls/System/System.Net/Dns.h"
|
|
|
|
struct VirtualActionInvoker0
|
|
{
|
|
typedef void (*Action)(void*, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct VirtualActionInvoker1
|
|
{
|
|
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 T1, typename T2>
|
|
struct VirtualActionInvoker2
|
|
{
|
|
typedef void (*Action)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
((Action)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct VirtualFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct VirtualFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct VirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct VirtualFuncInvoker4
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, T4, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeObject* obj, T1 p1, T2 p2, T3 p3, T4 p4)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_virtual_invoke_data(slot, obj);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, p4, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericVirtualFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_virtual_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
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 T1>
|
|
struct InterfaceActionInvoker1
|
|
{
|
|
typedef void (*Action)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline void Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
((Action)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R>
|
|
struct InterfaceFuncInvoker0
|
|
{
|
|
typedef R (*Func)(void*, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InterfaceFuncInvoker1
|
|
{
|
|
typedef R (*Func)(void*, T1, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InterfaceFuncInvoker3
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, T3, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (Il2CppMethodSlot slot, RuntimeClass* declaringInterface, RuntimeObject* obj, T1 p1, T2 p2, T3 p3)
|
|
{
|
|
const VirtualInvokeData& invokeData = il2cpp_codegen_get_interface_invoke_data(slot, obj, declaringInterface);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, p3, invokeData.method);
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct GenericInterfaceFuncInvoker2
|
|
{
|
|
typedef R (*Func)(void*, T1, T2, const RuntimeMethod*);
|
|
|
|
static inline R Invoke (const RuntimeMethod* method, RuntimeObject* obj, T1 p1, T2 p2)
|
|
{
|
|
VirtualInvokeData invokeData;
|
|
il2cpp_codegen_get_generic_interface_invoke_data(method, obj, &invokeData);
|
|
return ((Func)invokeData.methodPtr)(obj, p1, p2, invokeData.method);
|
|
}
|
|
};
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1;
|
|
template <typename T1>
|
|
struct InvokerActionInvoker1<T1*>
|
|
{
|
|
static inline void Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
|
|
{
|
|
void* params[1] = { p1 };
|
|
method->invoker_method(methodPtr, method, obj, params, params[0]);
|
|
}
|
|
};
|
|
template <typename R, typename T1>
|
|
struct InvokerFuncInvoker1;
|
|
template <typename R, typename T1>
|
|
struct InvokerFuncInvoker1<R, T1*>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1)
|
|
{
|
|
R ret;
|
|
void* params[1] = { p1 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2>
|
|
struct InvokerFuncInvoker2;
|
|
template <typename R, typename T1, typename T2>
|
|
struct InvokerFuncInvoker2<R, T1*, T2*>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2)
|
|
{
|
|
R ret;
|
|
void* params[2] = { p1, p2 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InvokerFuncInvoker3;
|
|
template <typename R, typename T1, typename T2, typename T3>
|
|
struct InvokerFuncInvoker3<R, T1*, T2*, T3>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3 p3)
|
|
{
|
|
R ret;
|
|
void* params[3] = { p1, p2, &p3 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct InvokerFuncInvoker4;
|
|
template <typename R, typename T1, typename T2, typename T3, typename T4>
|
|
struct InvokerFuncInvoker4<R, T1*, T2*, T3*, T4>
|
|
{
|
|
static inline R Invoke (Il2CppMethodPointer methodPtr, const RuntimeMethod* method, void* obj, T1* p1, T2* p2, T3* p3, T4 p4)
|
|
{
|
|
R ret;
|
|
void* params[4] = { p1, p2, p3, &p4 };
|
|
method->invoker_method(methodPtr, method, obj, params, &ret);
|
|
return ret;
|
|
}
|
|
};
|
|
|
|
// System.Action`1<System.Object>
|
|
struct Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87;
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812;
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>
|
|
struct ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6;
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession>
|
|
struct ConditionalWeakTable_2_t8C60960CD7830601390A47E0673223EC1560C638;
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo>
|
|
struct ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858;
|
|
// System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object>
|
|
struct Dictionary_2_tE8D02A3D5DD039B176B8F64028DA5F0883237494;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding>
|
|
struct Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task>
|
|
struct Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32>
|
|
struct Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E;
|
|
// System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E;
|
|
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry>
|
|
struct Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7;
|
|
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs>
|
|
struct EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED;
|
|
// System.EventHandler`1<System.Threading.Tasks.UnobservedTaskExceptionEventArgs>
|
|
struct EventHandler_1_tE698654C3F437D97ABCCA3FD0AD8F86E776DC77A;
|
|
// System.Func`1<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>>
|
|
struct Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D;
|
|
// System.Func`1<System.Threading.Tasks.Task>
|
|
struct Func_1_t60B0B212E646FAA748170ABB47E557CC31788685;
|
|
// System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431;
|
|
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties>
|
|
struct Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1;
|
|
// System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>>
|
|
struct Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B;
|
|
// System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>>
|
|
struct Func_2_t35B9BA51B323070FAF0EF85B1B2763EABCD4C82B;
|
|
// System.Func`2<System.IAsyncResult,System.Net.IPAddress[]>
|
|
struct Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0;
|
|
// System.Func`2<System.IAsyncResult,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_2_t59F3729DFCEB2F33965C02095F954A24B146C467;
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00;
|
|
// System.Func`2<System.Object,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_2_t288DA7A3E2791C58B262D9D1F46FF6BB6F6D31F9;
|
|
// System.Func`2<System.IO.Stream,System.Threading.Tasks.Task>
|
|
struct Func_2_t378757FF082427448349A80CC63683B50DA787D3;
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0;
|
|
// System.Func`4<System.String,System.AsyncCallback,System.Object,System.IAsyncResult>
|
|
struct Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE;
|
|
// System.Func`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,System.AsyncCallback,System.Object,System.IAsyncResult>
|
|
struct Func_4_t601AF6F2F5149E1FAFBFBEF804A1200A25072799;
|
|
// System.Func`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_4_t572D62CCA845BDAD9BC3ABCD839C1AE78144D079;
|
|
// System.Collections.Generic.IEnumerable`1<System.String>
|
|
struct IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44;
|
|
// System.Collections.Generic.IEnumerable`1<System.Threading.Tasks.Task>
|
|
struct IEnumerable_1_t1DFFC641A7E1B3EA95B376F5CDC305D0BDFE0543;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.String>
|
|
struct IEqualityComparer_1_tAE94C8F24AD5B94D4EE85CA9FC59E3409D41CAF7;
|
|
// System.Collections.Generic.IEqualityComparer`1<System.Net.ServicePointManager/SPKey>
|
|
struct IEqualityComparer_1_t7DEF6A7F733A12BFAF629D0D430AE07F50CCD72D;
|
|
// System.Collections.Generic.IList`1<System.Exception>
|
|
struct IList_1_t584E66CD0123CFB6503AC3E597748948194AAA5E;
|
|
// System.Collections.Generic.IList`1<System.String>
|
|
struct IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct KeyCollection_t43F953F445E08B066605108AD084547587EA7690;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55;
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
struct LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60;
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
struct LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5;
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebConnection>
|
|
struct LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8;
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebOperation>
|
|
struct LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938;
|
|
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9;
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
struct LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79;
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
struct LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA;
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebConnection>
|
|
struct LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523;
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebOperation>
|
|
struct LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466;
|
|
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9;
|
|
// System.Collections.Generic.List`1<System.Threading.IAsyncLocal>
|
|
struct List_1_tA7C2A3DF62733E04DA16EDD931856E01BE8283F0;
|
|
// System.Collections.Generic.List`1<System.Threading.Tasks.Task>
|
|
struct List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551;
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A;
|
|
// System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>
|
|
struct List_1_tFE251079CA636CBB13248E566FEF747F975C540B;
|
|
// System.Predicate`1<System.Object>
|
|
struct Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12;
|
|
// System.Predicate`1<System.Threading.Tasks.Task>
|
|
struct Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED;
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>
|
|
struct ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886;
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ReadOnlyCollection_1_t5B7AA4E006906DE6818A44873F2D5987EFBF3AB8;
|
|
// System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
struct Result_t195C65AF03BEBA948FC7447896F66256BF6B068A;
|
|
// System.Net.WebCompletionSource`1/Result<System.Object>
|
|
struct Result_t420EC3DB7CBFF98E377E8BC8AEC581F7FCD7A141;
|
|
// System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93;
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2/Tables<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>
|
|
struct Tables_tA4EED5C769DBB50C98B0D2CB16445489E2D4B333;
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>>
|
|
struct TaskCompletionSource_1_t2C6E9A8537378CF4B0A54399D65E650FDCC01BE4;
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Net.WebCompletionSource`1/Result<System.Object>>
|
|
struct TaskCompletionSource_1_tA4EE8D4BD4731C829BD7882AE96EEA85F269C454;
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>>
|
|
struct TaskCompletionSource_1_t04C19E28FAF1B686CB256FE9F84AA8AC57A7FEA7;
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>
|
|
struct TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14;
|
|
// System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970;
|
|
// System.Threading.Tasks.TaskFactory`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct TaskFactory_1_t24C7103FD18ED4192B8A05680C653AA476ECF485;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.IPAddress[]>
|
|
struct TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Boolean>
|
|
struct TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.BufferOffsetSize>
|
|
struct TaskFactory_1_t81627E101CF43335079A0E52555344A786B076BF;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.HttpWebResponse>
|
|
struct TaskFactory_1_t1E1645C5E645AFFD3BDE8E8E5D102E63C226F5B7;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Int32>
|
|
struct TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Threading.Tasks.Task>
|
|
struct TaskFactory_1_t5DDD425C30A76CA8F6F29A896C7DA59363A13CC2;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.WebRequestStream>
|
|
struct TaskFactory_1_tAAEA76AAEAA521AE951FE43D40FBE44EAC0BC1D4;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.WebResponse>
|
|
struct TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873;
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.WebResponseStream>
|
|
struct TaskFactory_1_t98BA2CDDCCB9F2B13ADADB301D3E05C1A863FC3B;
|
|
// System.Threading.Tasks.TaskFactory`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D;
|
|
// System.Net.Sockets.Socket/TaskSocketAsyncEventArgs`1<System.Net.Sockets.Socket>
|
|
struct TaskSocketAsyncEventArgs_1_tEB937620E5B15D91E5BFEFFA707CF800930F8401;
|
|
// System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192;
|
|
// System.Threading.Tasks.Task`1<System.Net.IPAddress[]>
|
|
struct Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670;
|
|
// System.Threading.Tasks.Task`1<System.Boolean>
|
|
struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043;
|
|
// System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>
|
|
struct Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F;
|
|
// System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>
|
|
struct Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129;
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D;
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>
|
|
struct Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11;
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult>
|
|
struct Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17;
|
|
// System.Threading.Tasks.Task`1<System.Net.WebRequestStream>
|
|
struct Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7;
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponse>
|
|
struct Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0;
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponseStream>
|
|
struct Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8;
|
|
// System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct ValueCollection_tE6C37FE0961E0852E048A652E831EA94640FE40E;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement>
|
|
struct WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257;
|
|
// System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
struct WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE;
|
|
// System.Net.WebCompletionSource`1<System.Object>
|
|
struct WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD;
|
|
// System.Net.WebCompletionSource`1<System.Net.WebRequestStream>
|
|
struct WebCompletionSource_1_tAC4FDFDA019CABFDAB8EA8B6B43C405D9CD7C6C2;
|
|
// System.Net.WebCompletionSource`1<System.Net.WebResponseStream>
|
|
struct WebCompletionSource_1_tA8679705751FAE5F47CC24FE4B95465B329B0C1B;
|
|
// System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F;
|
|
// System.Collections.Generic.Dictionary`2/Entry<System.String,System.Net.ServicePointScheduler/ConnectionGroup>[]
|
|
struct EntryU5BU5D_tD23803603D031EEE7E7C81472BE7DF6189A01987;
|
|
// System.Collections.Generic.KeyValuePair`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>[]
|
|
struct KeyValuePair_2U5BU5D_t3A196B8FA26BCF9E3162B52E6068AB53F964E297;
|
|
// System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>[]
|
|
struct SparselyPopulatedArray_1U5BU5D_t8E75A036E16E53CF08AAAF37EB6621DE3B26307E;
|
|
// System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>[]
|
|
struct ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798;
|
|
// System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>[]
|
|
struct ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15;
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
// System.Char[]
|
|
struct CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB;
|
|
// Mono.Security.Interface.CipherSuiteCode[]
|
|
struct CipherSuiteCodeU5BU5D_t61EC0E6F53394985FFC36DEB587C70F4EE26D435;
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
// System.Net.HeaderVariantInfo[]
|
|
struct HeaderVariantInfoU5BU5D_tA7C0539249B1D08DAB6416355720F4D28D6CE747;
|
|
// System.Net.IPAddress[]
|
|
struct IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D;
|
|
// System.Int32[]
|
|
struct Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C;
|
|
// System.IntPtr[]
|
|
struct IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832;
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
// System.Text.RegularExpressions.Regex[]
|
|
struct RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0;
|
|
// System.SByte[]
|
|
struct SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913;
|
|
// System.Diagnostics.StackTrace[]
|
|
struct StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF;
|
|
// System.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
// System.Threading.Tasks.Task[]
|
|
struct TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3;
|
|
// System.Type[]
|
|
struct TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB;
|
|
// System.UInt16[]
|
|
struct UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83;
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
// System.Collections.Hashtable/bucket[]
|
|
struct bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587;
|
|
// System.Net.MonoChunkParser/Chunk[]
|
|
struct ChunkU5BU5D_tE12DB273C9625FAD782292F692B299BB74E413D1;
|
|
// System.Net.WebHeaderCollection/RfcChar[]
|
|
struct RfcCharU5BU5D_t8D79A380C46398F9D1F442FDEE0A27F77B7D1B4C;
|
|
// System.Action
|
|
struct Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07;
|
|
// System.AggregateException
|
|
struct AggregateException_t51B6205846DFB356B94452702201DD239D44422F;
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263;
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129;
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F;
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A;
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C;
|
|
// System.Net.Authorization
|
|
struct Authorization_t7F109103AF7366A418844BF604458413434F60D4;
|
|
// System.Net.AutoWebProxyScriptEngine
|
|
struct AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957;
|
|
// System.Net.BasicClient
|
|
struct BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68;
|
|
// System.Net.BindIPEndPoint
|
|
struct BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD;
|
|
// System.Reflection.Binder
|
|
struct Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235;
|
|
// System.Net.BufferOffsetSize
|
|
struct BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71;
|
|
// System.Net.BufferedReadStream
|
|
struct BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479;
|
|
// System.Threading.CancellationCallbackInfo
|
|
struct CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D;
|
|
// System.Threading.CancellationTokenSource
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B;
|
|
// System.Globalization.CodePageDataItem
|
|
struct CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2;
|
|
// System.Net.ContentDecodeStream
|
|
struct ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61;
|
|
// System.Threading.ContextCallback
|
|
struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007;
|
|
// System.Net.CookieCollection
|
|
struct CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608;
|
|
// System.Net.CookieContainer
|
|
struct CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E;
|
|
// System.Net.CookieException
|
|
struct CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F;
|
|
// System.Text.DecoderFallback
|
|
struct DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90;
|
|
// System.IO.Compression.DeflateStream
|
|
struct DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104;
|
|
// System.IO.Compression.DeflateStreamNative
|
|
struct DeflateStreamNative_t06B674E1D2EFD46989197EFB1E33E0B6564793CD;
|
|
// System.Delegate
|
|
struct Delegate_t;
|
|
// System.DelegateData
|
|
struct DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E;
|
|
// System.Net.DigestClient
|
|
struct DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB;
|
|
// System.Net.DigestHeaderParser
|
|
struct DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7;
|
|
// System.Net.DigestSession
|
|
struct DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14;
|
|
// System.Text.EncoderFallback
|
|
struct EncoderFallback_tD2C40CE114AA9D8E1F7196608B2D088548015293;
|
|
// System.Text.Encoding
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095;
|
|
// System.Net.EndPoint
|
|
struct EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564;
|
|
// System.Threading.EventWaitHandle
|
|
struct EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E;
|
|
// System.Exception
|
|
struct Exception_t;
|
|
// System.Runtime.ExceptionServices.ExceptionDispatchInfo
|
|
struct ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757;
|
|
// System.Text.RegularExpressions.ExclusiveReference
|
|
struct ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837;
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710;
|
|
// System.IO.FileStream
|
|
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8;
|
|
// System.Net.FileWebRequest
|
|
struct FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A;
|
|
// System.Net.FileWebRequestCreator
|
|
struct FileWebRequestCreator_tC059E97F3753B58929F60C8531EADB9683F4111D;
|
|
// System.Net.FileWebResponse
|
|
struct FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2;
|
|
// System.Net.FileWebStream
|
|
struct FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5;
|
|
// System.Net.FixedSizeReadStream
|
|
struct FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251;
|
|
// System.FormatException
|
|
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B;
|
|
// System.IO.Compression.GZipStream
|
|
struct GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0;
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
struct HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D;
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D;
|
|
// System.Net.HeaderInfoTable
|
|
struct HeaderInfoTable_tD651971044220ED52EACB30E89A49178FA32D91F;
|
|
// System.Net.HttpContinueDelegate
|
|
struct HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9;
|
|
// System.Net.HttpRequestCreator
|
|
struct HttpRequestCreator_tDA975F6F61D732123CEE4E5AF40042311D3EF7E0;
|
|
// System.Net.HttpWebRequest
|
|
struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9;
|
|
// System.Net.HttpWebResponse
|
|
struct HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A;
|
|
// System.IAsyncResult
|
|
struct IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5;
|
|
// System.Runtime.CompilerServices.IAsyncStateMachine
|
|
struct IAsyncStateMachine_t0680C7F905C553076B552D5A1A6E39E2F0F36AA2;
|
|
// System.Net.IAuthenticationModule
|
|
struct IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA;
|
|
// System.Net.ICertificatePolicy
|
|
struct ICertificatePolicy_t520F2D7BB74545D086C9D6A71E98B5DE3AD9052B;
|
|
// Mono.Security.Interface.ICertificateValidator
|
|
struct ICertificateValidator_t8ECF48A37EC708C8A16305F9B6B44C50676AA854;
|
|
// System.Collections.ICollection
|
|
struct ICollection_t37E7B9DC5B4EF41D190D607F92835BF1171C0E8E;
|
|
// System.Collections.IComparer
|
|
struct IComparer_tE7497C3BE3F68A5A2DCEBF0DAD7D13D738FE7BAD;
|
|
// System.Net.ICredentialPolicy
|
|
struct ICredentialPolicy_t7A7DA028AEF48EEF33882D80B2B34879778285A1;
|
|
// System.Net.ICredentials
|
|
struct ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0;
|
|
// System.Collections.IDictionary
|
|
struct IDictionary_t6D03155AF1FA9083817AA5B6AD7DEEACC26AB220;
|
|
// System.Collections.IEnumerator
|
|
struct IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA;
|
|
// System.Collections.IEqualityComparer
|
|
struct IEqualityComparer_tEF8F1EC76B9C8E76695BE848D41E6B147928D1C1;
|
|
// System.IFormatProvider
|
|
struct IFormatProvider_tC202922D43BFF3525109ABF3FB79625F5646AB52;
|
|
// System.Runtime.Serialization.IFormatterConverter
|
|
struct IFormatterConverter_t726606DAC82C384B08C82471313C340968DDB609;
|
|
// System.Runtime.Remoting.Messaging.IMessage
|
|
struct IMessage_t4D2DC61F0664F305059641FF6BDA07DF2141236C;
|
|
// System.Runtime.Remoting.Messaging.IMessageCtrl
|
|
struct IMessageCtrl_t20C0BA2FB19CAD6D3BD432B033BC560186E574C1;
|
|
// System.IOAsyncCallback
|
|
struct IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388;
|
|
// System.Net.IPAddress
|
|
struct IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484;
|
|
// System.Net.IPEndPoint
|
|
struct IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB;
|
|
// System.Net.NetworkInformation.IPGlobalProperties
|
|
struct IPGlobalProperties_tA6F98E3AAD35DD4C6BF821152D3D7B092C80C26D;
|
|
// System.Net.IPHostEntry
|
|
struct IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490;
|
|
// System.Net.IWebProxy
|
|
struct IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D;
|
|
// System.Runtime.Remoting.Messaging.IllogicalCallContext
|
|
struct IllogicalCallContext_tBE27BC899B192B585D0D20F6A296DC5296C8BFD5;
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB;
|
|
// System.Net.LazyAsyncResult
|
|
struct LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B;
|
|
// System.Threading.Lock
|
|
struct Lock_t529C04C831C120E5FFD6039EC3CB76F9956BCDD7;
|
|
// System.Runtime.Remoting.Messaging.LogicalCallContext
|
|
struct LogicalCallContext_t4BB407B088DB9FA68FE1EC2DB78D33F5BB4BDE9E;
|
|
// System.Security.Cryptography.MD5
|
|
struct MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A;
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158;
|
|
// System.Reflection.MemberFilter
|
|
struct MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553;
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2;
|
|
// System.Reflection.MethodInfo
|
|
struct MethodInfo_t;
|
|
// Mono.Net.Security.MobileTlsProvider
|
|
struct MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017;
|
|
// System.Net.MonoChunkParser
|
|
struct MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A;
|
|
// System.Net.MonoChunkStream
|
|
struct MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2;
|
|
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback
|
|
struct MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3;
|
|
// System.Runtime.Remoting.Messaging.MonoMethodMessage
|
|
struct MonoMethodMessage_t0A062C5351332ED078EDDF6FA38A87B0A7B5A601;
|
|
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback
|
|
struct MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0;
|
|
// Mono.Security.Interface.MonoTlsSettings
|
|
struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0;
|
|
// Mono.Net.Security.MonoTlsStream
|
|
struct MonoTlsStream_t1CE91597F244093A040334DE449975971E4BD206;
|
|
// System.Collections.Specialized.NameValueCollection
|
|
struct NameValueCollection_t52D1E38AB1D4ADD497A17DA305D663BB77B31DF7;
|
|
// System.Net.NetworkCredential
|
|
struct NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313;
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8;
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A;
|
|
// Mono.Http.NtlmClient
|
|
struct NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6;
|
|
// System.Net.NtlmClient
|
|
struct NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6;
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472;
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB;
|
|
// System.Net.PathList
|
|
struct PathList_t664024587678F89691589365F8D856B0A977D14A;
|
|
// System.Net.ProtocolViolationException
|
|
struct ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D;
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3;
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772;
|
|
// System.Text.RegularExpressions.RegexCode
|
|
struct RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory
|
|
struct RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7;
|
|
// System.Net.Security.RemoteCertificateValidationCallback
|
|
struct RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955;
|
|
// System.Net.Cache.RequestCacheBinding
|
|
struct RequestCacheBinding_t18F3F4FF8D0F77E86C2C666CEE7FD48A80C042EE;
|
|
// System.Net.Cache.RequestCachePolicy
|
|
struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550;
|
|
// System.Net.Cache.RequestCacheProtocol
|
|
struct RequestCacheProtocol_t43C1AC170194874A0C0B0D3B8BE9EABFB613DF85;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E;
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7;
|
|
// System.Runtime.Serialization.SafeSerializationManager
|
|
struct SafeSerializationManager_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6;
|
|
// System.Net.Sockets.SafeSocketHandle
|
|
struct SafeSocketHandle_t5A597D30D951E736B750ED09D5B3AB72F98407EE;
|
|
// Microsoft.Win32.SafeHandles.SafeWaitHandle
|
|
struct SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449;
|
|
// System.Security.SecureString
|
|
struct SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C;
|
|
// System.Threading.SemaphoreSlim
|
|
struct SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2;
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7;
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37;
|
|
// System.Net.ServerCertValidationCallback
|
|
struct ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F;
|
|
// System.Net.ServicePoint
|
|
struct ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29;
|
|
// System.Net.ServicePointScheduler
|
|
struct ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9;
|
|
// System.Net.Sockets.Socket
|
|
struct Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E;
|
|
// System.Net.Sockets.SocketException
|
|
struct SocketException_t6D10102A62EA871BD31748E026A372DB6804083B;
|
|
// System.Collections.SortedList
|
|
struct SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3;
|
|
// System.Threading.Tasks.StackGuard
|
|
struct StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352;
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE;
|
|
// System.String
|
|
struct String_t;
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t;
|
|
// System.StringComparer
|
|
struct StringComparer_t6268F19CA34879176651429C0D8A3D0002BB8E06;
|
|
// System.IO.StringReader
|
|
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8;
|
|
// System.Threading.SynchronizationContext
|
|
struct SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0;
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572;
|
|
// System.Threading.Tasks.TaskFactory
|
|
struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0;
|
|
// System.Threading.Tasks.TaskScheduler
|
|
struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E;
|
|
// System.Threading.Timer
|
|
struct Timer_t763C1D5F5A36087DC92C7DA4D1F8AB578F83AB00;
|
|
// System.Threading.TimerCallback
|
|
struct TimerCallback_t7455CAFACC7054E62879920AFC84C5DA98B8C7CD;
|
|
// System.Type
|
|
struct Type_t;
|
|
// System.Uri
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E;
|
|
// System.UriParser
|
|
struct UriParser_t920B0868286118827C08B08A15A9456AF6C19D81;
|
|
// System.Version
|
|
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7;
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915;
|
|
// System.Threading.WaitCallback
|
|
struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3;
|
|
// System.Threading.WaitHandle
|
|
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8;
|
|
// System.Net.WebCompletionSource
|
|
struct WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5;
|
|
// System.Net.WebConnection
|
|
struct WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC;
|
|
// System.Net.WebConnectionStream
|
|
struct WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98;
|
|
// System.Net.WebConnectionTunnel
|
|
struct WebConnectionTunnel_tA394C00C106FAA694D0D5B7A5B03B3B52328DC0F;
|
|
// System.Net.WebException
|
|
struct WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8;
|
|
// System.Net.WebHeaderCollection
|
|
struct WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8;
|
|
// System.Net.WebOperation
|
|
struct WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9;
|
|
// System.Net.WebProxy
|
|
struct WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437;
|
|
// System.Net.WebReadStream
|
|
struct WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86;
|
|
// System.Net.WebRequest
|
|
struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B;
|
|
// System.Net.WebRequestStream
|
|
struct WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB;
|
|
// System.Net.WebResponse
|
|
struct WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682;
|
|
// System.Net.WebResponseStream
|
|
struct WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4;
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
struct X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
|
|
struct X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl
|
|
struct X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF;
|
|
// System.Security.Cryptography.X509Certificates.X509Chain
|
|
struct X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5;
|
|
// System.Security.Cryptography.X509Certificates.X509ChainImpl
|
|
struct X509ChainImpl_tBA1BF154DB9DC321EE068BBC53C7CF43CAA2621F;
|
|
// System.Net.Dns/GetHostAddressesCallback
|
|
struct GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783;
|
|
// System.Net.LazyAsyncResult/ThreadContext
|
|
struct ThreadContext_t4D66E3F5FE5863AF4D086D6CE7CAFF02382B7650;
|
|
// System.Net.MonoChunkParser/Chunk
|
|
struct Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731;
|
|
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry
|
|
struct NameObjectEntry_t58A8B38FC7A6ABE5C83153B6C3F2696F88E7A9A2;
|
|
// System.Net.PathList/PathListComparer
|
|
struct PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry
|
|
struct CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39;
|
|
// System.Net.ServerCertValidationCallback/CallbackContext
|
|
struct CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03;
|
|
// System.Net.ServicePointManager/SPKey
|
|
struct SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5;
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent
|
|
struct AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4;
|
|
// System.Net.ServicePointScheduler/ConnectionGroup
|
|
struct ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037;
|
|
// System.Net.Sockets.Socket/CachedEventArgs
|
|
struct CachedEventArgs_tF0692E89962FD1A045B17BC985F838C11FB6822C;
|
|
// System.Net.Sockets.Socket/Int32TaskSocketAsyncEventArgs
|
|
struct Int32TaskSocketAsyncEventArgs_t36C5FC82499ED9DAFE7F05C38EF92D77A0B248E9;
|
|
// System.Collections.SortedList/ValueList
|
|
struct ValueList_t9DF653525F9B5641C9B6143901F62A7BF447D331;
|
|
// System.IO.Stream/ReadWriteTask
|
|
struct ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05;
|
|
// System.Threading.Tasks.Task/ContingentProperties
|
|
struct ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540;
|
|
// System.Net.TimerThread/Queue
|
|
struct Queue_t644DC21212BC432819522EDA395EB4562BE2CC47;
|
|
// System.Uri/UriInfo
|
|
struct UriInfo_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09;
|
|
// System.Net.WebRequest/DesignerWebRequestCreate
|
|
struct DesignerWebRequestCreate_t75F62E4DEBF416E21EAF6FBB62E43ADB83A0753E;
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c
|
|
struct U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211;
|
|
|
|
IL2CPP_EXTERN_C RuntimeClass* AggregateException_t51B6205846DFB356B94452702201DD239D44422F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Authorization_t7F109103AF7366A418844BF604458413434F60D4_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Exception_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpValidationHelpers_tEF2C7DED6F0DAC7DBEF86F672C6166922FFEB94D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* IntPtr_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* List_1_tFE251079CA636CBB13248E566FEF747F975C540B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NtlmAuthState_t86300FA34030B23F6485BD85BC196D899F5737A9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* RuntimeObject_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SocketException_t6D10102A62EA871BD31748E026A372DB6804083B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringBuilder_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* String_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Type_t_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValidationHelper_tA6AE681FCDFA9BE8E3EF31C28A624AADF973A25C_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebExceptionStatus_t86B29EE86F8C7D20D1825C71503F0473C43B4B92_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C RuntimeClass* X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral009CD778B9CB8CEFADF6517ECF6B8C675D6507B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral015C9226A90A65B547DB1B59894F3908A8F2CC06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0242F31341D314854DB5EA5749448625B0A0AAE3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04799565CD60A911F9CBB57805A3592363822500;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral04DC109D6186FC8FF25C2C71BE8F89DB8012C580;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral053EEFAEF1C074E36F0A13EAC660D9884666B708;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0BB9AAEC2AAAB32BFE978A4C45400CAF08F6749C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D0D0C17BC59054E43F2DF1F9E9184032FBFBF01;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0DD32B18A388C5F1A6BAFD3629759260C61F767C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral0FA004E16C1F8A76235BDB24ACD45448069285BB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral100D1B64536A1B5B159D9C4882D0CEC54F796643;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral115207EC26C7407DBAFB2698E0109D3A06E54ADF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1488F649920198F59A3B53EA7C81503935DEF05E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral17490F55601C1F90A7803263837FE3F21E759D69;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1BFCDAF0CFD10D67417F172B29F830676249E631;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1CBF018550260BAA441547D1402840686B85C921;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral1F1F0198EC371523C2BEEAB18E73243B7B5F5D0D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral2555543242A278889EA1F704BD696770579E9304;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3015B2A3D39F343DF5439AC8F9FFEFD31A155603;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral30615F6D61D6E54ADC19B1094DDA5C74B7ACC426;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3AE148F4539A6130C80EF45C5441F068ADBF8C8C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3C7A086A90C321B2626B8E901B101CFFCE9BB0F2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3D98372962A0D30238C43F12D007AFE39E995B24;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral441C41FF6E93EA9C63774CA4F33832FA34B8B88D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral48C75149E263D08DBE3F3CB86DF011FA96C010AF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4C69A5ABD36AE74665BC61E90B89CFBA61C28AF8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4D964E3542CA396276F7DDCCE27613D982065CFF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral4F62453D63DFA54898630106551DDE73F0435387;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral52AE60C5690C0906F0A7072E3B98398AFF25C9C5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53079840E0FD41740E809849B6B41E73B7903547;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral569045DB02C57E62748D078AAAB3C20AAB0640AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral57BD43C20A057CCCB23650CB346EACEE7B31AE72;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B3796C0D94B420550DA90F31ABE4827E4137E3E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral5C648DB5BA0DE7A010730BEEDB7FEADB7EB4A556;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral61896E01350C3D7139AB7C79A29A3A8ED072B0C0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral641255E7CDC790311725CCB47DB63D989117D244;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67921229B6193521250B21AF59D7AC8F873790B9;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6996DC0CC92C7C284749109C7F02D201312B6A5C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6D2AFE039B56F95142AEA3CAEDF4CDFA030555A5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral783C5B36660265F9D49078CA35348CD0ABDD49DF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7D1C38A21F73D199B3533492AD93C440D1DB735C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral7DAC516092AE075D549759FBFE57497622D29F15;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8049D653F658649E5B86C363B789CD1A2A2D40A1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82E4CA95CD9FEFCD637AFDA844A4147838D28F70;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral842B97533A7EFDCC23A3F8E50B63375B68A5369B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C141564B8410A92C4952C96A8E575570CC65E26;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8C5B5A80C04C3A4ACA2BEED3EDD587DD1F5398C6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral8FFB6A5948AD90E20A5C2841D5C0211D58A17869;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral91AF7BC406658352833505726E74AFFBE9F4456D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9696E4A4E55A237E98B2267ADF3E00DDA59CF675;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral99806D9F00DD521B818BAB0B4E6950548E59F8B7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA4B524BA30057D100946AAE80A0CF01DEF5BDEC0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA974F6697B1E4C86BA485CA026943E851442F2CC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralABDF52D360297C3F8D7E4851B2C8262AF0F3CE00;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAE0FE550C017CBB356425EAF984EE8AA74DFDCCE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFCA66D5D5878810A8CD2E0D26A5C5C39E21C7FE;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralAFECF3A5E478A812AD9761D0C14980023E407962;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralB96B3E04F75007D82AC4524832422D3C1A9A90FA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBAC6655A03F949DDF2D407D01723148BA18BEB3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBBF165EA4AF2BA756BC7EA25505B64C36A62BE43;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralBDC5FDC47ACE7F03CD95EC2B3BB2812C5F79E14C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2CB4DD034B3D49AB04CD71C0A7765711136ACA3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC2CC7AACC16A09D4E080B1F896BFA903A86AFAC4;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralC6370F4D10E7342974C38CE91A5C8121AA774FD8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCA52E5008EEBDF4E7DA42EF180322C8273112B96;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCC7E0767FE2666F48DAC672FD451F2F5BC6B4CE6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCCF9B4381E17EB3FA83CA75FC222B202151023BF;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD876381C7842FC064817DB19381771F177B78566;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDD6065F6BEE8EC9D2DE042E63D3ABB71AA1D0A38;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE31FBB002AD5481E70CB59BB178B49C5B9330F0E;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE63C3C7F5D1BA8FF5FE520557DB93719F06BE87A;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE705C6345C26AF82E64D22DBE44B2A3514F2F06F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEBE44C95DC2315580987319331D4B060BF8AB6A8;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralEDBBCE96E30F14D67FEFB0589C89F7A48EDA7C50;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF0ACB78DD0CBEFD7DD81D25C5219DDB4067ECBD2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF0DE0E8DA6053429BA10025127EF05416FD1FCAC;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3D9848D37659886492A7B82871CF5FF29A443E7;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF44588CFEB9433F168D821854741C6C9FFDF6EFB;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF4C926E25326963C2B7FEF2E308523C33CF6D9F0;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFD6612A78B2A0C77E9DC300D4EB64C11094FE01F;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6;
|
|
IL2CPP_EXTERN_C String_t* _stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m9DC252458C6FB905358A2260A356EC2FCCA7D844_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_m1B3030BA9099BC122C2BAAC30BB17F55443087C4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mBA10E1E333545778364BD61C833B36E0A0D42172_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m0C7553E928C8756DAD40F9194E03842BC0F2254F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mF1C832333633D2F3B67B4DF5633CA3BBD98F259E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m5AEBC195C127CC6BA53427D9874AF473509D8334_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_m86951EF283896A2E7B9DB821B65254CDF3DC8DE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_mEF7F66CC13BCA313B07633D6E805DE4CC4EC02E2_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m669D69CEA8336C50DC4BE5E68B2D951749E25CB3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_mDF735335CCC745DADEF09CDC3AEFD94B759454C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m66BF687BEE160B67CD8BE366DAC112800BBA0200_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_m987ABD0235E7D900CAC9E63F69EBA7D434F28639_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Create_mCC0D1D4206A736B01153BE785DB72E857B1F840C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m255AAE2F43CB43FA9DDE4F93B8240D01D2106AA3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_m4BE2EE4A301D2CF4841A57B14C68118CC208EDCD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetException_mBF017A522BD7074EE66182D84A6676FDCE06ECE5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_m51255848645EFBC817BDFC5B94872CF070324A91_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mC1AD715BFAEBF96DA6488EC76F178F1943DC4325_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mCA9A989610DDE3B6A4C1B6CF266AE2909BCAF4E0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m06125A4DE9852C8E92F8780C1DF28F08EC80303A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m1A3A869FF4C5536512892AAF708F0F6C01146B9B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mF873FAF53D0641351DA7E6A4195AE3764696123C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mE3D15B9ECB900B7778F5855EF5439C08C80E6E05_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m6DCC320B5F32414D522B7D730D56AA6133D3E64F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mEB042B53C1DFBAF4107E2DB81CD1215D835F6493_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m28EBBBA585E202F7FF1560A647C5A51352B64481_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_mCD9319F82BE14680F9CCD44263F315E0A93F3116_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m1BDDBD18BCCA6816A90D298070045684A4D611A6_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_Start_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_m969CF2761B0E56BFD07A9F79F1D6150EE1668F90_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_m7018162DA0EB78089F546DB0A7DEE48315DCA209_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mE7C9097ECD027527FEDA6E4F548DC44FDE16BFCA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_1_get_Task_mF737A93344D8C44EEFB1819D33C759B0703DE8A0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mAA7ACFBC918F8931E4F0CA90AFCEEC070E468259_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_m58FBCAC8B2DC97069CEC3FDCA9438FDDAA37CC7C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_m607F8D93DE874680F8BEFD66F055B79AD7CE8045_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mC5B885859B06E8BD735AF2CA2EBC239C0C34474F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AsyncTaskMethodBuilder_Start_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_mA8E36303E3B4572A5553B5CC6E300F5CD5D1B1DA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* AuthenticationManager_PreAuthenticate_m2554D29BBD25B228A956973DAFC6813C6695171C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2_GetOrAdd_m21348308E33318EF6B38479C42884E04A50AE5A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2_TryGetValue_m4AB150D23A967E1101E722E977336C093A6634F5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2_TryRemove_m6A85E59B2D1ABC9B3DDFC90F7B09B28BF38EB88B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2__ctor_m73468EC4E3B499BCB73252A85E27618168FA0460_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConcurrentDictionary_2_get_Count_m966C0A6AD6AD9E7658721FADEAE2A31B61FD737D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m1BE2D402C50D5A1AC728D46D34620C9C91581A69_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_m9B3FDEA829507BF8D85FD097D2065C4524D5AC22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaitable_1_GetAwaiter_mF8D7A972812800DBE4678F304306553A696ED734_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m0851554773E84C10B77665AFB245C180DC88A648_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m6470C9D33FD040437263F6EF1BA6E2266F86CE3C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_m7D4529436D17526C9DE3F9C04943CC2A30335C95_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m0E9C4A9FC5C558B2ECA9275711E93BA124FA6CA1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m1148B5E3387456B0F9245B79BD0C4DF4A326514A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_m1E23A5CD009E22373887C3E5FCFE264A26AB2F89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Add_mE0698BE1088E0D12F200422D8B091E420D12997B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_ContainsKey_m0547B4F19E89BCB8777B99457349D98365065FB9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_GetEnumerator_m315B85BAAC91E8EF0E3037C08DEC16E960855B73_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_Remove_m2E17BEA2BC340D64D558B4EA4CE529BA6629BF77_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_TryGetValue_m896AD98B758ED268AB799FE89686BD2912C042CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2__ctor_mFD7E33F22680D0FD86F576E5BE7D6EEA0F1BE089_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Item_m2D22AAF3BAC999CB3B105ADAA64410F41F46688F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dictionary_2_get_Keys_m91E9EE50DBDA1D5489035D583867715FF59A7543_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* DigestSession_Authenticate_m820DC43ACC7FBA2D3CF80998301C130826B29844_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostByName_mDB16F7D53232D307AD7C1D0302A21EC7DE7F080F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Dns_GetHostEntry_m2C361289069BE08C2CAA59EDE480AD0B087AE4BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m3E2744B9789427AAA2E742EEB7DD2AD843689E22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_Dispose_mCAAB9E245CB6839915C2EDB6BFD9C77AFBA19217_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_m3D392F22FDC3FFF4340F92ABD119AB3B7657B959_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_MoveNext_mD524AD57B1AB59CBFC5387D31BCC0C71E0407490_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m21DF8B786F2909F59E7457C049A68C6BBE0A176A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_m324E40306EBAE67BC4E8285BD35A91BAB747AE97_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_BeginGetResponse_m08F29EBE802FE03432A5CB57FDFCA3C5A77CC9FF_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_EndGetResponse_m2A6CE91546D40B688C7326A175CEDE7501949973_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetRequestStreamCallback_mA23B6712238C205D7ABCF5187B88B24911A4D803_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetResponseCallback_m116EAD5C1447D6E7CAB284383F1ACE24C69D78A8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_GetResponse_mC0E52C8B9885217929AC660B62A073CD2C63D481_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest__ctor_m32AA08E0CE88EE4B4328D724C347D7D3F2B3E700_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_get_UseDefaultCredentials_m3A68945BADD01035A36BE0D6C46248B0C68EE5BA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebRequest_set_Method_m73F004DA6365ADB70FD3B1F23311B071421F3324_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebResponse__ctor_mDCECF4C7D821F8FCBA18B5FA8DF2AD303A029C30_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_BeginGetResponse_m6FA3A32A7BCF6B488CD863F5472B38E5F06EB79D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_CheckRequestStarted_m3AA735AF2A7257EF984729EA0E938368F83FCE41_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_EndGetResponse_m240591D6112B3B1709E99659811F773B837F0F79_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_GetObjectData_m6C3C1BB107DB72006CDF96892EF910400CFA9266_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_GetResponse_m2CF2E0658F4E65A66F6ABD02E976B7FFB5EAF73D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_MyGetResponseAsync_m78CC847A96C7F759F6AE3A9CC1E203DC6BCCFB70_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_RunWithTimeout_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_m5B9723B026C49C7B18448BC76D49A34497516FD4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_mDB54A2BCCE38E278C44D3A136F6988CEEA92F5FE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_U3CGetRewriteHandlerU3Eb__271_0_mF840A54389ABC1BB621214DA1A0D0D2CE1A02FF9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest__ctor_m1AF72A90B1265EE52584D72B1B225DCC95E62722_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest__ctor_m94F348B8E4338E5D0404A8425F5F43B339B322BE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebRequest_set_Method_m481863546C0CBBA0336CB6269544DAD7A1A672CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyCollection_CopyTo_m912C724893A71E25D1F14722856C79F57F47B601_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* KeyValuePair_2_get_Value_mA9432F924325E196FA19F8CE1E5D282F31ED7AB0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m3D95282C1FBA6657F761DDA1506A362A3923B190_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_m665CE6DB91CC36D7B33DDC72762A70FAA6C92D48_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_mACBD0A1EF6119F861FE66086034F28008FD80A03_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Next_mAEE4EB27977572F51E69204BAE946DC1D55921AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_m0F968E367BFE8EC7D874638848DB5D004721CDCB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_m407D1FA324A3100C74A3B67402493E1A2FBCCD60_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_m89F3F376A0C85FA8E167DCD495182D38EE4807FD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedListNode_1_get_Value_mCBE24EE8433918AECF28520AFBD25AD1BEF59F8C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddFirst_m6D43C9DD29C1A494CF9191C7658D0D83BB91F735_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_mAD7E6F699F92069E355252FE86DFDE01E4474858_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_mB47F7D23A674C1604BF10BD6C726A3A0ACD9CA3D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_CopyTo_mCB6E5A2D4D02A24FD1EA8019A9A073F126A8AC00_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_CopyTo_mEC94A565964B70E6F99B4E4A4C4FA8C418E1AD10_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m42C5CE0883206E118EE1976E22770AEC75B391EE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m69152156C2A2583899D0EE535ED42E984AD7AFC7_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m7BA487483101A8DF3BB413D5D3C3D66072FB9D89_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_m9399EE87FB1FBB6BD3C54E020B70B6C11A5EA4BB_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_mCFA402C9BBAAF18957D4FE8EB9FF1971E9F0F2CD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_mE819DBD8D5EADA4E3B50BA70C5A06D157F110576_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_Remove_mEED9373AC1200722E3AE0DDA7CE86E775C45990E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m02AAD5A453332A025188B87EC68F38194C4B8E09_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m6C1F03DB77FF0A91E78A2643C82D608D9E9EF538_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_m7AB586445D5784578DB177A444926BB9ADED140F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1__ctor_mE7FCA21E7C62518EE7AEE275AD49A0501F2C2393_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_m656D59B5C5EA8FBF16043E4015937FCF4167474C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m636C56FE2798BC5BC840B4B3916307A89F591002_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m8B2D075C9FD804A08136CEA6FB7DBEB7224F71BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_m977BABF00A3BF1A793063215BD520D4E3D9368AE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* LinkedList_1_get_First_mBEAB02F591D338F49BB488245AC9D94787589B2C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_Add_m57FFD1C1B440CC18A624177A0D3813DFDC58B05A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_GetEnumerator_m75EE52322291E4DD32D70CD362B953B5EC7A4900_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_m0A28648201ABCDF216AD744C327E2ED8BDD80A22_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1__ctor_mE4D47C6F03E1D4F26CFC62BB49DABBB05041C86E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ReadOnlyCollection_1_get_Count_mADB84925112BAD7AA74EBCE91BC3E4524CFC4549_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Result_get_Argument_mEAC3616300F6B41C733E58110C4715AB44884D14_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Result_get_Success_m9EEBBB8964247B5D5AD4CAE1AF67A4E1C9AE8720_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ServerCertValidationCallback_Callback_mF04B81117BD337FC77BDB94B8EAA8B8B99A4D72C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ServicePointScheduler_U3CRunU3Eb__31_0_m18294DC6C7D3EC3A52C89338AB958CD860670ABE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_CallEndPointDelegate_m4AA30128ACB46BECF1D16A2AE84BB0A26FD4EDBE_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_SendRequest_mB271F49FB5B3DB5DA556253585CC150A51E7C9CA_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ServicePoint_SetTcpKeepAlive_m225D363A70F7971133192A44745C8D284DE19084_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_GetResult_m6EAB05AFA299C2940B1697166BC85AA164F4CF7E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskAwaiter_1_get_IsCompleted_m7FF508EDDEF3AE81E3DBDE53740153CF0507D47D_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_TrySetResult_m3B4D8D267C1B26945C3C417057DEB50C56B689B1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_1_FromAsync_TisString_t_mCD24BB6D085072E87979BCA846EC14C851FFFD9A_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskFactory_StartNew_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mEA676BADDD921EB0FE18C6736870433B4C1A6F25_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* TaskToApm_End_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_mB4FF4016274BDA550A593E4B5BDC9D51B735EA06_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m63EF5F1394EEB422225224D18BDADB421F7AC3A4_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m666E5DCAFBF92E89DF40815D6E86170C1F930233_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_ConfigureAwait_mC42FCEFE7EAD8653932931402ADE0562D6F87D2B_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_GetAwaiter_mFB4B4B079C036C130B7BDC9058629711ADA4F9F0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Factory_m15F13396A095964EB0316A10EDA90CF1961D7905_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_1_get_Result_mC80EF0DC814725AD314035BB164BD1F0F9B65B62_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* Task_FromResult_TisBufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_mB8FBC72A269FEE9DD092F6301E737D5AC363247E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CGetResponseFromDataU3Ed__244_MoveNext_mD4E1730155820C492D2546E6E1A873A6F54E8679_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* U3CU3Ec_U3CSetU3Eb__4_0_m7ABBA00DFE7F256F3DD9640FB9A9D68CF5988498_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_3__ctor_m93ACB08221D46EBF42ABBD80815823CF21338C8F_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_ThrowOnError_m9F249923BD3286491E69B4B688EB516547533396_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_TrySetCanceled_m7BDE308DD8CF682CD97D5D04488ED8E9981D4AD0_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_TrySetCompleted_m2C25E9F7B3D808062BCCF533623E6923B8399E51_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_TrySetException_mFBBB011D30BE75F0D1F6633A5D001F1029117597_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_get_Task_mB3DE3F2C23CDB2879DF2D49CC278921DFA716B6C_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebCompletionSource_1_get_Task_mCBE8895EAB5532407AD7F216EF0942D92D61F9C1_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebProxy_GetProxy_mB7D36975267535555BCB1BF449098DB35D01BC8E_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeMethod* WebProxy_IsBypassed_m4919E244B263600121FECB9F693AECBDBA30AE38_RuntimeMethod_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var;
|
|
IL2CPP_EXTERN_C const RuntimeType* WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var;
|
|
struct Delegate_t_marshaled_com;
|
|
struct Delegate_t_marshaled_pinvoke;
|
|
struct Exception_t_marshaled_com;
|
|
struct Exception_t_marshaled_pinvoke;
|
|
struct MonoMethodMessage_t0A062C5351332ED078EDDF6FA38A87B0A7B5A601_marshaled_com;
|
|
struct MonoMethodMessage_t0A062C5351332ED078EDDF6FA38A87B0A7B5A601_marshaled_pinvoke;
|
|
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_com;
|
|
|
|
struct ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798;
|
|
struct ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15;
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031;
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771;
|
|
struct IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D;
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918;
|
|
struct RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0;
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248;
|
|
struct TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3;
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC;
|
|
|
|
IL2CPP_EXTERN_C_BEGIN
|
|
IL2CPP_EXTERN_C_END
|
|
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>
|
|
struct ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6 : public RuntimeObject
|
|
{
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2/Tables<TKey,TValue> modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Concurrent.ConcurrentDictionary`2::_tables
|
|
Tables_tA4EED5C769DBB50C98B0D2CB16445489E2D4B333* ____tables_0;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Concurrent.ConcurrentDictionary`2::_comparer
|
|
RuntimeObject* ____comparer_1;
|
|
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2::_growLockArray
|
|
bool ____growLockArray_2;
|
|
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2::_budget
|
|
int32_t ____budget_3;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue>[] System.Collections.Concurrent.ConcurrentDictionary`2::_serializationArray
|
|
KeyValuePair_2U5BU5D_t3A196B8FA26BCF9E3162B52E6068AB53F964E297* ____serializationArray_4;
|
|
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2::_serializationConcurrencyLevel
|
|
int32_t ____serializationConcurrencyLevel_5;
|
|
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2::_serializationCapacity
|
|
int32_t ____serializationCapacity_6;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Collections.Generic.Dictionary`2::_buckets
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ____buckets_0;
|
|
// System.Collections.Generic.Dictionary`2/Entry<TKey,TValue>[] System.Collections.Generic.Dictionary`2::_entries
|
|
EntryU5BU5D_tD23803603D031EEE7E7C81472BE7DF6189A01987* ____entries_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_count
|
|
int32_t ____count_2;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeList
|
|
int32_t ____freeList_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_freeCount
|
|
int32_t ____freeCount_4;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2::_version
|
|
int32_t ____version_5;
|
|
// System.Collections.Generic.IEqualityComparer`1<TKey> System.Collections.Generic.Dictionary`2::_comparer
|
|
RuntimeObject* ____comparer_6;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_keys
|
|
KeyCollection_t43F953F445E08B066605108AD084547587EA7690* ____keys_7;
|
|
// System.Collections.Generic.Dictionary`2/ValueCollection<TKey,TValue> System.Collections.Generic.Dictionary`2::_values
|
|
ValueCollection_tE6C37FE0961E0852E048A652E831EA94640FE40E* ____values_8;
|
|
// System.Object System.Collections.Generic.Dictionary`2::_syncRoot
|
|
RuntimeObject* ____syncRoot_9;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct KeyCollection_t43F953F445E08B066605108AD084547587EA7690 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/KeyCollection::_dictionary
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* ____dictionary_0;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebConnection>
|
|
struct LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* ___list_0;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* ___next_1;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* ___prev_2;
|
|
// T System.Collections.Generic.LinkedListNode`1::item
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___item_3;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebOperation>
|
|
struct LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* ___list_0;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* ___next_1;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* ___prev_2;
|
|
// T System.Collections.Generic.LinkedListNode`1::item
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___item_3;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9 : public RuntimeObject {};
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
struct LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* ___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_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
struct LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* ___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_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebConnection>
|
|
struct LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* ___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_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebOperation>
|
|
struct LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* ___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_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1::head
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* ___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_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____siInfo_4;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Threading.Tasks.Task>
|
|
struct List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551 : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3* ____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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ____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;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>
|
|
struct List_1_tFE251079CA636CBB13248E566FEF747F975C540B : public RuntimeObject
|
|
{
|
|
// T[] System.Collections.Generic.List`1::_items
|
|
ChunkU5BU5D_tE12DB273C9625FAD782292F692B299BB74E413D1* ____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;
|
|
};
|
|
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>
|
|
struct ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.IList`1<T> System.Collections.ObjectModel.ReadOnlyCollection`1::list
|
|
RuntimeObject* ___list_0;
|
|
// System.Object System.Collections.ObjectModel.ReadOnlyCollection`1::_syncRoot
|
|
RuntimeObject* ____syncRoot_1;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>
|
|
struct TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14 : public RuntimeObject
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskCompletionSource`1::_task
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ____task_0;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970 : public RuntimeObject
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskCompletionSource`1::_task
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* ____task_0;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
struct WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE : public RuntimeObject
|
|
{
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Net.WebCompletionSource`1/Result<T>> System.Net.WebCompletionSource`1::completion
|
|
TaskCompletionSource_1_t2C6E9A8537378CF4B0A54399D65E650FDCC01BE4* ___completion_0;
|
|
// System.Net.WebCompletionSource`1/Result<T> System.Net.WebCompletionSource`1::currentResult
|
|
Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* ___currentResult_1;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1<System.Object>
|
|
struct WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD : public RuntimeObject
|
|
{
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Net.WebCompletionSource`1/Result<T>> System.Net.WebCompletionSource`1::completion
|
|
TaskCompletionSource_1_tA4EE8D4BD4731C829BD7882AE96EEA85F269C454* ___completion_0;
|
|
// System.Net.WebCompletionSource`1/Result<T> System.Net.WebCompletionSource`1::currentResult
|
|
Result_t420EC3DB7CBFF98E377E8BC8AEC581F7FCD7A141* ___currentResult_1;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F : public RuntimeObject
|
|
{
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Net.WebCompletionSource`1/Result<T>> System.Net.WebCompletionSource`1::completion
|
|
TaskCompletionSource_1_t04C19E28FAF1B686CB256FE9F84AA8AC57A7FEA7* ___completion_0;
|
|
// System.Net.WebCompletionSource`1/Result<T> System.Net.WebCompletionSource`1::currentResult
|
|
Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* ___currentResult_1;
|
|
};
|
|
|
|
// System.Collections.ArrayList
|
|
struct ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.ArrayList::_items
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ____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;
|
|
};
|
|
|
|
// System.Net.AuthenticationManager
|
|
struct AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.Authorization
|
|
struct Authorization_t7F109103AF7366A418844BF604458413434F60D4 : public RuntimeObject
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
// System.Net.AutoWebProxyScriptEngine
|
|
struct AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.BasicClient
|
|
struct BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.BitConverter
|
|
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.BufferOffsetSize
|
|
struct BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71 : public RuntimeObject
|
|
{
|
|
// System.Byte[] System.Net.BufferOffsetSize::Buffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Buffer_0;
|
|
// System.Int32 System.Net.BufferOffsetSize::Offset
|
|
int32_t ___Offset_1;
|
|
// System.Int32 System.Net.BufferOffsetSize::Size
|
|
int32_t ___Size_2;
|
|
};
|
|
|
|
// System.Threading.CancellationTokenSource
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B : public RuntimeObject
|
|
{
|
|
// System.Threading.ManualResetEvent modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_kernelEvent
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* ____kernelEvent_3;
|
|
// System.Threading.SparselyPopulatedArray`1<System.Threading.CancellationCallbackInfo>[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_registeredCallbacksLists
|
|
SparselyPopulatedArray_1U5BU5D_t8E75A036E16E53CF08AAAF37EB6621DE3B26307E* ____registeredCallbacksLists_4;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_state
|
|
int32_t ____state_5;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_threadIDExecutingCallbacks
|
|
int32_t ____threadIDExecutingCallbacks_6;
|
|
// System.Boolean System.Threading.CancellationTokenSource::_disposed
|
|
bool ____disposed_7;
|
|
// System.Threading.CancellationCallbackInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_executingCallback
|
|
CancellationCallbackInfo_tC8BE558ED1E173434DD1919D574C9FAFE501E22D* ____executingCallback_8;
|
|
// System.Threading.Timer modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.CancellationTokenSource::_timer
|
|
Timer_t763C1D5F5A36087DC92C7DA4D1F8AB578F83AB00* ____timer_9;
|
|
};
|
|
|
|
// System.Collections.CollectionBase
|
|
struct CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F : public RuntimeObject
|
|
{
|
|
// System.Collections.ArrayList System.Collections.CollectionBase::_list
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____list_0;
|
|
};
|
|
|
|
// System.Net.CookieContainer
|
|
struct CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E : public RuntimeObject
|
|
{
|
|
// System.Collections.Hashtable System.Net.CookieContainer::m_domainTable
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___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;
|
|
};
|
|
|
|
// System.Runtime.ConstrainedExecution.CriticalFinalizerObject
|
|
struct CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.DefaultCertificatePolicy
|
|
struct DefaultCertificatePolicy_t050382C833F241986F8386E6FC9E00FEC999A53A : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.DigestClient
|
|
struct DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.DigestHeaderParser
|
|
struct DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7 : public RuntimeObject
|
|
{
|
|
// System.String System.Net.DigestHeaderParser::header
|
|
String_t* ___header_0;
|
|
// System.Int32 System.Net.DigestHeaderParser::length
|
|
int32_t ___length_1;
|
|
// System.Int32 System.Net.DigestHeaderParser::pos
|
|
int32_t ___pos_2;
|
|
// System.String[] System.Net.DigestHeaderParser::values
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___values_4;
|
|
};
|
|
|
|
// System.Net.Dns
|
|
struct Dns_tE6305F126E5677E1AFB444735257D41D0D0FE273 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Text.Encoding::m_codePage
|
|
int32_t ___m_codePage_9;
|
|
// System.Globalization.CodePageDataItem System.Text.Encoding::dataItem
|
|
CodePageDataItem_t52460FA30AE37F4F26ACB81055E58002262F19F2* ___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_tD2C40CE114AA9D8E1F7196608B2D088548015293* ___encoderFallback_13;
|
|
// System.Text.DecoderFallback System.Text.Encoding::decoderFallback
|
|
DecoderFallback_t7324102215E4ED41EC065C02EB501CB0BC23CD90* ___decoderFallback_14;
|
|
};
|
|
|
|
// System.Net.EndPoint
|
|
struct EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.FileWebRequestCreator
|
|
struct FileWebRequestCreator_tC059E97F3753B58929F60C8531EADB9683F4111D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
struct HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Security.Cryptography.HashAlgorithm::_disposed
|
|
bool ____disposed_0;
|
|
// System.Int32 System.Security.Cryptography.HashAlgorithm::HashSizeValue
|
|
int32_t ___HashSizeValue_1;
|
|
// System.Byte[] System.Security.Cryptography.HashAlgorithm::HashValue
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___HashValue_2;
|
|
// System.Int32 System.Security.Cryptography.HashAlgorithm::State
|
|
int32_t ___State_3;
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D : public RuntimeObject
|
|
{
|
|
// System.Collections.Hashtable/bucket[] System.Collections.Hashtable::_buckets
|
|
bucketU5BU5D_t59F1C7BC4EBFE874CA0B3F391EA65717E3C8D587* ____buckets_10;
|
|
// System.Int32 System.Collections.Hashtable::_count
|
|
int32_t ____count_11;
|
|
// System.Int32 System.Collections.Hashtable::_occupancy
|
|
int32_t ____occupancy_12;
|
|
// System.Int32 System.Collections.Hashtable::_loadsize
|
|
int32_t ____loadsize_13;
|
|
// System.Single System.Collections.Hashtable::_loadFactor
|
|
float ____loadFactor_14;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_version
|
|
int32_t ____version_15;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Hashtable::_isWriterInProgress
|
|
bool ____isWriterInProgress_16;
|
|
// System.Collections.ICollection System.Collections.Hashtable::_keys
|
|
RuntimeObject* ____keys_17;
|
|
// System.Collections.ICollection System.Collections.Hashtable::_values
|
|
RuntimeObject* ____values_18;
|
|
// System.Collections.IEqualityComparer System.Collections.Hashtable::_keycomparer
|
|
RuntimeObject* ____keycomparer_19;
|
|
// System.Object System.Collections.Hashtable::_syncRoot
|
|
RuntimeObject* ____syncRoot_20;
|
|
};
|
|
|
|
// System.Net.HttpRequestCreator
|
|
struct HttpRequestCreator_tDA975F6F61D732123CEE4E5AF40042311D3EF7E0 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.HttpVersion
|
|
struct HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.IPAddress
|
|
struct IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484 : public RuntimeObject
|
|
{
|
|
// System.UInt32 System.Net.IPAddress::_addressOrScopeId
|
|
uint32_t ____addressOrScopeId_8;
|
|
// System.UInt16[] System.Net.IPAddress::_numbers
|
|
UInt16U5BU5D_tEB7C42D811D999D2AA815BADC3FCCDD9C67B3F83* ____numbers_9;
|
|
// System.String System.Net.IPAddress::_toString
|
|
String_t* ____toString_10;
|
|
// System.Int32 System.Net.IPAddress::_hashCode
|
|
int32_t ____hashCode_11;
|
|
};
|
|
|
|
// System.Net.NetworkInformation.IPGlobalProperties
|
|
struct IPGlobalProperties_tA6F98E3AAD35DD4C6BF821152D3D7B092C80C26D : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.IPHostEntry
|
|
struct IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490 : public RuntimeObject
|
|
{
|
|
// System.String System.Net.IPHostEntry::hostName
|
|
String_t* ___hostName_0;
|
|
// System.String[] System.Net.IPHostEntry::aliases
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___aliases_1;
|
|
// System.Net.IPAddress[] System.Net.IPHostEntry::addressList
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___addressList_2;
|
|
// System.Boolean System.Net.IPHostEntry::isTrustedHost
|
|
bool ___isTrustedHost_3;
|
|
};
|
|
|
|
// System.Net.LazyAsyncResult
|
|
struct LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B : public RuntimeObject
|
|
{
|
|
// System.Object System.Net.LazyAsyncResult::m_AsyncObject
|
|
RuntimeObject* ___m_AsyncObject_1;
|
|
// System.Object System.Net.LazyAsyncResult::m_AsyncState
|
|
RuntimeObject* ___m_AsyncState_2;
|
|
// System.AsyncCallback System.Net.LazyAsyncResult::m_AsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___m_AsyncCallback_3;
|
|
// System.Object System.Net.LazyAsyncResult::m_Result
|
|
RuntimeObject* ___m_Result_4;
|
|
// System.Int32 System.Net.LazyAsyncResult::m_IntCompleted
|
|
int32_t ___m_IntCompleted_5;
|
|
// System.Boolean System.Net.LazyAsyncResult::m_EndCalled
|
|
bool ___m_EndCalled_6;
|
|
// System.Boolean System.Net.LazyAsyncResult::m_UserEvent
|
|
bool ___m_UserEvent_7;
|
|
// System.Object System.Net.LazyAsyncResult::m_Event
|
|
RuntimeObject* ___m_Event_8;
|
|
};
|
|
|
|
// System.Net.Logging
|
|
struct Logging_t2EC36CF11CFFD6144BD8E5BC13EFD261137FBB7B : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE : public RuntimeObject
|
|
{
|
|
// System.Object System.MarshalByRefObject::_identity
|
|
RuntimeObject* ____identity_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
// Native definition for COM marshalling of System.MarshalByRefObject
|
|
struct MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ____identity_0;
|
|
};
|
|
|
|
// System.Reflection.MemberInfo
|
|
struct MemberInfo_t : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// Mono.Security.Interface.MonoTlsProvider
|
|
struct MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Collections.Specialized.NameObjectCollectionBase
|
|
struct NameObjectCollectionBase_tB6400DF2FA3B64660D79586B79016B4A0BA645FC : public RuntimeObject
|
|
{
|
|
// System.Boolean System.Collections.Specialized.NameObjectCollectionBase::_readOnly
|
|
bool ____readOnly_0;
|
|
// System.Collections.ArrayList System.Collections.Specialized.NameObjectCollectionBase::_entriesArray
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____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_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____entriesTable_3;
|
|
// System.Collections.Specialized.NameObjectCollectionBase/NameObjectEntry modreq(System.Runtime.CompilerServices.IsVolatile) System.Collections.Specialized.NameObjectCollectionBase::_nullKeyEntry
|
|
NameObjectEntry_t58A8B38FC7A6ABE5C83153B6C3F2696F88E7A9A2* ____nullKeyEntry_4;
|
|
// System.Runtime.Serialization.SerializationInfo System.Collections.Specialized.NameObjectCollectionBase::_serializationInfo
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ____serializationInfo_5;
|
|
// System.Int32 System.Collections.Specialized.NameObjectCollectionBase::_version
|
|
int32_t ____version_6;
|
|
// System.Object System.Collections.Specialized.NameObjectCollectionBase::_syncRoot
|
|
RuntimeObject* ____syncRoot_7;
|
|
};
|
|
|
|
// System.Net.NetworkCredential
|
|
struct NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313 : public RuntimeObject
|
|
{
|
|
// 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_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* ___m_password_2;
|
|
};
|
|
|
|
// Mono.Http.NtlmClient
|
|
struct NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.NtlmClient
|
|
struct NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6 : public RuntimeObject
|
|
{
|
|
// System.Net.IAuthenticationModule System.Net.NtlmClient::authObject
|
|
RuntimeObject* ___authObject_0;
|
|
};
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472 : public RuntimeObject
|
|
{
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::numberGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___numberGroupSizes_1;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::currencyGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___currencyGroupSizes_2;
|
|
// System.Int32[] System.Globalization.NumberFormatInfo::percentGroupSizes
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___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_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___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;
|
|
};
|
|
|
|
// System.Net.PathList
|
|
struct PathList_t664024587678F89691589365F8D856B0A977D14A : public RuntimeObject
|
|
{
|
|
// System.Collections.SortedList System.Net.PathList::m_list
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* ___m_list_0;
|
|
};
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
struct RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Security.SecureString
|
|
struct SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C : public RuntimeObject
|
|
{
|
|
// 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_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___data_2;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
struct SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37 : public RuntimeObject
|
|
{
|
|
// System.String[] System.Runtime.Serialization.SerializationInfo::m_members
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_members_3;
|
|
// System.Object[] System.Runtime.Serialization.SerializationInfo::m_data
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___m_data_4;
|
|
// System.Type[] System.Runtime.Serialization.SerializationInfo::m_types
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___m_types_5;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Int32> System.Runtime.Serialization.SerializationInfo::m_nameToIndex
|
|
Dictionary_2_t5C8F46F5D57502270DD9E1DA8303B23C7FE85588* ___m_nameToIndex_6;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::m_currMember
|
|
int32_t ___m_currMember_7;
|
|
// System.Runtime.Serialization.IFormatterConverter System.Runtime.Serialization.SerializationInfo::m_converter
|
|
RuntimeObject* ___m_converter_8;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_fullTypeName
|
|
String_t* ___m_fullTypeName_9;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::m_assemName
|
|
String_t* ___m_assemName_10;
|
|
// System.Type System.Runtime.Serialization.SerializationInfo::objectType
|
|
Type_t* ___objectType_11;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isFullTypeNameSetExplicit
|
|
bool ___isFullTypeNameSetExplicit_12;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::isAssemblyNameSetExplicit
|
|
bool ___isAssemblyNameSetExplicit_13;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::requireSameTokenInPartialTrust
|
|
bool ___requireSameTokenInPartialTrust_14;
|
|
};
|
|
|
|
// System.Net.ServerCertValidationCallback
|
|
struct ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F : public RuntimeObject
|
|
{
|
|
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::m_ValidationCallback
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___m_ValidationCallback_0;
|
|
// System.Threading.ExecutionContext System.Net.ServerCertValidationCallback::m_Context
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___m_Context_1;
|
|
};
|
|
|
|
// System.Net.ServicePointManager
|
|
struct ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Collections.SortedList
|
|
struct SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3 : public RuntimeObject
|
|
{
|
|
// System.Object[] System.Collections.SortedList::keys
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___keys_0;
|
|
// System.Object[] System.Collections.SortedList::values
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___values_1;
|
|
// System.Int32 System.Collections.SortedList::_size
|
|
int32_t ____size_2;
|
|
// System.Int32 System.Collections.SortedList::version
|
|
int32_t ___version_3;
|
|
// System.Collections.IComparer System.Collections.SortedList::comparer
|
|
RuntimeObject* ___comparer_4;
|
|
// System.Collections.SortedList/ValueList System.Collections.SortedList::valueList
|
|
ValueList_t9DF653525F9B5641C9B6143901F62A7BF447D331* ___valueList_5;
|
|
// System.Object System.Collections.SortedList::_syncRoot
|
|
RuntimeObject* ____syncRoot_6;
|
|
};
|
|
|
|
// System.String
|
|
struct String_t : public RuntimeObject
|
|
{
|
|
// System.Int32 System.String::_stringLength
|
|
int32_t ____stringLength_4;
|
|
// System.Char System.String::_firstChar
|
|
Il2CppChar ____firstChar_5;
|
|
};
|
|
|
|
// System.Text.StringBuilder
|
|
struct StringBuilder_t : public RuntimeObject
|
|
{
|
|
// System.Char[] System.Text.StringBuilder::m_ChunkChars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___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;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 : public RuntimeObject
|
|
{
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_taskId
|
|
int32_t ___m_taskId_1;
|
|
// System.Delegate System.Threading.Tasks.Task::m_action
|
|
Delegate_t* ___m_action_2;
|
|
// System.Object System.Threading.Tasks.Task::m_stateObject
|
|
RuntimeObject* ___m_stateObject_3;
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.Task::m_taskScheduler
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_taskScheduler_4;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::m_parent
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_parent_5;
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_stateFlags
|
|
int32_t ___m_stateFlags_6;
|
|
// System.Object modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_continuationObject
|
|
RuntimeObject* ___m_continuationObject_7;
|
|
// System.Threading.Tasks.Task/ContingentProperties modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.Task::m_contingentProperties
|
|
ContingentProperties_t3FA59480914505CEA917B1002EC675F29D0CB540* ___m_contingentProperties_10;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskScheduler
|
|
struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E : public RuntimeObject
|
|
{
|
|
// System.Int32 modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.Tasks.TaskScheduler::m_taskSchedulerId
|
|
int32_t ___m_taskSchedulerId_2;
|
|
};
|
|
|
|
// System.Net.UnsafeNclNativeMethods
|
|
struct UnsafeNclNativeMethods_tD620C50E814B76FA81ED2850DDB680ED7AC5AEC6 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F : public RuntimeObject
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.ValueType
|
|
struct ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Version
|
|
struct Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7 : public RuntimeObject
|
|
{
|
|
// 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;
|
|
};
|
|
|
|
// System.Net.WebOperation
|
|
struct WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9 : public RuntimeObject
|
|
{
|
|
// System.Net.HttpWebRequest System.Net.WebOperation::<Request>k__BackingField
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___U3CRequestU3Ek__BackingField_0;
|
|
// System.Net.WebConnection System.Net.WebOperation::<Connection>k__BackingField
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___U3CConnectionU3Ek__BackingField_1;
|
|
// System.Net.ServicePoint System.Net.WebOperation::<ServicePoint>k__BackingField
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___U3CServicePointU3Ek__BackingField_2;
|
|
// System.Net.BufferOffsetSize System.Net.WebOperation::<WriteBuffer>k__BackingField
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___U3CWriteBufferU3Ek__BackingField_3;
|
|
// System.Boolean System.Net.WebOperation::<IsNtlmChallenge>k__BackingField
|
|
bool ___U3CIsNtlmChallengeU3Ek__BackingField_4;
|
|
// System.Threading.CancellationTokenSource System.Net.WebOperation::cts
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___cts_5;
|
|
// System.Net.WebCompletionSource`1<System.Net.WebRequestStream> System.Net.WebOperation::requestTask
|
|
WebCompletionSource_1_tAC4FDFDA019CABFDAB8EA8B6B43C405D9CD7C6C2* ___requestTask_6;
|
|
// System.Net.WebCompletionSource`1<System.Net.WebRequestStream> System.Net.WebOperation::requestWrittenTask
|
|
WebCompletionSource_1_tAC4FDFDA019CABFDAB8EA8B6B43C405D9CD7C6C2* ___requestWrittenTask_7;
|
|
// System.Net.WebCompletionSource`1<System.Net.WebResponseStream> System.Net.WebOperation::responseTask
|
|
WebCompletionSource_1_tA8679705751FAE5F47CC24FE4B95465B329B0C1B* ___responseTask_8;
|
|
// System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>> System.Net.WebOperation::finishedTask
|
|
WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* ___finishedTask_9;
|
|
// System.Net.WebRequestStream System.Net.WebOperation::writeStream
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ___writeStream_10;
|
|
// System.Net.WebResponseStream System.Net.WebOperation::responseStream
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___responseStream_11;
|
|
// System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebOperation::disposedInfo
|
|
ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* ___disposedInfo_12;
|
|
// System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebOperation::closedInfo
|
|
ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* ___closedInfo_13;
|
|
// System.Net.WebOperation System.Net.WebOperation::priorityRequest
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___priorityRequest_14;
|
|
// System.Int32 System.Net.WebOperation::requestSent
|
|
int32_t ___requestSent_15;
|
|
// System.Int32 System.Net.WebOperation::finished
|
|
int32_t ___finished_16;
|
|
};
|
|
|
|
// System.Net.WebProxy
|
|
struct WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437 : public RuntimeObject
|
|
{
|
|
// 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_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ____ProxyAddress_3;
|
|
// System.Collections.ArrayList System.Net.WebProxy::_BypassList
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ____BypassList_4;
|
|
// System.Net.ICredentials System.Net.WebProxy::_Credentials
|
|
RuntimeObject* ____Credentials_5;
|
|
// System.Text.RegularExpressions.Regex[] System.Net.WebProxy::_RegExBypassList
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* ____RegExBypassList_6;
|
|
// System.Collections.Hashtable System.Net.WebProxy::_ProxyHostAddresses
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ____ProxyHostAddresses_7;
|
|
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::m_ScriptEngine
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* ___m_ScriptEngine_8;
|
|
};
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Chain
|
|
struct X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5 : public RuntimeObject
|
|
{
|
|
// System.Security.Cryptography.X509Certificates.X509ChainImpl System.Security.Cryptography.X509Certificates.X509Chain::impl
|
|
X509ChainImpl_tBA1BF154DB9DC321EE068BBC53C7CF43CAA2621F* ___impl_0;
|
|
};
|
|
|
|
// System.Net.MonoChunkParser/Chunk
|
|
struct Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731 : public RuntimeObject
|
|
{
|
|
// System.Byte[] System.Net.MonoChunkParser/Chunk::Bytes
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___Bytes_0;
|
|
// System.Int32 System.Net.MonoChunkParser/Chunk::Offset
|
|
int32_t ___Offset_1;
|
|
};
|
|
|
|
// System.Net.PathList/PathListComparer
|
|
struct PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.ServicePointManager/SPKey
|
|
struct SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5 : public RuntimeObject
|
|
{
|
|
// System.Uri System.Net.ServicePointManager/SPKey::uri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_0;
|
|
// System.Uri System.Net.ServicePointManager/SPKey::proxy
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___proxy_1;
|
|
// System.Boolean System.Net.ServicePointManager/SPKey::use_connect
|
|
bool ___use_connect_2;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent
|
|
struct AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4 : public RuntimeObject
|
|
{
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Boolean> modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.ServicePointScheduler/AsyncManualResetEvent::m_tcs
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* ___m_tcs_0;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/ConnectionGroup
|
|
struct ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037 : public RuntimeObject
|
|
{
|
|
// System.Net.ServicePointScheduler System.Net.ServicePointScheduler/ConnectionGroup::<Scheduler>k__BackingField
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___U3CSchedulerU3Ek__BackingField_0;
|
|
// System.String System.Net.ServicePointScheduler/ConnectionGroup::<Name>k__BackingField
|
|
String_t* ___U3CNameU3Ek__BackingField_1;
|
|
// System.Int32 System.Net.ServicePointScheduler/ConnectionGroup::ID
|
|
int32_t ___ID_3;
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebConnection> System.Net.ServicePointScheduler/ConnectionGroup::connections
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* ___connections_4;
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebOperation> System.Net.ServicePointScheduler/ConnectionGroup::queue
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* ___queue_5;
|
|
};
|
|
|
|
// System.Net.UnsafeNclNativeMethods/HttpApi
|
|
struct HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.UnsafeNclNativeMethods/SecureStringHelper
|
|
struct SecureStringHelper_tA1124BE4E41A52A44886865FF3D6438C13894207 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c
|
|
struct U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211 : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID
|
|
struct HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E : public RuntimeObject
|
|
{
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
|
|
Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize>
|
|
struct ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>
|
|
struct ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>
|
|
struct ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
|
|
Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream>
|
|
struct ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
|
|
Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_task
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnection>
|
|
struct Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693
|
|
{
|
|
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedList`1/Enumerator::_list
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* ____list_0;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1/Enumerator::_node
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* ____node_1;
|
|
// System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.LinkedList`1/Enumerator::_current
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ____current_3;
|
|
// System.Int32 System.Collections.Generic.LinkedList`1/Enumerator::_index
|
|
int32_t ____index_4;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457;
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF;
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkParser/Chunk>
|
|
struct Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160
|
|
{
|
|
// System.Collections.Generic.List`1<T> System.Collections.Generic.List`1/Enumerator::_list
|
|
List_1_tFE251079CA636CBB13248E566FEF747F975C540B* ____list_0;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_index
|
|
int32_t ____index_1;
|
|
// System.Int32 System.Collections.Generic.List`1/Enumerator::_version
|
|
int32_t ____version_2;
|
|
// T System.Collections.Generic.List`1/Enumerator::_current
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* ____current_3;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E
|
|
{
|
|
// TKey System.Collections.Generic.KeyValuePair`2::key
|
|
String_t* ___key_0;
|
|
// TValue System.Collections.Generic.KeyValuePair`2::value
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___value_1;
|
|
};
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669;
|
|
|
|
// System.Nullable`1<System.Boolean>
|
|
struct Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
bool ___value_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream>
|
|
struct TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.TaskAwaiter`1::m_task
|
|
Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8* ___m_task_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.TaskAwaiter`1::m_task
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* ___m_task_0;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.IPAddress[]>
|
|
struct Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Boolean>
|
|
struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
bool ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>
|
|
struct Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>
|
|
struct Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
int32_t ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>
|
|
struct Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebRequestStream>
|
|
struct Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponse>
|
|
struct Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponseStream>
|
|
struct Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___m_result_22;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572 {};
|
|
|
|
// System.ValueTuple`2<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>
|
|
struct ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492
|
|
{
|
|
// T1 System.ValueTuple`2::Item1
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___Item1_0;
|
|
// T2 System.ValueTuple`2::Item2
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ___Item2_1;
|
|
};
|
|
|
|
// System.ValueTuple`2<System.Boolean,System.Net.WebOperation>
|
|
struct ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE
|
|
{
|
|
// T1 System.ValueTuple`2::Item1
|
|
bool ___Item1_0;
|
|
// T2 System.ValueTuple`2::Item2
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___Item2_1;
|
|
};
|
|
|
|
// System.ValueTuple`2<System.Net.WebConnection,System.Boolean>
|
|
struct ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F
|
|
{
|
|
// T1 System.ValueTuple`2::Item1
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___Item1_0;
|
|
// T2 System.ValueTuple`2::Item2
|
|
bool ___Item2_1;
|
|
};
|
|
|
|
// System.ValueTuple`2<System.Net.WebOperation,System.Boolean>
|
|
struct ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3
|
|
{
|
|
// T1 System.ValueTuple`2::Item1
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___Item1_0;
|
|
// T2 System.ValueTuple`2::Item2
|
|
bool ___Item2_1;
|
|
};
|
|
|
|
// System.ValueTuple`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829;
|
|
|
|
// System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>
|
|
struct ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F
|
|
{
|
|
// T1 System.ValueTuple`2::Item1
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___Item1_0;
|
|
// T2 System.ValueTuple`2::Item2
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___Item2_1;
|
|
};
|
|
|
|
// System.ValueTuple`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct ValueTuple_3_t182F852EE39DD805E380FD93762C931C933ACE98;
|
|
|
|
// System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>
|
|
struct ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6
|
|
{
|
|
// T1 System.ValueTuple`3::Item1
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___Item1_0;
|
|
// T2 System.ValueTuple`3::Item2
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___Item2_1;
|
|
// T3 System.ValueTuple`3::Item3
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___Item3_2;
|
|
};
|
|
|
|
// System.ValueTuple`4<System.Boolean,System.Boolean,System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>
|
|
struct ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D
|
|
{
|
|
// T1 System.ValueTuple`4::Item1
|
|
bool ___Item1_0;
|
|
// T2 System.ValueTuple`4::Item2
|
|
bool ___Item2_1;
|
|
// T3 System.ValueTuple`4::Item3
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___Item3_2;
|
|
// T4 System.ValueTuple`4::Item4
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ___Item4_3;
|
|
};
|
|
|
|
// System.ValueTuple`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct ValueTuple_4_t8725FCE32886281FCF0441F1DAE319DADD76B78F;
|
|
|
|
// System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>
|
|
struct ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098
|
|
{
|
|
// T1 System.ValueTuple`5::Item1
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___Item1_0;
|
|
// T2 System.ValueTuple`5::Item2
|
|
bool ___Item2_1;
|
|
// T3 System.ValueTuple`5::Item3
|
|
bool ___Item3_2;
|
|
// T4 System.ValueTuple`5::Item4
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___Item4_3;
|
|
// T5 System.ValueTuple`5::Item5
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___Item5_4;
|
|
};
|
|
|
|
// System.ValueTuple`5<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct ValueTuple_5_t475CC402836C42A6F9B8CC3957836128B8D95C56;
|
|
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore
|
|
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF
|
|
{
|
|
// System.Runtime.CompilerServices.IAsyncStateMachine System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_stateMachine
|
|
RuntimeObject* ___m_stateMachine_0;
|
|
// System.Action System.Runtime.CompilerServices.AsyncMethodBuilderCore::m_defaultContextAction
|
|
Action_tD00B0A84D7945E50C2DFFC28EFEE6ED44ED2AD07* ___m_defaultContextAction_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
|
|
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_pinvoke
|
|
{
|
|
RuntimeObject* ___m_stateMachine_0;
|
|
Il2CppMethodPointer ___m_defaultContextAction_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncMethodBuilderCore
|
|
struct AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF_marshaled_com
|
|
{
|
|
RuntimeObject* ___m_stateMachine_0;
|
|
Il2CppMethodPointer ___m_defaultContextAction_1;
|
|
};
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22
|
|
{
|
|
// System.Boolean System.Boolean::m_value
|
|
bool ___m_value_0;
|
|
};
|
|
|
|
// System.Byte
|
|
struct Byte_t94D9231AC217BE4D2E004C4CD32DF6D099EA41A3
|
|
{
|
|
// System.Byte System.Byte::m_value
|
|
uint8_t ___m_value_0;
|
|
};
|
|
|
|
// System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED
|
|
{
|
|
// System.Threading.CancellationTokenSource System.Threading.CancellationToken::_source
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_pinvoke
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_marshaled_com
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ____source_0;
|
|
};
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17
|
|
{
|
|
// System.Char System.Char::m_value
|
|
Il2CppChar ___m_value_0;
|
|
};
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D
|
|
{
|
|
// System.UInt64 System.DateTime::_dateData
|
|
uint64_t ____dateData_46;
|
|
};
|
|
|
|
// System.Double
|
|
struct Double_tE150EF3D1D43DEE85D533810AB4C742307EEDE5F
|
|
{
|
|
// System.Double System.Double::m_value
|
|
double ___m_value_0;
|
|
};
|
|
|
|
// System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2 : public ValueType_t6D9B272BD21782F0A9A14F2E41F85A50E97A986F
|
|
{
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_pinvoke
|
|
{
|
|
};
|
|
// Native definition for COM marshalling of System.Enum
|
|
struct Enum_t2A1A94B24E3B776EEF4E5E485E290BB9D4D072E2_marshaled_com
|
|
{
|
|
};
|
|
|
|
// System.Net.IPEndPoint
|
|
struct IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB : public EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564
|
|
{
|
|
// System.Net.IPAddress System.Net.IPEndPoint::_address
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ____address_0;
|
|
// System.Int32 System.Net.IPEndPoint::_port
|
|
int32_t ____port_1;
|
|
};
|
|
|
|
// System.Int32
|
|
struct Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C
|
|
{
|
|
// System.Int32 System.Int32::m_value
|
|
int32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Int64
|
|
struct Int64_t092CFB123BE63C28ACDAF65C68F21A526050DBA3
|
|
{
|
|
// System.Int64 System.Int64::m_value
|
|
int64_t ___m_value_0;
|
|
};
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t
|
|
{
|
|
// System.Void* System.IntPtr::m_value
|
|
void* ___m_value_0;
|
|
};
|
|
|
|
// System.Security.Cryptography.MD5
|
|
struct MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A : public HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D
|
|
{
|
|
};
|
|
|
|
// Mono.Net.Security.MobileTlsProvider
|
|
struct MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017 : public MonoTlsProvider_t39C898CDC9458EEAD7C019B4B23701EAF9E24F7E
|
|
{
|
|
};
|
|
|
|
// System.Collections.Specialized.NameValueCollection
|
|
struct NameValueCollection_t52D1E38AB1D4ADD497A17DA305D663BB77B31DF7 : public NameObjectCollectionBase_tB6400DF2FA3B64660D79586B79016B4A0BA645FC
|
|
{
|
|
// System.String[] System.Collections.Specialized.NameValueCollection::_all
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____all_9;
|
|
// System.String[] System.Collections.Specialized.NameValueCollection::_allKeys
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ____allKeys_10;
|
|
};
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// System.IO.Stream/ReadWriteTask System.IO.Stream::_activeReadWriteTask
|
|
ReadWriteTask_t0821BF49EE38596C7734E86E1A6A39D769BE2C05* ____activeReadWriteTask_2;
|
|
// System.Threading.SemaphoreSlim System.IO.Stream::_asyncActiveSemaphore
|
|
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ____asyncActiveSemaphore_3;
|
|
};
|
|
|
|
// System.Net.SystemNetworkCredential
|
|
struct SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF : public NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313
|
|
{
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
};
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A
|
|
{
|
|
// System.Int64 System.TimeSpan::_ticks
|
|
int64_t ____ticks_22;
|
|
};
|
|
|
|
// System.UInt32
|
|
struct UInt32_t1833D51FFA667B18A5AA4B8D34DE284F8495D29B
|
|
{
|
|
// System.UInt32 System.UInt32::m_value
|
|
uint32_t ___m_value_0;
|
|
};
|
|
|
|
// System.Void
|
|
struct Void_t4861ACF8F4594C3437BB48B6E56783494B843915
|
|
{
|
|
union
|
|
{
|
|
struct
|
|
{
|
|
};
|
|
uint8_t Void_t4861ACF8F4594C3437BB48B6E56783494B843915__padding[1];
|
|
};
|
|
};
|
|
|
|
// System.Net.WebCompletionSource
|
|
struct WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5 : public WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD
|
|
{
|
|
};
|
|
|
|
// System.Net.WebResponse
|
|
struct WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// System.Boolean System.Net.WebResponse::m_IsFromCache
|
|
bool ___m_IsFromCache_1;
|
|
};
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
|
|
struct X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE : public CollectionBase_t44F966CC555C87F2815D668FB4586526E1C2383F
|
|
{
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
|
|
struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618
|
|
{
|
|
// System.Threading.Tasks.Task System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_task
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::m_continueOnCapturedContext
|
|
bool ___m_continueOnCapturedContext_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
|
|
struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_pinvoke
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
|
|
int32_t ___m_continueOnCapturedContext_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
|
|
struct ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_com
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___m_task_0;
|
|
int32_t ___m_continueOnCapturedContext_1;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>
|
|
struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>
|
|
struct AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>
|
|
struct AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>
|
|
struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult>
|
|
struct AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncMethodBuilderCore System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_coreState
|
|
AsyncMethodBuilderCore_tD5ABB3A2536319A3345B32A5481E37E23DD8CEDF ___m_coreState_1;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::m_task
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* ___m_task_2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct ConfiguredTaskAwaitable_1_t49A6DEB607605BC46901F32512D8C7DBFB8C545D
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.BufferOffsetSize>
|
|
struct ConfiguredTaskAwaitable_1_tA156E710F39B90B5938B28904101D322A3C1E0A0
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>
|
|
struct ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>
|
|
struct ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebRequestStream>
|
|
struct ConfiguredTaskAwaitable_1_t6B76D6EE63EFC32E3C9DD7753C573ECB9D6302C3
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
struct Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC
|
|
{
|
|
// System.Collections.Generic.Dictionary`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_dictionary
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* ____dictionary_0;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_version
|
|
int32_t ____version_1;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_index
|
|
int32_t ____index_2;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator::_current
|
|
KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E ____current_3;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2/Enumerator::_getEnumeratorRetType
|
|
int32_t ____getEnumeratorRetType_4;
|
|
};
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
typedef Il2CppFullySharedGenericStruct Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1;
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
struct LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* ___list_0;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* ___next_1;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* ___prev_2;
|
|
// T System.Collections.Generic.LinkedListNode`1::item
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F ___item_3;
|
|
};
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
struct LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5 : public RuntimeObject
|
|
{
|
|
// System.Collections.Generic.LinkedList`1<T> System.Collections.Generic.LinkedListNode`1::list
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* ___list_0;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::next
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* ___next_1;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1::prev
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* ___prev_2;
|
|
// T System.Collections.Generic.LinkedListNode`1::item
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 ___item_3;
|
|
};
|
|
|
|
// System.Nullable`1<System.DateTime>
|
|
struct Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___value_1;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1/Status<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
struct Status_tD68DFF51E0659802F540607F669A299BF665E6D9
|
|
{
|
|
// System.Int32 System.Net.WebCompletionSource`1/Status::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1/Status<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Status_tE01E96437CB49CBFF241304B0B5F57A27CDE4B5F
|
|
{
|
|
// System.Int32 System.Net.WebCompletionSource`1/Status::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192 : public Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572
|
|
{
|
|
// TResult System.Threading.Tasks.Task`1::m_result
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 ___m_result_22;
|
|
};
|
|
|
|
// System.Net.Sockets.AddressFamily
|
|
struct AddressFamily_t01AA8C9FD15E4727B241F1F453D88444337C7524
|
|
{
|
|
// System.Int32 System.Net.Sockets.AddressFamily::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.Security.AuthenticationLevel
|
|
struct AuthenticationLevel_tD91F6CE700057352B4F45FC290E35B9E936DECAF
|
|
{
|
|
// System.Int32 System.Net.Security.AuthenticationLevel::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.CloseExState
|
|
struct CloseExState_t3BF48B5344EC89945CB921ED26AF81B4BF9F6C44
|
|
{
|
|
// System.Int32 System.Net.CloseExState::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.IO.Compression.CompressionMode
|
|
struct CompressionMode_t840C8957CF84ACFBF5C43E48AEAEB9DB5E64F3C5
|
|
{
|
|
// System.Int32 System.IO.Compression.CompressionMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable
|
|
struct ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C
|
|
{
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::m_configuredTaskAwaiter
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___m_configuredTaskAwaiter_0;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable
|
|
struct ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C_marshaled_pinvoke
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_pinvoke ___m_configuredTaskAwaiter_0;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.ConfiguredTaskAwaitable
|
|
struct ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C_marshaled_com
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_marshaled_com ___m_configuredTaskAwaiter_0;
|
|
};
|
|
|
|
// System.Net.CookieCollection
|
|
struct CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608 : public RuntimeObject
|
|
{
|
|
// System.Int32 System.Net.CookieCollection::m_version
|
|
int32_t ___m_version_0;
|
|
// System.Collections.ArrayList System.Net.CookieCollection::m_list
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___m_list_1;
|
|
// System.DateTime System.Net.CookieCollection::m_TimeStamp
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___m_TimeStamp_2;
|
|
// System.Boolean System.Net.CookieCollection::m_has_other_versions
|
|
bool ___m_has_other_versions_3;
|
|
// System.Boolean System.Net.CookieCollection::m_IsReadOnly
|
|
bool ___m_IsReadOnly_4;
|
|
};
|
|
|
|
// System.Net.DecompressionMethods
|
|
struct DecompressionMethods_t427BA3F24A5ADDF1615651462C3C825FE8B77F02
|
|
{
|
|
// System.Int32 System.Net.DecompressionMethods::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Delegate
|
|
struct Delegate_t : public RuntimeObject
|
|
{
|
|
// System.IntPtr System.Delegate::method_ptr
|
|
intptr_t ___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.IntPtr System.Delegate::interp_method
|
|
intptr_t ___interp_method_7;
|
|
// System.IntPtr System.Delegate::interp_invoke_impl
|
|
intptr_t ___interp_invoke_impl_8;
|
|
// System.Reflection.MethodInfo System.Delegate::method_info
|
|
MethodInfo_t* ___method_info_9;
|
|
// System.Reflection.MethodInfo System.Delegate::original_method_info
|
|
MethodInfo_t* ___original_method_info_10;
|
|
// System.DelegateData System.Delegate::data
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
// System.Boolean System.Delegate::method_is_virtual
|
|
bool ___method_is_virtual_12;
|
|
};
|
|
// 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;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
// 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;
|
|
intptr_t ___interp_method_7;
|
|
intptr_t ___interp_invoke_impl_8;
|
|
MethodInfo_t* ___method_info_9;
|
|
MethodInfo_t* ___original_method_info_10;
|
|
DelegateData_t9B286B493293CD2D23A5B2B5EF0E5B1324C2B77E* ___data_11;
|
|
int32_t ___method_is_virtual_12;
|
|
};
|
|
|
|
// System.Net.DigestSession
|
|
struct DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14 : public RuntimeObject
|
|
{
|
|
// System.DateTime System.Net.DigestSession::lastUse
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lastUse_1;
|
|
// System.Int32 System.Net.DigestSession::_nc
|
|
int32_t ____nc_2;
|
|
// System.Security.Cryptography.HashAlgorithm System.Net.DigestSession::hash
|
|
HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* ___hash_3;
|
|
// System.Net.DigestHeaderParser System.Net.DigestSession::parser
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* ___parser_4;
|
|
// System.String System.Net.DigestSession::_cnonce
|
|
String_t* ____cnonce_5;
|
|
};
|
|
|
|
// System.Exception
|
|
struct Exception_t : public RuntimeObject
|
|
{
|
|
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
// System.Diagnostics.StackTrace[] System.Exception::captured_traces
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
// System.IntPtr[] System.Exception::native_trace_ips
|
|
IntPtrU5BU5D_tFD177F8C806A6921AD7150264CCC62FA00CAD832* ___native_trace_ips_15;
|
|
// System.Int32 System.Exception::caught_in_unmanaged
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
// 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_tCBB85B95DFD1634237140CD892E82D06ECB3F5E6* ____safeSerializationManager_13;
|
|
StackTraceU5BU5D_t32FBCB20930EAF5BAE3F450FF75228E5450DA0DF* ___captured_traces_14;
|
|
Il2CppSafeArray/*NONE*/* ___native_trace_ips_15;
|
|
int32_t ___caught_in_unmanaged_16;
|
|
};
|
|
|
|
// System.IO.FileAccess
|
|
struct FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30
|
|
{
|
|
// System.Int32 System.IO.FileAccess::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.IO.FileMode
|
|
struct FileMode_t111B48D5347628AEFCBF9A0EC2833827A302ECBA
|
|
{
|
|
// System.Int32 System.IO.FileMode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.IO.FileShare
|
|
struct FileShare_t0A0E9739F5AB44D6B8026C9D2A2F1CEEE442733A
|
|
{
|
|
// System.Int32 System.IO.FileShare::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.IO.Compression.GZipStream
|
|
struct GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.IO.Compression.DeflateStream System.IO.Compression.GZipStream::_deflateStream
|
|
DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104* ____deflateStream_4;
|
|
};
|
|
|
|
// System.Net.HttpRequestHeader
|
|
struct HttpRequestHeader_t20E8484ED71D3D497F3CD28F9FAF75D2FA684DF0
|
|
{
|
|
// System.Int32 System.Net.HttpRequestHeader::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.HttpStatusCode
|
|
struct HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374
|
|
{
|
|
// System.Int32 System.Net.HttpStatusCode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.Sockets.IOControlCode
|
|
struct IOControlCode_t56C9B4178CCED52718BD5083105BB263B6BD04B9
|
|
{
|
|
// System.Int64 System.Net.Sockets.IOControlCode::value__
|
|
int64_t ___value___2;
|
|
};
|
|
|
|
// System.IO.MemoryStream
|
|
struct MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.Byte[] System.IO.MemoryStream::_buffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ____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_t4C228DE57804012969575431CFF12D57C875552D* ____lastReadTask_13;
|
|
};
|
|
|
|
// System.Globalization.NumberStyles
|
|
struct NumberStyles_t567C6CBC2A2B5B5A2C43B2855D158949984A810C
|
|
{
|
|
// System.Int32 System.Globalization.NumberStyles::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.Sockets.ProtocolType
|
|
struct ProtocolType_t104D087F8C40460E0FE8D38659949AEA910CD20A
|
|
{
|
|
// System.Int32 System.Net.Sockets.ProtocolType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Text.RegularExpressions.RegexOptions
|
|
struct RegexOptions_tE9DA9C4DF8FB26DD1C7E0F8AA022C1164A423F6B
|
|
{
|
|
// System.Int32 System.Text.RegularExpressions.RegexOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.Cache.RequestCacheLevel
|
|
struct RequestCacheLevel_t09719064D69DEFA02F60D190C61C408BA30B486B
|
|
{
|
|
// System.Int32 System.Net.Cache.RequestCacheLevel::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.RuntimeTypeHandle
|
|
struct RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B
|
|
{
|
|
// System.IntPtr System.RuntimeTypeHandle::value
|
|
intptr_t ___value_0;
|
|
};
|
|
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
struct SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7 : public CriticalFinalizerObject_t1DCAB623CAEA6529A96F5F3EDE3C7048A6E313C9
|
|
{
|
|
// System.IntPtr System.Runtime.InteropServices.SafeHandle::handle
|
|
intptr_t ___handle_0;
|
|
// System.Int32 System.Runtime.InteropServices.SafeHandle::_state
|
|
int32_t ____state_1;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_ownsHandle
|
|
bool ____ownsHandle_2;
|
|
// System.Boolean System.Runtime.InteropServices.SafeHandle::_fullyInitialized
|
|
bool ____fullyInitialized_3;
|
|
};
|
|
|
|
// System.Net.SecurityProtocolType
|
|
struct SecurityProtocolType_t89232ED6192A07952164168C7B2CF4195B1EC150
|
|
{
|
|
// System.Int32 System.Net.SecurityProtocolType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.ServicePoint
|
|
struct ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29 : public RuntimeObject
|
|
{
|
|
// System.Uri System.Net.ServicePoint::uri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_0;
|
|
// System.DateTime System.Net.ServicePoint::lastDnsResolve
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lastDnsResolve_1;
|
|
// System.Version System.Net.ServicePoint::protocolVersion
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___protocolVersion_2;
|
|
// System.Net.IPHostEntry System.Net.ServicePoint::host
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* ___host_3;
|
|
// System.Boolean System.Net.ServicePoint::usesProxy
|
|
bool ___usesProxy_4;
|
|
// System.Boolean System.Net.ServicePoint::sendContinue
|
|
bool ___sendContinue_5;
|
|
// System.Boolean System.Net.ServicePoint::useConnect
|
|
bool ___useConnect_6;
|
|
// System.Object System.Net.ServicePoint::hostE
|
|
RuntimeObject* ___hostE_7;
|
|
// System.Boolean System.Net.ServicePoint::useNagle
|
|
bool ___useNagle_8;
|
|
// System.Net.BindIPEndPoint System.Net.ServicePoint::endPointCallback
|
|
BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* ___endPointCallback_9;
|
|
// System.Boolean System.Net.ServicePoint::tcp_keepalive
|
|
bool ___tcp_keepalive_10;
|
|
// System.Int32 System.Net.ServicePoint::tcp_keepalive_time
|
|
int32_t ___tcp_keepalive_time_11;
|
|
// System.Int32 System.Net.ServicePoint::tcp_keepalive_interval
|
|
int32_t ___tcp_keepalive_interval_12;
|
|
// System.Boolean System.Net.ServicePoint::disposed
|
|
bool ___disposed_13;
|
|
// System.Int32 System.Net.ServicePoint::connectionLeaseTimeout
|
|
int32_t ___connectionLeaseTimeout_14;
|
|
// System.Int32 System.Net.ServicePoint::receiveBufferSize
|
|
int32_t ___receiveBufferSize_15;
|
|
// System.Net.ServicePointManager/SPKey System.Net.ServicePoint::<Key>k__BackingField
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___U3CKeyU3Ek__BackingField_16;
|
|
// System.Net.ServicePointScheduler System.Net.ServicePoint::<Scheduler>k__BackingField
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___U3CSchedulerU3Ek__BackingField_17;
|
|
// System.Int32 System.Net.ServicePoint::connectionLimit
|
|
int32_t ___connectionLimit_18;
|
|
// System.Int32 System.Net.ServicePoint::maxIdleTime
|
|
int32_t ___maxIdleTime_19;
|
|
// System.Object System.Net.ServicePoint::m_ServerCertificateOrBytes
|
|
RuntimeObject* ___m_ServerCertificateOrBytes_20;
|
|
// System.Object System.Net.ServicePoint::m_ClientCertificateOrBytes
|
|
RuntimeObject* ___m_ClientCertificateOrBytes_21;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler
|
|
struct ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9 : public RuntimeObject
|
|
{
|
|
// System.Net.ServicePoint System.Net.ServicePointScheduler::<ServicePoint>k__BackingField
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___U3CServicePointU3Ek__BackingField_0;
|
|
// System.Int32 System.Net.ServicePointScheduler::running
|
|
int32_t ___running_1;
|
|
// System.Int32 System.Net.ServicePointScheduler::maxIdleTime
|
|
int32_t ___maxIdleTime_2;
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent System.Net.ServicePointScheduler::schedulerEvent
|
|
AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* ___schedulerEvent_3;
|
|
// System.Net.ServicePointScheduler/ConnectionGroup System.Net.ServicePointScheduler::defaultGroup
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___defaultGroup_4;
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup> System.Net.ServicePointScheduler::groups
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* ___groups_5;
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>> System.Net.ServicePointScheduler::operations
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* ___operations_6;
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>> System.Net.ServicePointScheduler::idleConnections
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* ___idleConnections_7;
|
|
// System.Int32 System.Net.ServicePointScheduler::currentConnections
|
|
int32_t ___currentConnections_8;
|
|
// System.Int32 System.Net.ServicePointScheduler::connectionLimit
|
|
int32_t ___connectionLimit_9;
|
|
// System.DateTime System.Net.ServicePointScheduler::idleSince
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___idleSince_10;
|
|
// System.Int32 System.Net.ServicePointScheduler::ID
|
|
int32_t ___ID_12;
|
|
};
|
|
|
|
// System.Net.Sockets.SocketType
|
|
struct SocketType_tEFAA48791CC7B43043CE5B1DE7A54F15DCFE3C52
|
|
{
|
|
// System.Int32 System.Net.Sockets.SocketType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.Security.SslPolicyErrors
|
|
struct SslPolicyErrors_t92DF45EC5BA5BEFF38EF53C2C8488B27385EBB08
|
|
{
|
|
// System.Int32 System.Net.Security.SslPolicyErrors::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContextStates
|
|
struct StreamingContextStates_t5EE358E619B251608A9327618C7BFE8638FC33C1
|
|
{
|
|
// System.Int32 System.Runtime.Serialization.StreamingContextStates::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.StringComparison
|
|
struct StringComparison_tE14A55CCFA001A5AC85D754179BF2888F45CC94D
|
|
{
|
|
// System.Int32 System.StringComparison::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.IO.StringReader
|
|
struct StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8 : public TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7
|
|
{
|
|
// System.String System.IO.StringReader::_s
|
|
String_t* ____s_2;
|
|
// System.Int32 System.IO.StringReader::_pos
|
|
int32_t ____pos_3;
|
|
// System.Int32 System.IO.StringReader::_length
|
|
int32_t ____length_4;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskContinuationOptions
|
|
struct TaskContinuationOptions_tF334758E3027B6DCFA9A814B17CE878029537814
|
|
{
|
|
// System.Int32 System.Threading.Tasks.TaskContinuationOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskCreationOptions
|
|
struct TaskCreationOptions_tB15CB42D61B8958640A7C702A79097B56D5C7ABA
|
|
{
|
|
// System.Int32 System.Threading.Tasks.TaskCreationOptions::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// Mono.Security.Interface.TlsProtocols
|
|
struct TlsProtocols_tCC009DAEEFCA5769448145AD24A1193CD5E8541B
|
|
{
|
|
// System.Int32 Mono.Security.Interface.TlsProtocols::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Security.Principal.TokenImpersonationLevel
|
|
struct TokenImpersonationLevel_t2DEE263354E7DBC241ED96A71C632A3FAB92013D
|
|
{
|
|
// System.Int32 System.Security.Principal.TokenImpersonationLevel::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.UriComponents
|
|
struct UriComponents_t92D6A11B001BCF2B97D0613FD0541637524A7A82
|
|
{
|
|
// System.Int32 System.UriComponents::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.UriFormat
|
|
struct UriFormat_tCFECBDF50112D695E5A4C3F05AE60480FB77A2C0
|
|
{
|
|
// System.Int32 System.UriFormat::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.UriHostNameType
|
|
struct UriHostNameType_t9BDBA62A4F46D00945BB64D0E6E8FF14EB5B7409
|
|
{
|
|
// System.Int32 System.UriHostNameType::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.UriIdnScope
|
|
struct UriIdnScope_t001CC97A6F977E9BB7DB855CC6BA415A7F47491F
|
|
{
|
|
// System.Int32 System.UriIdnScope::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Threading.WaitHandle
|
|
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8 : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// System.IntPtr System.Threading.WaitHandle::waitHandle
|
|
intptr_t ___waitHandle_3;
|
|
// Microsoft.Win32.SafeHandles.SafeWaitHandle modreq(System.Runtime.CompilerServices.IsVolatile) System.Threading.WaitHandle::safeWaitHandle
|
|
SafeWaitHandle_t58F5662CD56F6462A687198A64987F8980804449* ___safeWaitHandle_4;
|
|
// System.Boolean System.Threading.WaitHandle::hasThreadAffinity
|
|
bool ___hasThreadAffinity_5;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Threading.WaitHandle
|
|
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_pinvoke : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_pinvoke
|
|
{
|
|
intptr_t ___waitHandle_3;
|
|
void* ___safeWaitHandle_4;
|
|
int32_t ___hasThreadAffinity_5;
|
|
};
|
|
// Native definition for COM marshalling of System.Threading.WaitHandle
|
|
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_com : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE_marshaled_com
|
|
{
|
|
intptr_t ___waitHandle_3;
|
|
void* ___safeWaitHandle_4;
|
|
int32_t ___hasThreadAffinity_5;
|
|
};
|
|
|
|
// System.Net.WebConnection
|
|
struct WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC : public RuntimeObject
|
|
{
|
|
// System.Net.NetworkCredential System.Net.WebConnection::ntlm_credentials
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* ___ntlm_credentials_0;
|
|
// System.Boolean System.Net.WebConnection::ntlm_authenticated
|
|
bool ___ntlm_authenticated_1;
|
|
// System.Boolean System.Net.WebConnection::unsafe_sharing
|
|
bool ___unsafe_sharing_2;
|
|
// System.IO.Stream System.Net.WebConnection::networkStream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___networkStream_3;
|
|
// System.Net.Sockets.Socket System.Net.WebConnection::socket
|
|
Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___socket_4;
|
|
// Mono.Net.Security.MonoTlsStream System.Net.WebConnection::monoTlsStream
|
|
MonoTlsStream_t1CE91597F244093A040334DE449975971E4BD206* ___monoTlsStream_5;
|
|
// System.Net.WebConnectionTunnel System.Net.WebConnection::tunnel
|
|
WebConnectionTunnel_tA394C00C106FAA694D0D5B7A5B03B3B52328DC0F* ___tunnel_6;
|
|
// System.Int32 System.Net.WebConnection::disposed
|
|
int32_t ___disposed_7;
|
|
// System.Net.ServicePoint System.Net.WebConnection::<ServicePoint>k__BackingField
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___U3CServicePointU3Ek__BackingField_8;
|
|
// System.DateTime System.Net.WebConnection::idleSince
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___idleSince_9;
|
|
// System.Net.WebOperation System.Net.WebConnection::currentOperation
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___currentOperation_10;
|
|
};
|
|
|
|
// System.Net.WebConnectionStream
|
|
struct WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.Boolean System.Net.WebConnectionStream::closed
|
|
bool ___closed_4;
|
|
// System.Boolean System.Net.WebConnectionStream::disposed
|
|
bool ___disposed_5;
|
|
// System.Object System.Net.WebConnectionStream::locker
|
|
RuntimeObject* ___locker_6;
|
|
// System.Int32 System.Net.WebConnectionStream::read_timeout
|
|
int32_t ___read_timeout_7;
|
|
// System.Int32 System.Net.WebConnectionStream::write_timeout
|
|
int32_t ___write_timeout_8;
|
|
// System.Net.HttpWebRequest System.Net.WebConnectionStream::<Request>k__BackingField
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___U3CRequestU3Ek__BackingField_9;
|
|
// System.Net.WebConnection System.Net.WebConnectionStream::<Connection>k__BackingField
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___U3CConnectionU3Ek__BackingField_10;
|
|
// System.Net.WebOperation System.Net.WebConnectionStream::<Operation>k__BackingField
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___U3COperationU3Ek__BackingField_11;
|
|
};
|
|
|
|
// System.Net.WebExceptionInternalStatus
|
|
struct WebExceptionInternalStatus_t55FE318F971454ACF043474E60EFDB32922EC4F7
|
|
{
|
|
// System.Int32 System.Net.WebExceptionInternalStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.WebExceptionStatus
|
|
struct WebExceptionStatus_t86B29EE86F8C7D20D1825C71503F0473C43B4B92
|
|
{
|
|
// System.Int32 System.Net.WebExceptionStatus::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.WebHeaderCollectionType
|
|
struct WebHeaderCollectionType_tC1655E670BE2631562B873B63682846CB798A692
|
|
{
|
|
// System.UInt16 System.Net.WebHeaderCollectionType::value__
|
|
uint16_t ___value___2;
|
|
};
|
|
|
|
// System.Net.WebReadStream
|
|
struct WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.Net.WebOperation System.Net.WebReadStream::<Operation>k__BackingField
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___U3COperationU3Ek__BackingField_4;
|
|
// System.IO.Stream System.Net.WebReadStream::<InnerStream>k__BackingField
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___U3CInnerStreamU3Ek__BackingField_5;
|
|
// System.Boolean System.Net.WebReadStream::disposed
|
|
bool ___disposed_6;
|
|
};
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
struct X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4 : public RuntimeObject
|
|
{
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateImpl System.Security.Cryptography.X509Certificates.X509Certificate::impl
|
|
X509CertificateImpl_tF590E81705CE1FE152C590E5A875D4FE3BE348EF* ___impl_0;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyCertHash
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyCertHash_1;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazySerialNumber
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazySerialNumber_2;
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyIssuer
|
|
String_t* ___lazyIssuer_3;
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazySubject
|
|
String_t* ___lazySubject_4;
|
|
// System.String modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyKeyAlgorithm
|
|
String_t* ___lazyKeyAlgorithm_5;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyKeyAlgorithmParameters
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyKeyAlgorithmParameters_6;
|
|
// System.Byte[] modreq(System.Runtime.CompilerServices.IsVolatile) System.Security.Cryptography.X509Certificates.X509Certificate::lazyPublicKey
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___lazyPublicKey_7;
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::lazyNotBefore
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lazyNotBefore_8;
|
|
// System.DateTime System.Security.Cryptography.X509Certificates.X509Certificate::lazyNotAfter
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___lazyNotAfter_9;
|
|
};
|
|
|
|
// System.Net.ContentDecodeStream/Mode
|
|
struct Mode_tFBF06EB632C8E306F67ADB3A5998425829A6DCA5
|
|
{
|
|
// System.Int32 System.Net.ContentDecodeStream/Mode::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Threading.ExecutionContext/Flags
|
|
struct Flags_tD935E34E819419AC18907444AF9A5993A183FC09
|
|
{
|
|
// System.Int32 System.Threading.ExecutionContext/Flags::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.HttpWebRequest/NtlmAuthState
|
|
struct NtlmAuthState_t86300FA34030B23F6485BD85BC196D899F5737A9
|
|
{
|
|
// System.Int32 System.Net.HttpWebRequest/NtlmAuthState::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Net.MonoChunkParser/State
|
|
struct State_tCF075123F856B7CA852EE46A9DFF069A95CF23B9
|
|
{
|
|
// System.Int32 System.Net.MonoChunkParser/State::value__
|
|
int32_t ___value___2;
|
|
};
|
|
|
|
// System.Uri/Flags
|
|
struct Flags_t47CF4DB4036A6A539AFA6EE39C75F772E865E897
|
|
{
|
|
// System.UInt64 System.Uri/Flags::value__
|
|
uint64_t ___value___2;
|
|
};
|
|
|
|
// System.Nullable`1<Mono.Security.Interface.TlsProtocols>
|
|
struct Nullable_1_t9A98093485034F2B86BC66B725022122E0E5B2A4
|
|
{
|
|
// System.Boolean System.Nullable`1::hasValue
|
|
bool ___hasValue_0;
|
|
// T System.Nullable`1::value
|
|
int32_t ___value_1;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
struct Result_t195C65AF03BEBA948FC7447896F66256BF6B068A : public RuntimeObject
|
|
{
|
|
// System.Net.WebCompletionSource`1/Status<T> System.Net.WebCompletionSource`1/Result::<Status>k__BackingField
|
|
int32_t ___U3CStatusU3Ek__BackingField_0;
|
|
// System.Runtime.ExceptionServices.ExceptionDispatchInfo System.Net.WebCompletionSource`1/Result::<Error>k__BackingField
|
|
ExceptionDispatchInfo_tD7AF19E75FEC22F4A8329FD1E9EDF96615CB2757* ___U3CErrorU3Ek__BackingField_1;
|
|
// T System.Net.WebCompletionSource`1/Result::<Argument>k__BackingField
|
|
ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE ___U3CArgumentU3Ek__BackingField_2;
|
|
};
|
|
|
|
// System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93 : public RuntimeObject {};
|
|
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.IPAddress[]>
|
|
struct TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4 : public RuntimeObject
|
|
{
|
|
// System.Threading.CancellationToken System.Threading.Tasks.TaskFactory`1::m_defaultCancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___m_defaultCancellationToken_0;
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory`1::m_defaultScheduler
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_defaultScheduler_1;
|
|
// System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.TaskFactory`1::m_defaultCreationOptions
|
|
int32_t ___m_defaultCreationOptions_2;
|
|
// System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.TaskFactory`1::m_defaultContinuationOptions
|
|
int32_t ___m_defaultContinuationOptions_3;
|
|
};
|
|
|
|
// System.AggregateException
|
|
struct AggregateException_t51B6205846DFB356B94452702201DD239D44422F : public Exception_t
|
|
{
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception> System.AggregateException::m_innerExceptions
|
|
ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* ___m_innerExceptions_18;
|
|
};
|
|
|
|
// System.Runtime.Remoting.Messaging.AsyncResult
|
|
struct AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760 : public RuntimeObject
|
|
{
|
|
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_state
|
|
RuntimeObject* ___async_state_0;
|
|
// System.Threading.WaitHandle System.Runtime.Remoting.Messaging.AsyncResult::handle
|
|
WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8* ___handle_1;
|
|
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_delegate
|
|
RuntimeObject* ___async_delegate_2;
|
|
// System.IntPtr System.Runtime.Remoting.Messaging.AsyncResult::data
|
|
intptr_t ___data_3;
|
|
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::object_data
|
|
RuntimeObject* ___object_data_4;
|
|
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::sync_completed
|
|
bool ___sync_completed_5;
|
|
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::completed
|
|
bool ___completed_6;
|
|
// System.Boolean System.Runtime.Remoting.Messaging.AsyncResult::endinvoke_called
|
|
bool ___endinvoke_called_7;
|
|
// System.Object System.Runtime.Remoting.Messaging.AsyncResult::async_callback
|
|
RuntimeObject* ___async_callback_8;
|
|
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::current
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___current_9;
|
|
// System.Threading.ExecutionContext System.Runtime.Remoting.Messaging.AsyncResult::original
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___original_10;
|
|
// System.Int64 System.Runtime.Remoting.Messaging.AsyncResult::add_time
|
|
int64_t ___add_time_11;
|
|
// System.Runtime.Remoting.Messaging.MonoMethodMessage System.Runtime.Remoting.Messaging.AsyncResult::call_message
|
|
MonoMethodMessage_t0A062C5351332ED078EDDF6FA38A87B0A7B5A601* ___call_message_12;
|
|
// System.Runtime.Remoting.Messaging.IMessageCtrl System.Runtime.Remoting.Messaging.AsyncResult::message_ctrl
|
|
RuntimeObject* ___message_ctrl_13;
|
|
// System.Runtime.Remoting.Messaging.IMessage System.Runtime.Remoting.Messaging.AsyncResult::reply_message
|
|
RuntimeObject* ___reply_message_14;
|
|
// System.Threading.WaitCallback System.Runtime.Remoting.Messaging.AsyncResult::orig_cb
|
|
WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* ___orig_cb_15;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Remoting.Messaging.AsyncResult
|
|
struct AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___async_state_0;
|
|
WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_pinvoke ___handle_1;
|
|
Il2CppIUnknown* ___async_delegate_2;
|
|
intptr_t ___data_3;
|
|
Il2CppIUnknown* ___object_data_4;
|
|
int32_t ___sync_completed_5;
|
|
int32_t ___completed_6;
|
|
int32_t ___endinvoke_called_7;
|
|
Il2CppIUnknown* ___async_callback_8;
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___current_9;
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___original_10;
|
|
int64_t ___add_time_11;
|
|
MonoMethodMessage_t0A062C5351332ED078EDDF6FA38A87B0A7B5A601_marshaled_pinvoke* ___call_message_12;
|
|
RuntimeObject* ___message_ctrl_13;
|
|
RuntimeObject* ___reply_message_14;
|
|
Il2CppMethodPointer ___orig_cb_15;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Remoting.Messaging.AsyncResult
|
|
struct AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___async_state_0;
|
|
WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_marshaled_com* ___handle_1;
|
|
Il2CppIUnknown* ___async_delegate_2;
|
|
intptr_t ___data_3;
|
|
Il2CppIUnknown* ___object_data_4;
|
|
int32_t ___sync_completed_5;
|
|
int32_t ___completed_6;
|
|
int32_t ___endinvoke_called_7;
|
|
Il2CppIUnknown* ___async_callback_8;
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___current_9;
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___original_10;
|
|
int64_t ___add_time_11;
|
|
MonoMethodMessage_t0A062C5351332ED078EDDF6FA38A87B0A7B5A601_marshaled_com* ___call_message_12;
|
|
RuntimeObject* ___message_ctrl_13;
|
|
RuntimeObject* ___reply_message_14;
|
|
Il2CppMethodPointer ___orig_cb_15;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder
|
|
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06
|
|
{
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::m_builder
|
|
AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
|
|
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_pinvoke
|
|
{
|
|
AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.CompilerServices.AsyncTaskMethodBuilder
|
|
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_marshaled_com
|
|
{
|
|
AsyncTaskMethodBuilder_1_tE88892A6B2F97B5D44B7C3EE2DBEED85743412AC ___m_builder_1;
|
|
};
|
|
|
|
// System.Net.BufferedReadStream
|
|
struct BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479 : public WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86
|
|
{
|
|
// System.Net.BufferOffsetSize System.Net.BufferedReadStream::readBuffer
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___readBuffer_7;
|
|
};
|
|
|
|
// System.Net.ContentDecodeStream
|
|
struct ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61 : public WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86
|
|
{
|
|
// System.IO.Stream System.Net.ContentDecodeStream::<OriginalInnerStream>k__BackingField
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___U3COriginalInnerStreamU3Ek__BackingField_7;
|
|
};
|
|
|
|
// System.IO.Compression.DeflateStream
|
|
struct DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.IO.Stream System.IO.Compression.DeflateStream::base_stream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___base_stream_4;
|
|
// System.IO.Compression.CompressionMode System.IO.Compression.DeflateStream::mode
|
|
int32_t ___mode_5;
|
|
// System.Boolean System.IO.Compression.DeflateStream::leaveOpen
|
|
bool ___leaveOpen_6;
|
|
// System.Boolean System.IO.Compression.DeflateStream::disposed
|
|
bool ___disposed_7;
|
|
// System.IO.Compression.DeflateStreamNative System.IO.Compression.DeflateStream::native
|
|
DeflateStreamNative_t06B674E1D2EFD46989197EFB1E33E0B6564793CD* ___native_8;
|
|
};
|
|
|
|
// System.Threading.EventWaitHandle
|
|
struct EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E : public WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8
|
|
{
|
|
};
|
|
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710 : public RuntimeObject
|
|
{
|
|
// System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContext
|
|
SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* ____syncContext_0;
|
|
// System.Threading.SynchronizationContext System.Threading.ExecutionContext::_syncContextNoFlow
|
|
SynchronizationContext_tCDB842BBE53B050802CBBB59C6E6DC45B5B06DC0* ____syncContextNoFlow_1;
|
|
// System.Runtime.Remoting.Messaging.LogicalCallContext System.Threading.ExecutionContext::_logicalCallContext
|
|
LogicalCallContext_t4BB407B088DB9FA68FE1EC2DB78D33F5BB4BDE9E* ____logicalCallContext_2;
|
|
// System.Runtime.Remoting.Messaging.IllogicalCallContext System.Threading.ExecutionContext::_illogicalCallContext
|
|
IllogicalCallContext_tBE27BC899B192B585D0D20F6A296DC5296C8BFD5* ____illogicalCallContext_3;
|
|
// System.Threading.ExecutionContext/Flags System.Threading.ExecutionContext::_flags
|
|
int32_t ____flags_4;
|
|
// System.Collections.Generic.Dictionary`2<System.Threading.IAsyncLocal,System.Object> System.Threading.ExecutionContext::_localValues
|
|
Dictionary_2_tE8D02A3D5DD039B176B8F64028DA5F0883237494* ____localValues_5;
|
|
// System.Collections.Generic.List`1<System.Threading.IAsyncLocal> System.Threading.ExecutionContext::_localChangeNotifications
|
|
List_1_tA7C2A3DF62733E04DA16EDD931856E01BE8283F0* ____localChangeNotifications_6;
|
|
};
|
|
|
|
// System.IO.FileStream
|
|
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8 : public Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE
|
|
{
|
|
// System.Byte[] System.IO.FileStream::buf
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_6;
|
|
// System.String System.IO.FileStream::name
|
|
String_t* ___name_7;
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::safeHandle
|
|
SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* ___safeHandle_8;
|
|
// System.Boolean System.IO.FileStream::isExposed
|
|
bool ___isExposed_9;
|
|
// System.Int64 System.IO.FileStream::append_startpos
|
|
int64_t ___append_startpos_10;
|
|
// System.IO.FileAccess System.IO.FileStream::access
|
|
int32_t ___access_11;
|
|
// System.Boolean System.IO.FileStream::owner
|
|
bool ___owner_12;
|
|
// System.Boolean System.IO.FileStream::async
|
|
bool ___async_13;
|
|
// System.Boolean System.IO.FileStream::canseek
|
|
bool ___canseek_14;
|
|
// System.Boolean System.IO.FileStream::anonymous
|
|
bool ___anonymous_15;
|
|
// System.Boolean System.IO.FileStream::buf_dirty
|
|
bool ___buf_dirty_16;
|
|
// System.Int32 System.IO.FileStream::buf_size
|
|
int32_t ___buf_size_17;
|
|
// System.Int32 System.IO.FileStream::buf_length
|
|
int32_t ___buf_length_18;
|
|
// System.Int32 System.IO.FileStream::buf_offset
|
|
int32_t ___buf_offset_19;
|
|
// System.Int64 System.IO.FileStream::buf_start
|
|
int64_t ___buf_start_20;
|
|
};
|
|
|
|
// System.Net.FileWebResponse
|
|
struct FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2 : public WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682
|
|
{
|
|
// System.Boolean System.Net.FileWebResponse::m_closed
|
|
bool ___m_closed_2;
|
|
// System.Int64 System.Net.FileWebResponse::m_contentLength
|
|
int64_t ___m_contentLength_3;
|
|
// System.IO.FileAccess System.Net.FileWebResponse::m_fileAccess
|
|
int32_t ___m_fileAccess_4;
|
|
// System.Net.WebHeaderCollection System.Net.FileWebResponse::m_headers
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___m_headers_5;
|
|
// System.IO.Stream System.Net.FileWebResponse::m_stream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___m_stream_6;
|
|
// System.Uri System.Net.FileWebResponse::m_uri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_uri_7;
|
|
};
|
|
|
|
// System.Net.FixedSizeReadStream
|
|
struct FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251 : public WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86
|
|
{
|
|
// System.Int64 System.Net.FixedSizeReadStream::<ContentLength>k__BackingField
|
|
int64_t ___U3CContentLengthU3Ek__BackingField_7;
|
|
// System.Int64 System.Net.FixedSizeReadStream::position
|
|
int64_t ___position_8;
|
|
};
|
|
|
|
// System.Net.HttpWebResponse
|
|
struct HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A : public WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682
|
|
{
|
|
// System.Uri System.Net.HttpWebResponse::uri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___uri_2;
|
|
// System.Net.WebHeaderCollection System.Net.HttpWebResponse::webHeaders
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___webHeaders_3;
|
|
// System.Net.CookieCollection System.Net.HttpWebResponse::cookieCollection
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* ___cookieCollection_4;
|
|
// System.String System.Net.HttpWebResponse::method
|
|
String_t* ___method_5;
|
|
// System.Version System.Net.HttpWebResponse::version
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_6;
|
|
// System.Net.HttpStatusCode System.Net.HttpWebResponse::statusCode
|
|
int32_t ___statusCode_7;
|
|
// System.String System.Net.HttpWebResponse::statusDescription
|
|
String_t* ___statusDescription_8;
|
|
// System.Int64 System.Net.HttpWebResponse::contentLength
|
|
int64_t ___contentLength_9;
|
|
// System.String System.Net.HttpWebResponse::contentType
|
|
String_t* ___contentType_10;
|
|
// System.Net.CookieContainer System.Net.HttpWebResponse::cookie_container
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* ___cookie_container_11;
|
|
// System.Boolean System.Net.HttpWebResponse::disposed
|
|
bool ___disposed_12;
|
|
// System.IO.Stream System.Net.HttpWebResponse::stream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___stream_13;
|
|
};
|
|
|
|
// System.Net.MonoChunkParser
|
|
struct MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A : public RuntimeObject
|
|
{
|
|
// System.Net.WebHeaderCollection System.Net.MonoChunkParser::headers
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___headers_0;
|
|
// System.Int32 System.Net.MonoChunkParser::chunkSize
|
|
int32_t ___chunkSize_1;
|
|
// System.Int32 System.Net.MonoChunkParser::chunkRead
|
|
int32_t ___chunkRead_2;
|
|
// System.Int32 System.Net.MonoChunkParser::totalWritten
|
|
int32_t ___totalWritten_3;
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::state
|
|
int32_t ___state_4;
|
|
// System.Text.StringBuilder System.Net.MonoChunkParser::saved
|
|
StringBuilder_t* ___saved_5;
|
|
// System.Boolean System.Net.MonoChunkParser::sawCR
|
|
bool ___sawCR_6;
|
|
// System.Boolean System.Net.MonoChunkParser::gotit
|
|
bool ___gotit_7;
|
|
// System.Int32 System.Net.MonoChunkParser::trailerState
|
|
int32_t ___trailerState_8;
|
|
// System.Collections.ArrayList System.Net.MonoChunkParser::chunks
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___chunks_9;
|
|
};
|
|
|
|
// System.Net.MonoChunkStream
|
|
struct MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2 : public WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86
|
|
{
|
|
// System.Net.WebHeaderCollection System.Net.MonoChunkStream::<Headers>k__BackingField
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___U3CHeadersU3Ek__BackingField_7;
|
|
// System.Net.MonoChunkParser System.Net.MonoChunkStream::<Decoder>k__BackingField
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* ___U3CDecoderU3Ek__BackingField_8;
|
|
};
|
|
|
|
// System.MulticastDelegate
|
|
struct MulticastDelegate_t : public Delegate_t
|
|
{
|
|
// System.Delegate[] System.MulticastDelegate::delegates
|
|
DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771* ___delegates_13;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_pinvoke : public Delegate_t_marshaled_pinvoke
|
|
{
|
|
Delegate_t_marshaled_pinvoke** ___delegates_13;
|
|
};
|
|
// Native definition for COM marshalling of System.MulticastDelegate
|
|
struct MulticastDelegate_t_marshaled_com : public Delegate_t_marshaled_com
|
|
{
|
|
Delegate_t_marshaled_com** ___delegates_13;
|
|
};
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772 : public RuntimeObject
|
|
{
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::internalMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___internalMatchTimeout_10;
|
|
// System.String System.Text.RegularExpressions.Regex::pattern
|
|
String_t* ___pattern_12;
|
|
// System.Text.RegularExpressions.RegexOptions System.Text.RegularExpressions.Regex::roptions
|
|
int32_t ___roptions_13;
|
|
// System.Text.RegularExpressions.RegexRunnerFactory System.Text.RegularExpressions.Regex::factory
|
|
RegexRunnerFactory_t72373B672C7D8785F63516DDD88834F286AF41E7* ___factory_14;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::caps
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___caps_15;
|
|
// System.Collections.Hashtable System.Text.RegularExpressions.Regex::capnames
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___capnames_16;
|
|
// System.String[] System.Text.RegularExpressions.Regex::capslist
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___capslist_17;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::capsize
|
|
int32_t ___capsize_18;
|
|
// System.Text.RegularExpressions.ExclusiveReference System.Text.RegularExpressions.Regex::_runnerref
|
|
ExclusiveReference_t411F04D4CC440EB7399290027E1BBABEF4C28837* ____runnerref_19;
|
|
// System.WeakReference`1<System.Text.RegularExpressions.RegexReplacement> System.Text.RegularExpressions.Regex::_replref
|
|
WeakReference_1_tDC6E83496181D1BAFA3B89CBC00BCD0B64450257* ____replref_20;
|
|
// System.Text.RegularExpressions.RegexCode System.Text.RegularExpressions.Regex::_code
|
|
RegexCode_tA23175D9DA02AD6A79B073E10EC5D225372ED6C7* ____code_21;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::_refsInitialized
|
|
bool ____refsInitialized_22;
|
|
};
|
|
|
|
// System.Net.Cache.RequestCachePolicy
|
|
struct RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550 : public RuntimeObject
|
|
{
|
|
// System.Net.Cache.RequestCacheLevel System.Net.Cache.RequestCachePolicy::m_Level
|
|
int32_t ___m_Level_0;
|
|
};
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeHandleZeroOrMinusOneIsInvalid
|
|
struct SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629 : public SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7
|
|
{
|
|
};
|
|
|
|
// System.Net.Sockets.Socket
|
|
struct Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E : public RuntimeObject
|
|
{
|
|
// System.Net.Sockets.Socket/CachedEventArgs System.Net.Sockets.Socket::_cachedTaskEventArgs
|
|
CachedEventArgs_tF0692E89962FD1A045B17BC985F838C11FB6822C* ____cachedTaskEventArgs_6;
|
|
// System.Boolean System.Net.Sockets.Socket::is_closed
|
|
bool ___is_closed_13;
|
|
// System.Boolean System.Net.Sockets.Socket::is_listening
|
|
bool ___is_listening_14;
|
|
// System.Int32 System.Net.Sockets.Socket::linger_timeout
|
|
int32_t ___linger_timeout_15;
|
|
// System.Net.Sockets.AddressFamily System.Net.Sockets.Socket::addressFamily
|
|
int32_t ___addressFamily_16;
|
|
// System.Net.Sockets.SocketType System.Net.Sockets.Socket::socketType
|
|
int32_t ___socketType_17;
|
|
// System.Net.Sockets.ProtocolType System.Net.Sockets.Socket::protocolType
|
|
int32_t ___protocolType_18;
|
|
// System.Net.Sockets.SafeSocketHandle System.Net.Sockets.Socket::m_Handle
|
|
SafeSocketHandle_t5A597D30D951E736B750ED09D5B3AB72F98407EE* ___m_Handle_19;
|
|
// System.Net.EndPoint System.Net.Sockets.Socket::seed_endpoint
|
|
EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___seed_endpoint_20;
|
|
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::ReadSem
|
|
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ___ReadSem_21;
|
|
// System.Threading.SemaphoreSlim System.Net.Sockets.Socket::WriteSem
|
|
SemaphoreSlim_t0D5CB5685D9BFA5BF95CEC6E7395490F933E8DB2* ___WriteSem_22;
|
|
// System.Boolean System.Net.Sockets.Socket::is_blocking
|
|
bool ___is_blocking_23;
|
|
// System.Boolean System.Net.Sockets.Socket::is_bound
|
|
bool ___is_bound_24;
|
|
// System.Boolean System.Net.Sockets.Socket::is_connected
|
|
bool ___is_connected_25;
|
|
// System.Int32 System.Net.Sockets.Socket::m_IntCleanedUp
|
|
int32_t ___m_IntCleanedUp_26;
|
|
// System.Boolean System.Net.Sockets.Socket::connect_in_progress
|
|
bool ___connect_in_progress_27;
|
|
};
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677
|
|
{
|
|
// 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;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_pinvoke
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
// Native definition for COM marshalling of System.Runtime.Serialization.StreamingContext
|
|
struct StreamingContext_t56760522A751890146EE45F82F866B55B7E33677_marshaled_com
|
|
{
|
|
Il2CppIUnknown* ___m_additionalContext_0;
|
|
int32_t ___m_state_1;
|
|
};
|
|
|
|
// System.SystemException
|
|
struct SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295 : public Exception_t
|
|
{
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskFactory
|
|
struct TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0 : public RuntimeObject
|
|
{
|
|
// System.Threading.CancellationToken System.Threading.Tasks.TaskFactory::m_defaultCancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___m_defaultCancellationToken_0;
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskFactory::m_defaultScheduler
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___m_defaultScheduler_1;
|
|
// System.Threading.Tasks.TaskCreationOptions System.Threading.Tasks.TaskFactory::m_defaultCreationOptions
|
|
int32_t ___m_defaultCreationOptions_2;
|
|
// System.Threading.Tasks.TaskContinuationOptions System.Threading.Tasks.TaskFactory::m_defaultContinuationOptions
|
|
int32_t ___m_defaultContinuationOptions_3;
|
|
};
|
|
|
|
// System.Type
|
|
struct Type_t : public MemberInfo_t
|
|
{
|
|
// System.RuntimeTypeHandle System.Type::_impl
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ____impl_8;
|
|
};
|
|
|
|
// System.Uri
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E : public RuntimeObject
|
|
{
|
|
// 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_t920B0868286118827C08B08A15A9456AF6C19D81* ___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_t5F91F77A93545DDDA6BB24A609BAF5E232CC1A09* ___m_Info_18;
|
|
// System.Boolean System.Uri::m_iriParsing
|
|
bool ___m_iriParsing_19;
|
|
};
|
|
|
|
// System.Net.WebHeaderCollection
|
|
struct WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8 : public NameValueCollection_t52D1E38AB1D4ADD497A17DA305D663BB77B31DF7
|
|
{
|
|
// System.String[] System.Net.WebHeaderCollection::m_CommonHeaders
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___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_t52D1E38AB1D4ADD497A17DA305D663BB77B31DF7* ___m_InnerCollection_16;
|
|
// System.Net.WebHeaderCollectionType System.Net.WebHeaderCollection::m_Type
|
|
uint16_t ___m_Type_17;
|
|
};
|
|
|
|
// System.Net.WebRequest
|
|
struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B : public MarshalByRefObject_t8C2F4C5854177FD60439EB1FCCFC1B3CFAFE8DCE
|
|
{
|
|
// 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_tF15C94C5E458478914D5EB17753294BD488B0550* ___m_CachePolicy_6;
|
|
// System.Net.Cache.RequestCacheProtocol System.Net.WebRequest::m_CacheProtocol
|
|
RequestCacheProtocol_t43C1AC170194874A0C0B0D3B8BE9EABFB613DF85* ___m_CacheProtocol_7;
|
|
// System.Net.Cache.RequestCacheBinding System.Net.WebRequest::m_CacheBinding
|
|
RequestCacheBinding_t18F3F4FF8D0F77E86C2C666CEE7FD48A80C042EE* ___m_CacheBinding_8;
|
|
};
|
|
|
|
// System.Net.WebRequestStream
|
|
struct WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB : public WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98
|
|
{
|
|
// System.IO.MemoryStream System.Net.WebRequestStream::writeBuffer
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___writeBuffer_13;
|
|
// System.Boolean System.Net.WebRequestStream::requestWritten
|
|
bool ___requestWritten_14;
|
|
// System.Boolean System.Net.WebRequestStream::allowBuffering
|
|
bool ___allowBuffering_15;
|
|
// System.Boolean System.Net.WebRequestStream::sendChunked
|
|
bool ___sendChunked_16;
|
|
// System.Net.WebCompletionSource System.Net.WebRequestStream::pendingWrite
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* ___pendingWrite_17;
|
|
// System.Int64 System.Net.WebRequestStream::totalWritten
|
|
int64_t ___totalWritten_18;
|
|
// System.Byte[] System.Net.WebRequestStream::headers
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___headers_19;
|
|
// System.Boolean System.Net.WebRequestStream::headersSent
|
|
bool ___headersSent_20;
|
|
// System.Int32 System.Net.WebRequestStream::completeRequestWritten
|
|
int32_t ___completeRequestWritten_21;
|
|
// System.Int32 System.Net.WebRequestStream::chunkTrailerWritten
|
|
int32_t ___chunkTrailerWritten_22;
|
|
// System.IO.Stream System.Net.WebRequestStream::<InnerStream>k__BackingField
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___U3CInnerStreamU3Ek__BackingField_23;
|
|
// System.Boolean System.Net.WebRequestStream::<KeepAlive>k__BackingField
|
|
bool ___U3CKeepAliveU3Ek__BackingField_24;
|
|
};
|
|
|
|
// System.Net.WebResponseStream
|
|
struct WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4 : public WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98
|
|
{
|
|
// System.Net.WebReadStream System.Net.WebResponseStream::innerStream
|
|
WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* ___innerStream_12;
|
|
// System.Boolean System.Net.WebResponseStream::nextReadCalled
|
|
bool ___nextReadCalled_13;
|
|
// System.Boolean System.Net.WebResponseStream::bufferedEntireContent
|
|
bool ___bufferedEntireContent_14;
|
|
// System.Net.WebCompletionSource System.Net.WebResponseStream::pendingRead
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* ___pendingRead_15;
|
|
// System.Object System.Net.WebResponseStream::locker
|
|
RuntimeObject* ___locker_16;
|
|
// System.Int32 System.Net.WebResponseStream::nestedRead
|
|
int32_t ___nestedRead_17;
|
|
// System.Boolean System.Net.WebResponseStream::read_eof
|
|
bool ___read_eof_18;
|
|
// System.Net.WebRequestStream System.Net.WebResponseStream::<RequestStream>k__BackingField
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ___U3CRequestStreamU3Ek__BackingField_19;
|
|
// System.Net.WebHeaderCollection System.Net.WebResponseStream::<Headers>k__BackingField
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___U3CHeadersU3Ek__BackingField_20;
|
|
// System.Net.HttpStatusCode System.Net.WebResponseStream::<StatusCode>k__BackingField
|
|
int32_t ___U3CStatusCodeU3Ek__BackingField_21;
|
|
// System.String System.Net.WebResponseStream::<StatusDescription>k__BackingField
|
|
String_t* ___U3CStatusDescriptionU3Ek__BackingField_22;
|
|
// System.Version System.Net.WebResponseStream::<Version>k__BackingField
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___U3CVersionU3Ek__BackingField_23;
|
|
// System.Boolean System.Net.WebResponseStream::<KeepAlive>k__BackingField
|
|
bool ___U3CKeepAliveU3Ek__BackingField_24;
|
|
// System.Boolean System.Net.WebResponseStream::<ChunkedRead>k__BackingField
|
|
bool ___U3CChunkedReadU3Ek__BackingField_25;
|
|
};
|
|
|
|
// System.Net.BufferedReadStream/<ProcessReadAsync>d__2
|
|
struct U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D
|
|
{
|
|
// System.Int32 System.Net.BufferedReadStream/<ProcessReadAsync>d__2::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32> System.Net.BufferedReadStream/<ProcessReadAsync>d__2::<>t__builder
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 ___U3CU3Et__builder_1;
|
|
// System.Threading.CancellationToken System.Net.BufferedReadStream/<ProcessReadAsync>d__2::cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_2;
|
|
// System.Net.BufferedReadStream System.Net.BufferedReadStream/<ProcessReadAsync>d__2::<>4__this
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* ___U3CU3E4__this_3;
|
|
// System.Int32 System.Net.BufferedReadStream/<ProcessReadAsync>d__2::size
|
|
int32_t ___size_4;
|
|
// System.Byte[] System.Net.BufferedReadStream/<ProcessReadAsync>d__2::buffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer_5;
|
|
// System.Int32 System.Net.BufferedReadStream/<ProcessReadAsync>d__2::offset
|
|
int32_t ___offset_6;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> System.Net.BufferedReadStream/<ProcessReadAsync>d__2::<>u__1
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_7;
|
|
};
|
|
|
|
// System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5
|
|
struct U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381
|
|
{
|
|
// System.Int32 System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32> System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::<>t__builder
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 ___U3CU3Et__builder_1;
|
|
// System.Threading.CancellationToken System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_2;
|
|
// System.Net.FixedSizeReadStream System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::<>4__this
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* ___U3CU3E4__this_3;
|
|
// System.Int32 System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::size
|
|
int32_t ___size_4;
|
|
// System.Byte[] System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::buffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer_5;
|
|
// System.Int32 System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::offset
|
|
int32_t ___offset_6;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::<>u__1
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_7;
|
|
};
|
|
|
|
// System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d
|
|
struct U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9
|
|
{
|
|
// System.Int32 System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize> System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::<>t__builder
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4 ___U3CU3Et__builder_1;
|
|
// System.Net.HttpWebRequest System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::<>4__this
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___U3CU3E4__this_2;
|
|
// System.IO.MemoryStream System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::<ms>5__2
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* ___U3CmsU3E5__2_3;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::<>u__1
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4;
|
|
};
|
|
|
|
// System.Net.HttpWebRequest/<GetResponseFromData>d__244
|
|
struct U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06
|
|
{
|
|
// System.Int32 System.Net.HttpWebRequest/<GetResponseFromData>d__244::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>> System.Net.HttpWebRequest/<GetResponseFromData>d__244::<>t__builder
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111 ___U3CU3Et__builder_1;
|
|
// System.Net.HttpWebRequest System.Net.HttpWebRequest/<GetResponseFromData>d__244::<>4__this
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___U3CU3E4__this_2;
|
|
// System.Net.WebResponseStream System.Net.HttpWebRequest/<GetResponseFromData>d__244::stream
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___stream_3;
|
|
// System.Threading.CancellationToken System.Net.HttpWebRequest/<GetResponseFromData>d__244::cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_4;
|
|
// System.Net.HttpWebResponse System.Net.HttpWebRequest/<GetResponseFromData>d__244::<response>5__2
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___U3CresponseU3E5__2_5;
|
|
// System.Net.WebException System.Net.HttpWebRequest/<GetResponseFromData>d__244::<throwMe>5__3
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ___U3CthrowMeU3E5__3_6;
|
|
// System.Boolean System.Net.HttpWebRequest/<GetResponseFromData>d__244::<redirect>5__4
|
|
bool ___U3CredirectU3E5__4_7;
|
|
// System.Boolean System.Net.HttpWebRequest/<GetResponseFromData>d__244::<mustReadAll>5__5
|
|
bool ___U3CmustReadAllU3E5__5_8;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.HttpWebRequest/<GetResponseFromData>d__244::<>u__1
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_9;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize> System.Net.HttpWebRequest/<GetResponseFromData>d__244::<>u__2
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 ___U3CU3Eu__2_10;
|
|
};
|
|
|
|
// System.Net.HttpWebRequest/<MyGetResponseAsync>d__243
|
|
struct U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F
|
|
{
|
|
// System.Int32 System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse> System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>t__builder
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807 ___U3CU3Et__builder_1;
|
|
// System.Net.HttpWebRequest System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>4__this
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___U3CU3E4__this_2;
|
|
// System.Threading.CancellationToken System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
|
|
// System.Net.WebCompletionSource System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<completion>5__2
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* ___U3CcompletionU3E5__2_4;
|
|
// System.Net.WebOperation System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<operation>5__3
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___U3CoperationU3E5__3_5;
|
|
// System.Net.WebException System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<throwMe>5__4
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ___U3CthrowMeU3E5__4_6;
|
|
// System.Net.HttpWebResponse System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<response>5__5
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___U3CresponseU3E5__5_7;
|
|
// System.Net.WebResponseStream System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<stream>5__6
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___U3CstreamU3E5__6_8;
|
|
// System.Boolean System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<redirect>5__7
|
|
bool ___U3CredirectU3E5__7_9;
|
|
// System.Boolean System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<mustReadAll>5__8
|
|
bool ___U3CmustReadAllU3E5__8_10;
|
|
// System.Net.WebOperation System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<ntlm>5__9
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___U3CntlmU3E5__9_11;
|
|
// System.Net.BufferOffsetSize System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<writeBuffer>5__10
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___U3CwriteBufferU3E5__10_12;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream> System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>u__1
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 ___U3CU3Eu__1_13;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>u__2
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__2_14;
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream> System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>u__3
|
|
TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB ___U3CU3Eu__3_15;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>> System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::<>u__4
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 ___U3CU3Eu__4_16;
|
|
};
|
|
|
|
// System.Net.HttpWebRequest/AuthorizationState
|
|
struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32
|
|
{
|
|
// System.Net.HttpWebRequest System.Net.HttpWebRequest/AuthorizationState::request
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___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;
|
|
};
|
|
// Native definition for P/Invoke marshalling of System.Net.HttpWebRequest/AuthorizationState
|
|
struct AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_pinvoke
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___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_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_com
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___request_0;
|
|
int32_t ___isProxy_1;
|
|
int32_t ___isCompleted_2;
|
|
int32_t ___ntlm_auth_state_3;
|
|
};
|
|
|
|
// System.Net.MonoChunkStream/<ProcessReadAsync>d__7
|
|
struct U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2
|
|
{
|
|
// System.Int32 System.Net.MonoChunkStream/<ProcessReadAsync>d__7::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32> System.Net.MonoChunkStream/<ProcessReadAsync>d__7::<>t__builder
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 ___U3CU3Et__builder_1;
|
|
// System.Threading.CancellationToken System.Net.MonoChunkStream/<ProcessReadAsync>d__7::cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_2;
|
|
// System.Net.MonoChunkStream System.Net.MonoChunkStream/<ProcessReadAsync>d__7::<>4__this
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* ___U3CU3E4__this_3;
|
|
// System.Byte[] System.Net.MonoChunkStream/<ProcessReadAsync>d__7::buffer
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buffer_4;
|
|
// System.Int32 System.Net.MonoChunkStream/<ProcessReadAsync>d__7::offset
|
|
int32_t ___offset_5;
|
|
// System.Int32 System.Net.MonoChunkStream/<ProcessReadAsync>d__7::size
|
|
int32_t ___size_6;
|
|
// System.Byte[] System.Net.MonoChunkStream/<ProcessReadAsync>d__7::<moreBytes>5__2
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CmoreBytesU3E5__2_7;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> System.Net.MonoChunkStream/<ProcessReadAsync>d__7::<>u__1
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__1_8;
|
|
};
|
|
|
|
// System.Net.ServerCertValidationCallback/CallbackContext
|
|
struct CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03 : public RuntimeObject
|
|
{
|
|
// System.Object System.Net.ServerCertValidationCallback/CallbackContext::request
|
|
RuntimeObject* ___request_0;
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate System.Net.ServerCertValidationCallback/CallbackContext::certificate
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___certificate_1;
|
|
// System.Security.Cryptography.X509Certificates.X509Chain System.Net.ServerCertValidationCallback/CallbackContext::chain
|
|
X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___chain_2;
|
|
// System.Net.Security.SslPolicyErrors System.Net.ServerCertValidationCallback/CallbackContext::sslPolicyErrors
|
|
int32_t ___sslPolicyErrors_3;
|
|
// System.Boolean System.Net.ServerCertValidationCallback/CallbackContext::result
|
|
bool ___result_4;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/<WaitAsync>d__46
|
|
struct U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508
|
|
{
|
|
// System.Int32 System.Net.ServicePointScheduler/<WaitAsync>d__46::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean> System.Net.ServicePointScheduler/<WaitAsync>d__46::<>t__builder
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA ___U3CU3Et__builder_1;
|
|
// System.Int32 System.Net.ServicePointScheduler/<WaitAsync>d__46::millisecondTimeout
|
|
int32_t ___millisecondTimeout_2;
|
|
// System.Threading.Tasks.Task System.Net.ServicePointScheduler/<WaitAsync>d__46::workerTask
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___workerTask_3;
|
|
// System.Threading.CancellationTokenSource System.Net.ServicePointScheduler/<WaitAsync>d__46::<cts>5__2
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___U3CctsU3E5__2_4;
|
|
// System.Threading.Tasks.Task System.Net.ServicePointScheduler/<WaitAsync>d__46::<timeoutTask>5__3
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CtimeoutTaskU3E5__3_5;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task> System.Net.ServicePointScheduler/<WaitAsync>d__46::<>u__1
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 ___U3CU3Eu__1_6;
|
|
};
|
|
|
|
// System.Func`1<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>>
|
|
struct Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`1<System.Threading.Tasks.Task>
|
|
struct Func_1_t60B0B212E646FAA748170ABB47E557CC31788685 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>>
|
|
struct Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.IAsyncResult,System.Net.IPAddress[]>
|
|
struct Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
struct Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<System.IO.Stream,System.Threading.Tasks.Task>
|
|
struct Func_2_t378757FF082427448349A80CC63683B50DA787D3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Func`4<System.String,System.AsyncCallback,System.Object,System.IAsyncResult>
|
|
struct Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.ArgumentException
|
|
struct ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.String System.ArgumentException::_paramName
|
|
String_t* ____paramName_18;
|
|
};
|
|
|
|
// System.AsyncCallback
|
|
struct AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Net.BindIPEndPoint
|
|
struct BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Threading.ContextCallback
|
|
struct ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Runtime.InteropServices.ExternalException
|
|
struct ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Net.FileWebRequest
|
|
struct FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A : public WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B
|
|
{
|
|
// System.String System.Net.FileWebRequest::m_connectionGroupName
|
|
String_t* ___m_connectionGroupName_14;
|
|
// System.Int64 System.Net.FileWebRequest::m_contentLength
|
|
int64_t ___m_contentLength_15;
|
|
// System.Net.ICredentials System.Net.FileWebRequest::m_credentials
|
|
RuntimeObject* ___m_credentials_16;
|
|
// System.IO.FileAccess System.Net.FileWebRequest::m_fileAccess
|
|
int32_t ___m_fileAccess_17;
|
|
// System.Net.WebHeaderCollection System.Net.FileWebRequest::m_headers
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___m_headers_18;
|
|
// System.String System.Net.FileWebRequest::m_method
|
|
String_t* ___m_method_19;
|
|
// System.Net.IWebProxy System.Net.FileWebRequest::m_proxy
|
|
RuntimeObject* ___m_proxy_20;
|
|
// System.Threading.ManualResetEvent System.Net.FileWebRequest::m_readerEvent
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* ___m_readerEvent_21;
|
|
// System.Boolean System.Net.FileWebRequest::m_readPending
|
|
bool ___m_readPending_22;
|
|
// System.Net.WebResponse System.Net.FileWebRequest::m_response
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___m_response_23;
|
|
// System.IO.Stream System.Net.FileWebRequest::m_stream
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___m_stream_24;
|
|
// System.Boolean System.Net.FileWebRequest::m_syncHint
|
|
bool ___m_syncHint_25;
|
|
// System.Int32 System.Net.FileWebRequest::m_timeout
|
|
int32_t ___m_timeout_26;
|
|
// System.Uri System.Net.FileWebRequest::m_uri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___m_uri_27;
|
|
// System.Boolean System.Net.FileWebRequest::m_writePending
|
|
bool ___m_writePending_28;
|
|
// System.Boolean System.Net.FileWebRequest::m_writing
|
|
bool ___m_writing_29;
|
|
// System.Net.LazyAsyncResult System.Net.FileWebRequest::m_WriteAResult
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* ___m_WriteAResult_30;
|
|
// System.Net.LazyAsyncResult System.Net.FileWebRequest::m_ReadAResult
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* ___m_ReadAResult_31;
|
|
// System.Int32 System.Net.FileWebRequest::m_Aborted
|
|
int32_t ___m_Aborted_32;
|
|
};
|
|
|
|
// System.Net.FileWebStream
|
|
struct FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5 : public FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8
|
|
{
|
|
// System.Net.FileWebRequest System.Net.FileWebStream::m_request
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___m_request_21;
|
|
};
|
|
|
|
// System.FormatException
|
|
struct FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Net.HttpContinueDelegate
|
|
struct HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Net.HttpWebRequest
|
|
struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9 : public WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B
|
|
{
|
|
// System.Uri System.Net.HttpWebRequest::requestUri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___requestUri_12;
|
|
// System.Uri System.Net.HttpWebRequest::actualUri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___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_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___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_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* ___continueDelegate_21;
|
|
// System.Net.CookieContainer System.Net.HttpWebRequest::cookieContainer
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* ___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::requestSent
|
|
bool ___requestSent_25;
|
|
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::webHeaders
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___webHeaders_26;
|
|
// System.Boolean System.Net.HttpWebRequest::keepAlive
|
|
bool ___keepAlive_27;
|
|
// System.Int32 System.Net.HttpWebRequest::maxAutoRedirect
|
|
int32_t ___maxAutoRedirect_28;
|
|
// System.String System.Net.HttpWebRequest::mediaType
|
|
String_t* ___mediaType_29;
|
|
// System.String System.Net.HttpWebRequest::method
|
|
String_t* ___method_30;
|
|
// System.String System.Net.HttpWebRequest::initialMethod
|
|
String_t* ___initialMethod_31;
|
|
// System.Boolean System.Net.HttpWebRequest::pipelined
|
|
bool ___pipelined_32;
|
|
// System.Boolean System.Net.HttpWebRequest::preAuthenticate
|
|
bool ___preAuthenticate_33;
|
|
// System.Boolean System.Net.HttpWebRequest::usedPreAuth
|
|
bool ___usedPreAuth_34;
|
|
// System.Version System.Net.HttpWebRequest::version
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___version_35;
|
|
// System.Boolean System.Net.HttpWebRequest::force_version
|
|
bool ___force_version_36;
|
|
// System.Version System.Net.HttpWebRequest::actualVersion
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___actualVersion_37;
|
|
// System.Net.IWebProxy System.Net.HttpWebRequest::proxy
|
|
RuntimeObject* ___proxy_38;
|
|
// System.Boolean System.Net.HttpWebRequest::sendChunked
|
|
bool ___sendChunked_39;
|
|
// System.Net.ServicePoint System.Net.HttpWebRequest::servicePoint
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___servicePoint_40;
|
|
// System.Int32 System.Net.HttpWebRequest::timeout
|
|
int32_t ___timeout_41;
|
|
// System.Int32 System.Net.HttpWebRequest::continueTimeout
|
|
int32_t ___continueTimeout_42;
|
|
// System.Net.WebRequestStream System.Net.HttpWebRequest::writeStream
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ___writeStream_43;
|
|
// System.Net.HttpWebResponse System.Net.HttpWebRequest::webResponse
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___webResponse_44;
|
|
// System.Net.WebCompletionSource System.Net.HttpWebRequest::responseTask
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* ___responseTask_45;
|
|
// System.Net.WebOperation System.Net.HttpWebRequest::currentOperation
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___currentOperation_46;
|
|
// System.Int32 System.Net.HttpWebRequest::aborted
|
|
int32_t ___aborted_47;
|
|
// System.Boolean System.Net.HttpWebRequest::gotRequestStream
|
|
bool ___gotRequestStream_48;
|
|
// System.Int32 System.Net.HttpWebRequest::redirects
|
|
int32_t ___redirects_49;
|
|
// System.Boolean System.Net.HttpWebRequest::expectContinue
|
|
bool ___expectContinue_50;
|
|
// System.Boolean System.Net.HttpWebRequest::getResponseCalled
|
|
bool ___getResponseCalled_51;
|
|
// System.Object System.Net.HttpWebRequest::locker
|
|
RuntimeObject* ___locker_52;
|
|
// System.Boolean System.Net.HttpWebRequest::finished_reading
|
|
bool ___finished_reading_53;
|
|
// System.Net.DecompressionMethods System.Net.HttpWebRequest::auto_decomp
|
|
int32_t ___auto_decomp_54;
|
|
// System.Int32 System.Net.HttpWebRequest::readWriteTimeout
|
|
int32_t ___readWriteTimeout_58;
|
|
// Mono.Net.Security.MobileTlsProvider System.Net.HttpWebRequest::tlsProvider
|
|
MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* ___tlsProvider_59;
|
|
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::tlsSettings
|
|
MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___tlsSettings_60;
|
|
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::certValidationCallback
|
|
ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* ___certValidationCallback_61;
|
|
// System.Boolean System.Net.HttpWebRequest::hostHasPort
|
|
bool ___hostHasPort_62;
|
|
// System.Uri System.Net.HttpWebRequest::hostUri
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___hostUri_63;
|
|
// System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::auth_state
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 ___auth_state_64;
|
|
// System.Net.HttpWebRequest/AuthorizationState System.Net.HttpWebRequest::proxy_auth_state
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 ___proxy_auth_state_65;
|
|
// System.Func`2<System.IO.Stream,System.Threading.Tasks.Task> System.Net.HttpWebRequest::ResendContentFactory
|
|
Func_2_t378757FF082427448349A80CC63683B50DA787D3* ___ResendContentFactory_66;
|
|
// System.Boolean System.Net.HttpWebRequest::<ThrowOnError>k__BackingField
|
|
bool ___U3CThrowOnErrorU3Ek__BackingField_67;
|
|
// System.Boolean System.Net.HttpWebRequest::unsafe_auth_blah
|
|
bool ___unsafe_auth_blah_68;
|
|
};
|
|
|
|
// System.InvalidOperationException
|
|
struct InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Threading.ManualResetEvent
|
|
struct ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158 : public EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E
|
|
{
|
|
};
|
|
|
|
// Mono.Security.Interface.MonoTlsSettings
|
|
struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0 : public RuntimeObject
|
|
{
|
|
// Mono.Security.Interface.MonoRemoteCertificateValidationCallback Mono.Security.Interface.MonoTlsSettings::<RemoteCertificateValidationCallback>k__BackingField
|
|
MonoRemoteCertificateValidationCallback_t1A389B61998873F6B9A2EE7A11C36333A8AECCA0* ___U3CRemoteCertificateValidationCallbackU3Ek__BackingField_0;
|
|
// Mono.Security.Interface.MonoLocalCertificateSelectionCallback Mono.Security.Interface.MonoTlsSettings::<ClientCertificateSelectionCallback>k__BackingField
|
|
MonoLocalCertificateSelectionCallback_t34F7772BA5ECE38E6CBD4C311F579DD1D4724DE3* ___U3CClientCertificateSelectionCallbackU3Ek__BackingField_1;
|
|
// System.Nullable`1<System.DateTime> Mono.Security.Interface.MonoTlsSettings::<CertificateValidationTime>k__BackingField
|
|
Nullable_1_tEADC262F7F8B8BC4CC0A003DBDD3CA7C1B63F9AC ___U3CCertificateValidationTimeU3Ek__BackingField_2;
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateCollection Mono.Security.Interface.MonoTlsSettings::<TrustAnchors>k__BackingField
|
|
X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* ___U3CTrustAnchorsU3Ek__BackingField_3;
|
|
// System.Object Mono.Security.Interface.MonoTlsSettings::<UserSettings>k__BackingField
|
|
RuntimeObject* ___U3CUserSettingsU3Ek__BackingField_4;
|
|
// System.String[] Mono.Security.Interface.MonoTlsSettings::<CertificateSearchPaths>k__BackingField
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CCertificateSearchPathsU3Ek__BackingField_5;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::<SendCloseNotify>k__BackingField
|
|
bool ___U3CSendCloseNotifyU3Ek__BackingField_6;
|
|
// System.String[] Mono.Security.Interface.MonoTlsSettings::<ClientCertificateIssuers>k__BackingField
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___U3CClientCertificateIssuersU3Ek__BackingField_7;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::<DisallowUnauthenticatedCertificateRequest>k__BackingField
|
|
bool ___U3CDisallowUnauthenticatedCertificateRequestU3Ek__BackingField_8;
|
|
// System.Nullable`1<Mono.Security.Interface.TlsProtocols> Mono.Security.Interface.MonoTlsSettings::<EnabledProtocols>k__BackingField
|
|
Nullable_1_t9A98093485034F2B86BC66B725022122E0E5B2A4 ___U3CEnabledProtocolsU3Ek__BackingField_9;
|
|
// Mono.Security.Interface.CipherSuiteCode[] Mono.Security.Interface.MonoTlsSettings::<EnabledCiphers>k__BackingField
|
|
CipherSuiteCodeU5BU5D_t61EC0E6F53394985FFC36DEB587C70F4EE26D435* ___U3CEnabledCiphersU3Ek__BackingField_10;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::cloned
|
|
bool ___cloned_11;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertName
|
|
bool ___checkCertName_12;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::checkCertRevocationStatus
|
|
bool ___checkCertRevocationStatus_13;
|
|
// System.Nullable`1<System.Boolean> Mono.Security.Interface.MonoTlsSettings::useServicePointManagerCallback
|
|
Nullable_1_t78F453FADB4A9F50F267A4E349019C34410D1A01 ___useServicePointManagerCallback_14;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::skipSystemValidators
|
|
bool ___skipSystemValidators_15;
|
|
// System.Boolean Mono.Security.Interface.MonoTlsSettings::callbackNeedsChain
|
|
bool ___callbackNeedsChain_16;
|
|
// Mono.Security.Interface.ICertificateValidator Mono.Security.Interface.MonoTlsSettings::certificateValidator
|
|
RuntimeObject* ___certificateValidator_17;
|
|
};
|
|
|
|
// System.NotImplementedException
|
|
struct NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.NotSupportedException
|
|
struct NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.OperationCanceledException
|
|
struct OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
// System.Threading.CancellationToken System.OperationCanceledException::_cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ____cancellationToken_18;
|
|
};
|
|
|
|
// System.Net.Security.RemoteCertificateValidationCallback
|
|
struct RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
struct SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E : public SafeHandleZeroOrMinusOneIsInvalid_tC152552D137451170B3B1A304227B0ECADB65629
|
|
{
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7 : public SystemException_tCC48D868298F4C0705279823E34B00F4FBDB7295
|
|
{
|
|
};
|
|
|
|
// System.Threading.WaitCallback
|
|
struct WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Net.Dns/GetHostAddressesCallback
|
|
struct GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783 : public MulticastDelegate_t
|
|
{
|
|
};
|
|
|
|
// System.Net.MonoChunkStream/<FinishReading>d__8
|
|
struct U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF
|
|
{
|
|
// System.Int32 System.Net.MonoChunkStream/<FinishReading>d__8::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.MonoChunkStream/<FinishReading>d__8::<>t__builder
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
|
|
// System.Net.MonoChunkStream System.Net.MonoChunkStream/<FinishReading>d__8::<>4__this
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* ___U3CU3E4__this_2;
|
|
// System.Threading.CancellationToken System.Net.MonoChunkStream/<FinishReading>d__8::cancellationToken
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___cancellationToken_3;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Net.MonoChunkStream/<FinishReading>d__8::<>u__1
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ___U3CU3Eu__1_4;
|
|
// System.Byte[] System.Net.MonoChunkStream/<FinishReading>d__8::<buffer>5__2
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___U3CbufferU3E5__2_5;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32> System.Net.MonoChunkStream/<FinishReading>d__8::<>u__2
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ___U3CU3Eu__2_6;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/<RunScheduler>d__32
|
|
struct U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7
|
|
{
|
|
// System.Int32 System.Net.ServicePointScheduler/<RunScheduler>d__32::<>1__state
|
|
int32_t ___U3CU3E1__state_0;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Net.ServicePointScheduler/<RunScheduler>d__32::<>t__builder
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 ___U3CU3Et__builder_1;
|
|
// System.Net.ServicePointScheduler System.Net.ServicePointScheduler/<RunScheduler>d__32::<>4__this
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___U3CU3E4__this_2;
|
|
// System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>[] System.Net.ServicePointScheduler/<RunScheduler>d__32::<operationArray>5__2
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* ___U3CoperationArrayU3E5__2_3;
|
|
// System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>[] System.Net.ServicePointScheduler/<RunScheduler>d__32::<idleArray>5__3
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* ___U3CidleArrayU3E5__3_4;
|
|
// System.Collections.Generic.List`1<System.Threading.Tasks.Task> System.Net.ServicePointScheduler/<RunScheduler>d__32::<taskList>5__4
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* ___U3CtaskListU3E5__4_5;
|
|
// System.Threading.Tasks.Task`1<System.Boolean> System.Net.ServicePointScheduler/<RunScheduler>d__32::<schedulerTask>5__5
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___U3CschedulerTaskU3E5__5_6;
|
|
// System.Boolean System.Net.ServicePointScheduler/<RunScheduler>d__32::<finalCleanup>5__6
|
|
bool ___U3CfinalCleanupU3E5__6_7;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task> System.Net.ServicePointScheduler/<RunScheduler>d__32::<>u__1
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 ___U3CU3Eu__1_8;
|
|
};
|
|
|
|
// System.ArgumentNullException
|
|
struct ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129 : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
};
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
struct ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F : public ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263
|
|
{
|
|
// System.Object System.ArgumentOutOfRangeException::_actualValue
|
|
RuntimeObject* ____actualValue_19;
|
|
};
|
|
|
|
// System.Net.CookieException
|
|
struct CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F : public FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B
|
|
{
|
|
};
|
|
|
|
// System.ObjectDisposedException
|
|
struct ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB
|
|
{
|
|
// System.String System.ObjectDisposedException::_objectName
|
|
String_t* ____objectName_18;
|
|
};
|
|
|
|
// System.Net.ProtocolViolationException
|
|
struct ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB
|
|
{
|
|
};
|
|
|
|
// System.Net.WebException
|
|
struct WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8 : public InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB
|
|
{
|
|
// System.Net.WebExceptionStatus System.Net.WebException::m_Status
|
|
int32_t ___m_Status_18;
|
|
// System.Net.WebResponse System.Net.WebException::m_Response
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___m_Response_19;
|
|
// System.Net.WebExceptionInternalStatus System.Net.WebException::m_InternalStatus
|
|
int32_t ___m_InternalStatus_20;
|
|
};
|
|
|
|
// System.ComponentModel.Win32Exception
|
|
struct Win32Exception_t15A75629914EB77C816D8219D93ED78E50C74BE9 : public ExternalException_t419875A3CD3C551692EDBBC99E4927E69F2E1F4C
|
|
{
|
|
// System.Int32 System.ComponentModel.Win32Exception::nativeErrorCode
|
|
int32_t ___nativeErrorCode_18;
|
|
};
|
|
|
|
// System.Net.Sockets.SocketException
|
|
struct SocketException_t6D10102A62EA871BD31748E026A372DB6804083B : public Win32Exception_t15A75629914EB77C816D8219D93ED78E50C74BE9
|
|
{
|
|
// System.Net.EndPoint System.Net.Sockets.SocketException::m_EndPoint
|
|
EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___m_EndPoint_19;
|
|
};
|
|
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>
|
|
struct ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6_StaticFields
|
|
{
|
|
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2::s_isValueWriteAtomic
|
|
bool ___s_isValueWriteAtomic_7;
|
|
};
|
|
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebConnection>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebConnection>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebOperation>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.Net.WebOperation>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebConnection>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebConnection>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebOperation>
|
|
|
|
// System.Collections.Generic.LinkedList`1<System.Net.WebOperation>
|
|
|
|
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1<System.Threading.Tasks.Task>
|
|
struct List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Threading.Tasks.Task>
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>
|
|
struct List_1_tFE251079CA636CBB13248E566FEF747F975C540B_StaticFields
|
|
{
|
|
// T[] System.Collections.Generic.List`1::s_emptyArray
|
|
ChunkU5BU5D_tE12DB273C9625FAD782292F692B299BB74E413D1* ___s_emptyArray_5;
|
|
};
|
|
|
|
// System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>
|
|
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>
|
|
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>
|
|
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>
|
|
|
|
// System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>
|
|
|
|
// System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
|
|
// System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
|
|
// System.Net.WebCompletionSource`1<System.Object>
|
|
|
|
// System.Net.WebCompletionSource`1<System.Object>
|
|
|
|
// System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.ArrayList
|
|
|
|
// System.Collections.ArrayList
|
|
|
|
// System.Net.AuthenticationManager
|
|
struct AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields
|
|
{
|
|
// System.Collections.ArrayList System.Net.AuthenticationManager::modules
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___modules_0;
|
|
// System.Object System.Net.AuthenticationManager::locker
|
|
RuntimeObject* ___locker_1;
|
|
// System.Net.ICredentialPolicy System.Net.AuthenticationManager::credential_policy
|
|
RuntimeObject* ___credential_policy_2;
|
|
};
|
|
|
|
// System.Net.AuthenticationManager
|
|
|
|
// System.Net.Authorization
|
|
|
|
// System.Net.Authorization
|
|
|
|
// System.Net.AutoWebProxyScriptEngine
|
|
|
|
// System.Net.AutoWebProxyScriptEngine
|
|
|
|
// System.Net.BasicClient
|
|
|
|
// System.Net.BasicClient
|
|
|
|
// System.BitConverter
|
|
struct BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields
|
|
{
|
|
// System.Boolean System.BitConverter::IsLittleEndian
|
|
bool ___IsLittleEndian_0;
|
|
};
|
|
|
|
// System.BitConverter
|
|
|
|
// System.Net.BufferOffsetSize
|
|
|
|
// System.Net.BufferOffsetSize
|
|
|
|
// System.Threading.CancellationTokenSource
|
|
struct CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B_StaticFields
|
|
{
|
|
// System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::s_canceledSource
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___s_canceledSource_0;
|
|
// System.Threading.CancellationTokenSource System.Threading.CancellationTokenSource::s_neverCanceledSource
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* ___s_neverCanceledSource_1;
|
|
// System.Int32 System.Threading.CancellationTokenSource::s_nLists
|
|
int32_t ___s_nLists_2;
|
|
// System.Threading.TimerCallback System.Threading.CancellationTokenSource::s_timerCallback
|
|
TimerCallback_t7455CAFACC7054E62879920AFC84C5DA98B8C7CD* ___s_timerCallback_10;
|
|
};
|
|
|
|
// System.Threading.CancellationTokenSource
|
|
|
|
// System.Net.CookieContainer
|
|
struct CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E_StaticFields
|
|
{
|
|
// System.Net.HeaderVariantInfo[] System.Net.CookieContainer::HeaderInfo
|
|
HeaderVariantInfoU5BU5D_tA7C0539249B1D08DAB6416355720F4D28D6CE747* ___HeaderInfo_0;
|
|
};
|
|
|
|
// System.Net.CookieContainer
|
|
|
|
// System.Net.DefaultCertificatePolicy
|
|
|
|
// System.Net.DefaultCertificatePolicy
|
|
|
|
// System.Net.DigestClient
|
|
struct DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields
|
|
{
|
|
// System.Collections.Hashtable System.Net.DigestClient::cache
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___cache_0;
|
|
};
|
|
|
|
// System.Net.DigestClient
|
|
|
|
// System.Net.DigestHeaderParser
|
|
struct DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_StaticFields
|
|
{
|
|
// System.String[] System.Net.DigestHeaderParser::keywords
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___keywords_3;
|
|
};
|
|
|
|
// System.Net.DigestHeaderParser
|
|
|
|
// System.Net.Dns
|
|
|
|
// System.Net.Dns
|
|
|
|
// System.Text.Encoding
|
|
struct Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095_StaticFields
|
|
{
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::defaultEncoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___defaultEncoding_0;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::unicodeEncoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___unicodeEncoding_1;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::bigEndianUnicode
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___bigEndianUnicode_2;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf7Encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf7Encoding_3;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf8Encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf8Encoding_4;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::utf32Encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___utf32Encoding_5;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::asciiEncoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___asciiEncoding_6;
|
|
// System.Text.Encoding modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::latin1Encoding
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* ___latin1Encoding_7;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Text.Encoding> modreq(System.Runtime.CompilerServices.IsVolatile) System.Text.Encoding::encodings
|
|
Dictionary_2_t87EDE08B2E48F793A22DE50D6B3CC2E7EBB2DB54* ___encodings_8;
|
|
// System.Object System.Text.Encoding::s_InternalSyncObject
|
|
RuntimeObject* ___s_InternalSyncObject_15;
|
|
};
|
|
|
|
// System.Text.Encoding
|
|
|
|
// System.Net.EndPoint
|
|
|
|
// System.Net.EndPoint
|
|
|
|
// System.Net.FileWebRequestCreator
|
|
|
|
// System.Net.FileWebRequestCreator
|
|
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
|
|
// System.Security.Cryptography.HashAlgorithm
|
|
|
|
// System.Collections.Hashtable
|
|
struct Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_StaticFields
|
|
{
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Object,System.Runtime.Serialization.SerializationInfo> System.Collections.Hashtable::s_serializationInfoTable
|
|
ConditionalWeakTable_2_t381B9D0186C0FCC3F83C0696C28C5001468A7858* ___s_serializationInfoTable_21;
|
|
};
|
|
|
|
// System.Collections.Hashtable
|
|
|
|
// System.Net.HttpRequestCreator
|
|
|
|
// System.Net.HttpRequestCreator
|
|
|
|
// System.Net.HttpVersion
|
|
struct HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields
|
|
{
|
|
// System.Version System.Net.HttpVersion::Unknown
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___Unknown_0;
|
|
// System.Version System.Net.HttpVersion::Version10
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___Version10_1;
|
|
// System.Version System.Net.HttpVersion::Version11
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___Version11_2;
|
|
// System.Version System.Net.HttpVersion::Version20
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___Version20_3;
|
|
};
|
|
|
|
// System.Net.HttpVersion
|
|
|
|
// System.Net.IPAddress
|
|
struct IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_StaticFields
|
|
{
|
|
// System.Net.IPAddress System.Net.IPAddress::Any
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___Any_0;
|
|
// System.Net.IPAddress System.Net.IPAddress::Loopback
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___Loopback_1;
|
|
// System.Net.IPAddress System.Net.IPAddress::Broadcast
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___Broadcast_2;
|
|
// System.Net.IPAddress System.Net.IPAddress::None
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___None_3;
|
|
// System.Net.IPAddress System.Net.IPAddress::IPv6Any
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___IPv6Any_5;
|
|
// System.Net.IPAddress System.Net.IPAddress::IPv6Loopback
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___IPv6Loopback_6;
|
|
// System.Net.IPAddress System.Net.IPAddress::IPv6None
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___IPv6None_7;
|
|
};
|
|
|
|
// System.Net.IPAddress
|
|
|
|
// System.Net.NetworkInformation.IPGlobalProperties
|
|
|
|
// System.Net.NetworkInformation.IPGlobalProperties
|
|
|
|
// System.Net.IPHostEntry
|
|
|
|
// System.Net.IPHostEntry
|
|
|
|
// System.Net.LazyAsyncResult
|
|
|
|
// System.Net.LazyAsyncResult
|
|
struct LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_ThreadStaticFields
|
|
{
|
|
// System.Net.LazyAsyncResult/ThreadContext System.Net.LazyAsyncResult::t_ThreadContext
|
|
ThreadContext_t4D66E3F5FE5863AF4D086D6CE7CAFF02382B7650* ___t_ThreadContext_0;
|
|
};
|
|
|
|
// System.Net.Logging
|
|
|
|
// System.Net.Logging
|
|
|
|
// System.Net.NetworkCredential
|
|
|
|
// System.Net.NetworkCredential
|
|
|
|
// Mono.Http.NtlmClient
|
|
struct NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6_StaticFields
|
|
{
|
|
// System.Runtime.CompilerServices.ConditionalWeakTable`2<System.Net.HttpWebRequest,Mono.Http.NtlmSession> Mono.Http.NtlmClient::cache
|
|
ConditionalWeakTable_2_t8C60960CD7830601390A47E0673223EC1560C638* ___cache_0;
|
|
};
|
|
|
|
// Mono.Http.NtlmClient
|
|
|
|
// System.Net.NtlmClient
|
|
|
|
// System.Net.NtlmClient
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
struct NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472_StaticFields
|
|
{
|
|
// System.Globalization.NumberFormatInfo modreq(System.Runtime.CompilerServices.IsVolatile) System.Globalization.NumberFormatInfo::invariantInfo
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* ___invariantInfo_0;
|
|
};
|
|
|
|
// System.Globalization.NumberFormatInfo
|
|
|
|
// System.Net.PathList
|
|
|
|
// System.Net.PathList
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
|
|
// System.Security.Cryptography.RandomNumberGenerator
|
|
|
|
// System.Security.SecureString
|
|
|
|
// System.Security.SecureString
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.Runtime.Serialization.SerializationInfo
|
|
|
|
// System.Net.ServerCertValidationCallback
|
|
|
|
// System.Net.ServerCertValidationCallback
|
|
|
|
// System.Net.ServicePointManager
|
|
struct ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields
|
|
{
|
|
// System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint> System.Net.ServicePointManager::servicePoints
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* ___servicePoints_0;
|
|
// System.Net.ICertificatePolicy System.Net.ServicePointManager::policy
|
|
RuntimeObject* ___policy_1;
|
|
// System.Int32 System.Net.ServicePointManager::defaultConnectionLimit
|
|
int32_t ___defaultConnectionLimit_2;
|
|
// System.Int32 System.Net.ServicePointManager::maxServicePointIdleTime
|
|
int32_t ___maxServicePointIdleTime_3;
|
|
// System.Int32 System.Net.ServicePointManager::maxServicePoints
|
|
int32_t ___maxServicePoints_4;
|
|
// System.Int32 System.Net.ServicePointManager::dnsRefreshTimeout
|
|
int32_t ___dnsRefreshTimeout_5;
|
|
// System.Boolean System.Net.ServicePointManager::_checkCRL
|
|
bool ____checkCRL_6;
|
|
// System.Net.SecurityProtocolType System.Net.ServicePointManager::_securityProtocol
|
|
int32_t ____securityProtocol_7;
|
|
// System.Boolean System.Net.ServicePointManager::expectContinue
|
|
bool ___expectContinue_8;
|
|
// System.Boolean System.Net.ServicePointManager::useNagle
|
|
bool ___useNagle_9;
|
|
// System.Net.ServerCertValidationCallback System.Net.ServicePointManager::server_cert_cb
|
|
ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* ___server_cert_cb_10;
|
|
// System.Boolean System.Net.ServicePointManager::tcp_keepalive
|
|
bool ___tcp_keepalive_11;
|
|
// System.Int32 System.Net.ServicePointManager::tcp_keepalive_time
|
|
int32_t ___tcp_keepalive_time_12;
|
|
// System.Int32 System.Net.ServicePointManager::tcp_keepalive_interval
|
|
int32_t ___tcp_keepalive_interval_13;
|
|
};
|
|
|
|
// System.Net.ServicePointManager
|
|
|
|
// System.Collections.SortedList
|
|
|
|
// System.Collections.SortedList
|
|
|
|
// System.String
|
|
struct String_t_StaticFields
|
|
{
|
|
// System.String System.String::Empty
|
|
String_t* ___Empty_6;
|
|
};
|
|
|
|
// System.String
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Text.StringBuilder
|
|
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields
|
|
{
|
|
// System.Int32 System.Threading.Tasks.Task::s_taskIdCounter
|
|
int32_t ___s_taskIdCounter_0;
|
|
// System.Object System.Threading.Tasks.Task::s_taskCompletionSentinel
|
|
RuntimeObject* ___s_taskCompletionSentinel_8;
|
|
// System.Boolean System.Threading.Tasks.Task::s_asyncDebuggingEnabled
|
|
bool ___s_asyncDebuggingEnabled_9;
|
|
// System.Action`1<System.Object> System.Threading.Tasks.Task::s_taskCancelCallback
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_taskCancelCallback_11;
|
|
// System.Func`1<System.Threading.Tasks.Task/ContingentProperties> System.Threading.Tasks.Task::s_createContingentProperties
|
|
Func_1_tD59A12717D79BFB403BF973694B1BE5B85474BD1* ___s_createContingentProperties_14;
|
|
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::<Factory>k__BackingField
|
|
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* ___U3CFactoryU3Ek__BackingField_15;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::<CompletedTask>k__BackingField
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___U3CCompletedTaskU3Ek__BackingField_16;
|
|
// System.Predicate`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_IsExceptionObservedByParentPredicate
|
|
Predicate_1_t7F48518B008C1472339EEEBABA3DE203FE1F26ED* ___s_IsExceptionObservedByParentPredicate_17;
|
|
// System.Threading.ContextCallback System.Threading.Tasks.Task::s_ecCallback
|
|
ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___s_ecCallback_18;
|
|
// System.Predicate`1<System.Object> System.Threading.Tasks.Task::s_IsTaskContinuationNullPredicate
|
|
Predicate_1_t8342C85FF4E41CD1F7024AC0CDC3E5312A32CB12* ___s_IsTaskContinuationNullPredicate_19;
|
|
// System.Collections.Generic.Dictionary`2<System.Int32,System.Threading.Tasks.Task> System.Threading.Tasks.Task::s_currentActiveTasks
|
|
Dictionary_2_t403063CE4960B4F46C688912237C6A27E550FF55* ___s_currentActiveTasks_20;
|
|
// System.Object System.Threading.Tasks.Task::s_activeTasksLock
|
|
RuntimeObject* ___s_activeTasksLock_21;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task
|
|
struct Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_ThreadStaticFields
|
|
{
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::t_currentTask
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___t_currentTask_12;
|
|
// System.Threading.Tasks.StackGuard System.Threading.Tasks.Task::t_stackGuard
|
|
StackGuard_tACE063A1B7374BDF4AD472DE4585D05AD8745352* ___t_stackGuard_13;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskScheduler
|
|
struct TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::s_defaultTaskScheduler
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___s_defaultTaskScheduler_0;
|
|
// System.Int32 System.Threading.Tasks.TaskScheduler::s_taskSchedulerIdCounter
|
|
int32_t ___s_taskSchedulerIdCounter_1;
|
|
// System.EventHandler`1<System.Threading.Tasks.UnobservedTaskExceptionEventArgs> System.Threading.Tasks.TaskScheduler::_unobservedTaskException
|
|
EventHandler_1_tE698654C3F437D97ABCCA3FD0AD8F86E776DC77A* ____unobservedTaskException_3;
|
|
// System.Threading.Lock System.Threading.Tasks.TaskScheduler::_unobservedTaskExceptionLockObject
|
|
Lock_t529C04C831C120E5FFD6039EC3CB76F9956BCDD7* ____unobservedTaskExceptionLockObject_4;
|
|
};
|
|
|
|
// System.Threading.Tasks.TaskScheduler
|
|
|
|
// System.Net.UnsafeNclNativeMethods
|
|
|
|
// System.Net.UnsafeNclNativeMethods
|
|
|
|
// System.Version
|
|
|
|
// System.Version
|
|
|
|
// System.Net.WebOperation
|
|
|
|
// System.Net.WebOperation
|
|
|
|
// System.Net.WebProxy
|
|
|
|
// System.Net.WebProxy
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Chain
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Chain
|
|
|
|
// System.Net.MonoChunkParser/Chunk
|
|
|
|
// System.Net.MonoChunkParser/Chunk
|
|
|
|
// System.Net.PathList/PathListComparer
|
|
struct PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_StaticFields
|
|
{
|
|
// System.Net.PathList/PathListComparer System.Net.PathList/PathListComparer::StaticInstance
|
|
PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8* ___StaticInstance_0;
|
|
};
|
|
|
|
// System.Net.PathList/PathListComparer
|
|
|
|
// System.Net.ServicePointManager/SPKey
|
|
|
|
// System.Net.ServicePointManager/SPKey
|
|
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent
|
|
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent
|
|
|
|
// System.Net.ServicePointScheduler/ConnectionGroup
|
|
struct ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_StaticFields
|
|
{
|
|
// System.Int32 System.Net.ServicePointScheduler/ConnectionGroup::nextId
|
|
int32_t ___nextId_2;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/ConnectionGroup
|
|
|
|
// System.Net.UnsafeNclNativeMethods/HttpApi
|
|
struct HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_StaticFields
|
|
{
|
|
// System.String[] System.Net.UnsafeNclNativeMethods/HttpApi::m_Strings
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_Strings_0;
|
|
};
|
|
|
|
// System.Net.UnsafeNclNativeMethods/HttpApi
|
|
|
|
// System.Net.UnsafeNclNativeMethods/SecureStringHelper
|
|
|
|
// System.Net.UnsafeNclNativeMethods/SecureStringHelper
|
|
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c
|
|
struct U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields
|
|
{
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c::<>9
|
|
U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211* ___U3CU3E9_0;
|
|
// System.Func`2<System.Object,System.Boolean> System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c::<>9__4_0
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___U3CU3E9__4_0_1;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c
|
|
|
|
// System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID
|
|
struct HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_StaticFields
|
|
{
|
|
// System.String[] System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID::m_Strings
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___m_Strings_0;
|
|
};
|
|
|
|
// System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnection>
|
|
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnection>
|
|
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkParser/Chunk>
|
|
|
|
// System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkParser/Chunk>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream>
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream>
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.IPAddress[]>
|
|
struct Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.IPAddress[]>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Boolean>
|
|
struct Task_1_t824317F4B958F7512E8F7300511752937A6C6043_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_tFAEAC22A1E986463E6956C344A78A7C7197288E0* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Boolean>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>
|
|
struct Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t81627E101CF43335079A0E52555344A786B076BF* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>
|
|
struct Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t1E1645C5E645AFFD3BDE8E8E5D102E63C226F5B7* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
struct Task_1_t4C228DE57804012969575431CFF12D57C875552D_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t0BEF06D58E44525B9135AB0B22D016856EE69FF3* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Int32>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>
|
|
struct Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t5DDD425C30A76CA8F6F29A896C7DA59363A13CC2* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebRequestStream>
|
|
struct Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_tAAEA76AAEAA521AE951FE43D40FBE44EAC0BC1D4* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebRequestStream>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponse>
|
|
struct Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t1C878D0A5D747EAFF79E944B48ED5067568E4873* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponse>
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponseStream>
|
|
struct Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t98BA2CDDCCB9F2B13ADADB301D3E05C1A863FC3B* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponseStream>
|
|
|
|
// System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`2<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>
|
|
|
|
// System.ValueTuple`2<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>
|
|
|
|
// System.ValueTuple`2<System.Boolean,System.Net.WebOperation>
|
|
|
|
// System.ValueTuple`2<System.Boolean,System.Net.WebOperation>
|
|
|
|
// System.ValueTuple`2<System.Net.WebConnection,System.Boolean>
|
|
|
|
// System.ValueTuple`2<System.Net.WebConnection,System.Boolean>
|
|
|
|
// System.ValueTuple`2<System.Net.WebOperation,System.Boolean>
|
|
|
|
// System.ValueTuple`2<System.Net.WebOperation,System.Boolean>
|
|
|
|
// System.ValueTuple`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>
|
|
|
|
// System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>
|
|
|
|
// System.ValueTuple`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>
|
|
|
|
// System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>
|
|
|
|
// System.ValueTuple`4<System.Boolean,System.Boolean,System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>
|
|
|
|
// System.ValueTuple`4<System.Boolean,System.Boolean,System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>
|
|
|
|
// System.ValueTuple`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>
|
|
|
|
// System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>
|
|
|
|
// System.ValueTuple`5<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.ValueTuple`5<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Boolean
|
|
struct Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_StaticFields
|
|
{
|
|
// System.String System.Boolean::TrueString
|
|
String_t* ___TrueString_5;
|
|
// System.String System.Boolean::FalseString
|
|
String_t* ___FalseString_6;
|
|
};
|
|
|
|
// System.Boolean
|
|
|
|
// System.Byte
|
|
|
|
// System.Byte
|
|
|
|
// System.Threading.CancellationToken
|
|
struct CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_StaticFields
|
|
{
|
|
// System.Action`1<System.Object> System.Threading.CancellationToken::s_actionToActionObjShunt
|
|
Action_1_t6F9EB113EB3F16226AEF811A2744F4111C116C87* ___s_actionToActionObjShunt_1;
|
|
};
|
|
|
|
// System.Threading.CancellationToken
|
|
|
|
// System.Char
|
|
struct Char_t521A6F19B456D956AF452D926C32709DC03D6B17_StaticFields
|
|
{
|
|
// System.Byte[] System.Char::s_categoryForLatin1
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___s_categoryForLatin1_3;
|
|
};
|
|
|
|
// System.Char
|
|
|
|
// System.DateTime
|
|
struct DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields
|
|
{
|
|
// System.Int32[] System.DateTime::s_daysToMonth365
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth365_30;
|
|
// System.Int32[] System.DateTime::s_daysToMonth366
|
|
Int32U5BU5D_t19C97395396A72ECAF310612F0760F165060314C* ___s_daysToMonth366_31;
|
|
// System.DateTime System.DateTime::MinValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MinValue_32;
|
|
// System.DateTime System.DateTime::MaxValue
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___MaxValue_33;
|
|
// System.DateTime System.DateTime::UnixEpoch
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___UnixEpoch_34;
|
|
};
|
|
|
|
// System.DateTime
|
|
|
|
// System.Double
|
|
|
|
// System.Double
|
|
|
|
// System.Net.IPEndPoint
|
|
struct IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB_StaticFields
|
|
{
|
|
// System.Net.IPEndPoint System.Net.IPEndPoint::Any
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___Any_2;
|
|
// System.Net.IPEndPoint System.Net.IPEndPoint::IPv6Any
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___IPv6Any_3;
|
|
};
|
|
|
|
// System.Net.IPEndPoint
|
|
|
|
// System.Int32
|
|
|
|
// System.Int32
|
|
|
|
// System.Int64
|
|
|
|
// System.Int64
|
|
|
|
// System.IntPtr
|
|
struct IntPtr_t_StaticFields
|
|
{
|
|
// System.IntPtr System.IntPtr::Zero
|
|
intptr_t ___Zero_1;
|
|
};
|
|
|
|
// System.IntPtr
|
|
|
|
// System.Security.Cryptography.MD5
|
|
|
|
// System.Security.Cryptography.MD5
|
|
|
|
// Mono.Net.Security.MobileTlsProvider
|
|
|
|
// Mono.Net.Security.MobileTlsProvider
|
|
|
|
// System.Collections.Specialized.NameValueCollection
|
|
|
|
// System.Collections.Specialized.NameValueCollection
|
|
|
|
// System.IO.Stream
|
|
struct Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields
|
|
{
|
|
// System.IO.Stream System.IO.Stream::Null
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___Null_1;
|
|
};
|
|
|
|
// System.IO.Stream
|
|
|
|
// System.Net.SystemNetworkCredential
|
|
struct SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_StaticFields
|
|
{
|
|
// System.Net.SystemNetworkCredential System.Net.SystemNetworkCredential::defaultCredential
|
|
SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF* ___defaultCredential_3;
|
|
};
|
|
|
|
// System.Net.SystemNetworkCredential
|
|
|
|
// System.IO.TextReader
|
|
struct TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7_StaticFields
|
|
{
|
|
// System.IO.TextReader System.IO.TextReader::Null
|
|
TextReader_tB8D43017CB6BE1633E5A86D64E7757366507C1F7* ___Null_1;
|
|
};
|
|
|
|
// System.IO.TextReader
|
|
|
|
// System.TimeSpan
|
|
struct TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_StaticFields
|
|
{
|
|
// System.TimeSpan System.TimeSpan::Zero
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___Zero_19;
|
|
// System.TimeSpan System.TimeSpan::MaxValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MaxValue_20;
|
|
// System.TimeSpan System.TimeSpan::MinValue
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___MinValue_21;
|
|
};
|
|
|
|
// System.TimeSpan
|
|
|
|
// System.UInt32
|
|
|
|
// System.UInt32
|
|
|
|
// System.Void
|
|
|
|
// System.Void
|
|
|
|
// System.Net.WebCompletionSource
|
|
|
|
// System.Net.WebCompletionSource
|
|
|
|
// System.Net.WebResponse
|
|
|
|
// System.Net.WebResponse
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateCollection
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
|
|
Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* ___s_defaultResultTask_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>
|
|
struct AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ___s_defaultResultTask_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>
|
|
struct AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___s_defaultResultTask_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>
|
|
struct AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
|
|
Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* ___s_defaultResultTask_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>
|
|
struct AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___s_defaultResultTask_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
struct AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1::s_defaultResultTask
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* ___s_defaultResultTask_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.BufferOffsetSize>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.BufferOffsetSize>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebRequestStream>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebRequestStream>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Net.ServicePointScheduler/ConnectionGroup>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
|
|
// System.Collections.Generic.LinkedListNode`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>
|
|
|
|
// System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
struct Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192_StaticFields
|
|
{
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1::s_defaultFactory
|
|
TaskFactory_1_t24C7103FD18ED4192B8A05680C653AA476ECF485* ___s_defaultFactory_23;
|
|
};
|
|
|
|
// System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>
|
|
|
|
// System.Net.Sockets.AddressFamily
|
|
|
|
// System.Net.Sockets.AddressFamily
|
|
|
|
// System.Net.CloseExState
|
|
|
|
// System.Net.CloseExState
|
|
|
|
// System.IO.Compression.CompressionMode
|
|
|
|
// System.IO.Compression.CompressionMode
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable
|
|
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable
|
|
|
|
// System.Net.CookieCollection
|
|
|
|
// System.Net.CookieCollection
|
|
|
|
// System.Net.DecompressionMethods
|
|
|
|
// System.Net.DecompressionMethods
|
|
|
|
// System.Delegate
|
|
|
|
// System.Delegate
|
|
|
|
// System.Net.DigestSession
|
|
struct DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_StaticFields
|
|
{
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Net.DigestSession::rng
|
|
RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* ___rng_0;
|
|
};
|
|
|
|
// System.Net.DigestSession
|
|
|
|
// System.Exception
|
|
struct Exception_t_StaticFields
|
|
{
|
|
// System.Object System.Exception::s_EDILock
|
|
RuntimeObject* ___s_EDILock_0;
|
|
};
|
|
|
|
// System.Exception
|
|
|
|
// System.IO.FileAccess
|
|
|
|
// System.IO.FileAccess
|
|
|
|
// System.IO.FileMode
|
|
|
|
// System.IO.FileMode
|
|
|
|
// System.IO.FileShare
|
|
|
|
// System.IO.FileShare
|
|
|
|
// System.IO.Compression.GZipStream
|
|
|
|
// System.IO.Compression.GZipStream
|
|
|
|
// System.Net.HttpRequestHeader
|
|
|
|
// System.Net.HttpRequestHeader
|
|
|
|
// System.Net.HttpStatusCode
|
|
|
|
// System.Net.HttpStatusCode
|
|
|
|
// System.Net.Sockets.IOControlCode
|
|
|
|
// System.Net.Sockets.IOControlCode
|
|
|
|
// System.IO.MemoryStream
|
|
|
|
// System.IO.MemoryStream
|
|
|
|
// System.Globalization.NumberStyles
|
|
|
|
// System.Globalization.NumberStyles
|
|
|
|
// System.Text.RegularExpressions.RegexOptions
|
|
|
|
// System.Text.RegularExpressions.RegexOptions
|
|
|
|
// System.Net.Cache.RequestCacheLevel
|
|
|
|
// System.Net.Cache.RequestCacheLevel
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.RuntimeTypeHandle
|
|
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
|
|
// System.Runtime.InteropServices.SafeHandle
|
|
|
|
// System.Net.SecurityProtocolType
|
|
|
|
// System.Net.SecurityProtocolType
|
|
|
|
// System.Net.ServicePoint
|
|
|
|
// System.Net.ServicePoint
|
|
|
|
// System.Net.ServicePointScheduler
|
|
struct ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_StaticFields
|
|
{
|
|
// System.Int32 System.Net.ServicePointScheduler::nextId
|
|
int32_t ___nextId_11;
|
|
};
|
|
|
|
// System.Net.ServicePointScheduler
|
|
|
|
// System.Net.Security.SslPolicyErrors
|
|
|
|
// System.Net.Security.SslPolicyErrors
|
|
|
|
// System.StringComparison
|
|
|
|
// System.StringComparison
|
|
|
|
// System.IO.StringReader
|
|
|
|
// System.IO.StringReader
|
|
|
|
// System.Threading.Tasks.TaskCreationOptions
|
|
|
|
// System.Threading.Tasks.TaskCreationOptions
|
|
|
|
// System.UriComponents
|
|
|
|
// System.UriComponents
|
|
|
|
// System.UriFormat
|
|
|
|
// System.UriFormat
|
|
|
|
// System.UriHostNameType
|
|
|
|
// System.UriHostNameType
|
|
|
|
// System.Threading.WaitHandle
|
|
struct WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8_StaticFields
|
|
{
|
|
// System.IntPtr System.Threading.WaitHandle::InvalidHandle
|
|
intptr_t ___InvalidHandle_11;
|
|
};
|
|
|
|
// System.Threading.WaitHandle
|
|
|
|
// System.Net.WebConnection
|
|
|
|
// System.Net.WebConnection
|
|
|
|
// System.Net.WebConnectionStream
|
|
|
|
// System.Net.WebConnectionStream
|
|
|
|
// System.Net.WebExceptionStatus
|
|
|
|
// System.Net.WebExceptionStatus
|
|
|
|
// System.Net.WebHeaderCollectionType
|
|
|
|
// System.Net.WebHeaderCollectionType
|
|
|
|
// System.Net.WebReadStream
|
|
|
|
// System.Net.WebReadStream
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
|
|
// System.Security.Cryptography.X509Certificates.X509Certificate
|
|
|
|
// System.Net.ContentDecodeStream/Mode
|
|
|
|
// System.Net.ContentDecodeStream/Mode
|
|
|
|
// System.Net.HttpWebRequest/NtlmAuthState
|
|
|
|
// System.Net.HttpWebRequest/NtlmAuthState
|
|
|
|
// System.Net.MonoChunkParser/State
|
|
|
|
// System.Net.MonoChunkParser/State
|
|
|
|
// System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
|
|
// System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>
|
|
|
|
// System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.IPAddress[]>
|
|
|
|
// System.Threading.Tasks.TaskFactory`1<System.Net.IPAddress[]>
|
|
|
|
// System.AggregateException
|
|
|
|
// System.AggregateException
|
|
|
|
// System.Runtime.Remoting.Messaging.AsyncResult
|
|
|
|
// System.Runtime.Remoting.Messaging.AsyncResult
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder
|
|
struct AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_StaticFields
|
|
{
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.VoidTaskResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder::s_cachedCompleted
|
|
Task_1_tE41CFF640EB7C045550D9D0D92BE67533B084C17* ___s_cachedCompleted_0;
|
|
};
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder
|
|
|
|
// System.Net.BufferedReadStream
|
|
|
|
// System.Net.BufferedReadStream
|
|
|
|
// System.Net.ContentDecodeStream
|
|
|
|
// System.Net.ContentDecodeStream
|
|
|
|
// System.IO.Compression.DeflateStream
|
|
|
|
// System.IO.Compression.DeflateStream
|
|
|
|
// System.Threading.EventWaitHandle
|
|
|
|
// System.Threading.EventWaitHandle
|
|
|
|
// System.Threading.ExecutionContext
|
|
struct ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_StaticFields
|
|
{
|
|
// System.Threading.ExecutionContext System.Threading.ExecutionContext::s_dummyDefaultEC
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___s_dummyDefaultEC_7;
|
|
// System.Threading.ExecutionContext System.Threading.ExecutionContext::Default
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___Default_8;
|
|
};
|
|
|
|
// System.Threading.ExecutionContext
|
|
|
|
// System.IO.FileStream
|
|
struct FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_StaticFields
|
|
{
|
|
// System.Byte[] System.IO.FileStream::buf_recycle
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___buf_recycle_4;
|
|
// System.Object System.IO.FileStream::buf_recycle_lock
|
|
RuntimeObject* ___buf_recycle_lock_5;
|
|
};
|
|
|
|
// System.IO.FileStream
|
|
|
|
// System.Net.FileWebResponse
|
|
|
|
// System.Net.FileWebResponse
|
|
|
|
// System.Net.FixedSizeReadStream
|
|
|
|
// System.Net.FixedSizeReadStream
|
|
|
|
// System.Net.HttpWebResponse
|
|
|
|
// System.Net.HttpWebResponse
|
|
|
|
// System.Net.MonoChunkParser
|
|
|
|
// System.Net.MonoChunkParser
|
|
|
|
// System.Net.MonoChunkStream
|
|
|
|
// System.Net.MonoChunkStream
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
struct Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_StaticFields
|
|
{
|
|
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheSize
|
|
int32_t ___s_cacheSize_1;
|
|
// System.Collections.Generic.Dictionary`2<System.Text.RegularExpressions.Regex/CachedCodeEntryKey,System.Text.RegularExpressions.Regex/CachedCodeEntry> System.Text.RegularExpressions.Regex::s_cache
|
|
Dictionary_2_t5B5B38BB06341F50E1C75FB53208A2A66CAE57F7* ___s_cache_2;
|
|
// System.Int32 System.Text.RegularExpressions.Regex::s_cacheCount
|
|
int32_t ___s_cacheCount_3;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheFirst
|
|
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheFirst_4;
|
|
// System.Text.RegularExpressions.Regex/CachedCodeEntry System.Text.RegularExpressions.Regex::s_cacheLast
|
|
CachedCodeEntry_tE201C3AD65C234AD9ED7A78C95025824A7A9FF39* ___s_cacheLast_5;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::s_maximumMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_maximumMatchTimeout_6;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::s_defaultMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___s_defaultMatchTimeout_8;
|
|
// System.TimeSpan System.Text.RegularExpressions.Regex::InfiniteMatchTimeout
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___InfiniteMatchTimeout_9;
|
|
};
|
|
|
|
// System.Text.RegularExpressions.Regex
|
|
|
|
// System.Net.Cache.RequestCachePolicy
|
|
|
|
// System.Net.Cache.RequestCachePolicy
|
|
|
|
// System.Net.Sockets.Socket
|
|
struct Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_StaticFields
|
|
{
|
|
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs> System.Net.Sockets.Socket::AcceptCompletedHandler
|
|
EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED* ___AcceptCompletedHandler_0;
|
|
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs> System.Net.Sockets.Socket::ReceiveCompletedHandler
|
|
EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED* ___ReceiveCompletedHandler_1;
|
|
// System.EventHandler`1<System.Net.Sockets.SocketAsyncEventArgs> System.Net.Sockets.Socket::SendCompletedHandler
|
|
EventHandler_1_t5D3FC4609BD8133ED1226D6D49A1D8076B16A9ED* ___SendCompletedHandler_2;
|
|
// System.Net.Sockets.Socket/TaskSocketAsyncEventArgs`1<System.Net.Sockets.Socket> System.Net.Sockets.Socket::s_rentedSocketSentinel
|
|
TaskSocketAsyncEventArgs_1_tEB937620E5B15D91E5BFEFFA707CF800930F8401* ___s_rentedSocketSentinel_3;
|
|
// System.Net.Sockets.Socket/Int32TaskSocketAsyncEventArgs System.Net.Sockets.Socket::s_rentedInt32Sentinel
|
|
Int32TaskSocketAsyncEventArgs_t36C5FC82499ED9DAFE7F05C38EF92D77A0B248E9* ___s_rentedInt32Sentinel_4;
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.Net.Sockets.Socket::s_zeroTask
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* ___s_zeroTask_5;
|
|
// System.Object System.Net.Sockets.Socket::s_InternalSyncObject
|
|
RuntimeObject* ___s_InternalSyncObject_7;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv4
|
|
bool ___s_SupportsIPv4_8;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_SupportsIPv6
|
|
bool ___s_SupportsIPv6_9;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_OSSupportsIPv6
|
|
bool ___s_OSSupportsIPv6_10;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_Initialized
|
|
bool ___s_Initialized_11;
|
|
// System.Boolean modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.Sockets.Socket::s_LoggingEnabled
|
|
bool ___s_LoggingEnabled_12;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::AcceptAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___AcceptAsyncCallback_28;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginAcceptCallback_29;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginAcceptReceiveCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginAcceptReceiveCallback_30;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::ConnectAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___ConnectAsyncCallback_31;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginConnectCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginConnectCallback_32;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::DisconnectAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___DisconnectAsyncCallback_33;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginDisconnectCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginDisconnectCallback_34;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___ReceiveAsyncCallback_35;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginReceiveCallback_36;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveGenericCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginReceiveGenericCallback_37;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::ReceiveFromAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___ReceiveFromAsyncCallback_38;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginReceiveFromCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginReceiveFromCallback_39;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::SendAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___SendAsyncCallback_40;
|
|
// System.IOAsyncCallback System.Net.Sockets.Socket::BeginSendGenericCallback
|
|
IOAsyncCallback_tDBBA8BBDA6B203613680E77BD4AD6320A1268388* ___BeginSendGenericCallback_41;
|
|
// System.AsyncCallback System.Net.Sockets.Socket::SendToAsyncCallback
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___SendToAsyncCallback_42;
|
|
};
|
|
|
|
// System.Net.Sockets.Socket
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.Runtime.Serialization.StreamingContext
|
|
|
|
// System.Threading.Tasks.TaskFactory
|
|
|
|
// System.Threading.Tasks.TaskFactory
|
|
|
|
// System.Type
|
|
struct Type_t_StaticFields
|
|
{
|
|
// System.Reflection.Binder modreq(System.Runtime.CompilerServices.IsVolatile) System.Type::s_defaultBinder
|
|
Binder_t91BFCE95A7057FADF4D8A1A342AFE52872246235* ___s_defaultBinder_0;
|
|
// System.Char System.Type::Delimiter
|
|
Il2CppChar ___Delimiter_1;
|
|
// System.Type[] System.Type::EmptyTypes
|
|
TypeU5BU5D_t97234E1129B564EB38B8D85CAC2AD8B5B9522FFB* ___EmptyTypes_2;
|
|
// System.Object System.Type::Missing
|
|
RuntimeObject* ___Missing_3;
|
|
// System.Reflection.MemberFilter System.Type::FilterAttribute
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterAttribute_4;
|
|
// System.Reflection.MemberFilter System.Type::FilterName
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterName_5;
|
|
// System.Reflection.MemberFilter System.Type::FilterNameIgnoreCase
|
|
MemberFilter_tF644F1AE82F611B677CE1964D5A3277DDA21D553* ___FilterNameIgnoreCase_6;
|
|
};
|
|
|
|
// System.Type
|
|
|
|
// System.Uri
|
|
struct Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields
|
|
{
|
|
// 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_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HexLowerChars_27;
|
|
// System.Char[] System.Uri::_WSchars
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ____WSchars_28;
|
|
};
|
|
|
|
// System.Uri
|
|
|
|
// System.Net.WebHeaderCollection
|
|
struct WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_StaticFields
|
|
{
|
|
// System.Net.HeaderInfoTable System.Net.WebHeaderCollection::HInfo
|
|
HeaderInfoTable_tD651971044220ED52EACB30E89A49178FA32D91F* ___HInfo_11;
|
|
// System.String[] System.Net.WebHeaderCollection::s_CommonHeaderNames
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___s_CommonHeaderNames_14;
|
|
// System.SByte[] System.Net.WebHeaderCollection::s_CommonHeaderHints
|
|
SByteU5BU5D_t88116DA68378C3333DB73E7D36C1A06AFAA91913* ___s_CommonHeaderHints_15;
|
|
// System.Char[] System.Net.WebHeaderCollection::HttpTrimCharacters
|
|
CharU5BU5D_t799905CF001DD5F13F7DBB310181FC4D8B7D0AAB* ___HttpTrimCharacters_18;
|
|
// System.Net.WebHeaderCollection/RfcChar[] System.Net.WebHeaderCollection::RfcCharMap
|
|
RfcCharU5BU5D_t8D79A380C46398F9D1F442FDEE0A27F77B7D1B4C* ___RfcCharMap_19;
|
|
};
|
|
|
|
// System.Net.WebHeaderCollection
|
|
|
|
// System.Net.WebRequest
|
|
struct WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_StaticFields
|
|
{
|
|
// System.Collections.ArrayList modreq(System.Runtime.CompilerServices.IsVolatile) System.Net.WebRequest::s_PrefixList
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* ___s_PrefixList_1;
|
|
// System.Object System.Net.WebRequest::s_InternalSyncObject
|
|
RuntimeObject* ___s_InternalSyncObject_2;
|
|
// System.Net.TimerThread/Queue System.Net.WebRequest::s_DefaultTimerQueue
|
|
Queue_t644DC21212BC432819522EDA395EB4562BE2CC47* ___s_DefaultTimerQueue_3;
|
|
// System.Net.WebRequest/DesignerWebRequestCreate System.Net.WebRequest::webRequestCreate
|
|
DesignerWebRequestCreate_t75F62E4DEBF416E21EAF6FBB62E43ADB83A0753E* ___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;
|
|
};
|
|
|
|
// System.Net.WebRequest
|
|
|
|
// System.Net.WebRequestStream
|
|
struct WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB_StaticFields
|
|
{
|
|
// System.Byte[] System.Net.WebRequestStream::crlf
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___crlf_12;
|
|
};
|
|
|
|
// System.Net.WebRequestStream
|
|
|
|
// System.Net.WebResponseStream
|
|
|
|
// System.Net.WebResponseStream
|
|
|
|
// System.Net.BufferedReadStream/<ProcessReadAsync>d__2
|
|
|
|
// System.Net.BufferedReadStream/<ProcessReadAsync>d__2
|
|
|
|
// System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5
|
|
|
|
// System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5
|
|
|
|
// System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d
|
|
|
|
// System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d
|
|
|
|
// System.Net.HttpWebRequest/<GetResponseFromData>d__244
|
|
|
|
// System.Net.HttpWebRequest/<GetResponseFromData>d__244
|
|
|
|
// System.Net.HttpWebRequest/<MyGetResponseAsync>d__243
|
|
|
|
// System.Net.HttpWebRequest/<MyGetResponseAsync>d__243
|
|
|
|
// System.Net.HttpWebRequest/AuthorizationState
|
|
|
|
// System.Net.HttpWebRequest/AuthorizationState
|
|
|
|
// System.Net.MonoChunkStream/<ProcessReadAsync>d__7
|
|
|
|
// System.Net.MonoChunkStream/<ProcessReadAsync>d__7
|
|
|
|
// System.Net.ServerCertValidationCallback/CallbackContext
|
|
|
|
// System.Net.ServerCertValidationCallback/CallbackContext
|
|
|
|
// System.Net.ServicePointScheduler/<WaitAsync>d__46
|
|
|
|
// System.Net.ServicePointScheduler/<WaitAsync>d__46
|
|
|
|
// System.Func`1<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>>
|
|
|
|
// System.Func`1<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>>
|
|
|
|
// System.Func`1<System.Threading.Tasks.Task>
|
|
|
|
// System.Func`1<System.Threading.Tasks.Task>
|
|
|
|
// System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>>
|
|
|
|
// System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>>
|
|
|
|
// System.Func`2<System.IAsyncResult,System.Net.IPAddress[]>
|
|
|
|
// System.Func`2<System.IAsyncResult,System.Net.IPAddress[]>
|
|
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
|
|
// System.Func`2<System.Object,System.Boolean>
|
|
|
|
// System.Func`2<System.IO.Stream,System.Threading.Tasks.Task>
|
|
|
|
// System.Func`2<System.IO.Stream,System.Threading.Tasks.Task>
|
|
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>
|
|
|
|
// System.Func`4<System.String,System.AsyncCallback,System.Object,System.IAsyncResult>
|
|
|
|
// System.Func`4<System.String,System.AsyncCallback,System.Object,System.IAsyncResult>
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.ArgumentException
|
|
|
|
// System.AsyncCallback
|
|
|
|
// System.AsyncCallback
|
|
|
|
// System.Net.BindIPEndPoint
|
|
|
|
// System.Net.BindIPEndPoint
|
|
|
|
// System.Threading.ContextCallback
|
|
|
|
// System.Threading.ContextCallback
|
|
|
|
// System.Net.FileWebRequest
|
|
struct FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_StaticFields
|
|
{
|
|
// System.Threading.WaitCallback System.Net.FileWebRequest::s_GetRequestStreamCallback
|
|
WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* ___s_GetRequestStreamCallback_12;
|
|
// System.Threading.WaitCallback System.Net.FileWebRequest::s_GetResponseCallback
|
|
WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* ___s_GetResponseCallback_13;
|
|
};
|
|
|
|
// System.Net.FileWebRequest
|
|
|
|
// System.Net.FileWebStream
|
|
|
|
// System.Net.FileWebStream
|
|
|
|
// System.FormatException
|
|
|
|
// System.FormatException
|
|
|
|
// System.Net.HttpContinueDelegate
|
|
|
|
// System.Net.HttpContinueDelegate
|
|
|
|
// System.Net.HttpWebRequest
|
|
struct HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields
|
|
{
|
|
// System.Int32 System.Net.HttpWebRequest::defaultMaxResponseHeadersLength
|
|
int32_t ___defaultMaxResponseHeadersLength_55;
|
|
// System.Int32 System.Net.HttpWebRequest::defaultMaximumErrorResponseLength
|
|
int32_t ___defaultMaximumErrorResponseLength_56;
|
|
// System.Net.Cache.RequestCachePolicy System.Net.HttpWebRequest::defaultCachePolicy
|
|
RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* ___defaultCachePolicy_57;
|
|
};
|
|
|
|
// System.Net.HttpWebRequest
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.InvalidOperationException
|
|
|
|
// System.Threading.ManualResetEvent
|
|
|
|
// System.Threading.ManualResetEvent
|
|
|
|
// Mono.Security.Interface.MonoTlsSettings
|
|
struct MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0_StaticFields
|
|
{
|
|
// Mono.Security.Interface.MonoTlsSettings Mono.Security.Interface.MonoTlsSettings::defaultSettings
|
|
MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* ___defaultSettings_18;
|
|
};
|
|
|
|
// Mono.Security.Interface.MonoTlsSettings
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotImplementedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.NotSupportedException
|
|
|
|
// System.OperationCanceledException
|
|
|
|
// System.OperationCanceledException
|
|
|
|
// System.Net.Security.RemoteCertificateValidationCallback
|
|
|
|
// System.Net.Security.RemoteCertificateValidationCallback
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
|
|
// Microsoft.Win32.SafeHandles.SafeFileHandle
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
struct SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_StaticFields
|
|
{
|
|
// System.String System.Runtime.Serialization.SerializationException::s_nullMessage
|
|
String_t* ___s_nullMessage_18;
|
|
};
|
|
|
|
// System.Runtime.Serialization.SerializationException
|
|
|
|
// System.Threading.WaitCallback
|
|
|
|
// System.Threading.WaitCallback
|
|
|
|
// System.Net.Dns/GetHostAddressesCallback
|
|
|
|
// System.Net.Dns/GetHostAddressesCallback
|
|
|
|
// System.Net.MonoChunkStream/<FinishReading>d__8
|
|
|
|
// System.Net.MonoChunkStream/<FinishReading>d__8
|
|
|
|
// System.Net.ServicePointScheduler/<RunScheduler>d__32
|
|
|
|
// System.Net.ServicePointScheduler/<RunScheduler>d__32
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentNullException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// System.ArgumentOutOfRangeException
|
|
|
|
// System.Net.CookieException
|
|
|
|
// System.Net.CookieException
|
|
|
|
// System.ObjectDisposedException
|
|
|
|
// System.ObjectDisposedException
|
|
|
|
// System.Net.ProtocolViolationException
|
|
|
|
// System.Net.ProtocolViolationException
|
|
|
|
// System.Net.WebException
|
|
|
|
// System.Net.WebException
|
|
|
|
// System.Net.Sockets.SocketException
|
|
|
|
// System.Net.Sockets.SocketException
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
// System.Byte[]
|
|
struct ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
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.String[]
|
|
struct StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) String_t* m_Items[1];
|
|
|
|
inline String_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline String_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline String_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, String_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Text.RegularExpressions.Regex[]
|
|
struct RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* m_Items[1];
|
|
|
|
inline Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Regex_tE773142C2BE45C5D362B0F815AFF831707A51772** 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_tE773142C2BE45C5D362B0F815AFF831707A51772* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Regex_tE773142C2BE45C5D362B0F815AFF831707A51772** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Delegate[]
|
|
struct DelegateU5BU5D_tC5AB7E8F745616680F337909D3A8E6C722CDF771 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Delegate_t* m_Items[1];
|
|
|
|
inline Delegate_t* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Delegate_t* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Delegate_t** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Delegate_t* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Net.IPAddress[]
|
|
struct IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* m_Items[1];
|
|
|
|
inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484** 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_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.Object[]
|
|
struct ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) RuntimeObject* m_Items[1];
|
|
|
|
inline RuntimeObject* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAt(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline RuntimeObject* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline RuntimeObject** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, RuntimeObject* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>[]
|
|
struct ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F m_Items[1];
|
|
|
|
inline ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F* 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, ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item2_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item2_1), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>[]
|
|
struct ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 m_Items[1];
|
|
|
|
inline ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6* 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, ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item2_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item3_2), (void*)NULL);
|
|
#endif
|
|
}
|
|
inline ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item1_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item2_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((m_Items + index)->___Item3_2), (void*)NULL);
|
|
#endif
|
|
}
|
|
};
|
|
// System.Threading.Tasks.Task[]
|
|
struct TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3 : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* m_Items[1];
|
|
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* GetAt(il2cpp_array_size_t index) const
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items[index];
|
|
}
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572** 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, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* value)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* GetAtUnchecked(il2cpp_array_size_t index) const
|
|
{
|
|
return m_Items[index];
|
|
}
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572** GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + index;
|
|
}
|
|
inline void SetAtUnchecked(il2cpp_array_size_t index, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* value)
|
|
{
|
|
m_Items[index] = value;
|
|
Il2CppCodeGenWriteBarrier((void**)m_Items + index, (void*)value);
|
|
}
|
|
};
|
|
// Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType[]
|
|
struct __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC : public RuntimeArray
|
|
{
|
|
ALIGN_FIELD (8) uint8_t m_Items[1];
|
|
|
|
inline uint8_t* GetAddressAt(il2cpp_array_size_t index)
|
|
{
|
|
IL2CPP_ARRAY_BOUNDS_CHECK(index, (uint32_t)(this)->max_length);
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
inline uint8_t* GetAddressAtUnchecked(il2cpp_array_size_t index)
|
|
{
|
|
return m_Items + il2cpp_array_calc_byte_offset(this, index);
|
|
}
|
|
};
|
|
|
|
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 AsyncTaskMethodBuilder_1_Create_m852C283F3EAD7381A0CC8D14204899C192BDC20A_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Start<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TStateMachine&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Task()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* AsyncTaskMethodBuilder_1_get_Task_m90B072626CA4BF0F567616D4A035739B97F46D8B_gshared (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::ConfigureAwait(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 Task_1_ConfigureAwait_m8BAB74AC56D25ADADB3E4420A26912F833368937_gshared (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetAwaiter()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_IsCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mAEF99891A1B576254827D55C54C6E0E1787AA7EF_gshared (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::AwaitUnsafeOnCompleted<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TAwaiter&,TStateMachine&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_awaiter, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_stateMachine, const RuntimeMethod* method) ;
|
|
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_m14D32632322F465B16F5EB858BFE5886B7217701_gshared (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::SetException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetException_m25948BB842FBF253D89FE8399CCB2325B491EE34_gshared (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::SetResult(TResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetResult_mC5A4FB0746878FC882C792D8BCAF5277E1F24778_gshared (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_1_SetStateMachine_m7EF377C3A25FB4388DAF14ECAFC18E1C9F3EEA4A_gshared (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Array::IndexOf<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(T[],T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Array_IndexOf_TisIl2CppFullySharedGenericAny_m7E4FCA28B813E61E3F552DAEB59FD0586B67077A_gshared (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___0_array, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Factory()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D* Task_1_get_Factory_m808EA501E1013191A8AC20442A8C73A0AE0DF5D0_gshared (const RuntimeMethod* method) ;
|
|
// System.Void System.Func`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_4__ctor_mBBC8F424C8EFF3F35CA9B3557CC2E8C06CAAA249_gshared (Func_4_t572D62CCA845BDAD9BC3ABCD839C1AE78144D079* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::FromAsync<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Func`4<TArg1,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,TArg1,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* TaskFactory_1_FromAsync_TisIl2CppFullySharedGenericAny_mA5A0933297F4326F20E225A5B381C56408077FC4_gshared (TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D* __this, Func_4_t601AF6F2F5149E1FAFBFBEF804A1200A25072799* ___0_beginMethod, Func_2_t59F3729DFCEB2F33965C02095F954A24B146C467* ___1_endMethod, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___2_arg1, RuntimeObject* ___3_state, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ReadOnlyCollection_1_get_Count_mCDFBED2827141480BC213F53AEEDACC6213A3B66_gshared (ReadOnlyCollection_1_t5B7AA4E006906DE6818A44873F2D5987EFBF3AB8* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<T> System.Net.HttpWebRequest::RunWithTimeout<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<T>>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* HttpWebRequest_RunWithTimeout_TisIl2CppFullySharedGenericAny_m070A172F753EBB73EA8A0A937DE096BBBBF8B705_gshared (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, Func_2_t35B9BA51B323070FAF0EF85B1B2763EABCD4C82B* ___0_func, const RuntimeMethod* method) ;
|
|
// TResult System.Threading.Tasks.TaskToApm::End<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskToApm_End_TisIl2CppFullySharedGenericAny_m91FFD6A6ED859B8F22E6E190E8D8C9E7E161442D_gshared (RuntimeObject* ___0_asyncResult, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TResult System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Result()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_1_get_Result_mF84A04F573B3700E098DF189233DA4CB3E14D53C_gshared (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TrySetCanceled()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebCompletionSource_1_TrySetCanceled_m9E2CFCAC2261552ADC05BF4708D2F70A2DB7B280_gshared (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(T1,T2)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_2__ctor_mCAE8E725F680FA6BE2C23B9686C9F6056BB7E5CD_gshared (ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_item2, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* Task_FromResult_TisIl2CppFullySharedGenericAny_m829FFC9F5B1DFAC382A3E6ABDED634066EADFB21_gshared (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// TResult System.Func`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Func_1_Invoke_m35CBC166F464B8A1169583672025E6D64211856C_gshared_inline (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`4<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(T1,T2,T3,T4)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_4__ctor_mFF0D3A69E30DE69A5DB3A2559A8901F1E9851FCB_gshared (ValueTuple_4_t8725FCE32886281FCF0441F1DAE319DADD76B78F* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_item2, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___2_item3, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___3_item4, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::ThrowOnError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebCompletionSource_1_ThrowOnError_m7C2B39BD3A1FE60DD5EA8D0B181EAD73DC000470_gshared (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Task()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* WebCompletionSource_1_get_Task_mABFED18FF1EB8709C0110FA07D888A52F950367D_gshared (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetAwaiter()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8 Task_1_GetAwaiter_mADB36AF74C602F4C81E4752994696EA21CB0C0B6_gshared (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_IsCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskAwaiter_1_get_IsCompleted_m7F153D4DF6456F60BABB1E7663CDDF3EFE172007_gshared (TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8* __this, const RuntimeMethod* method) ;
|
|
// TResult System.Runtime.CompilerServices.TaskAwaiter`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskAwaiter_1_GetResult_mA0FDEC1F33CAC08401C6F3B9E5A5C6F1B4503EEB_gshared (TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TrySetException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebCompletionSource_1_TrySetException_m0A5AB73E23E85CAD2080073F1380B6AA4B208BCB_gshared (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, Exception_t* ___0_error, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TrySetCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebCompletionSource_1_TrySetCompleted_m3569793D667717DAE788FBC010D43FFCF5CC0597_gshared (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`5<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(T1,T2,T3,T4,T5)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_5__ctor_m137533B18C66876071676469953787BAFAA5AEFF_gshared (ValueTuple_5_t475CC402836C42A6F9B8CC3957836128B8D95C56* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_item2, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___2_item3, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___3_item4, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___4_item5, const RuntimeMethod* method) ;
|
|
// TResult System.Func`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Invoke(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Func_2_Invoke_m31CAC166FDC80DC5AE52A5AEFFEE2D9B27A1CA3F_gshared_inline (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_capacity, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(T)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TStateMachine&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_Start_TisIl2CppFullySharedGenericAny_m36201A5D380AC483FAE5E144880EEE2EB09D69E2_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(TAwaiter&,TStateMachine&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_mAFEAD0E0483FFA3D862272177C9DE55F2C943F8F_gshared (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___0_awaiter, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConcurrentDictionary_2__ctor_m98B384EE9F320311B30C60598D7FEE8220A765D3_gshared (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConcurrentDictionary_2_TryGetValue_m394ECF25DA7E42CBCE88AC5357D1DF70E5FB95E0_gshared (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ConcurrentDictionary_2_get_Count_mC28E6D211E5DB9E4E103B4105579628203C682A4_gshared (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812* __this, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Concurrent.ConcurrentDictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetOrAdd(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConcurrentDictionary_2_GetOrAdd_mD7D4FE8B123ABFEABF8821D526AB2B1E46A05B24_gshared (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TryRemove(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConcurrentDictionary_2_TryRemove_mC744D5885F0E343A454C5FAE6857BDC2793D2E06_gshared (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Dictionary_2_get_Count_mBB454C6743410D3E06D44D494D4D6FF4CBBBDB1E_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Keys()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* Dictionary_2_get_Keys_mD82D6690B1A801E8EED43F1B1D310893C9D334CF_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::CopyTo(TKey[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void KeyCollection_CopyTo_m612AD5A072D4F06DBAEB6095CAC742F10D4F0953_gshared (KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* __this, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::ContainsKey(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Item(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(TKey)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Generic.KeyValuePair`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebCompletionSource`1/Result<T> System.Net.WebCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_CurrentResult()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* WebCompletionSource_1_get_CurrentResult_mC1D6F5E4169EAEC90D7E02EEC2DD3FF7087EC035_gshared_inline (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Success()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Result_get_Success_m544F562C986FF71F6BC7A07336ACF921FFC0277F_gshared (/*System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* __this, const RuntimeMethod* method) ;
|
|
// T System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Argument()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Result_get_Argument_mFF777A595129DC21EE0ACD74FCDF6DA6FF49E6CD_gshared_inline (/*System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`3<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor(T1,T2,T3)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ValueTuple_3__ctor_mAB800E7134D8E52646FD55A8B2979AC908028759_gshared (ValueTuple_3_t182F852EE39DD805E380FD93762C931C933ACE98* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item1, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_item2, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___2_item3, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::AddLast(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_AddLast_mFD59AD680986C098B0C771703AFD654C00C981E3_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_First()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Next()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedListNode_1_get_Next_m5F3A54D42FA0F882FDC27515D1482672DEAA219B_gshared (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Value()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_Remove_m08754D08C38182E94ED3D2FB9D6535E0706F857A_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, /*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* ___0_node, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TryGetValue(TKey,TValue&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType,Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Add(TKey,TValue)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_key, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___1_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Count()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Remove(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LinkedList_1_Remove_m7D799D70C3D6A30F27FE6CFCDF155759B031C0D0_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_value, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_GetEnumerator_m11F73E5CE56DD491CBD1C569A284A39F5461D9E9_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Enumerator_Dispose_m25395D42D3EE1E89A0B024E2FAF823E4A3FEF4D1_gshared (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.LinkedList`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Current()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m5BA2E5A6E9016D327B7C3067D3D2B2016D37DFDA_gshared_inline (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Enumerator_MoveNext_m4FB57970CC4FBEE295E533DE12F0B21FF7E13AAA_gshared (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::AddFirst(T)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_AddFirst_m9215C7E5B7D5C9837DC3AE6952AE7B691E78FD6D_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_value, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Task()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* TaskCompletionSource_1_get_Task_m4994989AA2174905CF517397D0F6B082ADC29EE9_gshared_inline (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory::StartNew<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* TaskFactory_StartNew_TisIl2CppFullySharedGenericAny_m76EE5D98B340430C4C47231CDF77B89D3AC194D6_gshared (TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* __this, Func_2_t288DA7A3E2791C58B262D9D1F46FF6BB6F6D31F9* ___0_function, RuntimeObject* ___1_state, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, int32_t ___3_creationOptions, TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___4_scheduler, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void TaskCompletionSource_1__ctor_mD6DB19F66035FC77675F1ED9FE696A65CF9C0F23_gshared (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Threading.Tasks.TaskCompletionSource`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::TrySetResult(TResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool TaskCompletionSource_1_TrySetResult_m4C03ED1589D48A864F726E0FDF00D8E976DDCE0F_gshared (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::CopyTo(T[],System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LinkedList_1_CopyTo_m66BC03808A227B36DE19B0BBBFDF6495D6CE19A6_gshared (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* ___0_array, int32_t ___1_index, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>::get_Item(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, int32_t ___0_index, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method) ;
|
|
|
|
// System.Void System.Collections.SortedList::.ctor(System.Collections.IComparer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SortedList__ctor_m64A78DC517BBCFFD11F1820A8BDE99D6F997879B (SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* __this, RuntimeObject* ___0_comparer, const RuntimeMethod* method) ;
|
|
// System.Collections.SortedList System.Collections.SortedList::Synchronized(System.Collections.SortedList)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* SortedList_Synchronized_m49315EE15B2BC933D430E1174254B7BE0B5BF883 (SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* ___0_list, const RuntimeMethod* method) ;
|
|
// System.Void System.Object::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Object System.Net.PathList::get_SyncRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_SyncRoot_m6903042A345F56C5D2184AE49F0443D2012A7CCA (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Exit(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA (RuntimeObject* ___0_obj, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Monitor::Enter(System.Object,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149 (RuntimeObject* ___0_obj, bool* ___1_lockTaken, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.CookieCollection::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t CookieCollection_get_Count_m1D34E6D268DF9BDE18D7C8B3458E511F370C44A0 (CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.CookieParser::CheckQuoted(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieParser_CheckQuoted_m077E7BDCD8FCBDCF7A15E6387802438DB8A825DE (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::get_Length()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Math::Min(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52 (int32_t ___0_val1, int32_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Char System.String::get_Chars(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Il2CppChar String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3 (String_t* __this, int32_t ___0_index, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.PathList/PathListComparer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__ctor_m4905B0AA67ADC50CC792AF932CCF405531C75240 (PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mF29D430E15E766845220AB94DEE48CFC341A2DFE (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4 (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.FormatException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FormatException__ctor_mC5676E4279E9B264450F42CAE47EE7A3F2031B9B (FormatException_tCD210E92627903FFEDAAA706C08FB6222B4D012B* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void System.Exception::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9 (Exception_t* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_info, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_context, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebRequest::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_m8A7037980E4A7E78EEF420F0C38A36C10DE3D642 (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::get_Scheme()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::.ctor(System.Net.WebHeaderCollectionType)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_mE6EBDC6DA6CA46B83FD87FA51A93BACCA7FCDB27 (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, uint16_t ___0_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest__ctor_mFCD491607BF422AED49CB0368CFE19F2E37BE98A (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method) ;
|
|
// System.Type System.Type::GetTypeFromHandle(System.RuntimeTypeHandle)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57 (RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B ___0_handle, const RuntimeMethod* method) ;
|
|
// System.Object System.Runtime.Serialization.SerializationInfo::GetValue(System.String,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, Type_t* ___1_type, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.Serialization.SerializationInfo::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Runtime.Serialization.SerializationInfo::GetInt64(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t SerializationInfo_GetInt64_m1010D1CDBFF71ECC939B7779DBA8A15ACF3E6E48 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Runtime.Serialization.SerializationInfo::GetInt32(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SerializationInfo_GetInt32_m7731402825C7FC8D0673F7610D555615F95E4FB5 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object,System.Type)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, Type_t* ___2_type, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, RuntimeObject* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m216A4FEE287DCA4612C30DB41571962A584D6324 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, int64_t ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, int32_t ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationInfo::AddValue(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, bool ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequest_GetObjectData_m1809AB7BE2251220AB0F64110CFD815EF882D3E7 (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.ValidationHelper::IsBlankString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ValidationHelper_IsBlankString_m019C96701BF065A82B3E9F98D4C2AE74D458F4DB (String_t* ___0_stringValue, const RuntimeMethod* method) ;
|
|
// System.String SR::GetString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6 (String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62 (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* __this, String_t* ___0_message, String_t* ___1_paramName, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.FileWebRequest::get_Aborted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_mDCF5639158777EE8240560751536AF4CFF1FB3BE (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebException System.Net.ExceptionHelper::get_RequestAbortedException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ExceptionHelper_get_RequestAbortedException_m6D740734DCE521A5A5C4A67296ED525451BE0F59 (const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.LazyAsyncResult::.ctor(System.Object,System.Object,System.AsyncCallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult__ctor_m62BAF64A732506AD7544741700A0333B22CADE2F (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* __this, RuntimeObject* ___0_myObject, RuntimeObject* ___1_myState, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___2_myCallBack, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Threading.ThreadPool::QueueUserWorkItem(System.Threading.WaitCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR bool ThreadPool_QueueUserWorkItem_mE534D14C47699D1D37288AE0710B19FC7EC02BAB (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* ___0_callBack, RuntimeObject* ___1_state, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Logging::get_On()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE (const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentNullException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* __this, String_t* ___0_paramName, const RuntimeMethod* method) ;
|
|
// System.Object System.Net.LazyAsyncResult::InternalWaitForCompletion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* LazyAsyncResult_InternalWaitForCompletion_mE52E38E8478ACA2C9344716035CCC46E5CA32A59 (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.NetRes::GetWebStatusString(System.Net.WebExceptionStatus)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_mD9399FD3443A9CE042D7FD869BB7EC986E32C218 (int32_t ___0_Status, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebException::.ctor(System.String,System.Net.WebExceptionStatus)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m6C829021B5388956F84830FC249915324C1453A1 (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* __this, String_t* ___0_message, int32_t ___1_status, const RuntimeMethod* method) ;
|
|
// System.Object System.Net.LazyAsyncResult::get_AsyncObject()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* LazyAsyncResult_get_AsyncObject_m599FB00838F916DBE45F359D64D26717EA2DF231_inline (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::get_LocalPath()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m0F3CC822C4DEE7C71B3FA3FFDCF5B25EAEB2CEAE (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___0_request, String_t* ___1_path, int32_t ___2_mode, int32_t ___3_access, int32_t ___4_sharing, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m8075F9F7345CECCBDB276E0B67DE820A9F7D03E9 (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* __this, String_t* ___0_message, Exception_t* ___1_innerException, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.LazyAsyncResult::InvokeCallback(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.ManualResetEvent::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* __this, bool ___0_initialState, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_mDCECF4C7D821F8FCBA18B5FA8DF2AD303A029C30 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___0_request, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri, int32_t ___2_access, bool ___3_asyncHint, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Threading.EventWaitHandle::Set()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D (EventWaitHandle_t18F2EB0161747B0646A9A406015A61A214A1EB7E* __this, const RuntimeMethod* method) ;
|
|
// System.NotSupportedException System.Net.ExceptionHelper::get_PropertyNotSupportedException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* ExceptionHelper_get_PropertyNotSupportedException_mCB5E323EB0AB34B6FFFF79EBE172AAB1F1DB16A0 (const RuntimeMethod* method) ;
|
|
// System.Int32 System.Threading.Interlocked::Increment(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309 (int32_t* ___0_location, const RuntimeMethod* method) ;
|
|
// System.String System.Net.NetRes::GetWebStatusString(System.String,System.Net.WebExceptionStatus)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetRes_GetWebStatusString_mFFB46FAEB073A149FD92DDB98059B8F6656FCB9C (String_t* ___0_Res, int32_t ___1_Status, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.LazyAsyncResult::get_IsCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool LazyAsyncResult_get_IsCompleted_mE0A803876FB2D312361FCA5F631535B09F6C3125 (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.WaitCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebRequest::.ctor(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m32AA08E0CE88EE4B4328D724C347D7D3F2B3E700 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mA39506EF7A1F33FCA0199B880BE1D82217E33EEC (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___0_path, int32_t ___1_mode, int32_t ___2_access, int32_t ___3_share, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.FileStream::.ctor(System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream__ctor_mB51E4FD96A6B396795C835EFD7B0F0018A3A5029 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, String_t* ___0_path, int32_t ___1_mode, int32_t ___2_access, int32_t ___3_share, int32_t ___4_bufferSize, bool ___5_useAsync, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.FileStream::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Dispose_mFDB2D0B3FCD191C489786FEBE3C077D9F1FDFE97 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebRequest::UnblockReader()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_mC1E7C9618A64BC7785D882EB222D92A95244F8B3 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.InteropServices.SafeHandle::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SafeHandle_Close_mC881D1BD3DC7240B9682460FBEDBB5146102851F (SafeHandle_tC1A4DA80DA89B867CC011B707A07275230321BF7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebStream::CheckError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.IO.FileStream::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_Read_mDD3E7BEDCD8E59D47876184A43BCC95523DBE77A (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.FileStream::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_Write_m7A551B6D2844AF0DB6BB83A0BAFADA60AD7009CF (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, int32_t ___1_offset, int32_t ___2_count, const RuntimeMethod* method) ;
|
|
// System.IAsyncResult System.IO.FileStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginRead_mAF1D444E4DB43E2DD74A8EF58ECB5DEDE2F6B718 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, int32_t ___1_offset, int32_t ___2_numBytes, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_userCallback, RuntimeObject* ___4_stateObject, const RuntimeMethod* method) ;
|
|
// System.Int32 System.IO.FileStream::EndRead(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileStream_EndRead_mBF4D58C3D0929220E383FE8CD81B2FBD8347775C (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) ;
|
|
// System.IAsyncResult System.IO.FileStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileStream_BeginWrite_m4ED11D71A64ECE16272D4282267D90C72FA893D3 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_array, int32_t ___1_offset, int32_t ___2_numBytes, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_userCallback, RuntimeObject* ___4_stateObject, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.FileStream::EndWrite(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileStream_EndWrite_mE36D93CC2A44F94404496186288419B30CB663E9 (FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebResponse::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse__ctor_mC11AFFC628F1E49E53431A3129ADC7CEA012306B (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m9E118415C0F3AD53809A5836C1BD6DFC9913C60B (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___0_request, String_t* ___1_path, int32_t ___2_mode, int32_t ___3_access, int32_t ___4_sharing, int32_t ___5_length, bool ___6_async, const RuntimeMethod* method) ;
|
|
// System.Globalization.NumberFormatInfo System.Globalization.NumberFormatInfo::get_InvariantInfo()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA (const RuntimeMethod* method) ;
|
|
// System.String System.Int64::ToString(System.IFormatProvider)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD (int64_t* __this, RuntimeObject* ___0_provider, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::AddInternal(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_AddInternal_m0EE002E2F815150CA5C43EC865F6D193FD4B7777 (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebException::.ctor(System.String,System.Exception,System.Net.WebExceptionStatus,System.Net.WebResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* __this, String_t* ___0_message, Exception_t* ___1_innerException, int32_t ___2_status, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___3_response, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse__ctor_m845789E13F69DA82F94377A29D46186F2A43ADD1 (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse_GetObjectData_mDE55FE69900B3F6311ED36EC53D1F775E2A634CB (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FileWebResponse::CheckDisposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, const RuntimeMethod* method) ;
|
|
// System.Type System.Object::GetType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Type_t* Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3 (RuntimeObject* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ObjectDisposedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48 (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* __this, String_t* ___0_objectName, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebProxy::.ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy__ctor_m56D1C9B767710B435DFDCC58891651D915E9E96E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_Address, bool ___1_BypassOnLocal, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_BypassList, RuntimeObject* ___3_Credentials, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.ArrayList::.ctor(System.Collections.ICollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, RuntimeObject* ___0_c, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebProxy::UpdateRegExList(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_UpdateRegExList_m7B2EE98DAADC48CBDFA6ED2D491B4E4F00857F48 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, bool ___0_canThrow, const RuntimeMethod* method) ;
|
|
// System.Net.ICredentials System.Net.WebProxy::get_Credentials()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_get_Credentials_m76BB7DE06FD84E20406661BF0D98959DC73B28D9_inline (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method) ;
|
|
// System.Net.ICredentials System.Net.CredentialCache::get_DefaultCredentials()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_mA3FA3CE498D01BF65CD84BCC18385B2A4BAFB9CC_inline (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Uri::op_Equality(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::GetProxyAuto(System.Uri,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_GetProxyAuto_m72DBD46E29CD88F40BC0B5D375BB8D30018029BC (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___1_proxyUri, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::IsBypassedManual(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedManual_m89E6F6F73446B4663DEB837B77ED542A9D5A220B (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Uri::op_Inequality(System.Uri,System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri1, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri2, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.RegularExpressions.Regex::.ctor(System.String,System.Text.RegularExpressions.RegexOptions)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_pattern, int32_t ___1_options, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::get_Host()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Uri::get_IsDefaultPort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Uri::get_Port()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5 (int32_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m9E3155FB84015C823606188F53B47CB44C444991 (String_t* ___0_str0, String_t* ___1_str1, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m093934F71A9B351911EE46311674ED463B180006 (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, String_t* ___3_str3, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Text.RegularExpressions.Regex::IsMatch(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49 (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* __this, String_t* ___0_input, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.IPAddress::TryParse(System.String,System.Net.IPAddress&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_TryParse_m082F2D09B53BD7A957418E2E7BE4C37AD8EE1AF0 (String_t* ___0_ipString, IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484** ___1_address, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.IPAddress::IsLoopback(System.Net.IPAddress)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IPAddress_IsLoopback_m15B12D3C66B1698F20609F59BA3C72D5C22D60F3 (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.NclUtilities::IsAddressLocal(System.Net.IPAddress)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool NclUtilities_IsAddressLocal_m61F2F7535FC7B31B2B02947DABE95BF94864DE68 (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_ipAddress, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966 (String_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.Net.NetworkInformation.IPGlobalProperties System.Net.NetworkInformation.IPGlobalProperties::InternalGetIPGlobalProperties()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPGlobalProperties_tA6F98E3AAD35DD4C6BF821152D3D7B092C80C26D* IPGlobalProperties_InternalGetIPGlobalProperties_mA248B186EA3B82137C17C29BABEAB4C8121211CB (const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::Compare(System.String,System.Int32,System.String,System.Int32,System.Int32,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_Compare_m68FBA6075A0142439B0249D884863356D99090CF (String_t* ___0_strA, int32_t ___1_indexA, String_t* ___2_strB, int32_t ___3_indexB, int32_t ___4_length, int32_t ___5_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::IsBypassedAuto(System.Uri,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedAuto_mF4D52FD050AC1CA1672AE503BD23B68794CFD60E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, bool* ___1_isBypassed, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Uri::get_IsLoopback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::IsLocal(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsLocal_mA55F6EF93DD6449B262157E0795507C82356F154 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::IsMatchInBypassList(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsMatchInBypassList_m4D28B54328E1AFB40D9BE518536EE192CE423F50 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_input, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::IsLocalInProxyHash(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsLocalInProxyHash_m20B75565C09C609A0A9C000640B562C1D067A99A (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.Serialization.SerializationInfo::GetBoolean(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SerializationInfo_GetBoolean_m8335F8E11B572AB6B5BF85A9355D6888D5847EF5 (SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebProxy::UnsafeUpdateFromRegistry()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_UnsafeUpdateFromRegistry_m450A4700AA84B7A0C467365724AB9926F6881167 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebProxy::set_UseDefaultCredentials(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_set_UseDefaultCredentials_mF60535F31708D6DF7CECC2926EF1634C1333C002 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::get_UseDefaultCredentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_get_UseDefaultCredentials_mA938B24C5D5406B88C515CC7450B91FBF3BBA28E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebProxy::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy__ctor_m0D1F873D2441832F41295266069C0887BBD43641 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, bool ___0_enableAutoproxy, const RuntimeMethod* method) ;
|
|
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::get_ScriptEngine()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF_inline (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m39AEDFB157EFDBE7CE80A569565EAFEA874AE381 (AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, RuntimeObject** ___1_proxyList, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebProxy::AreAllBypassed(System.Collections.Generic.IEnumerable`1<System.String>,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_AreAllBypassed_m44BB8ADD895A2C7C038AA063327112AB9C94A6A0 (RuntimeObject* ___0_proxies, bool ___1_checkFirstOnly, const RuntimeMethod* method) ;
|
|
// System.Uri System.Net.WebProxy::ProxyUri(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* WebProxy_ProxyUri_m2FB2174F3862867FBB1972E1BC57625CE945C143 (String_t* ___0_proxyName, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::IsNullOrEmpty(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478 (String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Uri::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, String_t* ___0_uriString, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m0EC7B4AB41D5BDC4DCBDF2CAB12EAF6CAFFD56D1 (AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, RuntimeObject** ___1_proxyList, int32_t* ___2_syncStatus, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Security.SecureString::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SecureString_get_Length_mC6305A0FB149FD2816ABEDC812DB6DCFB541673E (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.IntPtr::op_Inequality(System.IntPtr,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B (intptr_t ___0_value1, intptr_t ___1_value2, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.InteropServices.Marshal::ZeroFreeGlobalAllocUnicode(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Marshal_ZeroFreeGlobalAllocUnicode_m6CBF7E3AA3CD86C1B7D50D21FABDFB03FE930EAE (intptr_t ___0_s, const RuntimeMethod* method) ;
|
|
// System.IntPtr System.Runtime.InteropServices.Marshal::SecureStringToGlobalAllocUnicode(System.Security.SecureString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR intptr_t Marshal_SecureStringToGlobalAllocUnicode_m7F0B99C7DCF302043F6A9E4B403F241E39DDA468 (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* ___0_s, const RuntimeMethod* method) ;
|
|
// System.String System.Runtime.InteropServices.Marshal::PtrToStringUni(System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Marshal_PtrToStringUni_mA30F3D8587F2E51F70DF5F30A3C2910CBDAB6F20 (intptr_t ___0_ptr, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.SecureString::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString__ctor_m1DA60DBC08950BCC2A09E04DB88B2B6059A76A15 (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Runtime.CompilerServices.RuntimeHelpers::get_OffsetToStringData()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD (const RuntimeMethod* method) ;
|
|
// System.Void System.Security.SecureString::.ctor(System.Char*,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SecureString__ctor_m099AF5114743DE1B2310F70CEA566613DD162231 (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* __this, Il2CppChar* ___0_value, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.Threading.ExecutionContext System.Threading.ExecutionContext::Capture()
|
|
IL2CPP_EXTERN_C IL2CPP_NO_INLINE IL2CPP_METHOD_ATTR ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ExecutionContext_Capture_mF143CDB1F0499A42C277190752B864183090DF7F (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Security.RemoteCertificateValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_inline (RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) ;
|
|
// System.Threading.ExecutionContext System.Threading.ExecutionContext::CreateCopy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ExecutionContext_CreateCopy_m41F12C5325DA414E1B8AB0995522CCE1BD36CBC9 (ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServerCertValidationCallback/CallbackContext::.ctor(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext__ctor_mF5D13B557A13193C357723E572E78E52F108AEB7 (CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* __this, RuntimeObject* ___0_request, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.ContextCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContextCallback__ctor_mE29213BA3FC5DDDBF194D6D58A4E51F309FD98FA (ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.ExecutionContext::Run(System.Threading.ExecutionContext,System.Threading.ContextCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ExecutionContext_Run_m9C6E6249D96EA4974FD420E5FF141C221C9C1BE5 (ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* ___0_executionContext, ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* ___1_callback, RuntimeObject* ___2_state, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.ArrayList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80 (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.NtlmClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m15C02BC0F1AF986CA239D4FDD70F3F7259AC3E0D (NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.DigestClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_mEF363337211025F9FF45487F42B75794759A801B (DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.BasicClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mA1E74A0E4BC0FA70AF8679D1496E29A8D7934949 (BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68* __this, const RuntimeMethod* method) ;
|
|
// System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* AuthenticationManager_DoAuthenticate_m42F09009C235795B463827C7A773D0FA3381F726 (String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_request, RuntimeObject* ___2_credentials, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.AuthenticationManager::EnsureModules()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m5411A8AD33463B6E94C150B47C126C2023727922 (const RuntimeMethod* method) ;
|
|
// System.String System.String::Trim()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5 (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::ToLower()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55 (String_t* __this, String_t* ___0_value, int32_t ___1_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* BasicClient_InternalAuthenticate_mE78C5E95F3B0B5AD8ECD4068F57A63C0C778CAE7 (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method) ;
|
|
// System.Uri System.Net.HttpWebRequest::get_AuthUri()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_AuthUri_mA9CDA63656394B69E2EE031330CC77C3BB570052_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.NetworkCredential::get_UserName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_UserName_mEBB5D5B4928F1868DD79A104CF2BAFCFAC88AFA1 (NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Equality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.String System.Net.NetworkCredential::get_Password()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Password_m7F0F54ED0E4A41F66513296C4E3063D70AF6036C (NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.NetworkCredential::get_Domain()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NetworkCredential_get_Domain_mFFC454BD64B52DC2FFA09971876B56A2B337DE17 (NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String,System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B (String_t* ___0_str0, String_t* ___1_str1, String_t* ___2_str2, const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Net.BasicClient::GetBytes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BasicClient_GetBytes_m1174D6AF2BA38A54BC02544F60B1E74A882ADFD2 (String_t* ___0_str, const RuntimeMethod* method) ;
|
|
// System.String System.String::Concat(System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_values, const RuntimeMethod* method) ;
|
|
// System.String System.Convert::ToBase64String(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Convert_ToBase64String_mD0680EF77270244071965AFA1207921C73EEA323 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_inArray, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.Authorization::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Authorization__ctor_m2B6F7C3A1C77B4B4532B4964BF214BF957694268 (Authorization_t7F109103AF7366A418844BF604458413434F60D4* __this, String_t* ___0_token, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebReadStream::.ctor(System.Net.WebOperation,System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebReadStream__ctor_mC68E90C384FD3ABF616222CCC813193A55C764B5 (WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_innerStream, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Create()
|
|
inline AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE (const RuntimeMethod* method)
|
|
{
|
|
AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 il2cppRetVal = (( AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m852C283F3EAD7381A0CC8D14204899C192BDC20A_gshared)(method);
|
|
return il2cpp_codegen_cast_struct<AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019, AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4>(&il2cppRetVal);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Net.BufferedReadStream/<ProcessReadAsync>d__2>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mEB042B53C1DFBAF4107E2DB81CD1215D835F6493 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::get_Task()
|
|
inline Task_1_t4C228DE57804012969575431CFF12D57C875552D* AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m90B072626CA4BF0F567616D4A035739B97F46D8B_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, method);
|
|
return (Task_1_t4C228DE57804012969575431CFF12D57C875552D*)il2cppRetVal;
|
|
}
|
|
// System.IO.Stream System.Net.WebReadStream::get_InnerStream()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline (WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Buffer::BlockCopy(System.Array,System.Int32,System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358 (RuntimeArray* ___0_src, int32_t ___1_srcOffset, RuntimeArray* ___2_dst, int32_t ___3_dstOffset, int32_t ___4_count, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.CancellationToken::ThrowIfCancellationRequested()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3 (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Int32>::ConfigureAwait(System.Boolean)
|
|
inline ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209 (Task_1_t4C228DE57804012969575431CFF12D57C875552D* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 il2cppRetVal = (( ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m8BAB74AC56D25ADADB3E4420A26912F833368937_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, ___0_continueOnCapturedContext, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A, ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922>(&il2cppRetVal);
|
|
}
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Int32>::GetAwaiter()
|
|
inline ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline (ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A* __this, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A il2cppRetVal = (( ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A (*) (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline)((ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*)__this, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80, ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::get_IsCompleted()
|
|
inline bool ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3 (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mAEF99891A1B576254827D55C54C6E0E1787AA7EF_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Net.BufferedReadStream/<ProcessReadAsync>d__2>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mF1C832333633D2F3B67B4DF5633CA3BBD98F259E (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>::GetResult()
|
|
inline int32_t ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t il2cppRetVal;
|
|
(( void (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m14D32632322F465B16F5EB858BFE5886B7217701_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetException(System.Exception)
|
|
inline void AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m25948BB842FBF253D89FE8399CCB2325B491EE34_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_exception, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetResult(TResult)
|
|
inline void AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, int32_t ___0_result, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mC5A4FB0746878FC882C792D8BCAF5277E1F24778_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny)&___0_result, method);
|
|
}
|
|
// System.Void System.Net.BufferedReadStream/<ProcessReadAsync>d__2::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__2_MoveNext_m7FC1645A4C90DCE9CE6B84EF87EBF823FC95CD90 (U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
inline void AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m7EF377C3A25FB4388DAF14ECAFC18E1C9F3EEA4A_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.BufferedReadStream/<ProcessReadAsync>d__2::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__2_SetStateMachine_mC2082067C125F3D7D97F93F7B36790CC579302E2 (U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.Compression.GZipStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GZipStream__ctor_m25053634B041374B528EB0F01612B072A9AF2E05 (GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, int32_t ___1_mode, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.Compression.DeflateStream::.ctor(System.IO.Stream,System.IO.Compression.CompressionMode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DeflateStream__ctor_m344C1EF8B83E612C4FC662F0152DF1D2A5636829 (DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_stream, int32_t ___1_mode, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ContentDecodeStream::.ctor(System.Net.WebOperation,System.IO.Stream,System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentDecodeStream__ctor_m1C9D888BD00155CB04DA7357D39EB8D552D1FB42 (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_decodeStream, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___2_originalInnerStream, const RuntimeMethod* method) ;
|
|
// System.IO.Stream System.Net.ContentDecodeStream::get_OriginalInnerStream()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ContentDecodeStream_get_OriginalInnerStream_mBD2610B5D00F361DE266C8DFE8D15D6F8992381E_inline (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::get_CompletedTask()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_get_CompletedTask_m1567097D0142D009DC8F9B70DA2C55DA651D55E9_inline (const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::StartsWith(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0 (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mB0FCB83A78B360CBA9CEE1A0E64A6D8099A5A235 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, String_t** ___0_key, String_t** ___1_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.DigestHeaderParser::SkipWhitespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m83A2E761FBB1290AFC5CD53130CFA60D0D5B67E2 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Array::IndexOf<System.String>(T[],T)
|
|
inline int32_t Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, String_t* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Array_IndexOf_TisIl2CppFullySharedGenericAny_m7E4FCA28B813E61E3F552DAEB59FD0586B67077A_gshared)((__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*)___0_array, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::get_Realm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_mA92099ECCCB683BA4490769F9E0DD80E925DE989 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestHeaderParser::get_Nonce()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_mAC661197509F3A8F50FD2056BE6DA476F54FFA18 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Substring(System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE (String_t* __this, int32_t ___0_startIndex, int32_t ___1_length, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestHeaderParser::GetKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m03193506B7977BE72195ADFE3ADB5FE5C0B205D8 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.Char,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4 (String_t* __this, Il2CppChar ___0_value, int32_t ___1_startIndex, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.RandomNumberGenerator System.Security.Cryptography.RandomNumberGenerator::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* RandomNumberGenerator_Create_m10E13D4B5CF93E2EBB1BE9226488C919FFAC3340 (const RuntimeMethod* method) ;
|
|
// System.DateTime System.DateTime::get_UtcNow()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA (const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestHeaderParser::get_Algorithm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mFB926080495CB2ABD8298568D7DBF8245DDED90F (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestHeaderParser::get_Opaque()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mA5DEB9241930B6E980B97255460FDDFADE75459B (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestHeaderParser::get_QOP()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m5796E6AFE8914BAD188B77C7F80D01BD4567C443 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Array::Clear(System.Array,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB (RuntimeArray* ___0_array, int32_t ___1_index, int32_t ___2_length, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.DigestHeaderParser::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m89162972D1A691B65C14B5402683FB3C2FB4CE7E (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, String_t* ___0_header, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.DigestHeaderParser::Parse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_mF5F114E586CB7BEA50BD14AA20438DA7CA1D19CD (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::ToUpper()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49 (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Security.Cryptography.MD5 System.Security.Cryptography.MD5::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A* MD5_Create_mD7AEBE7A752D163971C764A9A8CC0029C865F223 (const RuntimeMethod* method) ;
|
|
// System.Text.Encoding System.Text.Encoding::get_ASCII()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65 (const RuntimeMethod* method) ;
|
|
// System.Byte[] System.Security.Cryptography.HashAlgorithm::ComputeHash(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB (HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.StringBuilder::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Byte::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Byte_ToString_m793A41EEEB7B422F6FE658E99D2F7683F59EE310 (uint8_t* __this, String_t* ___0_format, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D (StringBuilder_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::get_Realm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_m91E2F1AA08F29D0B6A0D01892C5FDE31DA48FF88 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, RuntimeObject* ___3_arg2, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::get_Algorithm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mB31B9ED4EBCAC2093680C9F17BBB52B39F298D5B (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::HashToHexString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m361FB17D751CF79D6653EA3B33133269C5551483 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_toBeHashed, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::get_Nonce()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_m8FDB05DDBF322A52A33A47C1B68117ACA6E196FF (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::get_CNonce()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_m1EB2C04F305C4D6EB9C6A9C6FDCB0C7448072BD4 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::get_PathAndQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987 (String_t* ___0_format, RuntimeObject* ___1_arg0, RuntimeObject* ___2_arg1, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::get_QOP()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::HA1(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_mF32650BB006D375D5AB3F441E308CD3BA5BAC01E (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_username, String_t* ___1_password, const RuntimeMethod* method) ;
|
|
// System.String System.Int32::ToString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9 (int32_t* __this, String_t* ___0_format, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m6E6CC00104804C9FE68FEFF0BE4B241AD7BCBF1E (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___0_webRequest, const RuntimeMethod* method) ;
|
|
// System.Void System.InvalidOperationException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5 (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* __this, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F (StringBuilder_t* __this, String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
// System.Uri System.Net.HttpWebRequest::get_Address()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m5C59CBB9D15FE06153945D5A977791CD65E32F31 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_username, String_t* ___1_password, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___2_webRequest, const RuntimeMethod* method) ;
|
|
// System.String System.Net.DigestSession::get_Opaque()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m3D8A178D0D39B7997956D18FCBCB1D648437A8B3 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Text.StringBuilder::get_Length()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8 (StringBuilder_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Text.StringBuilder::set_Length(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414 (StringBuilder_t* __this, int32_t ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.DigestClient::CheckExpired(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m7D91E904F94658F9FB6363F518F6D33AB9C23025 (int32_t ___0_count, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Net.DigestSession::get_LastUse()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DigestSession_get_LastUse_m1C892CE95B0E4C48CF2862FF19EB253F69FDBF35_inline (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.DateTime::op_LessThan(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_LessThan_m2A02FFF5F35E33417FB32CB9F948769CA15AED17 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_t1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_t2, const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.DateTime::op_Subtraction(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_d2, const RuntimeMethod* method) ;
|
|
// System.Int64 System.TimeSpan::get_Ticks()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.String::IndexOf(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.DigestSession::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_mBC472E7D777C2734C1BB6A1CB8A6A3CC05A1A100 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.DigestSession::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_m9F496F9394081988C708D66D7D4A20AB013D0044 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_challenge, const RuntimeMethod* method) ;
|
|
// System.Collections.Hashtable System.Net.DigestClient::get_Cache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* DigestClient_get_Cache_m37414563416EE7911B1E6A1269874EB7B8F0B464 (const RuntimeMethod* method) ;
|
|
// System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* DigestSession_Authenticate_m820DC43ACC7FBA2D3CF80998301C130826B29844 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Hashtable::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Hashtable System.Collections.Hashtable::Synchronized(System.Collections.Hashtable)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* Hashtable_Synchronized_m6C533F21D7532A6118974AE7634AB28C76765EF5 (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* ___0_table, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.Dns/GetHostAddressesCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHostAddressesCallback__ctor_m7723FBC5E25225369F514184D032AF206C5F3B8C (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method) ;
|
|
// System.IAsyncResult System.Net.Dns/GetHostAddressesCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetHostAddressesCallback_BeginInvoke_mEA603480A3ADD4F7ED2EB88F22D383B4E713EB22 (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method) ;
|
|
// System.Net.IPAddress[] System.Net.Dns/GetHostAddressesCallback::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_EndInvoke_m9D8CA344DE184548B4A2E72A7604ACEA873777E4 (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, RuntimeObject* ___0_result, const RuntimeMethod* method) ;
|
|
// System.String System.String::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8 (String_t* ___0_format, RuntimeObject* ___1_arg0, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.Sockets.SocketException::.ctor(System.Int32,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SocketException__ctor_m0F0444CE9F1E2BF7AF1D0A89DC29FD973AE743AC (SocketException_t6D10102A62EA871BD31748E026A372DB6804083B* __this, int32_t ___0_error, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.IPHostEntry::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void IPHostEntry__ctor_mF2D2692AFFD3ED81CAF30F4CD42B7B0843952398 (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.IPHostEntry::set_HostName(System.String)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_m4218E75B9A5D143AF361FEC708ED40CD3829920A_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.IPHostEntry::set_Aliases(System.String[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_mCAB3DC9E9B474EA49C1A80E8010FF4932316B266_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Net.IPAddress System.Net.IPAddress::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* IPAddress_Parse_mF946F1810061D91C5A1A96FF9968F07138F3CE23 (String_t* ___0_ipString, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv6()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv6_mDF10C5F623BBCBB218599E9C4B1AE3E7EE2AB2CB (const RuntimeMethod* method) ;
|
|
// System.Net.Sockets.AddressFamily System.Net.IPAddress::get_AddressFamily()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21 (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Sockets.Socket::get_OSSupportsIPv4()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Socket_get_OSSupportsIPv4_m17A77A027E3FE4EBDB927A2796551F55C0594889 (const RuntimeMethod* method) ;
|
|
// System.Void System.Net.Dns::Error_11001(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F (String_t* ___0_hostName, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.IPHostEntry::set_AddressList(System.Net.IPAddress[])
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_mFC955717B52B0D1DC71059FC7B2ED6659E4729D8_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D (String_t* __this, String_t* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.Sockets.Socket::get_FamilyHint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_get_FamilyHint_m2D6F47549F4919DAEA6BFC6C5C321BC612746A6E (const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Dns::GetHostByAddr_icall(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_icall_mA9B7B14D18C89AC50993A059ECA0F46D20CADABC (String_t* ___0_addr, String_t** ___1_h_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___2_h_aliases, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___3_h_addr_list, int32_t ___4_hint, const RuntimeMethod* method) ;
|
|
// System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_hostent_to_IPHostEntry_mA90522E2D8CD0A3172CF240B4F376E44915A4A82 (String_t* ___0_originalHostName, String_t* ___1_h_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_h_aliases, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_h_addrlist, const RuntimeMethod* method) ;
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostEntry_m2C361289069BE08C2CAA59EDE480AD0B087AE4BA (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, const RuntimeMethod* method) ;
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostByName_mDB16F7D53232D307AD7C1D0302A21EC7DE7F080F (String_t* ___0_hostName, const RuntimeMethod* method) ;
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostByAddressFromString_m865D03C4B465EC29764169ED7E6F5D6B7B29A27D (String_t* ___0_address, bool ___1_parse, const RuntimeMethod* method) ;
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53 (String_t* ___0_hostNameOrAddress, const RuntimeMethod* method) ;
|
|
// System.Net.IPAddress[] System.Net.IPHostEntry::get_AddressList()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* IPHostEntry_get_AddressList_m9D14D52EFB41C53C9C4A36D438E1333A99B7AA71_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Dns::GetHostByName_icall(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_icall_mC22DEE0D62F30596ED6056008163A4C06F1A418E (String_t* ___0_host, String_t** ___1_h_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___2_h_aliases, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___3_h_addr_list, int32_t ___4_hint, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Dns::GetHostName_icall(System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_icall_m8DD1A9F199E6728A53EFC78A4F732566D146F960 (String_t** ___0_h_name, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.TaskFactory`1<TResult> System.Threading.Tasks.Task`1<System.Net.IPAddress[]>::get_Factory()
|
|
inline TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4* Task_1_get_Factory_m15F13396A095964EB0316A10EDA90CF1961D7905 (const RuntimeMethod* method)
|
|
{
|
|
TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D* il2cppRetVal = (( TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D* (*) (const RuntimeMethod*))Task_1_get_Factory_m808EA501E1013191A8AC20442A8C73A0AE0DF5D0_gshared)(method);
|
|
return (TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Func`4<System.String,System.AsyncCallback,System.Object,System.IAsyncResult>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_4__ctor_m3A3C9E872FC049C78DD4725CD8834DA3B33A14F2 (Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_4_t572D62CCA845BDAD9BC3ABCD839C1AE78144D079*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_4__ctor_mBBC8F424C8EFF3F35CA9B3557CC2E8C06CAAA249_gshared)((Func_4_t572D62CCA845BDAD9BC3ABCD839C1AE78144D079*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Void System.Func`2<System.IAsyncResult,System.Net.IPAddress[]>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_mCF95025E7BD447048449F71C88A33B6F338B7261 (Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory`1<System.Net.IPAddress[]>::FromAsync<System.String>(System.Func`4<TArg1,System.AsyncCallback,System.Object,System.IAsyncResult>,System.Func`2<System.IAsyncResult,TResult>,TArg1,System.Object)
|
|
inline Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670* TaskFactory_1_FromAsync_TisString_t_mCD24BB6D085072E87979BCA846EC14C851FFFD9A (TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4* __this, Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE* ___0_beginMethod, Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0* ___1_endMethod, String_t* ___2_arg1, RuntimeObject* ___3_state, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D*, Func_4_t601AF6F2F5149E1FAFBFBEF804A1200A25072799*, Func_2_t59F3729DFCEB2F33965C02095F954A24B146C467*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, RuntimeObject*, const RuntimeMethod*))TaskFactory_1_FromAsync_TisIl2CppFullySharedGenericAny_mA5A0933297F4326F20E225A5B381C56408077FC4_gshared)((TaskFactory_1_tF4CDC5BDA20AE9BD3F65B6146CDCD3F753003E1D*)__this, (Func_4_t601AF6F2F5149E1FAFBFBEF804A1200A25072799*)___0_beginMethod, (Func_2_t59F3729DFCEB2F33965C02095F954A24B146C467*)___1_endMethod, (Il2CppFullySharedGenericAny)___2_arg1, ___3_state, method);
|
|
return (Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m28EBBBA585E202F7FF1560A647C5A51352B64481 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Int64 System.Net.FixedSizeReadStream::get_ContentLength()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t FixedSizeReadStream_get_ContentLength_m158883496AF46A53BA97FABFA6FDF85005D5904F_inline (FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* __this, const RuntimeMethod* method) ;
|
|
// System.Int64 System.Math::Min(System.Int64,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t Math_Min_mD731E8A02F13C67C1EAC7C1E7F81909FE466F079 (int64_t ___0_val1, int64_t ___1_val2, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m5AEBC195C127CC6BA53427D9874AF473509D8334 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__5_MoveNext_m1A62C9154FE6C5E2FCC7EE9D93E950795AC15679 (U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__5_SetStateMachine_mB9C356876BED7CC9860F82C28CEC60F51BF396C9 (U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest::.ctor(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m37C92DEFA8C4C0282FE5B11E065D65C25CF8B91F (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.Cache.RequestCachePolicy::.ctor(System.Net.Cache.RequestCacheLevel)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void RequestCachePolicy__ctor_mDE54BDF10DC2094F849F2E6A90770189FD664988 (RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* __this, int32_t ___0_level, const RuntimeMethod* method) ;
|
|
// System.Net.IWebProxy System.Net.WebRequest::get_InternalDefaultWebProxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebRequest_get_InternalDefaultWebProxy_m6A3508E2C1DA569301B82EB0EB64CC2402FC356E (const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest::set_ThrowOnError(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_mB232259B74EC15F9E119944A41934D673A7DE4E7_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest::ResetAuthorization()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_ResetAuthorization_mC7AA3C31078EA81423351F8DAC62F68E9F15060E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.Serialization.SerializationException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SerializationException__ctor_m66A581BE334B57204506D2298511E9609AF30093 (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest/AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m6DDA04B33B8A520B93FBDF8AC4BBA3B7CCC03CBE (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___0_request, bool ___1_isProxy, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::get_MethodWithBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_MethodWithBuffer_m00882296A2A9AE6BBD49F6922782EE8D6C94444D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::op_Inequality(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6 (String_t* ___0_a, String_t* ___1_b, const RuntimeMethod* method) ;
|
|
// System.Void System.Security.Cryptography.X509Certificates.X509CertificateCollection::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void X509CertificateCollection__ctor_m237A27DC157785FBC50EBAF3562AAF0907BF97EB (X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpValidationHelpers::IsInvalidMethodOrHeaderString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpValidationHelpers_IsInvalidMethodOrHeaderString_m3957A038B33CEB524E6788E343798754CB370062 (String_t* ___0_stringValue, const RuntimeMethod* method) ;
|
|
// System.String System.String::ToUpperInvariant()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* String_ToUpperInvariant_mD73F658CDE1280A527231DC305B66CF09B64E5AB (String_t* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest::CheckRequestStarted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m3AA735AF2A7257EF984729EA0E938368F83FCE41 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* HttpWebRequest_GetServicePoint_m936C89220DFB9BE810A223E84E36E6D933510DB7 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Collections.Specialized.NameValueCollection::get_Item(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F (NameValueCollection_t52D1E38AB1D4ADD497A17DA305D663BB77B31DF7* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.ServicePoint::get_UsesProxy()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_m518ED2EF0BDC87C490AB426BC455CD11296DED30_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.ServicePoint::get_UseConnect()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m114AAE62269A6D6A4C1E2687C00A3DAEF89BFE20_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_address, RuntimeObject* ___1_proxy, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebOperation::.ctor(System.Net.HttpWebRequest,System.Net.BufferOffsetSize,System.Boolean,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebOperation__ctor_mB1EF58FA22FB617795F258E9EAFDB42D7155A8F9 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___0_request, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___1_writeBuffer, bool ___2_isNtlmChallenge, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::SendRequest(System.Net.WebOperation,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SendRequest_mB271F49FB5B3DB5DA556253585CC150A51E7C9CA (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, String_t* ___1_groupName, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::Create()
|
|
inline AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807 AsyncTaskMethodBuilder_1_Create_mCC0D1D4206A736B01153BE785DB72E857B1F840C (const RuntimeMethod* method)
|
|
{
|
|
AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 il2cppRetVal = (( AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m852C283F3EAD7381A0CC8D14204899C192BDC20A_gshared)(method);
|
|
return il2cpp_codegen_cast_struct<AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807, AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4>(&il2cppRetVal);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::Start<System.Net.HttpWebRequest/<MyGetResponseAsync>d__243>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m6DCC320B5F32414D522B7D730D56AA6133D3E64F (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::get_Task()
|
|
inline Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* AsyncTaskMethodBuilder_1_get_Task_mE7C9097ECD027527FEDA6E4F548DC44FDE16BFCA (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m90B072626CA4BF0F567616D4A035739B97F46D8B_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, method);
|
|
return (Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129*)il2cppRetVal;
|
|
}
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::Create()
|
|
inline AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111 AsyncTaskMethodBuilder_1_Create_m66BF687BEE160B67CD8BE366DAC112800BBA0200 (const RuntimeMethod* method)
|
|
{
|
|
AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 il2cppRetVal = (( AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m852C283F3EAD7381A0CC8D14204899C192BDC20A_gshared)(method);
|
|
return il2cpp_codegen_cast_struct<AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111, AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4>(&il2cppRetVal);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::Start<System.Net.HttpWebRequest/<GetResponseFromData>d__244>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mE3D15B9ECB900B7778F5855EF5439C08C80E6E05 (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::get_Task()
|
|
inline Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* AsyncTaskMethodBuilder_1_get_Task_m7018162DA0EB78089F546DB0A7DEE48315DCA209 (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m90B072626CA4BF0F567616D4A035739B97F46D8B_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, method);
|
|
return (Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192*)il2cppRetVal;
|
|
}
|
|
// System.AggregateException System.AggregateException::Flatten()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AggregateException_t51B6205846DFB356B94452702201DD239D44422F* AggregateException_Flatten_m60F51FEE2794F91B3E47529599BE98971B7CA291 (AggregateException_t51B6205846DFB356B94452702201DD239D44422F* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception> System.AggregateException::get_InnerExceptions()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* AggregateException_get_InnerExceptions_m3044DE61416F827389F2975C67AC1AD89EA050A5_inline (AggregateException_t51B6205846DFB356B94452702201DD239D44422F* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.ObjectModel.ReadOnlyCollection`1<System.Exception>::get_Count()
|
|
inline int32_t ReadOnlyCollection_1_get_Count_mADB84925112BAD7AA74EBCE91BC3E4524CFC4549 (ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ReadOnlyCollection_1_t5B7AA4E006906DE6818A44873F2D5987EFBF3AB8*, const RuntimeMethod*))ReadOnlyCollection_1_get_Count_mCDFBED2827141480BC213F53AEEDACC6213A3B66_gshared)((ReadOnlyCollection_1_t5B7AA4E006906DE6818A44873F2D5987EFBF3AB8*)__this, method);
|
|
}
|
|
// System.Exception System.Exception::get_InnerException()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::get_Aborted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m038DC4286A2AA32A06EB31C052CDB857B7ADA31E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebException System.Net.HttpWebRequest::GetWebException(System.Exception,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* HttpWebRequest_GetWebException_m2C5A8C151DDBF0657A2C9A6A30D807D6802B9C68 (Exception_t* ___0_e, bool ___1_aborted, const RuntimeMethod* method) ;
|
|
// System.Exception System.Net.HttpWebRequest::FlattenException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* HttpWebRequest_FlattenException_m021E72448AE5C6C4283876527C3CCBC6CB0E6DAE (Exception_t* ___0_e, const RuntimeMethod* method) ;
|
|
// System.Net.WebExceptionStatus System.Net.WebException::get_Status()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m9B08D3B07C3D75A6783EADB1215EB54E2D3B9822_inline (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebException System.Net.HttpWebRequest::CreateRequestAbortedException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* HttpWebRequest_CreateRequestAbortedException_m6CB29FBFAB7F6CD6EB155B75B0F81FF7948C7AA7 (const RuntimeMethod* method) ;
|
|
// System.String SR::Format(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09 (String_t* ___0_resourceFormat, RuntimeObject* ___1_p1, const RuntimeMethod* method) ;
|
|
// System.String System.Net.HttpWebRequest::get_TransferEncoding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_mA49328310D1BC2799022DA2E65B85FFDD8302F7C (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<System.Net.HttpWebResponse>>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_mC18D9B5B86DDD79366E040BD1B601F736C03BCF2 (Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<T> System.Net.HttpWebRequest::RunWithTimeout<System.Net.HttpWebResponse>(System.Func`2<System.Threading.CancellationToken,System.Threading.Tasks.Task`1<T>>)
|
|
inline Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* HttpWebRequest_RunWithTimeout_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_m5B9723B026C49C7B18448BC76D49A34497516FD4 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B* ___0_func, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*, Func_2_t35B9BA51B323070FAF0EF85B1B2763EABCD4C82B*, const RuntimeMethod*))HttpWebRequest_RunWithTimeout_TisIl2CppFullySharedGenericAny_m070A172F753EBB73EA8A0A937DE096BBBBF8B705_gshared)((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)__this, (Func_2_t35B9BA51B323070FAF0EF85B1B2763EABCD4C82B*)___0_func, method);
|
|
return (Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129*)il2cppRetVal;
|
|
}
|
|
// System.IAsyncResult System.Threading.Tasks.TaskToApm::Begin(System.Threading.Tasks.Task,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* TaskToApm_Begin_mA26D2A4F6EE0582B181AFD83B913916909D02777 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_task, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_state, const RuntimeMethod* method) ;
|
|
// TResult System.Threading.Tasks.TaskToApm::End<System.Net.HttpWebResponse>(System.IAsyncResult)
|
|
inline HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* TaskToApm_End_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_mB4FF4016274BDA550A593E4B5BDC9D51B735EA06 (RuntimeObject* ___0_asyncResult, const RuntimeMethod* method)
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* il2cppRetVal;
|
|
(( void (*) (RuntimeObject*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))TaskToApm_End_TisIl2CppFullySharedGenericAny_m91FFD6A6ED859B8F22E6E190E8D8C9E7E161442D_gshared)(___0_asyncResult, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Net.WebException System.Net.HttpWebRequest::GetWebException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* HttpWebRequest_GetWebException_mB699B6186A7651571D7DFE937DCF59EB74427377 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, Exception_t* ___0_e, const RuntimeMethod* method) ;
|
|
// TResult System.Threading.Tasks.Task`1<System.Net.WebResponse>::get_Result()
|
|
inline WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* Task_1_get_Result_mC80EF0DC814725AD314035BB164BD1F0F9B65B62 (Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* __this, const RuntimeMethod* method)
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* il2cppRetVal;
|
|
(( void (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Task_1_get_Result_mF84A04F573B3700E098DF189233DA4CB3E14D53C_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Int32 System.Threading.Interlocked::CompareExchange(System.Int32&,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_CompareExchange_mB06E8737D3DA41F9FFBC38A6D0583D515EFB5717 (int32_t* ___0_location1, int32_t ___1_value, int32_t ___2_comparand, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebOperation::Abort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebOperation_Abort_m5EFC513866CBF182B16BC67AC7194CDA08F53655 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebCompletionSource`1<System.Object>::TrySetCanceled()
|
|
inline bool WebCompletionSource_1_TrySetCanceled_m7BDE308DD8CF682CD97D5D04488ED8E9981D4AD0 (WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, const RuntimeMethod*))WebCompletionSource_1_TrySetCanceled_m9E2CFCAC2261552ADC05BF4708D2F70A2DB7B280_gshared)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, method);
|
|
}
|
|
// System.Void System.Net.HttpContinueDelegate::Invoke(System.Int32,System.Net.WebHeaderCollection)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m911A3C37BB31B610864B0381AA08241D41B2CB7D_inline (HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* __this, int32_t ___0_StatusCode, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___1_httpHeaders, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::RemoveInternal(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0 (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebException__ctor_mFBC3890EC80132004827F36950EEB651595BF277 (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest::RewriteRedirectToGet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_RewriteRedirectToGet_mFEAFF0F6D013F3D5F8FADFEB393C08ACB3AF4BB8 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.NotImplementedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742 (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ProtocolViolationException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ProtocolViolationException__ctor_m2C2665583590BF7DB9B53A7AF126FEFDDE364BA5 (ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m47A76FBFB1A14D8772FB025A8B7ADA399983D9B2 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.WebRequestStream::get_WriteBufferLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t WebRequestStream_get_WriteBufferLength_mA60FFC816A99DBABB03687ED232848B9956B74E4 (WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Uri::.ctor(System.Uri,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_baseUri, String_t* ___1_relativeUri, const RuntimeMethod* method) ;
|
|
// System.String System.Net.HttpWebRequest::get_Host()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_mE23F8F15207CEF1E64CF212EEA7643185207923C (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::get_Authority()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::ChangeInternal(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::get_NtlmAuthState()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::SetInternal(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_SetInternal_m3E861ED032C85112F8FD4B715C6505508BD78679 (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.String System.Int64::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B (int64_t* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Version::op_Equality(System.Version,System.Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___0_v1, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___1_v2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.ServicePoint::get_SendContinue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m7DCF3A3D65BEB2543979D8892941E4B3BAE175D3 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::get_ProxyQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_m40AC053B4EBE5E2A5257D92B7FD353D19104E53F (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Uri::GetComponents(System.UriComponents,System.UriFormat)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, int32_t ___0_components, int32_t ___1_format, const RuntimeMethod* method) ;
|
|
// System.String System.Net.CookieContainer::GetCookieHeader(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* CookieContainer_GetCookieHeader_m38B9D270352A467A83C4E4B6E1FD14F00106517A (CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest::DoPreAuthenticate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_m68D0A70C954476778222049FBDA8FBD3FE8AFA98 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* AuthenticationManager_PreAuthenticate_m2554D29BBD25B228A956973DAFC6813C6695171C (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_request, RuntimeObject* ___1_credentials, const RuntimeMethod* method) ;
|
|
// System.String System.Net.Authorization::get_Message()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m84C00416C183E8A3B06E37052923C90F486F529A_inline (Authorization_t7F109103AF7366A418844BF604458413434F60D4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Specialized.NameValueCollection::set_Item(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NameValueCollection_set_Item_mEEC24334890E9C0A05B88638B6A65DF5D888B0B0 (NameValueCollection_t52D1E38AB1D4ADD497A17DA305D663BB77B31DF7* __this, String_t* ___0_name, String_t* ___1_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Version::op_Inequality(System.Version,System.Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_Inequality_mEEAD241EF25D2A808BE701CE43F612219ED986D7 (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___0_v1, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___1_v2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Version::op_LessThan(System.Version,System.Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Version_op_LessThan_m83ED9AEB1F6175AF9C8CDEDD9329CE0D2DA2CE4E (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___0_v1, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___1_v2, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Version::get_Major()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Version::get_Minor()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::AppendFormat(System.String,System.Object[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_AppendFormat_m14CB447291E6149BCF32E5E37DA21514BAD9C151 (StringBuilder_t* __this, String_t* ___0_format, ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* ___1_args, const RuntimeMethod* method) ;
|
|
// System.String System.Net.HttpWebRequest::GetHeaders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m445286DB0D71DC60C6D758ED0F1CAF32163501FA (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Text.Encoding System.Text.Encoding::get_UTF8()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9 (const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`2<System.Net.WebOperation,System.Boolean>::.ctor(T1,T2)
|
|
inline void ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C (ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_item1, bool ___1_item2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_2__ctor_mCAE8E725F680FA6BE2C23B9686C9F6056BB7E5CD_gshared)((ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*)__this, (Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)&___1_item2, method);
|
|
}
|
|
// System.Net.WebOperation System.Net.WebConnectionStream::get_Operation()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* WebConnectionStream_get_Operation_m4AA77F1982DF079835A899F34F8314C83461E191_inline (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebOperation::SetPriorityRequest(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebOperation_SetPriorityRequest_mD33F750FB12A4A72A2364529EE30A73C89F2CBE9 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method) ;
|
|
// System.Net.WebConnection System.Net.WebConnectionStream::get_Connection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* WebConnectionStream_get_Connection_m3D2B38E915D22E92361A3C1EA4BE33A47FB21A6C_inline (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebConnection::set_NtlmCredential(System.Net.NetworkCredential)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_mE981429BEEE9CBBF313915A622447AB3E20E15AF_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebConnection::set_UnsafeAuthenticatedConnectionSharing(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_mFFF3DD269EDE64EE43D52980902C1F5D597AB86D_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_mD23E50FD196D22054A710B9200FC6510D5098EA5 (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___0_response, int32_t ___1_code, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`2<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>::.ctor(T1,T2)
|
|
inline void ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356 (ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492* __this, Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___0_item1, WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ___1_item2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_2__ctor_mCAE8E725F680FA6BE2C23B9686C9F6056BB7E5CD_gshared)((ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*)__this, (Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)___1_item2, method);
|
|
}
|
|
// System.Net.BufferOffsetSize System.Net.WebRequestStream::GetWriteBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* WebRequestStream_GetWriteBuffer_m237CDECF52B801216D2E4C495C47A90008CEE8DC (WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.Task::FromResult<System.Net.BufferOffsetSize>(TResult)
|
|
inline Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* Task_FromResult_TisBufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_mB8FBC72A269FEE9DD092F6301E737D5AC363247E (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (/*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Task_FromResult_TisIl2CppFullySharedGenericAny_m829FFC9F5B1DFAC382A3E6ABDED634066EADFB21_gshared)((Il2CppFullySharedGenericAny)___0_result, method);
|
|
return (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Func`1<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_1__ctor_m22F59C12A377D5C89CB45A6A6C46625EA5001723 (Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// TResult System.Func`1<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>>::Invoke()
|
|
inline Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* Func_1_Invoke_m99718795534D11CF6DC091004CA9FF40C9459EEA_inline (Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* il2cppRetVal;
|
|
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Func_1_Invoke_m35CBC166F464B8A1169583672025E6D64211856C_gshared_inline)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsCompleted()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB_inline (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m9D4930C90DD3E7B6B5ACC3EEFAF794FF12F519B4 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___0_response, int32_t ___1_code, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`4<System.Boolean,System.Boolean,System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException>::.ctor(T1,T2,T3,T4)
|
|
inline void ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C (ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D* __this, bool ___0_item1, bool ___1_item2, Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* ___2_item3, WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* ___3_item4, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_4_t8725FCE32886281FCF0441F1DAE319DADD76B78F*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_4__ctor_mFF0D3A69E30DE69A5DB3A2559A8901F1E9851FCB_gshared)((ValueTuple_4_t8725FCE32886281FCF0441F1DAE319DADD76B78F*)__this, (Il2CppFullySharedGenericAny)&___0_item1, (Il2CppFullySharedGenericAny)&___1_item2, (Il2CppFullySharedGenericAny)___2_item3, (Il2CppFullySharedGenericAny)___3_item4, method);
|
|
}
|
|
// System.ValueTuple`2<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException> System.Net.HttpWebRequest::GetRewriteHandler(System.Net.HttpWebResponse,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 HttpWebRequest_GetRewriteHandler_m8025064C747A834952F2B11F4E1B94D5855FE498 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___0_response, bool ___1_redirect, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::get_ThrowOnError()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_m67A6F4D03676F55D5A0FB51C5F4CDCC97AB9EAE1_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebConnectionStream::InternalClose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnectionStream_InternalClose_m966182378317AA13391CD47EF3704BBDC6DE75EA (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.HttpStatusCode,System.Net.WebResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, int32_t ___0_code, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___1_response, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebRequest/AuthorizationState::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState_Reset_mE7C4981CBBB1630D605A83D09D74D7C56AE0B9B9 (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::Create()
|
|
inline AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4 AsyncTaskMethodBuilder_1_Create_m987ABD0235E7D900CAC9E63F69EBA7D434F28639 (const RuntimeMethod* method)
|
|
{
|
|
AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 il2cppRetVal = (( AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m852C283F3EAD7381A0CC8D14204899C192BDC20A_gshared)(method);
|
|
return il2cpp_codegen_cast_struct<AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4, AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4>(&il2cppRetVal);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::Start<System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m1BDDBD18BCCA6816A90D298070045684A4D611A6 (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* __this, U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::get_Task()
|
|
inline Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* AsyncTaskMethodBuilder_1_get_Task_mF737A93344D8C44EEFB1819D33C759B0703DE8A0 (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m90B072626CA4BF0F567616D4A035739B97F46D8B_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, method);
|
|
return (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsNtlmAuthenticated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m901CE42BD2DB28DD9D6605500D8E4D360309DA8A (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method) ;
|
|
// System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8 (String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_request, RuntimeObject* ___2_credentials, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.Authorization::get_Complete()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m43C3AC5D83009442D51B959623D46AD1ABA2AEB8_inline (Authorization_t7F109103AF7366A418844BF604458413434F60D4* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.HttpWebRequest/AuthorizationState::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m6426C6029B83D041B9F1B9871A4541F70A2EFC00 (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebCompletionSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebCompletionSource__ctor_m595FCD0310B0C281ED73DB9F36F9C6FC4507F854 (WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebCompletionSource`1<System.Object>::ThrowOnError()
|
|
inline void WebCompletionSource_1_ThrowOnError_m9F249923BD3286491E69B4B688EB516547533396 (WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, const RuntimeMethod*))WebCompletionSource_1_ThrowOnError_m7C2B39BD3A1FE60DD5EA8D0B181EAD73DC000470_gshared)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, method);
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.WebCompletionSource`1<System.Object>::get_Task()
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* WebCompletionSource_1_get_Task_mCBE8895EAB5532407AD7F216EF0942D92D61F9C1 (WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, const RuntimeMethod*))WebCompletionSource_1_get_Task_mABFED18FF1EB8709C0110FA07D888A52F950367D_gshared)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, method);
|
|
}
|
|
// System.Boolean System.Threading.Tasks.Task::get_IsCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Task_get_IsCompleted_m942D6D536545EF059089398B19435591561BB831 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebRequestStream System.Net.WebOperation::get_WriteStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* WebOperation_get_WriteStream_m9C703DD92BCDE4AA5E9AB89C1269516E437FBEEA (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebOperation System.Net.HttpWebRequest::SendRequest(System.Boolean,System.Net.BufferOffsetSize,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_redirecting, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___1_writeBuffer, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<System.Net.WebRequestStream> System.Net.WebOperation::GetRequestStreamInternal()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7* WebOperation_GetRequestStreamInternal_mCD078B36CE9B18968C21D54DAE2F680CEBB7F371 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Net.WebRequestStream>::ConfigureAwait(System.Boolean)
|
|
inline ConfiguredTaskAwaitable_1_t6B76D6EE63EFC32E3C9DD7753C573ECB9D6302C3 Task_1_ConfigureAwait_m666E5DCAFBF92E89DF40815D6E86170C1F930233 (Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 il2cppRetVal = (( ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m8BAB74AC56D25ADADB3E4420A26912F833368937_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, ___0_continueOnCapturedContext, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaitable_1_t6B76D6EE63EFC32E3C9DD7753C573ECB9D6302C3, ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922>(&il2cppRetVal);
|
|
}
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.WebRequestStream>::GetAwaiter()
|
|
inline ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 ConfiguredTaskAwaitable_1_GetAwaiter_m9B3FDEA829507BF8D85FD097D2065C4524D5AC22_inline (ConfiguredTaskAwaitable_1_t6B76D6EE63EFC32E3C9DD7753C573ECB9D6302C3* __this, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A il2cppRetVal = (( ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A (*) (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline)((ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*)__this, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882, ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream>::get_IsCompleted()
|
|
inline bool ConfiguredTaskAwaiter_get_IsCompleted_m1148B5E3387456B0F9245B79BD0C4DF4A326514A (ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mAEF99891A1B576254827D55C54C6E0E1787AA7EF_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream>,System.Net.HttpWebRequest/<MyGetResponseAsync>d__243>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m9DC252458C6FB905358A2260A356EC2FCCA7D844 (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882* ___0_awaiter, U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.WebRequestStream>::GetResult()
|
|
inline WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* ConfiguredTaskAwaiter_GetResult_m7D4529436D17526C9DE3F9C04943CC2A30335C95 (ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882* __this, const RuntimeMethod* method)
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* il2cppRetVal;
|
|
(( void (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m14D32632322F465B16F5EB858BFE5886B7217701_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.WebRequestStream::WriteRequestAsync(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* WebRequestStream_WriteRequestAsync_mF6555E71773BB5CF58AF43830B9FB7B683E7B875 (WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable System.Threading.Tasks.Task::ConfigureAwait(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4 (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter System.Runtime.CompilerServices.ConfiguredTaskAwaitable::GetAwaiter()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline (ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::get_IsCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850 (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Net.HttpWebRequest/<MyGetResponseAsync>d__243>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter::GetResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26 (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<System.Net.WebResponseStream> System.Net.WebOperation::GetResponseStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8* WebOperation_GetResponseStream_m062725ECCF83FE33E0B49A9F3D324C09928FD86E (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.TaskAwaiter`1<TResult> System.Threading.Tasks.Task`1<System.Net.WebResponseStream>::GetAwaiter()
|
|
inline TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB Task_1_GetAwaiter_mFB4B4B079C036C130B7BDC9058629711ADA4F9F0 (Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8* __this, const RuntimeMethod* method)
|
|
{
|
|
TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8 il2cppRetVal = (( TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8 (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, const RuntimeMethod*))Task_1_GetAwaiter_mADB36AF74C602F4C81E4752994696EA21CB0C0B6_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, method);
|
|
return il2cpp_codegen_cast_struct<TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB, TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream>::get_IsCompleted()
|
|
inline bool TaskAwaiter_1_get_IsCompleted_m7FF508EDDEF3AE81E3DBDE53740153CF0507D47D (TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8*, const RuntimeMethod*))TaskAwaiter_1_get_IsCompleted_m7F153D4DF6456F60BABB1E7663CDDF3EFE172007_gshared)((TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8*)__this, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream>,System.Net.HttpWebRequest/<MyGetResponseAsync>d__243>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_mDF735335CCC745DADEF09CDC3AEFD94B759454C1 (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB* ___0_awaiter, U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.TaskAwaiter`1<System.Net.WebResponseStream>::GetResult()
|
|
inline WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* TaskAwaiter_1_GetResult_m6EAB05AFA299C2940B1697166BC85AA164F4CF7E (TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB* __this, const RuntimeMethod* method)
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* il2cppRetVal;
|
|
(( void (*) (TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))TaskAwaiter_1_GetResult_mA0FDEC1F33CAC08401C6F3B9E5A5C6F1B4503EEB_gshared)((TaskAwaiter_1_t274550A5F4BB61F8D62C9C83AF92995FCCE549C8*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>> System.Net.HttpWebRequest::GetResponseFromData(System.Net.WebResponseStream,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* HttpWebRequest_GetResponseFromData_mD04B5CA08B449F9C962012CAB3611C4948E8875D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___0_stream, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::ConfigureAwait(System.Boolean)
|
|
inline ConfiguredTaskAwaitable_1_t49A6DEB607605BC46901F32512D8C7DBFB8C545D Task_1_ConfigureAwait_m63EF5F1394EEB422225224D18BDADB421F7AC3A4 (Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 il2cppRetVal = (( ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m8BAB74AC56D25ADADB3E4420A26912F833368937_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, ___0_continueOnCapturedContext, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaitable_1_t49A6DEB607605BC46901F32512D8C7DBFB8C545D, ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922>(&il2cppRetVal);
|
|
}
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::GetAwaiter()
|
|
inline ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 ConfiguredTaskAwaitable_1_GetAwaiter_mF8D7A972812800DBE4678F304306553A696ED734_inline (ConfiguredTaskAwaitable_1_t49A6DEB607605BC46901F32512D8C7DBFB8C545D* __this, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A il2cppRetVal = (( ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A (*) (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline)((ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*)__this, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987, ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::get_IsCompleted()
|
|
inline bool ConfiguredTaskAwaiter_get_IsCompleted_m0E9C4A9FC5C558B2ECA9275711E93BA124FA6CA1 (ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mAEF99891A1B576254827D55C54C6E0E1787AA7EF_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>,System.Net.HttpWebRequest/<MyGetResponseAsync>d__243>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m669D69CEA8336C50DC4BE5E68B2D951749E25CB3 (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987* ___0_awaiter, U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::GetResult()
|
|
inline ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 ConfiguredTaskAwaiter_GetResult_m0851554773E84C10B77665AFB245C180DC88A648 (ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 il2cppRetVal;
|
|
(( void (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m14D32632322F465B16F5EB858BFE5886B7217701_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.WebCompletionSource`1<System.Object>::TrySetException(System.Exception)
|
|
inline bool WebCompletionSource_1_TrySetException_mFBBB011D30BE75F0D1F6633A5D001F1029117597 (WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD* __this, Exception_t* ___0_error, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, Exception_t*, const RuntimeMethod*))WebCompletionSource_1_TrySetException_m0A5AB73E23E85CAD2080073F1380B6AA4B208BCB_gshared)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, ___0_error, method);
|
|
}
|
|
// System.Boolean System.Net.WebCompletionSource`1<System.Object>::TrySetCompleted()
|
|
inline bool WebCompletionSource_1_TrySetCompleted_m2C25E9F7B3D808062BCCF533623E6923B8399E51 (WebCompletionSource_1_t2AE63E6577070FC307452E64F67883294D70C2BD* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, const RuntimeMethod*))WebCompletionSource_1_TrySetCompleted_m3569793D667717DAE788FBC010D43FFCF5CC0597_gshared)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, method);
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.WebResponseStream::ReadAllAsync(System.Boolean,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* WebResponseStream_ReadAllAsync_m6CECC40606CEA87CDE61B1493C017EE673027811 (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, bool ___0_resending, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebOperation::Finish(System.Boolean,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebOperation_Finish_m942EBC9A5E09B792602D45041BAC589CA457EF97 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, bool ___0_ok, Exception_t* ___1_error, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::SetException(System.Exception)
|
|
inline void AsyncTaskMethodBuilder_1_SetException_m4BE2EE4A301D2CF4841A57B14C68118CC208EDCD (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m25948BB842FBF253D89FE8399CCB2325B491EE34_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_exception, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::SetResult(TResult)
|
|
inline void AsyncTaskMethodBuilder_1_SetResult_m51255848645EFBC817BDFC5B94872CF070324A91 (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mC5A4FB0746878FC882C792D8BCAF5277E1F24778_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny)___0_result, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD (U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.HttpWebResponse>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
inline void AsyncTaskMethodBuilder_1_SetStateMachine_mF873FAF53D0641351DA7E6A4195AE3764696123C (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m7EF377C3A25FB4388DAF14ECAFC18E1C9F3EEA4A_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__243_SetStateMachine_mC27CEC6C0FF5EABDF61AA201909723F5753FCF30 (U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebResponseStream,System.Net.CookieContainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mFBB2D6E983BB1443E80D8D600E04D092B59F078F (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, String_t* ___1_method, WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___2_stream, CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* ___3_container, const RuntimeMethod* method) ;
|
|
// System.ValueTuple`4<System.Boolean,System.Boolean,System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException> System.Net.HttpWebRequest::CheckFinalStatus(System.Net.HttpWebResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D HttpWebRequest_CheckFinalStatus_mD069A9D0FF6C6DA943B3D3BF9B19806956EA0FF6 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___0_response, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Net.HttpWebRequest/<GetResponseFromData>d__244>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mBA10E1E333545778364BD61C833B36E0A0D42172 (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>::ConfigureAwait(System.Boolean)
|
|
inline ConfiguredTaskAwaitable_1_tA156E710F39B90B5938B28904101D322A3C1E0A0 Task_1_ConfigureAwait_mC42FCEFE7EAD8653932931402ADE0562D6F87D2B (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 il2cppRetVal = (( ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m8BAB74AC56D25ADADB3E4420A26912F833368937_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, ___0_continueOnCapturedContext, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaitable_1_tA156E710F39B90B5938B28904101D322A3C1E0A0, ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922>(&il2cppRetVal);
|
|
}
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Net.BufferOffsetSize>::GetAwaiter()
|
|
inline ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 ConfiguredTaskAwaitable_1_GetAwaiter_m1BE2D402C50D5A1AC728D46D34620C9C91581A69_inline (ConfiguredTaskAwaitable_1_tA156E710F39B90B5938B28904101D322A3C1E0A0* __this, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A il2cppRetVal = (( ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A (*) (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline)((ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*)__this, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004, ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize>::get_IsCompleted()
|
|
inline bool ConfiguredTaskAwaiter_get_IsCompleted_m1E23A5CD009E22373887C3E5FCFE264A26AB2F89 (ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mAEF99891A1B576254827D55C54C6E0E1787AA7EF_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize>,System.Net.HttpWebRequest/<GetResponseFromData>d__244>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_m1B3030BA9099BC122C2BAAC30BB17F55443087C4 (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004* ___0_awaiter, U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Net.BufferOffsetSize>::GetResult()
|
|
inline BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ConfiguredTaskAwaiter_GetResult_m6470C9D33FD040437263F6EF1BA6E2266F86CE3C (ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004* __this, const RuntimeMethod* method)
|
|
{
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* il2cppRetVal;
|
|
(( void (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m14D32632322F465B16F5EB858BFE5886B7217701_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Net.WebConnection::set_NtlmAuthenticated(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_mA30B27A4B2E723C8709C3105F16D62174C559294_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebRequestStream::KillBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebRequestStream_KillBuffer_m82B1D659C9069740760E88118F94008D6DA38B4A (WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>::.ctor(T1,T2,T3,T4,T5)
|
|
inline void ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1 (ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098* __this, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___0_item1, bool ___1_item2, bool ___2_item3, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___3_item4, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___4_item5, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_5_t475CC402836C42A6F9B8CC3957836128B8D95C56*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_5__ctor_m137533B18C66876071676469953787BAFAA5AEFF_gshared)((ValueTuple_5_t475CC402836C42A6F9B8CC3957836128B8D95C56*)__this, (Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)&___1_item2, (Il2CppFullySharedGenericAny)&___2_item3, (Il2CppFullySharedGenericAny)___3_item4, (Il2CppFullySharedGenericAny)___4_item5, method);
|
|
}
|
|
// System.ValueTuple`2<System.Net.WebOperation,System.Boolean> System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebResponseStream,System.Net.HttpWebResponse,System.Net.BufferOffsetSize,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3 HttpWebRequest_HandleNtlmAuth_m33D4EB84E92290ADD0AD9EBE369F5E5A7259CCE3 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___0_stream, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___1_response, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___2_writeBuffer, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::SetException(System.Exception)
|
|
inline void AsyncTaskMethodBuilder_1_SetException_m255AAE2F43CB43FA9DDE4F93B8240D01D2106AA3 (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m25948BB842FBF253D89FE8399CCB2325B491EE34_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_exception, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::SetResult(TResult)
|
|
inline void AsyncTaskMethodBuilder_1_SetResult_mCA9A989610DDE3B6A4C1B6CF266AE2909BCAF4E0 (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 ___0_result, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mC5A4FB0746878FC882C792D8BCAF5277E1F24778_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny)&___0_result, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<GetResponseFromData>d__244::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__244_MoveNext_mD4E1730155820C492D2546E6E1A873A6F54E8679 (U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
inline void AsyncTaskMethodBuilder_1_SetStateMachine_m1A3A869FF4C5536512892AAF708F0F6C01146B9B (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m7EF377C3A25FB4388DAF14ECAFC18E1C9F3EEA4A_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<GetResponseFromData>d__244::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__244_SetStateMachine_m89AE3F53624400664C3730A28F21E6C7C97E8E15 (U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.MemoryStream::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* __this, const RuntimeMethod* method) ;
|
|
// TResult System.Func`2<System.IO.Stream,System.Threading.Tasks.Task>::Invoke(T)
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Func_2_Invoke_mA11CAB984BD137549B251321D1092B9D4F227D5E_inline (Func_2_t378757FF082427448349A80CC63683B50DA787D3* __this, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___0_arg, const RuntimeMethod* method)
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* il2cppRetVal;
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Func_2_Invoke_m31CAC166FDC80DC5AE52A5AEFFEE2D9B27A1CA3F_gshared_inline)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, (Il2CppFullySharedGenericAny)___0_arg, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m0C7553E928C8756DAD40F9194E03842BC0F2254F (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.BufferOffsetSize::.ctor(System.Byte[],System.Int32,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferOffsetSize__ctor_mF73D1F45CFD84AD9AB753B1F923A762F00806BE5 (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, bool ___3_copyBuffer, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::SetException(System.Exception)
|
|
inline void AsyncTaskMethodBuilder_1_SetException_mBF017A522BD7074EE66182D84A6676FDCE06ECE5 (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m25948BB842FBF253D89FE8399CCB2325B491EE34_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_exception, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::SetResult(TResult)
|
|
inline void AsyncTaskMethodBuilder_1_SetResult_mC1AD715BFAEBF96DA6488EC76F178F1943DC4325 (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* __this, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mC5A4FB0746878FC882C792D8BCAF5277E1F24778_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny)___0_result, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_MoveNext_m7DB889F33973DA2BC61748571EB58DE39B105809 (U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Net.BufferOffsetSize>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
inline void AsyncTaskMethodBuilder_1_SetStateMachine_m06125A4DE9852C8E92F8780C1DF28F08EC80303A (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m7EF377C3A25FB4388DAF14ECAFC18E1C9F3EEA4A_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_SetStateMachine_mFC6E88E86EB6F74F3CAEE40C3D57C721532A74E4 (U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.String System.Net.HttpStatusDescription::Get(System.Net.HttpStatusCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpStatusDescription_Get_m45442E0E8AD606986CA6CACA1A4CEDA727C1A0DB (int32_t ___0_code, const RuntimeMethod* method) ;
|
|
// System.Net.WebHeaderCollection System.Net.WebResponseStream::get_Headers()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* WebResponseStream_get_Headers_mD8D78D21C51F06E0B919113138A523AC480390FE_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection__ctor_m9C77B3E5FD0A3637283AE2B7084F5ED5D8CD7369 (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, const RuntimeMethod* method) ;
|
|
// System.Version System.Net.WebResponseStream::get_Version()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* WebResponseStream_get_Version_m837C4A8CBE3EF4D4687727CC32B896B546D7F040_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method) ;
|
|
// System.Net.HttpStatusCode System.Net.WebResponseStream::get_StatusCode()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebResponseStream_get_StatusCode_m44386FC08813FC891C56A9B2B4E337E446147E65_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method) ;
|
|
// System.String System.Net.WebResponseStream::get_StatusDescription()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WebResponseStream_get_StatusDescription_mAFCE55D34C81BFA7FFFD4F3D23CCB73CE5898E22_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Int64::TryParse(System.String,System.Int64&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2 (String_t* ___0_s, int64_t* ___1_result, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebResponse::FillCookies()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_m98797F0765051578D6D76731359555CD25E5DB3B (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method) ;
|
|
// System.Net.HttpWebRequest System.Net.WebConnectionStream::get_Request()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* WebConnectionStream_get_Request_m5D249821B6B456CD00D767DD196C6C03F8E524BE_inline (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method) ;
|
|
// System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_mF4F41C35BE09F1457645769FA0183BE0446C5503_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::Remove(System.Net.HttpRequestHeader)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_Remove_m93990EF3A5F1D4F6D67232583029BB26483C7F67 (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, int32_t ___0_header, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.HttpWebResponse::CheckDisposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.String::Equals(System.String,System.String,System.StringComparison)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B (String_t* ___0_a, String_t* ___1_b, int32_t ___2_comparisonType, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebResponse::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebResponse_Dispose_mAACC90307104A5FBE9D417E8E40569C2501D5568 (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* __this, bool ___0_disposing, const RuntimeMethod* method) ;
|
|
// System.Net.CookieCollection System.Net.CookieContainer::CookieCutter(System.Uri,System.String,System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* CookieContainer_CookieCutter_mAD4338632F2604DEE6710883A6AF2C59897A10BA (CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, String_t* ___1_headerName, String_t* ___2_setCookieHeader, bool ___3_isThrow, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.CookieCollection::Add(System.Net.CookieCollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieCollection_Add_mFF9A879B83B84C060328C98921C90EBFE78A4F81 (CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* __this, CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* ___0_cookies, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.MonoChunkParser::ReadFromChunks(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadFromChunks_m03DFCEF9265CD54BCA31848CACBA01C168691C41 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>::.ctor(System.Int32)
|
|
inline void List_1__ctor_mE4D47C6F03E1D4F26CFC62BB49DABBB05041C86E (List_1_tFE251079CA636CBB13248E566FEF747F975C540B* __this, int32_t ___0_capacity, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, const RuntimeMethod*))List_1__ctor_m3069CACB5775E013107F559C825422266A09F9E8_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_capacity, method);
|
|
}
|
|
// System.Void System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>::Add(T)
|
|
inline void List_1_Add_m57FFD1C1B440CC18A624177A0D3813DFDC58B05A_inline (List_1_tFE251079CA636CBB13248E566FEF747F975C540B* __this, Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Int32 System.Net.MonoChunkParser/Chunk::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Chunk_Read_m58395C2C58584D9CB2EBD924B2133CB802515D8C (Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.List`1/Enumerator<T> System.Collections.Generic.List`1<System.Net.MonoChunkParser/Chunk>::GetEnumerator()
|
|
inline Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160 List_1_GetEnumerator_m75EE52322291E4DD32D70CD362B953B5EC7A4900 (List_1_tFE251079CA636CBB13248E566FEF747F975C540B* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160 il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))List_1_GetEnumerator_m8B2A92ACD4FBA5FBDC3F6F4F5C23A0DDF491DA61_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkParser/Chunk>::Dispose()
|
|
inline void Enumerator_Dispose_mCAAB9E245CB6839915C2EDB6BFD9C77AFBA19217 (Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_Dispose_mFE1EBE6F6425283FEAEAE7C79D02CDE4F9D367E8_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkParser/Chunk>::get_Current()
|
|
inline Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* Enumerator_get_Current_m324E40306EBAE67BC4E8285BD35A91BAB747AE97_inline (Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160* __this, const RuntimeMethod* method)
|
|
{
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* il2cppRetVal;
|
|
(( void (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.List`1/Enumerator<System.Net.MonoChunkParser/Chunk>::MoveNext()
|
|
inline bool Enumerator_MoveNext_m3D392F22FDC3FFF4340F92ABD119AB3B7657B959 (Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*, const RuntimeMethod*))Enumerator_MoveNext_m8D8E5E878AF0A88A535AB1AB5BA4F23E151A678A_gshared)((Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF*)__this, method);
|
|
}
|
|
// System.Void System.Net.MonoChunkParser::InternalWrite(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser_InternalWrite_m544BB0CCF81A6619992EA8B0B63665EDEDA9A2E6 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::GetChunkSize(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_GetChunkSize_mB8A77A08E1387E7CCA51EA125262AC27D8BB4BB7 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::ReadBody(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadBody_m93D35823B4D83B0F2FC9C8C3DB87CB372C3B02E3 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::ReadCRLF(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadCRLF_mE05263232BACE92919ACC32B935B5D49E5345A72 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::ReadTrailer(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadTrailer_mB7B2A6AAB781D5387B7E89B3BC09A6EC8257CCB5 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkParser/Chunk::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chunk__ctor_m9C28CB1A73A3369E7F175094329EE84ADD907B81 (Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_chunk, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkParser::ThrowProtocolViolation(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8 (String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Text.StringBuilder System.Text.StringBuilder::Append(System.Char)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR StringBuilder_t* StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1 (StringBuilder_t* __this, Il2CppChar ___0_value, const RuntimeMethod* method) ;
|
|
// System.String System.Net.MonoChunkParser::RemoveChunkExtension(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoChunkParser_RemoveChunkExtension_mD4B40A2E83408C7F2153C7E82AE01BF7C636E688 (String_t* ___0_input, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Int32::Parse(System.String,System.Globalization.NumberStyles)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Int32_Parse_mF336325913DF125A6F8F05F2909E3AFB0D73830E (String_t* ___0_s, int32_t ___1_style, const RuntimeMethod* method) ;
|
|
// System.Void System.IO.StringReader::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0 (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* __this, String_t* ___0_s, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebHeaderCollection::Add(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebHeaderCollection_Add_m9A3740A95FB8359CB0B56367D2E19E8C3CD77EDC (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* __this, String_t* ___0_header, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkParser::.ctor(System.Net.WebHeaderCollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser__ctor_mCABFD3DD735C12C8237F6EDFFB56A8E835C7B2FC (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___0_headers, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::Start<System.Net.MonoChunkStream/<ProcessReadAsync>d__7>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_mCD9319F82BE14680F9CCD44263F315E0A93F3116 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Create()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A (const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Net.MonoChunkStream/<FinishReading>d__8>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_Start_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mC5B885859B06E8BD735AF2CA2EBC239C0C34474F (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisIl2CppFullySharedGenericAny_m36201A5D380AC483FAE5E144880EEE2EB09D69E2_gshared)((AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Threading.Tasks.Task System.Runtime.CompilerServices.AsyncTaskMethodBuilder::get_Task()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task System.Net.WebReadStream::FinishReading(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* WebReadStream_FinishReading_m7E03EABC195EF129BD1C746575927EC0FC245182 (WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Net.MonoChunkParser System.Net.MonoChunkStream::get_Decoder()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.MonoChunkParser::get_DataAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkParser_get_DataAvailable_m08E6D6F248A9AEF3E8378872C69DE0B768F0FEAC (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.MonoChunkParser::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_Read_m3F9554032DBFDA7B572D189DFD282C2D4E1DE5B7 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.MonoChunkParser::get_ChunkLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_get_ChunkLeft_m20470AC1F8B0AFE14B4F9A61DB5B90F38E358ABB (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Int32>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Net.MonoChunkStream/<ProcessReadAsync>d__7>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_m86951EF283896A2E7B9DB821B65254CDF3DC8DE8 (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.MonoChunkParser::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser_Write_m145DB82D44611388CB30606DD673828CEDEFFB6D (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.MonoChunkParser::get_WantMore()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkParser_get_WantMore_m12B048EA10938EC3FFBB303D961D3C19B26A7333 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkStream/<ProcessReadAsync>d__7::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__7_MoveNext_m7F1C3AE10AF7EC87D836C264AEE0D6DBD4DB3926 (U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkStream/<ProcessReadAsync>d__7::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__7_SetStateMachine_m96C93E320EF4B8B1BCC555CC792362A1D703B306 (U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task System.Net.MonoChunkStream::<>n__0(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* MonoChunkStream_U3CU3En__0_m1EC7D7FD3D08660C26CD88C215B4DEEED9220927 (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable/ConfiguredTaskAwaiter,System.Net.MonoChunkStream/<FinishReading>d__8>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mAA7ACFBC918F8931E4F0CA90AFCEEC070E468259 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* ___0_awaiter, U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_mAFEAD0E0483FFA3D862272177C9DE55F2C943F8F_gshared)((AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.MonoChunkStream::ThrowExpectingChunkTrailer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795 (const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Int32>,System.Net.MonoChunkStream/<FinishReading>d__8>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_m58FBCAC8B2DC97069CEC3FDCA9438FDDAA37CC7C (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* ___0_awaiter, U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_mAFEAD0E0483FFA3D862272177C9DE55F2C943F8F_gshared)((AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, Exception_t* ___0_exception, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetResult()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkStream/<FinishReading>d__8::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishReadingU3Ed__8_MoveNext_mD00B40995214E5CE50946A79EC0F51ADF1BDE732 (U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.MonoChunkStream/<FinishReading>d__8::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishReadingU3Ed__8_SetStateMachine_m7613FC57C8FA2A574BBB38C0B5897DB2FA4DB3EE (U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void Mono.Http.NtlmClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_mDE10BA5EAC5F7ABCF7B9E83C412425BE1DD178DC (NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler::.ctor(System.Net.ServicePoint,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler__ctor_m31580DC08F3E2491616C5067921AD44899E58004 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, int32_t ___1_connectionLimit, int32_t ___2_maxIdleTime, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::set_Scheduler(System.Net.ServicePointScheduler)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_Scheduler_m7935567ACF1937D07DA99217D517C7946A876126_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m5480B6A8C6478BA620030302C861A842DF9F6AD3_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.ArgumentOutOfRangeException::.ctor(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66 (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* __this, String_t* ___0_paramName, String_t* ___1_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_mC00651C30C0A62F121D85103DB5BE5D4A5553F07 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, uint32_t ___1_v, int32_t ___2_offset, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.Sockets.Socket::IOControl(System.Net.Sockets.IOControlCode,System.Byte[],System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Socket_IOControl_mEADB9616747250B4E647DD6BD4CA42D36A95248C (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, int64_t ___0_ioControlCode, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___1_optionInValue, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___2_optionOutValue, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.ServicePointManager::get_DnsRefreshTimeout()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mD2B9379B34B2F5439BD74756A0D06E576CC4B259_inline (const RuntimeMethod* method) ;
|
|
// System.TimeSpan System.TimeSpan::FromMilliseconds(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775 (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.DateTime System.DateTime::op_Addition(System.DateTime,System.TimeSpan)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DateTime_op_Addition_m652BE1306897DBE4CDF3ADA99FFFE2E70BFE3865 (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_d, TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A ___1_t, const RuntimeMethod* method) ;
|
|
// System.UriHostNameType System.Uri::get_HostNameType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.ServicePoint::get_HasTimedOut()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_HasTimedOut_m03A85D9E4DBA7955DED1DDD71657AA0FC239CCC1 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Net.ServicePointScheduler System.Net.ServicePoint::get_Scheduler()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ServicePoint_get_Scheduler_m8D88559C1664084C10D97FEDE33CCF227798F374_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler::SendRequest(System.Net.WebOperation,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_SendRequest_m6915605C55AC898BF656A67E50AE2F848C6B1E33 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, String_t* ___1_groupName, const RuntimeMethod* method) ;
|
|
// System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_inline (BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.Sockets.Socket::Bind(System.Net.EndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Socket_Bind_m137559EBA78A72ED4ADF8B56F5C535CE638165AA (Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* __this, EndPoint_t6233F4E2EB9F0F2D36E187F12BE050E6D8B73564* ___0_localEP, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>::.ctor()
|
|
inline void ConcurrentDictionary_2__ctor_m73468EC4E3B499BCB73252A85E27618168FA0460 (ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*, const RuntimeMethod*))ConcurrentDictionary_2__ctor_m98B384EE9F320311B30C60598D7FEE8220A765D3_gshared)((ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*)__this, method);
|
|
}
|
|
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::get_ValidationCallback()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ServerCertValidationCallback_get_ValidationCallback_mA6B9C6ACA7951010EE6F5E04B51591657A1BFA72_inline (ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.NotSupportedException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* __this, String_t* ___0_message, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Uri,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SPKey__ctor_m30BE1C73F21DEB53327E47A0EFDC05D39726E2FB (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_proxy, bool ___2_use_connect, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>::TryGetValue(TKey,TValue&)
|
|
inline bool ConcurrentDictionary_2_TryGetValue_m4AB150D23A967E1101E722E977336C093A6634F5 (ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* __this, SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___0_key, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConcurrentDictionary_2_TryGetValue_m394ECF25DA7E42CBCE88AC5357D1DF70E5FB95E0_gshared)((ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Int32 System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>::get_Count()
|
|
inline int32_t ConcurrentDictionary_2_get_Count_m966C0A6AD6AD9E7658721FADEAE2A31B61FD737D (ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*, const RuntimeMethod*))ConcurrentDictionary_2_get_Count_mC28E6D211E5DB9E4E103B4105579628203C682A4_gshared)((ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*)__this, method);
|
|
}
|
|
// System.Void System.Net.ServicePoint::.ctor(System.Net.ServicePointManager/SPKey,System.Uri,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint__ctor_m4A7FE526B6A4EF15F51919D425E51B1D67EFD1AE (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___0_key, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri, int32_t ___2_connectionLimit, int32_t ___3_maxIdleTime, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_mDDB9FC522313DDC57B1B348B711CF888516AA4CD (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mC025F081ED6C7014665EB20388747D12476D03C3_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m48157456CF1FF842A098916FE6F485CCA2FB9B62_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_mD34B72F3B4F0532EB58DAB315A58143E5882A81F_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SetTcpKeepAlive_m225D363A70F7971133192A44745C8D284DE19084 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_enabled, int32_t ___1_keepAliveTime, int32_t ___2_keepAliveInterval, const RuntimeMethod* method) ;
|
|
// TValue System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>::GetOrAdd(TKey,TValue)
|
|
inline ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ConcurrentDictionary_2_GetOrAdd_m21348308E33318EF6B38479C42884E04A50AE5A3 (ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* __this, SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___0_key, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* il2cppRetVal;
|
|
(( void (*) (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConcurrentDictionary_2_GetOrAdd_mD7D4FE8B123ABFEABF8821D526AB2B1E46A05B24_gshared)((ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)___1_value, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Net.ServicePointManager/SPKey System.Net.ServicePoint::get_Key()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ServicePoint_get_Key_m4888BAD8A2901760B5CEB05FA71E5C9289EB1C05_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Concurrent.ConcurrentDictionary`2<System.Net.ServicePointManager/SPKey,System.Net.ServicePoint>::TryRemove(TKey,TValue&)
|
|
inline bool ConcurrentDictionary_2_TryRemove_m6A85E59B2D1ABC9B3DDFC90F7B09B28BF38EB88B (ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* __this, SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___0_key, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConcurrentDictionary_2_TryRemove_mC744D5885F0E343A454C5FAE6857BDC2793D2E06_gshared)((ConcurrentDictionary_2_t6DF554984593E2F9932FAFBF9E1AFD30D1ED0812*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Boolean System.Net.ServicePointManager/SPKey::get_UsesProxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SPKey_get_UsesProxy_mD847C0A3FA96B142882A340E221D4C4AE6BE3E76 (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler::set_ServicePoint(System.Net.ServicePoint)
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePointScheduler_set_ServicePoint_mEA9C878A2C3B51F9C6B1D66AB82FC1D81B38289B_inline (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent__ctor_mC5C973C7ACD4C923325E8B98C3E4DF293C08C757 (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, bool ___0_state, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::.ctor(System.Net.ServicePointScheduler,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup__ctor_m374EEC30B4DB339157E1FEFE8D9908F1602B5103 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___0_scheduler, String_t* ___1_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::.ctor()
|
|
inline void LinkedList_1__ctor_m7AB586445D5784578DB177A444926BB9ADED140F (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::.ctor()
|
|
inline void LinkedList_1__ctor_m6C1F03DB77FF0A91E78A2643C82D608D9E9EF538 (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Void System.Func`1<System.Threading.Tasks.Task>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_1__ctor_mC73A4FCEBBAB90CB7B7AB16321F3F98FBBF12596_gshared)((Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::Run(System.Func`1<System.Threading.Tasks.Task>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_Run_m59DCF6061E31E90EE85393BE82E6907EC60B6958 (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* ___0_function, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::Set()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent_Set_m3D541CCC4B5CB8393A63D23B9E5F104C85258549 (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::Start<System.Net.ServicePointScheduler/<RunScheduler>d__32>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_Start_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_mA8E36303E3B4572A5553B5CC6E300F5CD5D1B1DA (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_Start_TisIl2CppFullySharedGenericAny_m36201A5D380AC483FAE5E144880EEE2EB09D69E2_gshared)((AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::get_Count()
|
|
inline int32_t Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_get_Count_mBB454C6743410D3E06D44D494D4D6FF4CBBBDB1E_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Collections.Generic.Dictionary`2/KeyCollection<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::get_Keys()
|
|
inline KeyCollection_t43F953F445E08B066605108AD084547587EA7690* Dictionary_2_get_Keys_m91E9EE50DBDA1D5489035D583867715FF59A7543 (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* il2cppRetVal = (( KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55* (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2_get_Keys_mD82D6690B1A801E8EED43F1B1D310893C9D334CF_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
return (KeyCollection_t43F953F445E08B066605108AD084547587EA7690*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/KeyCollection<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::CopyTo(TKey[],System.Int32)
|
|
inline void KeyCollection_CopyTo_m912C724893A71E25D1F14722856C79F57F47B601 (KeyCollection_t43F953F445E08B066605108AD084547587EA7690* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_array, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55*, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*, int32_t, const RuntimeMethod*))KeyCollection_CopyTo_m612AD5A072D4F06DBAEB6095CAC742F10D4F0953_gshared)((KeyCollection_tB792ACBAE0B99278B0B7B0F7440B4788E98F0D55*)__this, (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*)___0_array, ___1_index, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::ContainsKey(TKey)
|
|
inline bool Dictionary_2_ContainsKey_m0547B4F19E89BCB8777B99457349D98365065FB9 (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_ContainsKey_mA268E9B914DCE838DD0CD9D879BAAEECD0C677AA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, method);
|
|
}
|
|
// TValue System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::get_Item(TKey)
|
|
inline ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* Dictionary_2_get_Item_m2D22AAF3BAC999CB3B105ADAA64410F41F46688F (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_get_Item_m2E96908E9716367701CD737FA54C884EB2A8C3EA_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.ServicePointScheduler/ConnectionGroup::IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionGroup_IsEmpty_m49E444CB48C362DC3E0829F0DDF9C22EB90E3190 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::Remove(TKey)
|
|
inline bool Dictionary_2_Remove_m2E17BEA2BC340D64D558B4EA4CE529BA6629BF77 (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, String_t* ___0_key, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Remove_m583C4F0E2926B584BE6EC6008195360FC631C14C_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent_Reset_mF5E53CF13FD2EBC3563AF67D316307671B58854F (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.ServicePointScheduler::SchedulerIteration(System.Net.ServicePointScheduler/ConnectionGroup)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_SchedulerIteration_m31123036C09CCE9ED9EBC56F1C96E7F39000B1D8 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_group, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.Dictionary`2/Enumerator<TKey,TValue> System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::GetEnumerator()
|
|
inline Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC Dictionary_2_GetEnumerator_m315B85BAAC91E8EF0E3037C08DEC16E960855B73 (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC il2cppRetVal;
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Dictionary_2_GetEnumerator_mEC4954B142C43B5CBAA045953EAD4E168FFCD492_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::Dispose()
|
|
inline void Enumerator_Dispose_m3E2744B9789427AAA2E742EEB7DD2AD843689E22 (Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_Dispose_m3D89F01AE65EC60062FFB578C0E771C098EF2CB7_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue> System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::get_Current()
|
|
inline KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E Enumerator_get_Current_m21DF8B786F2909F59E7457C049A68C6BBE0A176A_inline (Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC* __this, const RuntimeMethod* method)
|
|
{
|
|
KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E il2cppRetVal;
|
|
(( void (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, const RuntimeMethod*))Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TValue System.Collections.Generic.KeyValuePair`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::get_Value()
|
|
inline ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* KeyValuePair_2_get_Value_mA9432F924325E196FA19F8CE1E5D282F31ED7AB0_inline (KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E* __this, const RuntimeMethod* method)
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* il2cppRetVal;
|
|
(( void (*) (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline)((KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2/Enumerator<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mD524AD57B1AB59CBFC5387D31BCC0C71E0407490 (Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*, const RuntimeMethod*))Enumerator_MoveNext_m97783F73CDB1D0083A2F7D26A51847BF0843ADEA_gshared)((Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1*)__this, method);
|
|
}
|
|
// System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>> System.Net.WebOperation::get_Finished()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* WebOperation_get_Finished_mE36010EBEF522B42CAEF3E59EB6823DC535BDA01_inline (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Net.WebCompletionSource`1/Result<T> System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>::get_CurrentResult()
|
|
inline Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_inline (WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* __this, const RuntimeMethod* method)
|
|
{
|
|
Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* il2cppRetVal = (( Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, const RuntimeMethod*))WebCompletionSource_1_get_CurrentResult_mC1D6F5E4169EAEC90D7E02EEC2DD3FF7087EC035_gshared_inline)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, method);
|
|
return (Result_t195C65AF03BEBA948FC7447896F66256BF6B068A*)il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>::get_Success()
|
|
inline bool Result_get_Success_m9EEBBB8964247B5D5AD4CAE1AF67A4E1C9AE8720 (Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (/*System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93*, const RuntimeMethod*))Result_get_Success_m544F562C986FF71F6BC7A07336ACF921FFC0277F_gshared)((Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93*)__this, method);
|
|
}
|
|
// T System.Net.WebCompletionSource`1/Result<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>::get_Argument()
|
|
inline ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE Result_get_Argument_mEAC3616300F6B41C733E58110C4715AB44884D14_inline (Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE il2cppRetVal;
|
|
(( void (*) (/*System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Result_get_Argument_mFF777A595129DC21EE0ACD74FCDF6DA6FF49E6CD_gshared_inline)((Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Net.WebConnection System.Net.WebOperation::get_Connection()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* WebOperation_get_Connection_m0F6A9F7E900AAB18334E77E5322967EF7CFF954B_inline (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Net.WebConnection::Continue(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebConnection_Continue_m819B02E671427E9AE55682A79A91DFA4497BA409 (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_next, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::RemoveConnection(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_RemoveConnection_m4E4DFFE07C6E0005F796957B2BA4D5F4D3D6241B (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Net.ServicePointScheduler::get_MaxIdleTime()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_MaxIdleTime_m21249A6395FFC3A9227AD0918D8DB5056EC44E53_inline (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::Delay(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_Delay_m4B84654B4DAADEC41096D9F01C099CCEA9927A48 (int32_t ___0_millisecondsDelay, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>::.ctor(T1,T2,T3)
|
|
inline void ValueTuple_3__ctor_m93ACB08221D46EBF42ABBD80815823CF21338C8F (ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_item1, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___1_item2, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___2_item3, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_3_t182F852EE39DD805E380FD93762C931C933ACE98*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_3__ctor_mAB800E7134D8E52646FD55A8B2979AC908028759_gshared)((ValueTuple_3_t182F852EE39DD805E380FD93762C931C933ACE98*)__this, (Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)___1_item2, (Il2CppFullySharedGenericAny)___2_item3, method);
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::AddLast(T)
|
|
inline LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* LinkedList_1_AddLast_mAD7E6F699F92069E355252FE86DFDE01E4474858 (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_AddLast_mFD59AD680986C098B0C771703AFD654C00C981E3_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)&___0_value, method);
|
|
return (LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5*)il2cppRetVal;
|
|
}
|
|
// System.Void System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>::.ctor(T1,T2)
|
|
inline void ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8 (ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_item1, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___1_item2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_2__ctor_mCAE8E725F680FA6BE2C23B9686C9F6056BB7E5CD_gshared)((ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*)__this, (Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)___1_item2, method);
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::AddLast(T)
|
|
inline LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584 (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_AddLast_mFD59AD680986C098B0C771703AFD654C00C981E3_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)&___0_value, method);
|
|
return (LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::RemoveIdleConnection(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveIdleConnection_mFAC34695888DE0B3C35A2D4181AE3050861431BA (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::Cleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_Cleanup_m60D92E1B982C50094D7E9FE55C9B847016E79A1A (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method) ;
|
|
// System.ValueTuple`2<System.Net.WebConnection,System.Boolean> System.Net.ServicePointScheduler/ConnectionGroup::CreateOrReuseConnection(System.Net.WebOperation,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F ConnectionGroup_CreateOrReuseConnection_mE7153E7911E2165B717181367C4111A7639C7B98 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, bool ___1_force, const RuntimeMethod* method) ;
|
|
// System.Net.WebOperation System.Net.ServicePointScheduler/ConnectionGroup::GetNextOperation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ConnectionGroup_GetNextOperation_mF20C309F1E74118AFA48F7D177CCDF0927005E4B (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::get_First()
|
|
inline LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* LinkedList_1_get_First_m8B2D075C9FD804A08136CEA6FB7DBEB7224F71BD_inline (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
return (LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::get_Next()
|
|
inline LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* LinkedListNode_1_get_Next_m665CE6DB91CC36D7B33DDC72762A70FAA6C92D48 (LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedListNode_1_get_Next_m5F3A54D42FA0F882FDC27515D1482672DEAA219B_gshared)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, method);
|
|
return (LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60*)il2cppRetVal;
|
|
}
|
|
// T System.Collections.Generic.LinkedListNode`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::get_Value()
|
|
inline ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F LinkedListNode_1_get_Value_m407D1FA324A3100C74A3B67402493E1A2FBCCD60_inline (LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F il2cppRetVal;
|
|
(( void (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
|
|
inline void LinkedList_1_Remove_m7BA487483101A8DF3BB413D5D3C3D66072FB9D89 (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedList_1_Remove_m08754D08C38182E94ED3D2FB9D6535E0706F857A_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)___0_node, method);
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::get_First()
|
|
inline LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* LinkedList_1_get_First_m636C56FE2798BC5BC840B4B3916307A89F591002_inline (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
return (LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::get_Next()
|
|
inline LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* LinkedListNode_1_get_Next_mAEE4EB27977572F51E69204BAE946DC1D55921AE (LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedListNode_1_get_Next_m5F3A54D42FA0F882FDC27515D1482672DEAA219B_gshared)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, method);
|
|
return (LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5*)il2cppRetVal;
|
|
}
|
|
// T System.Collections.Generic.LinkedListNode`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::get_Value()
|
|
inline ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 LinkedListNode_1_get_Value_mCBE24EE8433918AECF28520AFBD25AD1BEF59F8C_inline (LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* __this, const RuntimeMethod* method)
|
|
{
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 il2cppRetVal;
|
|
(( void (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
|
|
inline void LinkedList_1_Remove_m42C5CE0883206E118EE1976E22770AEC75B391EE (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedList_1_Remove_m08754D08C38182E94ED3D2FB9D6535E0706F857A_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)___0_node, method);
|
|
}
|
|
// System.Net.ServicePoint System.Net.ServicePointScheduler::get_ServicePoint()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePoint::FreeServicePoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_FreeServicePoint_m3CD7E3984B153A0B7F4075B5CE42530A7A1E0ADA (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointManager::RemoveServicePoint(System.Net.ServicePoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManager_RemoveServicePoint_m42D7071059E9EA8419CC3F5CCFF3231C5C4465FB (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_sp, const RuntimeMethod* method) ;
|
|
// System.Net.ServicePointScheduler/ConnectionGroup System.Net.ServicePointScheduler::GetConnectionGroup(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ServicePointScheduler_GetConnectionGroup_m66B4204E51C9943A1AF26EC8AC9F68A15EFEEE56 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, String_t* ___0_name, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::EnqueueOperation(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_EnqueueOperation_m8983F33FE2FA7D64032535682A1D31CE680BB8E6 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler::Run()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Run_mE03FE3F967A5517DE94B6D585C0A200A971ACBD4 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::.ctor()
|
|
inline void Dictionary_2__ctor_mFD7E33F22680D0FD86F576E5BE7D6EEA0F1BE089 (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, const RuntimeMethod*))Dictionary_2__ctor_m7745B6ED71E47C95E1BFCE647C4F026A404C668F_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::TryGetValue(TKey,TValue&)
|
|
inline bool Dictionary_2_TryGetValue_m896AD98B758ED268AB799FE89686BD2912C042CD (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, String_t* ___0_key, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))Dictionary_2_TryGetValue_m7519D765EAF1E8A7D3137C2F1B7B3A01D15A1692_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny*)___1_value, method);
|
|
}
|
|
// System.Void System.Collections.Generic.Dictionary`2<System.String,System.Net.ServicePointScheduler/ConnectionGroup>::Add(TKey,TValue)
|
|
inline void Dictionary_2_Add_mE0698BE1088E0D12F200422D8B091E420D12997B (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* __this, String_t* ___0_key, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))Dictionary_2_Add_m54D479280472DEA042DB3933AF547E666B017333_gshared)((Dictionary_2_t5C32AF17A5801FB3109E5B0E622BA8402A04E08E*)__this, (Il2CppFullySharedGenericAny)___0_key, (Il2CppFullySharedGenericAny)___1_value, method);
|
|
}
|
|
// System.Int32 System.Threading.Interlocked::Decrement(System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Interlocked_Decrement_m6AFAD2E874CBDA373B1EF7572F11D6E91813E75D (int32_t* ___0_location, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Create()
|
|
inline AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D (const RuntimeMethod* method)
|
|
{
|
|
AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 il2cppRetVal = (( AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4 (*) (const RuntimeMethod*))AsyncTaskMethodBuilder_1_Create_m852C283F3EAD7381A0CC8D14204899C192BDC20A_gshared)(method);
|
|
return il2cpp_codegen_cast_struct<AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA, AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4>(&il2cppRetVal);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::Start<System.Net.ServicePointScheduler/<WaitAsync>d__46>(TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_Start_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_m969CF2761B0E56BFD07A9F79F1D6150EE1668F90 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_Start_TisIl2CppFullySharedGenericAny_m81177143E3D9118AF316E4C8E5D2AB2BF16C4E80_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_stateMachine, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<TResult> System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::get_Task()
|
|
inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_get_Task_m90B072626CA4BF0F567616D4A035739B97F46D8B_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, method);
|
|
return (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*)il2cppRetVal;
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.ServicePointScheduler::RunScheduler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ServicePointScheduler_RunScheduler_m1FD614B92FFA62E8E0DA73AC7AC8B64EC23F6EA3 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::.ctor()
|
|
inline void LinkedList_1__ctor_mE7FCA21E7C62518EE7AEE275AD49A0501F2C2393 (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.Net.WebOperation>::.ctor()
|
|
inline void LinkedList_1__ctor_m02AAD5A453332A025188B87EC68F38194C4B8E09 (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1__ctor_mED84A7ED11208CC35CCE76B96F8ADC2AADF1542F_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::get_Count()
|
|
inline int32_t LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_inline (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.LinkedList`1<System.Net.WebOperation>::get_Count()
|
|
inline int32_t LinkedList_1_get_Count_m656D59B5C5EA8FBF16043E4015937FCF4167474C_inline (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Boolean System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::Remove(T)
|
|
inline bool LinkedList_1_Remove_mCFA402C9BBAAF18957D4FE8EB9FF1971E9F0F2CD (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_Remove_m7D799D70C3D6A30F27FE6CFCDF155759B031C0D0_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)___0_value, method);
|
|
}
|
|
// System.Void System.Net.WebConnection::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnection_Dispose_m619217D576EFF59E4939308F24595E8F498175F4 (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, const RuntimeMethod* method) ;
|
|
// System.Net.ServicePointScheduler System.Net.ServicePointScheduler/ConnectionGroup::get_Scheduler()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler::OnConnectionClosed(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_OnConnectionClosed_m403D809F1E2F0CEBF65D98191648149A018678C7 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::get_First()
|
|
inline LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* LinkedList_1_get_First_m977BABF00A3BF1A793063215BD520D4E3D9368AE_inline (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
return (LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8*)il2cppRetVal;
|
|
}
|
|
// T System.Collections.Generic.LinkedListNode`1<System.Net.WebConnection>::get_Value()
|
|
inline WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* LinkedListNode_1_get_Value_m89F3F376A0C85FA8E167DCD495182D38EE4807FD_inline (LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* __this, const RuntimeMethod* method)
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* il2cppRetVal;
|
|
(( void (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Net.WebConnection>::get_Next()
|
|
inline LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* LinkedListNode_1_get_Next_mACBD0A1EF6119F861FE66086034F28008FD80A03 (LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedListNode_1_get_Next_m5F3A54D42FA0F882FDC27515D1482672DEAA219B_gshared)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, method);
|
|
return (LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8*)il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.WebConnection::get_Closed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebConnection_get_Closed_m694BBD50DC7A2DBAF4310DC3D6CD9B8C484689F4 (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
|
|
inline void LinkedList_1_Remove_mE819DBD8D5EADA4E3B50BA70C5A06D157F110576 (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedList_1_Remove_m08754D08C38182E94ED3D2FB9D6535E0706F857A_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)___0_node, method);
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebOperation>::AddLast(T)
|
|
inline LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* LinkedList_1_AddLast_mB47F7D23A674C1604BF10BD6C726A3A0ACD9CA3D (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_AddLast_mFD59AD680986C098B0C771703AFD654C00C981E3_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)___0_value, method);
|
|
return (LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938*)il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebOperation>::get_First()
|
|
inline LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* LinkedList_1_get_First_mBEAB02F591D338F49BB488245AC9D94787589B2C_inline (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
return (LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938*)il2cppRetVal;
|
|
}
|
|
// T System.Collections.Generic.LinkedListNode`1<System.Net.WebOperation>::get_Value()
|
|
inline WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* LinkedListNode_1_get_Value_m0F968E367BFE8EC7D874638848DB5D004721CDCB_inline (LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* __this, const RuntimeMethod* method)
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* il2cppRetVal;
|
|
(( void (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedListNode`1<System.Net.WebOperation>::get_Next()
|
|
inline LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* LinkedListNode_1_get_Next_m3D95282C1FBA6657F761DDA1506A362A3923B190 (LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* __this, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedListNode_1_get_Next_m5F3A54D42FA0F882FDC27515D1482672DEAA219B_gshared)((LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)__this, method);
|
|
return (LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938*)il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.WebOperation::get_Aborted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebOperation_get_Aborted_m13F76B284A1764A868FA9B79BBC79BA1239E6379 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.Net.WebOperation>::Remove(System.Collections.Generic.LinkedListNode`1<T>)
|
|
inline void LinkedList_1_Remove_mEED9373AC1200722E3AE0DDA7CE86E775C45990E (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* __this, LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* ___0_node, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*, const RuntimeMethod*))LinkedList_1_Remove_m08754D08C38182E94ED3D2FB9D6535E0706F857A_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9*)___0_node, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::RemoveOperation(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveOperation_m463750D1CB7A1C6AF8C03C0DA884052EA232D781 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedList`1/Enumerator<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::GetEnumerator()
|
|
inline Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693 LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24 (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, const RuntimeMethod* method)
|
|
{
|
|
Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693 il2cppRetVal;
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*, const RuntimeMethod*))LinkedList_1_GetEnumerator_m11F73E5CE56DD491CBD1C569A284A39F5461D9E9_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnection>::Dispose()
|
|
inline void Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC (Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*, const RuntimeMethod*))Enumerator_Dispose_m25395D42D3EE1E89A0B024E2FAF823E4A3FEF4D1_gshared)((Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*)__this, method);
|
|
}
|
|
// T System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnection>::get_Current()
|
|
inline WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_inline (Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693* __this, const RuntimeMethod* method)
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* il2cppRetVal;
|
|
(( void (*) (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Enumerator_get_Current_m5BA2E5A6E9016D327B7C3067D3D2B2016D37DFDA_gshared_inline)((Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Net.WebConnection::CanReuseConnection(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebConnection_CanReuseConnection_mF22CE45D40A6AC67849E8509FB3A4D540DAA0322 (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method) ;
|
|
// System.DateTime System.Net.WebConnection::get_IdleSince()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D WebConnection_get_IdleSince_mF993001C85933378CC91E97D3F42CD022A49DBCF_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.DateTime::op_GreaterThan(System.DateTime,System.DateTime)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DateTime_op_GreaterThan_m8F1FA3C039A0148FC1500E790A77CB44F025EA9F (DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___0_t1, DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D ___1_t2, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.LinkedList`1/Enumerator<System.Net.WebConnection>::MoveNext()
|
|
inline bool Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054 (Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*, const RuntimeMethod*))Enumerator_MoveNext_m4FB57970CC4FBEE295E533DE12F0B21FF7E13AAA_gshared)((Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457*)__this, method);
|
|
}
|
|
// System.Boolean System.Net.WebConnection::StartOperation(System.Net.WebOperation,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebConnection_StartOperation_m2A6DA9F90E247259A9C87404551CCE9A0CA48945 (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, bool ___1_reused, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.LinkedList`1<System.Net.WebOperation>::Remove(T)
|
|
inline bool LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_Remove_m7D799D70C3D6A30F27FE6CFCDF155759B031C0D0_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)___0_value, method);
|
|
}
|
|
// System.Net.WebConnection System.Net.ServicePointScheduler/ConnectionGroup::FindIdleConnection(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ConnectionGroup_FindIdleConnection_mBDC3AA72FD05E858F1C345C7FB6C1B143C1AEAF8 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method) ;
|
|
// System.Void System.ValueTuple`2<System.Net.WebConnection,System.Boolean>::.ctor(T1,T2)
|
|
inline void ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56 (ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_item1, bool ___1_item2, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))ValueTuple_2__ctor_mCAE8E725F680FA6BE2C23B9686C9F6056BB7E5CD_gshared)((ValueTuple_2_tBAA1E1D7D97D80E0EBA7FE8773B1FF409AEA3829*)__this, (Il2CppFullySharedGenericAny)___0_item1, (Il2CppFullySharedGenericAny)&___1_item2, method);
|
|
}
|
|
// System.Int32 System.Net.ServicePoint::get_ConnectionLimit()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.WebConnection::.ctor(System.Net.ServicePoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebConnection__ctor_m32F4B741B160C0724A9B40EE632F3B08D97E9F53 (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_sPoint, const RuntimeMethod* method) ;
|
|
// System.Collections.Generic.LinkedListNode`1<T> System.Collections.Generic.LinkedList`1<System.Net.WebConnection>::AddFirst(T)
|
|
inline LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* LinkedList_1_AddFirst_m6D43C9DD29C1A494CF9191C7658D0D83BB91F735 (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* il2cppRetVal = (( LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_AddFirst_m9215C7E5B7D5C9837DC3AE6952AE7B691E78FD6D_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)___0_value, method);
|
|
return (LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::OnConnectionCreated(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_OnConnectionCreated_m46A2D1AF41524B1B1AC74E5921D2908D9A7A1D4A (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>::get_Task()
|
|
inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970*, const RuntimeMethod*))TaskCompletionSource_1_get_Task_m4994989AA2174905CF517397D0F6B082ADC29EE9_gshared_inline)((TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970*)__this, method);
|
|
return (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*)il2cppRetVal;
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Boolean> System.Net.ServicePointScheduler::WaitAsync(System.Threading.Tasks.Task,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ServicePointScheduler_WaitAsync_mC70DA6A18C4CE663B83F9EF61A26F8717AF959FE (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_workerTask, int32_t ___1_millisecondTimeout, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.TaskFactory System.Threading.Tasks.Task::get_Factory()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* Task_get_Factory_m8272CF9106A72E5F0B8E8C6CEE025D748FBD6D11_inline (const RuntimeMethod* method) ;
|
|
// System.Void System.Func`2<System.Object,System.Boolean>::.ctor(System.Object,System.IntPtr)
|
|
inline void Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697 (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*, RuntimeObject*, intptr_t, const RuntimeMethod*))Func_2__ctor_m7F5DD19B4170C027D5367001F7BC95A0658A2169_gshared)((Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0*)__this, ___0_object, ___1_method, method);
|
|
}
|
|
// System.Threading.CancellationToken System.Threading.CancellationToken::get_None()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED CancellationToken_get_None_mB0E2D3427C25F09ACEBB2D060F82088EEC00BA53 (const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.TaskScheduler System.Threading.Tasks.TaskScheduler::get_Default()
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* TaskScheduler_get_Default_m1312D9F63C0811919143807540E6D10F90CF6B7C_inline (const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<TResult> System.Threading.Tasks.TaskFactory::StartNew<System.Boolean>(System.Func`2<System.Object,TResult>,System.Object,System.Threading.CancellationToken,System.Threading.Tasks.TaskCreationOptions,System.Threading.Tasks.TaskScheduler)
|
|
inline Task_1_t824317F4B958F7512E8F7300511752937A6C6043* TaskFactory_StartNew_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mEA676BADDD921EB0FE18C6736870433B4C1A6F25 (TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* __this, Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* ___0_function, RuntimeObject* ___1_state, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, int32_t ___3_creationOptions, TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* ___4_scheduler, const RuntimeMethod* method)
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* il2cppRetVal = (( Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* (*) (TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0*, Func_2_t288DA7A3E2791C58B262D9D1F46FF6BB6F6D31F9*, RuntimeObject*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED, int32_t, TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E*, const RuntimeMethod*))TaskFactory_StartNew_TisIl2CppFullySharedGenericAny_m76EE5D98B340430C4C47231CDF77B89D3AC194D6_gshared)((TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0*)__this, (Func_2_t288DA7A3E2791C58B262D9D1F46FF6BB6F6D31F9*)___0_function, ___1_state, ___2_cancellationToken, ___3_creationOptions, ___4_scheduler, method);
|
|
return (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*)il2cppRetVal;
|
|
}
|
|
// System.Void System.Threading.Tasks.Task::Wait()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Task_Wait_m33955515E36BF6598FCEDA841C8C75F716DE5A4E (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>::.ctor()
|
|
inline void TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646 (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970*, const RuntimeMethod*))TaskCompletionSource_1__ctor_mD6DB19F66035FC77675F1ED9FE696A65CF9C0F23_gshared)((TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970*)__this, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m42F5C86E7E31C11A87C17A9FBE7A56B703102A01 (U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Threading.Tasks.TaskCompletionSource`1<System.Boolean>::TrySetResult(TResult)
|
|
inline bool TaskCompletionSource_1_TrySetResult_m3B4D8D267C1B26945C3C417057DEB50C56B689B1 (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* __this, bool ___0_result, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))TaskCompletionSource_1_TrySetResult_m4C03ED1589D48A864F726E0FDF00D8E976DDCE0F_gshared)((TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970*)__this, (Il2CppFullySharedGenericAny)&___0_result, method);
|
|
}
|
|
// System.TimeSpan System.TimeSpan::FromDays(System.Double)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A TimeSpan_FromDays_mCFEAEBBA8CF0C9EEE18ABC0999D5BF52701EA539 (double ___0_value, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::.ctor()
|
|
inline void List_1__ctor_m0A28648201ABCDF216AD744C327E2ED8BDD80A22 (List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* __this, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, const RuntimeMethod*))List_1__ctor_m0AFBAEA7EC427E32CC9CA267B1930DC5DF67A374_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::Cleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Cleanup_mDD1F681510B15A1F4E6FBAEEF9A89631C564BA58 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// System.Int32 System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::get_Count()
|
|
inline int32_t LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_inline (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::CopyTo(T[],System.Int32)
|
|
inline void LinkedList_1_CopyTo_mEC94A565964B70E6F99B4E4A4C4FA8C418E1AD10 (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* ___0_array, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*, int32_t, const RuntimeMethod*))LinkedList_1_CopyTo_m66BC03808A227B36DE19B0BBBFDF6495D6CE19A6_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*)___0_array, ___1_index, method);
|
|
}
|
|
// System.Int32 System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::get_Count()
|
|
inline int32_t LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_inline (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( int32_t (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, const RuntimeMethod*))LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, method);
|
|
}
|
|
// System.Void System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::CopyTo(T[],System.Int32)
|
|
inline void LinkedList_1_CopyTo_mCB6E5A2D4D02A24FD1EA8019A9A073F126A8AC00 (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* ___0_array, int32_t ___1_index, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, __Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*, int32_t, const RuntimeMethod*))LinkedList_1_CopyTo_m66BC03808A227B36DE19B0BBBFDF6495D6CE19A6_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC*)___0_array, ___1_index, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Boolean> System.Net.ServicePointScheduler/AsyncManualResetEvent::WaitAsync(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncManualResetEvent_WaitAsync_m1EFF97EB9E343AE6CE5842B6D1E72A46AB236BDF (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, int32_t ___0_millisecondTimeout, const RuntimeMethod* method) ;
|
|
// System.Void System.Collections.Generic.List`1<System.Threading.Tasks.Task>::Add(T)
|
|
inline void List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_inline (List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* __this, Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_item, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, (Il2CppFullySharedGenericAny)___0_item, method);
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.WebCompletionSource`1<System.ValueTuple`2<System.Boolean,System.Net.WebOperation>>::get_Task()
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* WebCompletionSource_1_get_Task_mB3DE3F2C23CDB2879DF2D49CC278921DFA716B6C (WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* (*) (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*, const RuntimeMethod*))WebCompletionSource_1_get_Task_mABFED18FF1EB8709C0110FA07D888A52F950367D_gshared)((WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F*)__this, method);
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::WhenAny(System.Collections.Generic.IEnumerable`1<System.Threading.Tasks.Task>)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11* Task_WhenAny_m66DEEA9DAD72EA5AD0E29170F356643C202E2E9E (RuntimeObject* ___0_tasks, const RuntimeMethod* method) ;
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<TResult> System.Threading.Tasks.Task`1<System.Threading.Tasks.Task>::ConfigureAwait(System.Boolean)
|
|
inline ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906 Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020 (Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11* __this, bool ___0_continueOnCapturedContext, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 il2cppRetVal = (( ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922 (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, bool, const RuntimeMethod*))Task_1_ConfigureAwait_m8BAB74AC56D25ADADB3E4420A26912F833368937_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, ___0_continueOnCapturedContext, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906, ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922>(&il2cppRetVal);
|
|
}
|
|
// System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<TResult> System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1<System.Threading.Tasks.Task>::GetAwaiter()
|
|
inline ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_inline (ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906* __this, const RuntimeMethod* method)
|
|
{
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A il2cppRetVal = (( ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A (*) (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*, const RuntimeMethod*))ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline)((ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922*)__this, method);
|
|
return il2cpp_codegen_cast_struct<ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262, ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A>(&il2cppRetVal);
|
|
}
|
|
// System.Boolean System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::get_IsCompleted()
|
|
inline bool ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0 (ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262* __this, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, const RuntimeMethod*))ConfiguredTaskAwaiter_get_IsCompleted_mAEF99891A1B576254827D55C54C6E0E1787AA7EF_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>,System.Net.ServicePointScheduler/<RunScheduler>d__32>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_m607F8D93DE874680F8BEFD66F055B79AD7CE8045 (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* __this, ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262* ___0_awaiter, U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_mAFEAD0E0483FFA3D862272177C9DE55F2C943F8F_gshared)((AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// TResult System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>::GetResult()
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1 (ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262* __this, const RuntimeMethod* method)
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* il2cppRetVal;
|
|
(( void (*) (ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))ConfiguredTaskAwaiter_GetResult_m14D32632322F465B16F5EB858BFE5886B7217701_gshared)((ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// TResult System.Threading.Tasks.Task`1<System.Boolean>::get_Result()
|
|
inline bool Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9 (Task_1_t824317F4B958F7512E8F7300511752937A6C6043* __this, const RuntimeMethod* method)
|
|
{
|
|
bool il2cppRetVal;
|
|
(( void (*) (/*System.Threading.Tasks.Task`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*, Il2CppFullySharedGenericAny*, const RuntimeMethod*))Task_1_get_Result_mF84A04F573B3700E098DF189233DA4CB3E14D53C_gshared)((Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9*)__this, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::FinalCleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_FinalCleanup_m9378C2F440CC6EE6014D7929B8255A315BA7DD99 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// T System.Collections.Generic.List`1<System.Threading.Tasks.Task>::get_Item(System.Int32)
|
|
inline Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5 (List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* __this, int32_t ___0_index, const RuntimeMethod* method)
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* il2cppRetVal;
|
|
(( void (*) (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*, int32_t, Il2CppFullySharedGenericAny*, const RuntimeMethod*))List_1_get_Item_m6E4BA37C1FB558E4A62AE4324212E45D09C5C937_gshared)((List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A*)__this, ___0_index, (Il2CppFullySharedGenericAny*)&il2cppRetVal, method);
|
|
return il2cppRetVal;
|
|
}
|
|
// System.Boolean System.Collections.Generic.LinkedList`1<System.ValueTuple`2<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation>>::Remove(T)
|
|
inline bool LinkedList_1_Remove_m69152156C2A2583899D0EE535ED42E984AD7AFC7 (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* __this, ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_Remove_m7D799D70C3D6A30F27FE6CFCDF155759B031C0D0_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)&___0_value, method);
|
|
}
|
|
// System.Boolean System.Net.ServicePointScheduler::OperationCompleted(System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_OperationCompleted_m442DE8063CFDFCF6C7DDEF30EB2C8BF79ED95C00 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_group, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___1_operation, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler::RunSchedulerIteration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RunSchedulerIteration_m2117263966C4AE978C0E8B775632FD7DDD0FE2AB (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method) ;
|
|
// System.Boolean System.Collections.Generic.LinkedList`1<System.ValueTuple`3<System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection,System.Threading.Tasks.Task>>::Remove(T)
|
|
inline bool LinkedList_1_Remove_m9399EE87FB1FBB6BD3C54E020B70B6C11A5EA4BB (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* __this, ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 ___0_value, const RuntimeMethod* method)
|
|
{
|
|
return (( bool (*) (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))LinkedList_1_Remove_m7D799D70C3D6A30F27FE6CFCDF155759B031C0D0_gshared)((LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9*)__this, (Il2CppFullySharedGenericAny)&___0_value, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::CloseIdleConnection(System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_CloseIdleConnection_mCC2356BF17FCBD9027E14AB8B2FE22CD2DAC689E (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_group, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___1_connection, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/<RunScheduler>d__32::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunSchedulerU3Ed__32_MoveNext_mA08FEA7A8A1F2C0B268B36676228CFDF37B007C1 (U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Net.ServicePointScheduler/<RunScheduler>d__32::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunSchedulerU3Ed__32_SetStateMachine_mEA2B6E76595535FC10EBBCD90BC8D3A0EA54D507 (U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.CancellationTokenSource::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource__ctor_m2ADB5D13368A9D364C20BB6039EC6DE858735E2C (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.CancellationTokenSource::Cancel()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Cancel_m64C48B9DCD25A9EBEC8DC170C79441564BC3755B (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Threading.CancellationTokenSource::Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CancellationTokenSource_Dispose_m5096059D16078E130BB87D268D4871849B53449B (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.CancellationToken System.Threading.CancellationTokenSource::get_Token()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED CancellationTokenSource_get_Token_m0FEC575DDDA2947476EE5D9B8F8AC887A4EEE3C4 (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* __this, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task System.Threading.Tasks.Task::Delay(System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_Delay_mE80CABEC364832FBA3042CA2460AA3913B74C10B (int32_t ___0_millisecondsDelay, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method) ;
|
|
// System.Threading.Tasks.Task`1<System.Threading.Tasks.Task> System.Threading.Tasks.Task::WhenAny(System.Threading.Tasks.Task[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11* Task_WhenAny_mB37C83589A7905F54439E02A6F75E2F7EA150019 (TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3* ___0_tasks, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::AwaitUnsafeOnCompleted<System.Runtime.CompilerServices.ConfiguredTaskAwaitable`1/ConfiguredTaskAwaiter<System.Threading.Tasks.Task>,System.Net.ServicePointScheduler/<WaitAsync>d__46>(TAwaiter&,TStateMachine&)
|
|
inline void AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_mEF7F66CC13BCA313B07633D6E805DE4CC4EC02E2 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262* ___0_awaiter, U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* ___1_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType&*/Il2CppFullySharedGenericAny*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisIl2CppFullySharedGenericAny_TisIl2CppFullySharedGenericAny_m0B984271E33D944D547FB29917733016C411E5EB_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny*)___0_awaiter, (Il2CppFullySharedGenericAny*)___1_stateMachine, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetException(System.Exception)
|
|
inline void AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, Exception_t* ___0_exception, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, Exception_t*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetException_m25948BB842FBF253D89FE8399CCB2325B491EE34_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_exception, method);
|
|
}
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetResult(TResult)
|
|
inline void AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, bool ___0_result, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetResult_mC5A4FB0746878FC882C792D8BCAF5277E1F24778_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, (Il2CppFullySharedGenericAny)&___0_result, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/<WaitAsync>d__46::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitAsyncU3Ed__46_MoveNext_m80CF7A239DA4D1BCEA0605E8BF51AB2CCFBB1495 (U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* __this, const RuntimeMethod* method) ;
|
|
// System.Void System.Runtime.CompilerServices.AsyncTaskMethodBuilder`1<System.Boolean>::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
inline void AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8 (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
(( void (*) (AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*, RuntimeObject*, const RuntimeMethod*))AsyncTaskMethodBuilder_1_SetStateMachine_m7EF377C3A25FB4388DAF14ECAFC18E1C9F3EEA4A_gshared)((AsyncTaskMethodBuilder_1_t9A3ADCFF6503F4230FFD38F6C333EBCF1A034AF4*)__this, ___0_stateMachine, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/<WaitAsync>d__46::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitAsyncU3Ed__46_SetStateMachine_m74D53602D1A8BDB4EDD11E9A4B89F2E014D1CCD6 (U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method) ;
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.PathList::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList__ctor_mE0DA71C528E33FE19BF275CB46CC42B0E7F70511 (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var);
|
|
PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8* L_0 = ((PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var))->___StaticInstance_0;
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_1 = (SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3*)il2cpp_codegen_object_new(SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
SortedList__ctor_m64A78DC517BBCFFD11F1820A8BDE99D6F997879B(L_1, L_0, NULL);
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_2;
|
|
L_2 = SortedList_Synchronized_m49315EE15B2BC933D430E1174254B7BE0B5BF883(L_1, NULL);
|
|
__this->___m_list_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_list_0), (void*)L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.PathList::get_Count()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_get_Count_mEA8DB1AA312D311B2CF6821BC4C8BC0B5ABDAAA7 (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_0 = __this->___m_list_0;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(21 /* System.Int32 System.Collections.SortedList::get_Count() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.PathList::GetCookiesCount()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathList_GetCookiesCount_m4A311984AFC98AE15CB7581A445A90C796C4977B (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
RuntimeObject* V_1 = NULL;
|
|
bool V_2 = false;
|
|
RuntimeObject* V_3 = NULL;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* V_4 = NULL;
|
|
RuntimeObject* V_5 = NULL;
|
|
{
|
|
V_0 = 0;
|
|
RuntimeObject* L_0;
|
|
L_0 = PathList_get_SyncRoot_m6903042A345F56C5D2184AE49F0443D2012A7CCA(__this, NULL);
|
|
V_1 = L_0;
|
|
V_2 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_2;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0064;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_1;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0064:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_3 = V_1;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_2), NULL);
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_4 = __this->___m_list_0;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_4);
|
|
NullCheck(L_5);
|
|
RuntimeObject* L_6;
|
|
L_6 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_5);
|
|
V_3 = L_6;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0047_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_7 = V_3;
|
|
V_5 = ((RuntimeObject*)IsInst((RuntimeObject*)L_7, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_8 = V_5;
|
|
if (!L_8)
|
|
{
|
|
goto IL_005a_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_9 = V_5;
|
|
NullCheck(L_9);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_9);
|
|
}
|
|
|
|
IL_005a_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_003d_2;
|
|
}
|
|
|
|
IL_0026_2:
|
|
{
|
|
RuntimeObject* L_10 = V_3;
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_11;
|
|
L_11 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_10);
|
|
V_4 = ((CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608*)CastclassClass((RuntimeObject*)L_11, CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_il2cpp_TypeInfo_var));
|
|
int32_t L_12 = V_0;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_13 = V_4;
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = CookieCollection_get_Count_m1D34E6D268DF9BDE18D7C8B3458E511F370C44A0(L_13, NULL);
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_12, L_14));
|
|
}
|
|
|
|
IL_003d_2:
|
|
{
|
|
RuntimeObject* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
bool L_16;
|
|
L_16 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_15);
|
|
if (L_16)
|
|
{
|
|
goto IL_0026_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_17 = V_0;
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Collections.ICollection System.Net.PathList::get_Values()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Values_m0A80782C84B57C445076B6EEEC3D1BFB6BBDB67E (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_0 = __this->___m_list_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(22 /* System.Collections.ICollection System.Collections.SortedList::get_Values() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Object System.Net.PathList::get_Item(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_Item_mB529DE417A2A6FE25BD6EDB67391C6E70AB77C3D (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, String_t* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_0 = __this->___m_list_0;
|
|
String_t* L_1 = ___0_s;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_2;
|
|
L_2 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(37 /* System.Object System.Collections.SortedList::get_Item(System.Object) */, L_0, L_1);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Void System.Net.PathList::set_Item(System.String,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathList_set_Item_m3BCAAE9EAEE30AEBF39E4C69283259F94BBA3661 (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, String_t* ___0_s, RuntimeObject* ___1_value, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = PathList_get_SyncRoot_m6903042A345F56C5D2184AE49F0443D2012A7CCA(__this, NULL);
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0020:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_4 = __this->___m_list_0;
|
|
String_t* L_5 = ___0_s;
|
|
RuntimeObject* L_6 = ___1_value;
|
|
NullCheck(L_4);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(38 /* System.Void System.Collections.SortedList::set_Item(System.Object,System.Object) */, L_4, L_5, L_6);
|
|
goto IL_002a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Collections.IEnumerator System.Net.PathList::GetEnumerator()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_GetEnumerator_mDD83CA63ED6506403CC63C95B73C93104484171C (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_0 = __this->___m_list_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(34 /* System.Collections.IDictionaryEnumerator System.Collections.SortedList::GetEnumerator() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Object System.Net.PathList::get_SyncRoot()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* PathList_get_SyncRoot_m6903042A345F56C5D2184AE49F0443D2012A7CCA (PathList_t664024587678F89691589365F8D856B0A977D14A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SortedList_t847331629BA06B518F1B5203BD22B59746EDDBF3* L_0 = __this->___m_list_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(25 /* System.Object System.Collections.SortedList::get_SyncRoot() */, L_0);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int32 System.Net.PathList/PathListComparer::System.Collections.IComparer.Compare(System.Object,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t PathListComparer_System_Collections_IComparer_Compare_m51FF85A38FDA9D131FB6EFC999560C8FD25ED336 (PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8* __this, RuntimeObject* ___0_ol, RuntimeObject* ___1_or, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
{
|
|
RuntimeObject* L_0 = ___0_ol;
|
|
String_t* L_1;
|
|
L_1 = CookieParser_CheckQuoted_m077E7BDCD8FCBDCF7A15E6387802438DB8A825DE(((String_t*)CastclassSealed((RuntimeObject*)L_0, String_t_il2cpp_TypeInfo_var)), NULL);
|
|
V_0 = L_1;
|
|
RuntimeObject* L_2 = ___1_or;
|
|
String_t* L_3;
|
|
L_3 = CookieParser_CheckQuoted_m077E7BDCD8FCBDCF7A15E6387802438DB8A825DE(((String_t*)CastclassSealed((RuntimeObject*)L_2, String_t_il2cpp_TypeInfo_var)), NULL);
|
|
V_1 = L_3;
|
|
String_t* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_4, NULL);
|
|
V_2 = L_5;
|
|
String_t* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_6, NULL);
|
|
V_3 = L_7;
|
|
int32_t L_8 = V_2;
|
|
int32_t L_9 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int32_t L_10;
|
|
L_10 = Math_Min_m53C488772A34D53917BCA2A491E79A0A5356ED52(L_8, L_9, NULL);
|
|
V_4 = L_10;
|
|
V_5 = 0;
|
|
goto IL_005e;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
String_t* L_11 = V_0;
|
|
int32_t L_12 = V_5;
|
|
NullCheck(L_11);
|
|
Il2CppChar L_13;
|
|
L_13 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_11, L_12, NULL);
|
|
String_t* L_14 = V_1;
|
|
int32_t L_15 = V_5;
|
|
NullCheck(L_14);
|
|
Il2CppChar L_16;
|
|
L_16 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_14, L_15, NULL);
|
|
if ((((int32_t)L_13) == ((int32_t)L_16)))
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_17 = V_0;
|
|
int32_t L_18 = V_5;
|
|
NullCheck(L_17);
|
|
Il2CppChar L_19;
|
|
L_19 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_17, L_18, NULL);
|
|
String_t* L_20 = V_1;
|
|
int32_t L_21 = V_5;
|
|
NullCheck(L_20);
|
|
Il2CppChar L_22;
|
|
L_22 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_20, L_21, NULL);
|
|
return ((int32_t)il2cpp_codegen_subtract((int32_t)L_19, (int32_t)L_22));
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
int32_t L_23 = V_5;
|
|
V_5 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
int32_t L_24 = V_5;
|
|
int32_t L_25 = V_4;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_26 = V_3;
|
|
int32_t L_27 = V_2;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_26, L_27));
|
|
}
|
|
}
|
|
// System.Void System.Net.PathList/PathListComparer::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__ctor_m4905B0AA67ADC50CC792AF932CCF405531C75240 (PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.PathList/PathListComparer::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void PathListComparer__cctor_m415C60796DF86C4FF515531AAEE5B444DE96838F (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8* L_0 = (PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8*)il2cpp_codegen_object_new(PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
PathListComparer__ctor_m4905B0AA67ADC50CC792AF932CCF405531C75240(L_0, NULL);
|
|
((PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var))->___StaticInstance_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_StaticFields*)il2cpp_codegen_static_fields_for(PathListComparer_t851D05E79B8FC8A3ED26213AD18DF67EECE295D8_il2cpp_TypeInfo_var))->___StaticInstance_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.CookieException::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_mB5A77C1F9648ECC0984F5F9DDCC05687C2E9CDED (CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FormatException__ctor_mF29D430E15E766845220AB94DEE48CFC341A2DFE(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.CookieException::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m0E120836351D3B4DFA0E6542D805CB96A941EEB1 (CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F* __this, String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
FormatException__ctor_mE04AEA59C0EEFF4BD34B7CE8601F9D331D1D473E(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.CookieException::.ctor(System.String,System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m8B674A5CEE204C67B8CEEF88783A3A8598A537B4 (CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F* __this, String_t* ___0_message, Exception_t* ___1_inner, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
Exception_t* L_1 = ___1_inner;
|
|
FormatException__ctor_mE31CCFC2A6FA296CA9E9C6813112D7850FE682D4(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.CookieException::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException__ctor_m7E1E07FED04485652CBED5F27126F196CB9BC380 (CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
FormatException__ctor_mC5676E4279E9B264450F42CAE47EE7A3F2031B9B(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.CookieException::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_System_Runtime_Serialization_ISerializable_GetObjectData_mB8B637774354CC45258851E226837486ACBDF52D (CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.CookieException::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CookieException_GetObjectData_mA90440563768260788500235B906AF63A798CDA3 (CookieException_t6284EB50036801672CA54BCB5BA3E6F57B6A6B9F* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
Exception_GetObjectData_mD69929DB0BB2512240908B9EEE21778CB7B72DA9(__this, L_0, L_1, 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.FileWebRequest::.ctor(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m32AA08E0CE88EE4B4328D724C347D7D3F2B3E700 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_method_19 = _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_method_19), (void*)_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
__this->___m_timeout_26 = ((int32_t)100000);
|
|
il2cpp_codegen_runtime_class_init_inline(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var);
|
|
WebRequest__ctor_m8A7037980E4A7E78EEF420F0C38A36C10DE3D642(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_0, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
String_t* L_2 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_StaticFields*)il2cpp_codegen_static_fields_for(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var))->___UriSchemeFile_0;
|
|
if ((((RuntimeObject*)(String_t*)L_1) == ((RuntimeObject*)(String_t*)L_2)))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_3 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentOutOfRangeException__ctor_mBC1D5DEEA1BA41DE77228CB27D6BAFEB6DCCBF4A(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest__ctor_m32AA08E0CE88EE4B4328D724C347D7D3F2B3E700_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___0_uri;
|
|
__this->___m_uri_27 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_uri_27), (void*)L_4);
|
|
__this->___m_fileAccess_17 = 1;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_5 = (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)il2cpp_codegen_object_new(WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
WebHeaderCollection__ctor_mE6EBDC6DA6CA46B83FD87FA51A93BACCA7FCDB27(L_5, ((int32_t)9), NULL);
|
|
__this->___m_headers_18 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_headers_18), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__ctor_m7AF7635D835AAEA13DE9B5F7BF53869032B6E51F (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBF018550260BAA441547D1402840686B85C921);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___m_method_19 = _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_method_19), (void*)_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
__this->___m_timeout_26 = ((int32_t)100000);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
il2cpp_codegen_runtime_class_init_inline(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var);
|
|
WebRequest__ctor_mFCD491607BF422AED49CB0368CFE19F2E37BE98A(__this, L_0, L_1, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_5;
|
|
L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_4, NULL);
|
|
__this->___m_headers_18 = ((WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_headers_18), (void*)((WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_0_0_0_var) };
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_9;
|
|
L_9 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_6, _stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786, L_8, NULL);
|
|
__this->___m_proxy_20 = ((RuntimeObject*)Castclass((RuntimeObject*)L_9, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_proxy_20), (void*)((RuntimeObject*)Castclass((RuntimeObject*)L_9, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
Type_t* L_12;
|
|
L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_13;
|
|
L_13 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_10, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_12, NULL);
|
|
__this->___m_uri_27 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_13, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_uri_27), (void*)((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_13, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_14 = ___0_serializationInfo;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_14, _stringLiteral1CBF018550260BAA441547D1402840686B85C921, NULL);
|
|
__this->___m_connectionGroupName_14 = L_15;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_connectionGroupName_14), (void*)L_15);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_16 = ___0_serializationInfo;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_16, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
|
|
__this->___m_method_19 = L_17;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_method_19), (void*)L_17);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_18 = ___0_serializationInfo;
|
|
NullCheck(L_18);
|
|
int64_t L_19;
|
|
L_19 = SerializationInfo_GetInt64_m1010D1CDBFF71ECC939B7779DBA8A15ACF3E6E48(L_18, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, NULL);
|
|
__this->___m_contentLength_15 = L_19;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_20 = ___0_serializationInfo;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = SerializationInfo_GetInt32_m7731402825C7FC8D0673F7610D555615F95E4FB5(L_20, _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5, NULL);
|
|
__this->___m_timeout_26 = L_21;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_22 = ___0_serializationInfo;
|
|
NullCheck(L_22);
|
|
int32_t L_23;
|
|
L_23 = SerializationInfo_GetInt32_m7731402825C7FC8D0673F7610D555615F95E4FB5(L_22, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, NULL);
|
|
__this->___m_fileAccess_17 = L_23;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_m73E50CCB8DA4A87382EE2B23DBA184184C238C67 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
VirtualActionInvoker2< SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37*, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 >::Invoke(7 /* System.Void System.Net.WebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetObjectData_mB0C155782CDEA4ED9B05D66308F6223AB0C4E389 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1CBF018550260BAA441547D1402840686B85C921);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBAC6655A03F949DDF2D407D01723148BA18BEB3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_1 = __this->___m_headers_18;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
NullCheck(L_0);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_0, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_1, L_3, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_serializationInfo;
|
|
RuntimeObject* L_5 = __this->___m_proxy_20;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_0_0_0_var) };
|
|
Type_t* L_7;
|
|
L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_4, _stringLiteralD69F44EE85E93078FAAAFEAB54A24724D3AC6786, L_5, L_7, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_8 = ___0_serializationInfo;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_9 = __this->___m_uri_27;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_10 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
Type_t* L_11;
|
|
L_11 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_10, NULL);
|
|
NullCheck(L_8);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_8, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_9, L_11, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_12 = ___0_serializationInfo;
|
|
String_t* L_13 = __this->___m_connectionGroupName_14;
|
|
NullCheck(L_12);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_12, _stringLiteral1CBF018550260BAA441547D1402840686B85C921, L_13, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_14 = ___0_serializationInfo;
|
|
String_t* L_15 = __this->___m_method_19;
|
|
NullCheck(L_14);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_14, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, L_15, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_16 = ___0_serializationInfo;
|
|
int64_t L_17 = __this->___m_contentLength_15;
|
|
NullCheck(L_16);
|
|
SerializationInfo_AddValue_m216A4FEE287DCA4612C30DB41571962A584D6324(L_16, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, L_17, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_18 = ___0_serializationInfo;
|
|
int32_t L_19 = __this->___m_timeout_26;
|
|
NullCheck(L_18);
|
|
SerializationInfo_AddValue_m9D6ADD10966D1FE8D19050F3A269747C23FE9FC4(L_18, _stringLiteral4044F71E1BE65840634E2AF1C09536F10DBF2AF5, L_19, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_20 = ___0_serializationInfo;
|
|
int32_t L_21 = __this->___m_fileAccess_17;
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject* L_23 = Box(FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30_il2cpp_TypeInfo_var, &L_22);
|
|
NullCheck(L_20);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_20, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, L_23, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_24 = ___0_serializationInfo;
|
|
NullCheck(L_24);
|
|
SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D(L_24, _stringLiteralBAC6655A03F949DDF2D407D01723148BA18BEB3F, (bool)0, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_25 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_26 = ___1_streamingContext;
|
|
WebRequest_GetObjectData_m1809AB7BE2251220AB0F64110CFD815EF882D3E7(__this, L_25, L_26, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.FileWebRequest::get_Aborted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_Aborted_mDCF5639158777EE8240560751536AF4CFF1FB3BE (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Aborted_32;
|
|
return (bool)((!(((uint32_t)L_0) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Int64 System.Net.FileWebRequest::get_ContentLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FileWebRequest_get_ContentLength_mB16DDD3E7D2004FE16EC56A419F42146F8522436 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___m_contentLength_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.ICredentials System.Net.FileWebRequest::get_Credentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Credentials_m15811E36CF44607B465463B7B5D304FA041D345E (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___m_credentials_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::set_Credentials(System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Credentials_m96C5BA6098F2A3A68B316B322590155D6D28666D (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___m_credentials_16 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_credentials_16), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.WebHeaderCollection System.Net.FileWebRequest::get_Headers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* FileWebRequest_get_Headers_mA3423794B56B845B6E6529CF51F3F8E7B6EE258B (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___m_headers_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Net.FileWebRequest::get_Method()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* FileWebRequest_get_Method_m8E953132A5F2EBAAAB77EF736122DC98D34A6CF4 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_method_19;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::set_Method(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Method_m73F004DA6365ADB70FD3B1F23311B071421F3324 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValidationHelper_tA6AE681FCDFA9BE8E3EF31C28A624AADF973A25C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(ValidationHelper_tA6AE681FCDFA9BE8E3EF31C28A624AADF973A25C_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = ValidationHelper_IsBlankString_m019C96701BF065A82B3E9F98D4C2AE74D458F4DB(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99806D9F00DD521B818BAB0B4E6950548E59F8B7)), NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_3 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_3, L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_set_Method_m73F004DA6365ADB70FD3B1F23311B071421F3324_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
String_t* L_4 = ___0_value;
|
|
__this->___m_method_19 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_method_19), (void*)L_4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.IWebProxy System.Net.FileWebRequest::get_Proxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_get_Proxy_m3F86F95EC0CEBCBDC13A3527DAF7C13E3B4D2D11 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___m_proxy_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::set_Proxy(System.Net.IWebProxy)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_set_Proxy_m496B133881523B919110F76A7CB02062388D2691 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___m_proxy_20 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_proxy_20), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.FileWebRequest::get_Timeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebRequest_get_Timeout_mCB71B1C9B994821CBB9D13E0BFE48E2339956144 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_timeout_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Uri System.Net.FileWebRequest::get_RequestUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FileWebRequest_get_RequestUri_mED65BA2ED487CB6B9B59E6FCA427F2B8210D8382 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___m_uri_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.IAsyncResult System.Net.FileWebRequest::BeginGetResponse(System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebRequest_BeginGetResponse_m08F29EBE802FE03432A5CB57FDFCA3C5A77CC9FF (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* V_0 = NULL;
|
|
bool V_1 = false;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006f:
|
|
{// begin finally (depth: 1)
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
bool L_0;
|
|
L_0 = FileWebRequest_get_Aborted_mDCF5639158777EE8240560751536AF4CFF1FB3BE(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e_2;
|
|
}
|
|
}
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_1;
|
|
L_1 = ExceptionHelper_get_RequestAbortedException_m6D740734DCE521A5A5C4A67296ED525451BE0F59(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_BeginGetResponse_m08F29EBE802FE03432A5CB57FDFCA3C5A77CC9FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e_2:
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003b_2:
|
|
{// begin finally (depth: 3)
|
|
{
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0044_2;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_3 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
|
|
}
|
|
|
|
IL_0044_2:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 3)
|
|
});
|
|
try
|
|
{// begin try (depth: 3)
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_4 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
|
|
bool L_5 = __this->___m_readPending_22;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0032_3;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6;
|
|
L_6 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralAFCA66D5D5878810A8CD2E0D26A5C5C39E21C7FE)), NULL);
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_7 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_7, L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_BeginGetResponse_m08F29EBE802FE03432A5CB57FDFCA3C5A77CC9FF_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0032_3:
|
|
{
|
|
__this->___m_readPending_22 = (bool)1;
|
|
goto IL_0045_2;
|
|
}
|
|
}// end try (depth: 3)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0045_2:
|
|
{
|
|
RuntimeObject* L_8 = ___1_state;
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_9 = ___0_callback;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_10 = (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B*)il2cpp_codegen_object_new(LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
LazyAsyncResult__ctor_m62BAF64A732506AD7544741700A0333B22CADE2F(L_10, __this, L_8, L_9, NULL);
|
|
__this->___m_WriteAResult_30 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_WriteAResult_30), (void*)L_10);
|
|
il2cpp_codegen_runtime_class_init_inline(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* L_11 = ((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var))->___s_GetResponseCallback_13;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_12 = __this->___m_WriteAResult_30;
|
|
bool L_13;
|
|
L_13 = ThreadPool_QueueUserWorkItem_mE534D14C47699D1D37288AE0710B19FC7EC02BAB(L_11, L_12, NULL);
|
|
goto IL_0070;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0066_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0066_1:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_14 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
bool L_15;
|
|
L_15 = Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE(NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 2)
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0070:
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_16 = __this->___m_WriteAResult_30;
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Net.WebResponse System.Net.FileWebRequest::EndGetResponse(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* FileWebRequest_EndGetResponse_m2A6CE91546D40B688C7326A175CEDE7501949973 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* V_0 = NULL;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* V_1 = NULL;
|
|
RuntimeObject* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* G_B5_0 = NULL;
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0060:
|
|
{// begin finally (depth: 1)
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
RuntimeObject* L_0 = ___0_asyncResult;
|
|
V_1 = ((LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B*)IsInstClass((RuntimeObject*)L_0, LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = ___0_asyncResult;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d_2;
|
|
}
|
|
}
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_2 = V_1;
|
|
if (L_2)
|
|
{
|
|
goto IL_0031_2;
|
|
}
|
|
}
|
|
|
|
IL_000d_2:
|
|
{
|
|
RuntimeObject* L_3 = ___0_asyncResult;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0026_2;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4;
|
|
L_4 = SR_GetString_m2F0EFCFA5FE3DB6DE89C5823284302D691355AA6(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8C141564B8410A92C4952C96A8E575570CC65E26)), NULL);
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), NULL);
|
|
G_B5_0 = L_5;
|
|
goto IL_0030_2;
|
|
}
|
|
|
|
IL_0026_2:
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_6 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), NULL);
|
|
G_B5_0 = ((ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)(L_6));
|
|
}
|
|
|
|
IL_0030_2:
|
|
{
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(G_B5_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_EndGetResponse_m2A6CE91546D40B688C7326A175CEDE7501949973_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0031_2:
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = LazyAsyncResult_InternalWaitForCompletion_mE52E38E8478ACA2C9344716035CCC46E5CA32A59(L_7, NULL);
|
|
V_2 = L_8;
|
|
RuntimeObject* L_9 = V_2;
|
|
if (!((Exception_t*)IsInstClass((RuntimeObject*)L_9, Exception_t_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0047_2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = V_2;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(((Exception_t*)CastclassClass((RuntimeObject*)L_10, ((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)))), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_EndGetResponse_m2A6CE91546D40B688C7326A175CEDE7501949973_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0047_2:
|
|
{
|
|
RuntimeObject* L_11 = V_2;
|
|
V_0 = ((WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682*)CastclassClass((RuntimeObject*)L_11, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682_il2cpp_TypeInfo_var));
|
|
__this->___m_readPending_22 = (bool)0;
|
|
goto IL_0061;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0057_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0057_1:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_12 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
bool L_13;
|
|
L_13 = Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE(NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 2)
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_14 = V_0;
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Net.WebResponse System.Net.FileWebRequest::GetResponse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* FileWebRequest_GetResponse_mC0E52C8B9885217929AC660B62A073CD2C63D481 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
__this->___m_syncHint_25 = (bool)1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006a:
|
|
{// begin finally (depth: 1)
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = VirtualFuncInvoker2< RuntimeObject*, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C*, RuntimeObject* >::Invoke(21 /* System.IAsyncResult System.Net.WebRequest::BeginGetResponse(System.AsyncCallback,System.Object) */, __this, (AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C*)NULL, NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this);
|
|
if ((((int32_t)L_1) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_005f_2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5_il2cpp_TypeInfo_var, L_2);
|
|
if (L_3)
|
|
{
|
|
goto IL_005f_2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8* L_5;
|
|
L_5 = InterfaceFuncInvoker0< WaitHandle_t08F8DB54593B241FE32E0DD0BD3D82785D3AE3D8* >::Invoke(1 /* System.Threading.WaitHandle System.IAsyncResult::get_AsyncWaitHandle() */, IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5_il2cpp_TypeInfo_var, L_4);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(19 /* System.Int32 System.Net.WebRequest::get_Timeout() */, __this);
|
|
NullCheck(L_5);
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker2< bool, int32_t, bool >::Invoke(8 /* System.Boolean System.Threading.WaitHandle::WaitOne(System.Int32,System.Boolean) */, L_5, L_6, (bool)0);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d_2;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.IAsyncResult::get_IsCompleted() */, IAsyncResult_t7B9B5A0ECB35DCEC31B8A8122C37D687369253B5_il2cpp_TypeInfo_var, L_8);
|
|
if (L_9)
|
|
{
|
|
goto IL_005f_2;
|
|
}
|
|
}
|
|
|
|
IL_003d_2:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_10 = __this->___m_response_23;
|
|
if (!L_10)
|
|
{
|
|
goto IL_0050_2;
|
|
}
|
|
}
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_11 = __this->___m_response_23;
|
|
NullCheck(L_11);
|
|
VirtualActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_11);
|
|
}
|
|
|
|
IL_0050_2:
|
|
{
|
|
String_t* L_12;
|
|
L_12 = NetRes_GetWebStatusString_mD9399FD3443A9CE042D7FD869BB7EC986E32C218(((int32_t)14), NULL);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_13 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_13);
|
|
WebException__ctor_m6C829021B5388956F84830FC249915324C1453A1(L_13, L_12, ((int32_t)14), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_13, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_GetResponse_mC0E52C8B9885217929AC660B62A073CD2C63D481_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_005f_2:
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0061_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0061_1:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_14 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
bool L_15;
|
|
L_15 = Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE(NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 2)
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
RuntimeObject* L_16 = V_0;
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_17;
|
|
L_17 = VirtualFuncInvoker1< WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682*, RuntimeObject* >::Invoke(22 /* System.Net.WebResponse System.Net.WebRequest::EndGetResponse(System.IAsyncResult) */, __this, L_16);
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::GetRequestStreamCallback(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetRequestStreamCallback_mA23B6712238C205D7ABCF5187B88B24911A4D803 (RuntimeObject* ___0_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* V_0 = NULL;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* V_1 = NULL;
|
|
Exception_t* V_2 = NULL;
|
|
Exception_t* V_3 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject* L_0 = ___0_state;
|
|
V_0 = ((LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B*)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var));
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = LazyAsyncResult_get_AsyncObject_m599FB00838F916DBE45F359D64D26717EA2DF231_inline(L_1, NULL);
|
|
V_1 = ((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A*)CastclassClass((RuntimeObject*)L_2, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var));
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = L_3->___m_stream_24;
|
|
if (L_4)
|
|
{
|
|
goto IL_0043_1;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_5 = V_1;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_6 = V_1;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = L_7->___m_uri_27;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E(L_8, NULL);
|
|
FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* L_10 = (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5*)il2cpp_codegen_object_new(FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
FileWebStream__ctor_m0F3CC822C4DEE7C71B3FA3FFDCF5B25EAEB2CEAE(L_10, L_6, L_9, 2, 2, 1, NULL);
|
|
NullCheck(L_5);
|
|
L_5->___m_stream_24 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_5->___m_stream_24), (void*)L_10);
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
L_11->___m_fileAccess_17 = 2;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
L_12->___m_writing_29 = (bool)1;
|
|
}
|
|
|
|
IL_0043_1:
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0045;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0045:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_13 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_2 = L_13;
|
|
Exception_t* L_14 = V_2;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_14);
|
|
Exception_t* L_16 = V_2;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_17 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_17);
|
|
WebException__ctor_m8075F9F7345CECCBDB276E0B67DE820A9F7D03E9(L_17, L_15, L_16, NULL);
|
|
V_3 = L_17;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_18 = V_0;
|
|
Exception_t* L_19 = V_3;
|
|
NullCheck(L_18);
|
|
LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A(L_18, L_19, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0068;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_005c:
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_20 = V_0;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_22 = L_21->___m_stream_24;
|
|
NullCheck(L_20);
|
|
LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A(L_20, L_22, NULL);
|
|
}
|
|
|
|
IL_0068:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::GetResponseCallback(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_GetResponseCallback_m116EAD5C1447D6E7CAB284383F1ACE24C69D78A8 (RuntimeObject* ___0_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* V_0 = NULL;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* V_1 = NULL;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* V_2 = NULL;
|
|
bool V_3 = false;
|
|
Exception_t* V_4 = NULL;
|
|
Exception_t* V_5 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject* L_0 = ___0_state;
|
|
V_0 = ((LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B*)CastclassClass((RuntimeObject*)L_0, LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B_il2cpp_TypeInfo_var));
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2;
|
|
L_2 = LazyAsyncResult_get_AsyncObject_m599FB00838F916DBE45F359D64D26717EA2DF231_inline(L_1, NULL);
|
|
V_1 = ((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A*)CastclassClass((RuntimeObject*)L_2, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var));
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
bool L_4 = L_3->___m_writePending_28;
|
|
if (L_4)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
bool L_6 = L_5->___m_writing_29;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_7 = V_1;
|
|
V_2 = L_7;
|
|
V_3 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_004d:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_8 = V_3;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_9 = V_2;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_9, NULL);
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_10 = V_2;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_10, (&V_3), NULL);
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_11 = V_1;
|
|
NullCheck(L_11);
|
|
bool L_12 = L_11->___m_writePending_28;
|
|
if (L_12)
|
|
{
|
|
goto IL_003f_1;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
bool L_14 = L_13->___m_writing_29;
|
|
if (!L_14)
|
|
{
|
|
goto IL_004b_1;
|
|
}
|
|
}
|
|
|
|
IL_003f_1:
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_15 = V_1;
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_16 = (ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158*)il2cpp_codegen_object_new(ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
ManualResetEvent__ctor_m361CFCF6AC28BFFF5C8790DC2B5951791A1C4CEE(L_16, (bool)0, NULL);
|
|
NullCheck(L_15);
|
|
L_15->___m_readerEvent_21 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_15->___m_readerEvent_21), (void*)L_16);
|
|
}
|
|
|
|
IL_004b_1:
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_18 = L_17->___m_readerEvent_21;
|
|
if (!L_18)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_20 = L_19->___m_readerEvent_21;
|
|
NullCheck(L_20);
|
|
bool L_21;
|
|
L_21 = VirtualFuncInvoker0< bool >::Invoke(9 /* System.Boolean System.Threading.WaitHandle::WaitOne() */, L_20);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_23 = L_22->___m_response_23;
|
|
if (L_23)
|
|
{
|
|
goto IL_0095_1;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_24 = V_1;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_25 = V_1;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_27 = L_26->___m_uri_27;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_28 = V_1;
|
|
NullCheck(L_28);
|
|
int32_t L_29 = L_28->___m_fileAccess_17;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_30 = V_1;
|
|
NullCheck(L_30);
|
|
bool L_31 = L_30->___m_syncHint_25;
|
|
FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* L_32 = (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2*)il2cpp_codegen_object_new(FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_32);
|
|
FileWebResponse__ctor_mDCECF4C7D821F8FCBA18B5FA8DF2AD303A029C30(L_32, L_25, L_27, L_29, (bool)((((int32_t)L_31) == ((int32_t)0))? 1 : 0), NULL);
|
|
NullCheck(L_24);
|
|
L_24->___m_response_23 = L_32;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_24->___m_response_23), (void*)L_32);
|
|
}
|
|
|
|
IL_0095_1:
|
|
{
|
|
goto IL_00b3;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0097;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0097:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_33 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_4 = L_33;
|
|
Exception_t* L_34 = V_4;
|
|
NullCheck(L_34);
|
|
String_t* L_35;
|
|
L_35 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_34);
|
|
Exception_t* L_36 = V_4;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_37 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_37);
|
|
WebException__ctor_m8075F9F7345CECCBDB276E0B67DE820A9F7D03E9(L_37, L_35, L_36, NULL);
|
|
V_5 = L_37;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_38 = V_0;
|
|
Exception_t* L_39 = V_5;
|
|
NullCheck(L_38);
|
|
LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A(L_38, L_39, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00bf;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00b3:
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_40 = V_0;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_42 = L_41->___m_response_23;
|
|
NullCheck(L_40);
|
|
LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A(L_40, L_42, NULL);
|
|
}
|
|
|
|
IL_00bf:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::UnblockReader()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_UnblockReader_mC1E7C9618A64BC7785D882EB222D92A95244F8B3 (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0022:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_0 = V_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_1 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_1, NULL);
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_2 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_2, (&V_1), NULL);
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_3 = __this->___m_readerEvent_21;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020_1;
|
|
}
|
|
}
|
|
{
|
|
ManualResetEvent_t63959486AA41A113A4353D0BF4A68E77EBA0A158* L_4 = __this->___m_readerEvent_21;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = EventWaitHandle_Set_mDF98D67F214714A9590DF82A1C51D3D851281E4D(L_4, NULL);
|
|
}
|
|
|
|
IL_0020_1:
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
__this->___m_writing_29 = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.FileWebRequest::get_UseDefaultCredentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool FileWebRequest_get_UseDefaultCredentials_m3A68945BADD01035A36BE0D6C46248B0C68EE5BA (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_0;
|
|
L_0 = ExceptionHelper_get_PropertyNotSupportedException_mCB5E323EB0AB34B6FFFF79EBE172AAB1F1DB16A0(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebRequest_get_UseDefaultCredentials_m3A68945BADD01035A36BE0D6C46248B0C68EE5BA_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::Abort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest_Abort_m5749D46C3CA5C4CBD0F8222A1F3308C46C6F77CB (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* V_0 = NULL;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* V_1 = NULL;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* V_2 = NULL;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_3 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
bool L_0;
|
|
L_0 = Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE(NULL);
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00a6:
|
|
{// begin finally (depth: 1)
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
int32_t* L_1 = (int32_t*)(&__this->___m_Aborted_32);
|
|
int32_t L_2;
|
|
L_2 = Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309(L_1, NULL);
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)1))))
|
|
{
|
|
goto IL_009b_2;
|
|
}
|
|
}
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_3 = __this->___m_ReadAResult_31;
|
|
V_0 = L_3;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_4 = __this->___m_WriteAResult_30;
|
|
V_1 = L_4;
|
|
String_t* L_5;
|
|
L_5 = NetRes_GetWebStatusString_mFFB46FAEB073A149FD92DDB98059B8F6656FCB9C(_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46, 6, NULL);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_6 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
WebException__ctor_m6C829021B5388956F84830FC249915324C1453A1(L_6, L_5, 6, NULL);
|
|
V_2 = L_6;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_7 = __this->___m_stream_24;
|
|
V_3 = L_7;
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_8 = V_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0051_2;
|
|
}
|
|
}
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = LazyAsyncResult_get_IsCompleted_mE0A803876FB2D312361FCA5F631535B09F6C3125(L_9, NULL);
|
|
if (L_10)
|
|
{
|
|
goto IL_0051_2;
|
|
}
|
|
}
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_11 = V_0;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_12 = V_2;
|
|
NullCheck(L_11);
|
|
LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_0051_2:
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_13 = V_1;
|
|
if (!L_13)
|
|
{
|
|
goto IL_0063_2;
|
|
}
|
|
}
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = LazyAsyncResult_get_IsCompleted_mE0A803876FB2D312361FCA5F631535B09F6C3125(L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0063_2;
|
|
}
|
|
}
|
|
{
|
|
LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* L_16 = V_1;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_17 = V_2;
|
|
NullCheck(L_16);
|
|
LazyAsyncResult_InvokeCallback_m4A1E1A15818F5ED6E6DBAEB48104A06529A11C9A(L_16, L_17, NULL);
|
|
}
|
|
|
|
IL_0063_2:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_18 = V_3;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0082_2;
|
|
}
|
|
}
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_19 = V_3;
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_19, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_007c_2;
|
|
}
|
|
}
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_20 = V_3;
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)));
|
|
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_20, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)), 1);
|
|
goto IL_0082_2;
|
|
}
|
|
|
|
IL_007c_2:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_21 = V_3;
|
|
NullCheck(L_21);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_21);
|
|
}
|
|
|
|
IL_0082_2:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_22 = __this->___m_response_23;
|
|
if (!L_22)
|
|
{
|
|
goto IL_009b_2;
|
|
}
|
|
}
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_23 = __this->___m_response_23;
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)));
|
|
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_23, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)), 1);
|
|
}
|
|
|
|
IL_009b_2:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_009d_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_009d_1:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_24 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
bool L_25;
|
|
L_25 = Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE(NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 2)
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebRequest::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequest__cctor_mB2EA189702233328BD9457D5B6EF8EDC770D151E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_GetRequestStreamCallback_mA23B6712238C205D7ABCF5187B88B24911A4D803_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_GetResponseCallback_m116EAD5C1447D6E7CAB284383F1ACE24C69D78A8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* L_0 = (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3*)il2cpp_codegen_object_new(WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C(L_0, NULL, (intptr_t)((void*)FileWebRequest_GetRequestStreamCallback_mA23B6712238C205D7ABCF5187B88B24911A4D803_RuntimeMethod_var), NULL);
|
|
((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var))->___s_GetRequestStreamCallback_12 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var))->___s_GetRequestStreamCallback_12), (void*)L_0);
|
|
WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3* L_1 = (WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3*)il2cpp_codegen_object_new(WaitCallback_tFB2C7FD58D024BBC2B0333DC7A4CB63B8DEBD5D3_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
WaitCallback__ctor_m9730564F9A28ECB72462D05AA92CA9E43DE9B41C(L_1, NULL, (intptr_t)((void*)FileWebRequest_GetResponseCallback_m116EAD5C1447D6E7CAB284383F1ACE24C69D78A8_RuntimeMethod_var), NULL);
|
|
((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var))->___s_GetResponseCallback_13 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_StaticFields*)il2cpp_codegen_static_fields_for(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var))->___s_GetResponseCallback_13), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.FileWebRequestCreator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebRequestCreator__ctor_mDF264D86311EA60A56DA2B1FCE048E48F0BF6CAB (FileWebRequestCreator_tC059E97F3753B58929F60C8531EADB9683F4111D* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.WebRequest System.Net.FileWebRequestCreator::Create(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* FileWebRequestCreator_Create_mB47FFBF665D3B3D20F250AE2396A3C5654637939 (FileWebRequestCreator_tC059E97F3753B58929F60C8531EADB9683F4111D* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri;
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_1 = (FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A*)il2cpp_codegen_object_new(FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
FileWebRequest__ctor_m32AA08E0CE88EE4B4328D724C347D7D3F2B3E700(L_1, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m0F3CC822C4DEE7C71B3FA3FFDCF5B25EAEB2CEAE (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___0_request, String_t* ___1_path, int32_t ___2_mode, int32_t ___3_access, int32_t ___4_sharing, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___1_path;
|
|
int32_t L_1 = ___2_mode;
|
|
int32_t L_2 = ___3_access;
|
|
int32_t L_3 = ___4_sharing;
|
|
il2cpp_codegen_runtime_class_init_inline(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mA39506EF7A1F33FCA0199B880BE1D82217E33EEC(__this, L_0, L_1, L_2, L_3, NULL);
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_4 = ___0_request;
|
|
__this->___m_request_21 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_request_21), (void*)L_4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebStream::.ctor(System.Net.FileWebRequest,System.String,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,System.Int32,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream__ctor_m9E118415C0F3AD53809A5836C1BD6DFC9913C60B (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___0_request, String_t* ___1_path, int32_t ___2_mode, int32_t ___3_access, int32_t ___4_sharing, int32_t ___5_length, bool ___6_async, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___1_path;
|
|
int32_t L_1 = ___2_mode;
|
|
int32_t L_2 = ___3_access;
|
|
int32_t L_3 = ___4_sharing;
|
|
int32_t L_4 = ___5_length;
|
|
bool L_5 = ___6_async;
|
|
il2cpp_codegen_runtime_class_init_inline(FileStream_t07C7222EE10B75F352B89B76E60820160FF10AD8_il2cpp_TypeInfo_var);
|
|
FileStream__ctor_mB51E4FD96A6B396795C835EFD7B0F0018A3A5029(__this, L_0, L_1, L_2, L_3, L_4, L_5, NULL);
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_6 = ___0_request;
|
|
__this->___m_request_21 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_request_21), (void*)L_6);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebStream::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_Dispose_m1155DD4853E8E2ADF2EB7E0A940289F18E4F8EF8 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0018:
|
|
{// begin finally (depth: 1)
|
|
bool L_0 = ___0_disposing;
|
|
FileStream_Dispose_mFDB2D0B3FCD191C489786FEBE3C077D9F1FDFE97(__this, L_0, NULL);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
bool L_1 = ___0_disposing;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0016_1;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_2 = __this->___m_request_21;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016_1;
|
|
}
|
|
}
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_3 = __this->___m_request_21;
|
|
NullCheck(L_3);
|
|
FileWebRequest_UnblockReader_mC1E7C9618A64BC7785D882EB222D92A95244F8B3(L_3, NULL);
|
|
}
|
|
|
|
IL_0016_1:
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebStream::System.Net.ICloseEx.CloseEx(System.Net.CloseExState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_System_Net_ICloseEx_CloseEx_m68BBF0B85ACACDFB200E96968A6E31E8FCA757C4 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, int32_t ___0_closeState, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___0_closeState;
|
|
if (!((int32_t)((int32_t)L_0&1)))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* L_1;
|
|
L_1 = VirtualFuncInvoker0< SafeFileHandle_t033FA6AAAC65F4BB25F4CBA9A242A58C95CD406E* >::Invoke(37 /* Microsoft.Win32.SafeHandles.SafeFileHandle System.IO.FileStream::get_SafeFileHandle() */, __this);
|
|
NullCheck(L_1);
|
|
SafeHandle_Close_mC881D1BD3DC7240B9682460FBEDBB5146102851F(L_1, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, __this);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.FileWebStream::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebStream_Read_mD35B2485DB5F8929EF92A5727FF64A28BF2A5DB0 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
int32_t L_1 = ___1_offset;
|
|
int32_t L_2 = ___2_size;
|
|
int32_t L_3;
|
|
L_3 = FileStream_Read_mDD3E7BEDCD8E59D47876184A43BCC95523DBE77A(__this, L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
goto IL_001b;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0012;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0012:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_4 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001b:
|
|
{
|
|
int32_t L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebStream::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_Write_m216E33F6ABF32F817381DEF9DB3B133BC0587468 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
int32_t L_1 = ___1_offset;
|
|
int32_t L_2 = ___2_size;
|
|
FileStream_Write_m7A551B6D2844AF0DB6BB83A0BAFADA60AD7009CF(__this, L_0, L_1, L_2, NULL);
|
|
goto IL_001a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0011;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0011:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_3 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IAsyncResult System.Net.FileWebStream::BeginRead(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginRead_mAAB039B0A955363303488218A4CBB9845CAEB4CF (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_state, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
int32_t L_1 = ___1_offset;
|
|
int32_t L_2 = ___2_size;
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_3 = ___3_callback;
|
|
RuntimeObject* L_4 = ___4_state;
|
|
RuntimeObject* L_5;
|
|
L_5 = FileStream_BeginRead_mAF1D444E4DB43E2DD74A8EF58ECB5DEDE2F6B718(__this, L_0, L_1, L_2, L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_001f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0016;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0016:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.FileWebStream::EndRead(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t FileWebStream_EndRead_m5AEA2D6B64A3CA7E005D9F0929C9D829766F6538 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, RuntimeObject* ___0_ar, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_0 = ___0_ar;
|
|
int32_t L_1;
|
|
L_1 = FileStream_EndRead_mBF4D58C3D0929220E383FE8CD81B2FBD8347775C(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0013;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000a;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000a:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_2 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0013:
|
|
{
|
|
int32_t L_3 = V_0;
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.IAsyncResult System.Net.FileWebStream::BeginWrite(System.Byte[],System.Int32,System.Int32,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* FileWebStream_BeginWrite_m686EDD328F0ECED1C8C51E819A61E3BD7A44F5B1 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___3_callback, RuntimeObject* ___4_state, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
int32_t L_1 = ___1_offset;
|
|
int32_t L_2 = ___2_size;
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_3 = ___3_callback;
|
|
RuntimeObject* L_4 = ___4_state;
|
|
RuntimeObject* L_5;
|
|
L_5 = FileStream_BeginWrite_m4ED11D71A64ECE16272D4282267D90C72FA893D3(__this, L_0, L_1, L_2, L_3, L_4, NULL);
|
|
V_0 = L_5;
|
|
goto IL_001f;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0016;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0016:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_6 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebStream::EndWrite(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_EndWrite_m5162ABF5383D0F4A52DF6996687868DE6AF9E486 (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, RuntimeObject* ___0_ar, const RuntimeMethod* method)
|
|
{
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_0 = ___0_ar;
|
|
FileStream_EndWrite_mE36D93CC2A44F94404496186288419B30CB663E9(__this, L_0, NULL);
|
|
goto IL_0012;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0009;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0009:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_1 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B(__this, NULL);
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0012:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebStream::CheckError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_0 = __this->___m_request_21;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = FileWebRequest_get_Aborted_mDCF5639158777EE8240560751536AF4CFF1FB3BE(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2;
|
|
L_2 = NetRes_GetWebStatusString_mFFB46FAEB073A149FD92DDB98059B8F6656FCB9C(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4502112B709257EB72BDA2E310BDAD51C4094E46)), 6, NULL);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_3 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
WebException__ctor_m6C829021B5388956F84830FC249915324C1453A1(L_3, L_2, 6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebStream_CheckError_m7C73A2B18D870AB5869B1F38F325C32E83305F6B_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.FileWebResponse::.ctor(System.Net.FileWebRequest,System.Uri,System.IO.FileAccess,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_mDCECF4C7D821F8FCBA18B5FA8DF2AD303A029C30 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* ___0_request, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri, int32_t ___2_access, bool ___3_asyncHint, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral641255E7CDC790311725CCB47DB63D989117D244);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
WebResponse__ctor_mC11AFFC628F1E49E53431A3129ADC7CEA012306B(__this, NULL);
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_0 = ___2_access;
|
|
__this->___m_fileAccess_4 = L_0;
|
|
int32_t L_1 = ___2_access;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)2))))
|
|
{
|
|
goto IL_001e_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var))->___Null_1;
|
|
__this->___m_stream_6 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_stream_6), (void*)L_2);
|
|
goto IL_004b_1;
|
|
}
|
|
|
|
IL_001e_1:
|
|
{
|
|
FileWebRequest_tD1A538307AB2949504F97926635635C573CDF49A* L_3 = ___0_request;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___1_uri;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = Uri_get_LocalPath_m60EE736E6F601238CBC20CE7DBB647C61F16DB0E(L_4, NULL);
|
|
bool L_6 = ___3_asyncHint;
|
|
FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5* L_7 = (FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5*)il2cpp_codegen_object_new(FileWebStream_t4F9875530A08D3E605D048A4A9686A970E61D3A5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
FileWebStream__ctor_m9E118415C0F3AD53809A5836C1BD6DFC9913C60B(L_7, L_3, L_5, 3, 1, 1, ((int32_t)8192), L_6, NULL);
|
|
__this->___m_stream_6 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_stream_6), (void*)L_7);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_8 = __this->___m_stream_6;
|
|
NullCheck(L_8);
|
|
int64_t L_9;
|
|
L_9 = VirtualFuncInvoker0< int64_t >::Invoke(11 /* System.Int64 System.IO.Stream::get_Length() */, L_8);
|
|
__this->___m_contentLength_3 = L_9;
|
|
}
|
|
|
|
IL_004b_1:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_10 = (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)il2cpp_codegen_object_new(WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
WebHeaderCollection__ctor_mE6EBDC6DA6CA46B83FD87FA51A93BACCA7FCDB27(L_10, ((int32_t)10), NULL);
|
|
__this->___m_headers_5 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_headers_5), (void*)L_10);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_11 = __this->___m_headers_5;
|
|
int64_t* L_12 = (int64_t*)(&__this->___m_contentLength_3);
|
|
NumberFormatInfo_t8E26808B202927FEBF9064FCFEEA4D6E076E6472* L_13;
|
|
L_13 = NumberFormatInfo_get_InvariantInfo_m4689F466D2607C7369BCE394E3FB3681A6E644FA(NULL);
|
|
String_t* L_14;
|
|
L_14 = Int64_ToString_m5250B67D3E89B8EB829FB26136E744F1F141B7FD(L_12, L_13, NULL);
|
|
NullCheck(L_11);
|
|
WebHeaderCollection_AddInternal_m0EE002E2F815150CA5C43EC865F6D193FD4B7777(L_11, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, L_14, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_15 = __this->___m_headers_5;
|
|
NullCheck(L_15);
|
|
WebHeaderCollection_AddInternal_m0EE002E2F815150CA5C43EC865F6D193FD4B7777(L_15, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18, _stringLiteral641255E7CDC790311725CCB47DB63D989117D244, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = ___1_uri;
|
|
__this->___m_uri_7 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_uri_7), (void*)L_16);
|
|
goto IL_00a6;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0096;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0096:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_17 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_0 = L_17;
|
|
Exception_t* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_18);
|
|
Exception_t* L_20 = V_0;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_21 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_21);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_21, L_19, L_20, 2, (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682*)NULL, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_21, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebResponse__ctor_mDCECF4C7D821F8FCBA18B5FA8DF2AD303A029C30_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00a6:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse__ctor_m63E4E435D6A83A6DFCE4FB6560F97FD09C50D973 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
WebResponse__ctor_m845789E13F69DA82F94377A29D46186F2A43ADD1(__this, L_0, L_1, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_3 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_4;
|
|
L_4 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_3, NULL);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_5;
|
|
L_5 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_2, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_4, NULL);
|
|
__this->___m_headers_5 = ((WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_headers_5), (void*)((WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)CastclassClass((RuntimeObject*)L_5, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_7 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
Type_t* L_8;
|
|
L_8 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_7, NULL);
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_9;
|
|
L_9 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_6, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_8, NULL);
|
|
__this->___m_uri_7 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_9, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_uri_7), (void*)((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_9, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_serializationInfo;
|
|
NullCheck(L_10);
|
|
int64_t L_11;
|
|
L_11 = SerializationInfo_GetInt64_m1010D1CDBFF71ECC939B7779DBA8A15ACF3E6E48(L_10, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, NULL);
|
|
__this->___m_contentLength_3 = L_11;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_12 = ___0_serializationInfo;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = SerializationInfo_GetInt32_m7731402825C7FC8D0673F7610D555615F95E4FB5(L_12, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, NULL);
|
|
__this->___m_fileAccess_4 = L_13;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m92E0F46AC675AA9E4EEB159D1B465E085CB4CEC7 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
VirtualActionInvoker2< SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37*, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 >::Invoke(8 /* System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_GetObjectData_m8C157E17C06D23AE9B5E8B00FFDDB3F94209667A (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4F62453D63DFA54898630106551DDE73F0435387);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_1 = __this->___m_headers_5;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
NullCheck(L_0);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_0, _stringLiteral368FD5FDD9D32A20DF4066D2D3E2DFB1AFED1638, L_1, L_3, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_serializationInfo;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = __this->___m_uri_7;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_6 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
Type_t* L_7;
|
|
L_7 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_6, NULL);
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m1AD59BBF8C3129142943D3F298ADF09FF123C199(L_4, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_5, L_7, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_8 = ___0_serializationInfo;
|
|
int64_t L_9 = __this->___m_contentLength_3;
|
|
NullCheck(L_8);
|
|
SerializationInfo_AddValue_m216A4FEE287DCA4612C30DB41571962A584D6324(L_8, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, L_9, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_serializationInfo;
|
|
int32_t L_11 = __this->___m_fileAccess_4;
|
|
int32_t L_12 = L_11;
|
|
RuntimeObject* L_13 = Box(FileAccess_t3992FF4CCC61971B804DD291F06F696C3CF33C30_il2cpp_TypeInfo_var, &L_12);
|
|
NullCheck(L_10);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_10, _stringLiteral4F62453D63DFA54898630106551DDE73F0435387, L_13, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_14 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_15 = ___1_streamingContext;
|
|
WebResponse_GetObjectData_mDE55FE69900B3F6311ED36EC53D1F775E2A634CB(__this, L_14, L_15, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.WebHeaderCollection System.Net.FileWebResponse::get_Headers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* FileWebResponse_get_Headers_m6ABB72A61FD21CD73DB65DD1197076DF0C1B6A89 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119(__this, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___m_headers_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Uri System.Net.FileWebResponse::get_ResponseUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* FileWebResponse_get_ResponseUri_mAF08E8518D7536DEB992379B60086DB435F66D46 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___m_uri_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebResponse::CheckDisposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_closed_2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_1;
|
|
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1);
|
|
ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_3 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_3, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebResponse::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_Close_m03BA89FC13B905EC65468C4AFB8FC44A1AFF3F83 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var, __this, 0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.FileWebResponse::System.Net.ICloseEx.CloseEx(System.Net.CloseExState)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FileWebResponse_System_Net_ICloseEx_CloseEx_m9909306B65ECA8038FB0A1DE1D0E72DEC4EB3D39 (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, int32_t ___0_closeState, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_0 = NULL;
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_003e:
|
|
{// begin finally (depth: 1)
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
bool L_0 = __this->___m_closed_2;
|
|
if (L_0)
|
|
{
|
|
goto IL_003c_1;
|
|
}
|
|
}
|
|
{
|
|
__this->___m_closed_2 = (bool)1;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = __this->___m_stream_6;
|
|
V_0 = L_1;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_003c_1;
|
|
}
|
|
}
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = V_0;
|
|
if (!((RuntimeObject*)IsInst((RuntimeObject*)L_3, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_002f_1;
|
|
}
|
|
}
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = V_0;
|
|
int32_t L_5 = ___0_closeState;
|
|
NullCheck(((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)));
|
|
InterfaceActionInvoker1< int32_t >::Invoke(0 /* System.Void System.Net.ICloseEx::CloseEx(System.Net.CloseExState) */, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var, ((RuntimeObject*)Castclass((RuntimeObject*)L_4, ICloseEx_tCE0C0139320304106D631B20A3A73B581D2ED6F1_il2cpp_TypeInfo_var)), L_5);
|
|
goto IL_0035_1;
|
|
}
|
|
|
|
IL_002f_1:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_6);
|
|
}
|
|
|
|
IL_0035_1:
|
|
{
|
|
__this->___m_stream_6 = (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_stream_6), (void*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL);
|
|
}
|
|
|
|
IL_003c_1:
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.IO.Stream System.Net.FileWebResponse::GetResponseStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* FileWebResponse_GetResponseStream_m3221F1B8ADA3CEB5CD010D5EF41ED44E3A9A32BC (FileWebResponse_t596090F69B3D0207481CFE48C34ED757493A03D2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0008:
|
|
{// begin finally (depth: 1)
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
FileWebResponse_CheckDisposed_mEC4160F0E1B497A73227AB5E06ABFA3FA2E45119(__this, NULL);
|
|
goto IL_0009;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___m_stream_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.WebProxy::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy__ctor_m513721AC5813F35B2879182BF7558A2966DDBC34 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebProxy__ctor_m56D1C9B767710B435DFDCC58891651D915E9E96E(__this, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, (bool)0, (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)NULL, (RuntimeObject*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.WebProxy::.ctor(System.Uri,System.Boolean,System.String[],System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy__ctor_m56D1C9B767710B435DFDCC58891651D915E9E96E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_Address, bool ___1_BypassOnLocal, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_BypassList, RuntimeObject* ___3_Credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_Address;
|
|
__this->____ProxyAddress_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____ProxyAddress_3), (void*)L_0);
|
|
bool L_1 = ___1_BypassOnLocal;
|
|
__this->____BypassOnLocal_1 = L_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = ___2_BypassList;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = ___2_BypassList;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
ArrayList__ctor_mCE5AABB7EF7F41F9170791E2C5145E49684DCE11(L_4, (RuntimeObject*)L_3, NULL);
|
|
__this->____BypassList_4 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____BypassList_4), (void*)L_4);
|
|
WebProxy_UpdateRegExList_m7B2EE98DAADC48CBDFA6ED2D491B4E4F00857F48(__this, (bool)1, NULL);
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
RuntimeObject* L_5 = ___3_Credentials;
|
|
__this->____Credentials_5 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____Credentials_5), (void*)L_5);
|
|
__this->___m_EnableAutoproxy_2 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.ICredentials System.Net.WebProxy::get_Credentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_get_Credentials_m76BB7DE06FD84E20406661BF0D98959DC73B28D9 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____Credentials_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::get_UseDefaultCredentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_get_UseDefaultCredentials_mA938B24C5D5406B88C515CC7450B91FBF3BBA28E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = WebProxy_get_Credentials_m76BB7DE06FD84E20406661BF0D98959DC73B28D9_inline(__this, NULL);
|
|
if (((SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF*)IsInstClass((RuntimeObject*)L_0, SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Net.WebProxy::set_UseDefaultCredentials(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_set_UseDefaultCredentials_mF60535F31708D6DF7CECC2926EF1634C1333C002 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* G_B2_0 = NULL;
|
|
WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* G_B1_0 = NULL;
|
|
RuntimeObject* G_B3_0 = NULL;
|
|
WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* G_B3_1 = NULL;
|
|
{
|
|
bool L_0 = ___0_value;
|
|
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;
|
|
L_1 = CredentialCache_get_DefaultCredentials_mA3FA3CE498D01BF65CD84BCC18385B2A4BAFB9CC_inline(NULL);
|
|
G_B3_0 = L_1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
G_B3_1->____Credentials_5 = G_B3_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B3_1->____Credentials_5), (void*)G_B3_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.Net.WebProxy::GetProxy(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* WebProxy_GetProxy_mB7D36975267535555BCB1BF449098DB35D01BC8E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_1 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_2 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B9_0 = NULL;
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_destination;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralD89ADD2DB1FBF30630EEA02FAAF144060CA0E908)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebProxy_GetProxy_mB7D36975267535555BCB1BF449098DB35D01BC8E_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_destination;
|
|
bool L_4;
|
|
L_4 = WebProxy_GetProxyAuto_m72DBD46E29CD88F40BC0B5D375BB8D30018029BC(__this, L_3, (&V_0), NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___0_destination;
|
|
bool L_7;
|
|
L_7 = WebProxy_IsBypassedManual_m89E6F6F73446B4663DEB837B77ED542A9D5A220B(__this, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = ___0_destination;
|
|
return L_8;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_9 = __this->____ProxyHostAddresses_7;
|
|
V_1 = L_9;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_10 = V_1;
|
|
if (L_10)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = __this->____ProxyAddress_3;
|
|
G_B9_0 = L_11;
|
|
goto IL_004f;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_12 = V_1;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = ___0_destination;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_13, NULL);
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_15;
|
|
L_15 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(28 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_12, L_14);
|
|
G_B9_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)IsInstClass((RuntimeObject*)L_15, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
V_2 = G_B9_0;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_16 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_17;
|
|
L_17 = Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7(L_16, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (L_17)
|
|
{
|
|
goto IL_005b;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_18 = ___0_destination;
|
|
return L_18;
|
|
}
|
|
|
|
IL_005b:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = V_2;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Void System.Net.WebProxy::UpdateRegExList(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_UpdateRegExList_m7B2EE98DAADC48CBDFA6ED2D491B4E4F00857F48 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, bool ___0_canThrow, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* V_0 = NULL;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
V_0 = (RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0*)NULL;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->____BypassList_4;
|
|
V_1 = L_0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004b_1;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = V_1;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_2);
|
|
if ((((int32_t)L_3) <= ((int32_t)0)))
|
|
{
|
|
goto IL_004b_1;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_4);
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* L_6 = (RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0*)(RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0*)SZArrayNew(RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0_il2cpp_TypeInfo_var, (uint32_t)L_5);
|
|
V_0 = L_6;
|
|
V_2 = 0;
|
|
goto IL_0042_1;
|
|
}
|
|
|
|
IL_0025_1:
|
|
{
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* L_7 = V_0;
|
|
int32_t L_8 = V_2;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_9 = V_1;
|
|
int32_t L_10 = V_2;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_11;
|
|
L_11 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_9, L_10);
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_12 = (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)il2cpp_codegen_object_new(Regex_tE773142C2BE45C5D362B0F815AFF831707A51772_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
Regex__ctor_mE3996C71B04A4A6845745D01C93B1D27423D0621(L_12, ((String_t*)CastclassSealed((RuntimeObject*)L_11, String_t_il2cpp_TypeInfo_var)), ((int32_t)513), NULL);
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, L_12);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(L_8), (Regex_tE773142C2BE45C5D362B0F815AFF831707A51772*)L_12);
|
|
int32_t L_13 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_13, 1));
|
|
}
|
|
|
|
IL_0042_1:
|
|
{
|
|
int32_t L_14 = V_2;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker0< 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_1;
|
|
}
|
|
}
|
|
|
|
IL_004b_1:
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_004d;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_004d:
|
|
{// begin catch(System.Object)
|
|
{
|
|
RuntimeObject* L_17 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
bool L_18 = ___0_canThrow;
|
|
if (L_18)
|
|
{
|
|
goto IL_005a;
|
|
}
|
|
}
|
|
{
|
|
__this->____RegExBypassList_6 = (RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____RegExBypassList_6), (void*)(RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0*)NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0063;
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
IL2CPP_RETHROW_MANAGED_EXCEPTION(IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*));
|
|
}
|
|
}// end catch (depth: 1)
|
|
|
|
IL_005c:
|
|
{
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* L_19 = V_0;
|
|
__this->____RegExBypassList_6 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____RegExBypassList_6), (void*)L_19);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::IsMatchInBypassList(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsMatchInBypassList_m4D28B54328E1AFB40D9BE518536EE192CE423F50 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_input, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 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_m7B2EE98DAADC48CBDFA6ED2D491B4E4F00857F48(__this, (bool)0, NULL);
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* L_0 = __this->____RegExBypassList_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___0_input;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_1, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_input;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_3, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___0_input;
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06(L_5, NULL);
|
|
G_B3_0 = L_4;
|
|
G_B3_1 = _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
|
|
G_B3_2 = L_2;
|
|
if (!L_6)
|
|
{
|
|
G_B4_0 = L_4;
|
|
G_B4_1 = _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A;
|
|
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_0049;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = ___0_input;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02(L_7, NULL);
|
|
V_1 = L_8;
|
|
String_t* L_9;
|
|
L_9 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_10;
|
|
L_10 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_9, NULL);
|
|
G_B5_0 = L_10;
|
|
G_B5_1 = G_B4_0;
|
|
G_B5_2 = G_B4_1;
|
|
G_B5_3 = G_B4_2;
|
|
}
|
|
|
|
IL_0049:
|
|
{
|
|
String_t* L_11;
|
|
L_11 = String_Concat_m093934F71A9B351911EE46311674ED463B180006(G_B5_3, G_B5_2, G_B5_1, G_B5_0, NULL);
|
|
V_0 = L_11;
|
|
V_2 = 0;
|
|
goto IL_0069;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
RegexU5BU5D_t0CD81C6C88D55013C8DCC10E24EC650E6B589CD0* L_12 = __this->____RegExBypassList_6;
|
|
int32_t L_13 = V_2;
|
|
NullCheck(L_12);
|
|
int32_t L_14 = L_13;
|
|
Regex_tE773142C2BE45C5D362B0F815AFF831707A51772* L_15 = (L_12)->GetAt(static_cast<il2cpp_array_size_t>(L_14));
|
|
String_t* L_16 = V_0;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = Regex_IsMatch_m7E96E666FBE7259D7638A3A6A21BE824D2406F49(L_15, L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
int32_t L_18 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
}
|
|
|
|
IL_0069:
|
|
{
|
|
int32_t L_19 = V_2;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_20 = __this->____BypassList_4;
|
|
NullCheck(L_20);
|
|
int32_t L_21;
|
|
L_21 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_20);
|
|
if ((((int32_t)L_19) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::IsLocal(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsLocal_mA55F6EF93DD6449B262157E0795507C82356F154 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_host;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_0, NULL);
|
|
V_0 = L_1;
|
|
String_t* L_2 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = IPAddress_TryParse_m082F2D09B53BD7A957418E2E7BE4C37AD8EE1AF0(L_2, (&V_1), NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_4 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
bool L_5;
|
|
L_5 = IPAddress_IsLoopback_m15B12D3C66B1698F20609F59BA3C72D5C22D60F3(L_4, NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_6 = V_1;
|
|
bool L_7;
|
|
L_7 = NclUtilities_IsAddressLocal_m61F2F7535FC7B31B2B02947DABE95BF94864DE68(L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
String_t* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_8, ((int32_t)46), 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_tA6F98E3AAD35DD4C6BF821152D3D7B092C80C26D* L_11;
|
|
L_11 = IPGlobalProperties_InternalGetIPGlobalProperties_mA248B186EA3B82137C17C29BABEAB4C8121211CB(NULL);
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = VirtualFuncInvoker0< String_t* >::Invoke(4 /* System.String System.Net.NetworkInformation.IPGlobalProperties::get_DomainName() */, L_11);
|
|
String_t* L_13;
|
|
L_13 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteralF3E84B722399601AD7E281754E917478AA9AD48D, L_12, 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;
|
|
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
|
|
String_t* L_17 = V_0;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_17, NULL);
|
|
int32_t L_19 = V_2;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)((int32_t)il2cpp_codegen_subtract(L_18, 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;
|
|
L_24 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_23, NULL);
|
|
int32_t L_25;
|
|
L_25 = String_Compare_m68FBA6075A0142439B0249D884863356D99090CF(L_20, 0, L_21, L_22, L_24, 5, NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_006d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_006d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::IsLocalInProxyHash(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsLocalInProxyHash_m20B75565C09C609A0A9C000640B562C1D067A99A (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* V_0 = NULL;
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = __this->____ProxyHostAddresses_7;
|
|
V_0 = L_0;
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_2 = V_0;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_host;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_3, NULL);
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(28 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_2, L_4);
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_6;
|
|
L_6 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_5, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)), (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::IsBypassed(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsBypassed_m4919E244B263600121FECB9F693AECBDBA30AE38 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_host;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralE705C6345C26AF82E64D22DBE44B2A3514F2F06F)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebProxy_IsBypassed_m4919E244B263600121FECB9F693AECBDBA30AE38_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_host;
|
|
bool L_4;
|
|
L_4 = WebProxy_IsBypassedAuto_mF4D52FD050AC1CA1672AE503BD23B68794CFD60E(__this, L_3, (&V_0), NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___0_host;
|
|
bool L_7;
|
|
L_7 = WebProxy_IsBypassedManual_m89E6F6F73446B4663DEB837B77ED542A9D5A220B(__this, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::IsBypassedManual(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedManual_m89E6F6F73446B4663DEB837B77ED542A9D5A220B (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_host, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_host;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = Uri_get_IsLoopback_m0E865DCC324F483C0C60E7D8E6FEF7AD0F46059A(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = __this->____ProxyAddress_3;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_3;
|
|
L_3 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_2, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_4 = __this->____ProxyHostAddresses_7;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
bool L_5 = __this->____BypassOnLocal_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = ___0_host;
|
|
bool L_7;
|
|
L_7 = WebProxy_IsLocal_mA55F6EF93DD6449B262157E0795507C82356F154(__this, L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = ___0_host;
|
|
bool L_9;
|
|
L_9 = WebProxy_IsMatchInBypassList_m4D28B54328E1AFB40D9BE518536EE192CE423F50(__this, L_8, NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___0_host;
|
|
bool L_11;
|
|
L_11 = WebProxy_IsLocalInProxyHash_m20B75565C09C609A0A9C000640B562C1D067A99A(__this, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Net.WebProxy::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy__ctor_mCD69F94F99FAE8B45E7983EDDD7C8C8FB82F03B6 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04DC109D6186FC8FF25C2C71BE8F89DB8012C580);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100D1B64536A1B5B159D9C4882D0CEC54F796643);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C7A086A90C321B2626B8E901B101CFFCE9BB0F2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B3796C0D94B420550DA90F31ABE4827E4137E3E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FFB6A5948AD90E20A5C2841D5C0211D58A17869);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
V_0 = (bool)0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = SerializationInfo_GetBoolean_m8335F8E11B572AB6B5BF85A9355D6888D5847EF5(L_0, _stringLiteral100D1B64536A1B5B159D9C4882D0CEC54F796643, NULL);
|
|
V_0 = L_1;
|
|
goto IL_0019;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0016;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0016:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_2 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0019;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
WebProxy_UnsafeUpdateFromRegistry_m450A4700AA84B7A0C467365724AB9926F6881167(__this, NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_5 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_6;
|
|
L_6 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_5, NULL);
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_7;
|
|
L_7 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_4, _stringLiteral3C7A086A90C321B2626B8E901B101CFFCE9BB0F2, L_6, NULL);
|
|
__this->____ProxyAddress_3 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_7, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____ProxyAddress_3), (void*)((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_7, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_8 = ___0_serializationInfo;
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = SerializationInfo_GetBoolean_m8335F8E11B572AB6B5BF85A9355D6888D5847EF5(L_8, _stringLiteral5B3796C0D94B420550DA90F31ABE4827E4137E3E, NULL);
|
|
__this->____BypassOnLocal_1 = L_9;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_10 = ___0_serializationInfo;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_11 = { reinterpret_cast<intptr_t> (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_0_0_0_var) };
|
|
Type_t* L_12;
|
|
L_12 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_11, NULL);
|
|
NullCheck(L_10);
|
|
RuntimeObject* L_13;
|
|
L_13 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_10, _stringLiteral8FFB6A5948AD90E20A5C2841D5C0211D58A17869, L_12, NULL);
|
|
__this->____BypassList_4 = ((ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)CastclassClass((RuntimeObject*)L_13, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____BypassList_4), (void*)((ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)CastclassClass((RuntimeObject*)L_13, ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var)));
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_14 = ___0_serializationInfo;
|
|
NullCheck(L_14);
|
|
bool L_15;
|
|
L_15 = SerializationInfo_GetBoolean_m8335F8E11B572AB6B5BF85A9355D6888D5847EF5(L_14, _stringLiteral04DC109D6186FC8FF25C2C71BE8F89DB8012C580, NULL);
|
|
WebProxy_set_UseDefaultCredentials_mF60535F31708D6DF7CECC2926EF1634C1333C002(__this, L_15, NULL);
|
|
goto IL_008a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0087;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0087:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_16 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_System_Runtime_Serialization_ISerializable_GetObjectData_m80D2CE0C8665B8D1E6CBCAD584496A87934DE312 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
VirtualActionInvoker2< SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37*, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 >::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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_GetObjectData_mB8AB2DF20CBEF664997055463E7C4639E43BF52B (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04DC109D6186FC8FF25C2C71BE8F89DB8012C580);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral100D1B64536A1B5B159D9C4882D0CEC54F796643);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3C7A086A90C321B2626B8E901B101CFFCE9BB0F2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B3796C0D94B420550DA90F31ABE4827E4137E3E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8FFB6A5948AD90E20A5C2841D5C0211D58A17869);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
bool L_1 = __this->____BypassOnLocal_1;
|
|
NullCheck(L_0);
|
|
SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D(L_0, _stringLiteral5B3796C0D94B420550DA90F31ABE4827E4137E3E, L_1, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_2 = ___0_serializationInfo;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->____ProxyAddress_3;
|
|
NullCheck(L_2);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_2, _stringLiteral3C7A086A90C321B2626B8E901B101CFFCE9BB0F2, L_3, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_4 = ___0_serializationInfo;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = __this->____BypassList_4;
|
|
NullCheck(L_4);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_4, _stringLiteral8FFB6A5948AD90E20A5C2841D5C0211D58A17869, L_5, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_6 = ___0_serializationInfo;
|
|
bool L_7;
|
|
L_7 = WebProxy_get_UseDefaultCredentials_mA938B24C5D5406B88C515CC7450B91FBF3BBA28E(__this, NULL);
|
|
NullCheck(L_6);
|
|
SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D(L_6, _stringLiteral04DC109D6186FC8FF25C2C71BE8F89DB8012C580, L_7, NULL);
|
|
bool L_8 = __this->____UseRegistry_0;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0058;
|
|
}
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_9 = ___0_serializationInfo;
|
|
NullCheck(L_9);
|
|
SerializationInfo_AddValue_mC52253CB19C98F82A26E32C941F8F20E106D4C0D(L_9, _stringLiteral100D1B64536A1B5B159D9C4882D0CEC54F796643, (bool)1, NULL);
|
|
}
|
|
|
|
IL_0058:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.AutoWebProxyScriptEngine System.Net.WebProxy::get_ScriptEngine()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* L_0 = __this->___m_ScriptEngine_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.IWebProxy System.Net.WebProxy::CreateDefaultProxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_CreateDefaultProxy_m27B3A824804A8B1163A29C96CA6E157704340066 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* L_0 = (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437*)il2cpp_codegen_object_new(WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
WebProxy__ctor_m0D1F873D2441832F41295266069C0887BBD43641(L_0, (bool)1, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.WebProxy::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy__ctor_m0D1F873D2441832F41295266069C0887BBD43641 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, bool ___0_enableAutoproxy, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
bool L_0 = ___0_enableAutoproxy;
|
|
__this->___m_EnableAutoproxy_2 = L_0;
|
|
WebProxy_UnsafeUpdateFromRegistry_m450A4700AA84B7A0C467365724AB9926F6881167(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.WebProxy::UnsafeUpdateFromRegistry()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void WebProxy_UnsafeUpdateFromRegistry_m450A4700AA84B7A0C467365724AB9926F6881167 (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->____UseRegistry_0 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::GetProxyAuto(System.Uri,System.Uri&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_GetProxyAuto_m72DBD46E29CD88F40BC0B5D375BB8D30018029BC (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** ___1_proxyUri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_0 = ___1_proxyUri;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* L_1;
|
|
L_1 = WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF_inline(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
V_0 = (RuntimeObject*)NULL;
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* L_2;
|
|
L_2 = WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF_inline(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_destination;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = AutoWebProxyScriptEngine_GetProxies_m39AEDFB157EFDBE7CE80A569565EAFEA874AE381(L_2, L_3, (&V_0), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.String>::get_Count() */, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_5);
|
|
if ((((int32_t)L_6) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0046;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_7 = V_0;
|
|
bool L_8;
|
|
L_8 = WebProxy_AreAllBypassed_m44BB8ADD895A2C7C038AA063327112AB9C94A6A0(L_7, (bool)1, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_9 = ___1_proxyUri;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = ___0_destination;
|
|
*((RuntimeObject**)L_9) = (RuntimeObject*)L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_9, (void*)(RuntimeObject*)L_10);
|
|
goto IL_0046;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E** L_11 = ___1_proxyUri;
|
|
RuntimeObject* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = InterfaceFuncInvoker1< String_t*, int32_t >::Invoke(0 /* T System.Collections.Generic.IList`1<System.String>::get_Item(System.Int32) */, IList_1_t97B3B39CDB830632CF9A846DD5FD149D333D9EDB_il2cpp_TypeInfo_var, L_12, 0);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14;
|
|
L_14 = WebProxy_ProxyUri_m2FB2174F3862867FBB1972E1BC57625CE945C143(L_13, NULL);
|
|
*((RuntimeObject**)L_11) = (RuntimeObject*)L_14;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_11, (void*)(RuntimeObject*)L_14);
|
|
}
|
|
|
|
IL_0046:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.WebProxy::IsBypassedAuto(System.Uri,System.Boolean&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_IsBypassedAuto_mF4D52FD050AC1CA1672AE503BD23B68794CFD60E (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, bool* ___1_isBypassed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
{
|
|
bool* L_0 = ___1_isBypassed;
|
|
*((int8_t*)L_0) = (int8_t)1;
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* L_1;
|
|
L_1 = WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF_inline(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* L_2;
|
|
L_2 = WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF_inline(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_destination;
|
|
NullCheck(L_2);
|
|
bool L_4;
|
|
L_4 = AutoWebProxyScriptEngine_GetProxies_m39AEDFB157EFDBE7CE80A569565EAFEA874AE381(L_2, L_3, (&V_0), NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_001f;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
RuntimeObject* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = InterfaceFuncInvoker0< int32_t >::Invoke(0 /* System.Int32 System.Collections.Generic.ICollection`1<System.String>::get_Count() */, ICollection_1_t5C03FBFD5ECBDE4EAB8C4ED582DDFCF702EB5DC7_il2cpp_TypeInfo_var, L_5);
|
|
if (L_6)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
bool* L_7 = ___1_isBypassed;
|
|
*((int8_t*)L_7) = (int8_t)0;
|
|
goto IL_0035;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
bool* L_8 = ___1_isBypassed;
|
|
RuntimeObject* L_9 = V_0;
|
|
bool L_10;
|
|
L_10 = WebProxy_AreAllBypassed_m44BB8ADD895A2C7C038AA063327112AB9C94A6A0(L_9, (bool)1, 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)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool WebProxy_AreAllBypassed_m44BB8ADD895A2C7C038AA063327112AB9C94A6A0 (RuntimeObject* ___0_proxies, bool ___1_checkFirstOnly, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
{
|
|
V_0 = (bool)1;
|
|
RuntimeObject* L_0 = ___0_proxies;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.Generic.IEnumerator`1<T> System.Collections.Generic.IEnumerable`1<System.String>::GetEnumerator() */, IEnumerable_1_t349E66EC5F09B881A8E52EE40A1AB9EC60E08E44_il2cpp_TypeInfo_var, L_0);
|
|
V_1 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0029:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = V_1;
|
|
NullCheck(L_3);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_3);
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
|
|
IL_000b_1:
|
|
{
|
|
RuntimeObject* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = InterfaceFuncInvoker0< String_t* >::Invoke(0 /* T System.Collections.Generic.IEnumerator`1<System.String>::get_Current() */, IEnumerator_1_t73FD060C436E3C4264A734C8F8DCC01DFF6046B8_il2cpp_TypeInfo_var, L_4);
|
|
bool L_6;
|
|
L_6 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_5, NULL);
|
|
V_0 = L_6;
|
|
bool L_7 = ___1_checkFirstOnly;
|
|
if (L_7)
|
|
{
|
|
goto IL_0027_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_8 = V_0;
|
|
if (L_8)
|
|
{
|
|
goto IL_001f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
|
|
IL_001f_1:
|
|
{
|
|
RuntimeObject* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
bool L_10;
|
|
L_10 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9);
|
|
if (L_10)
|
|
{
|
|
goto IL_000b_1;
|
|
}
|
|
}
|
|
|
|
IL_0027_1:
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
bool L_11 = V_0;
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Uri System.Net.WebProxy::ProxyUri(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* WebProxy_ProxyUri_m2FB2174F3862867FBB1972E1BC57625CE945C143 (String_t* ___0_proxyName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3AE148F4539A6130C80EF45C5441F068ADBF8C8C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_proxyName;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_proxyName;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___0_proxyName;
|
|
String_t* L_4;
|
|
L_4 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral3AE148F4539A6130C80EF45C5441F068ADBF8C8C, L_3, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A(L_5, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)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.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m39AEDFB157EFDBE7CE80A569565EAFEA874AE381 (AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, RuntimeObject** ___1_proxyList, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
V_0 = 0;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_destination;
|
|
RuntimeObject** L_1 = ___1_proxyList;
|
|
bool L_2;
|
|
L_2 = AutoWebProxyScriptEngine_GetProxies_m0EC7B4AB41D5BDC4DCBDF2CAB12EAF6CAFFD56D1(__this, L_0, L_1, (&V_0), NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.AutoWebProxyScriptEngine::GetProxies(System.Uri,System.Collections.Generic.IList`1<System.String>&,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AutoWebProxyScriptEngine_GetProxies_m0EC7B4AB41D5BDC4DCBDF2CAB12EAF6CAFFD56D1 (AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_destination, RuntimeObject** ___1_proxyList, int32_t* ___2_syncStatus, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject** L_0 = ___1_proxyList;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.UnsafeNclNativeMethods/HttpApi::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpApi__cctor_m9C475F3981418A137ECF1CB74E455036C1E09F97 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0BB9AAEC2AAAB32BFE978A4C45400CAF08F6749C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D0D0C17BC59054E43F2DF1F9E9184032FBFBF01);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DD32B18A388C5F1A6BAFD3629759260C61F767C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3015B2A3D39F343DF5439AC8F9FFEFD31A155603);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral57BD43C20A057CCCB23650CB346EACEE7B31AE72);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6996DC0CC92C7C284749109C7F02D201312B6A5C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralABDF52D360297C3F8D7E4851B2C8262AF0F3CE00);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)30));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, _stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, _stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, _stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (String_t*)_stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, _stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (String_t*)_stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (String_t*)_stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, _stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (String_t*)_stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteralABDF52D360297C3F8D7E4851B2C8262AF0F3CE00);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (String_t*)_stringLiteralABDF52D360297C3F8D7E4851B2C8262AF0F3CE00);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, _stringLiteral6996DC0CC92C7C284749109C7F02D201312B6A5C);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (String_t*)_stringLiteral6996DC0CC92C7C284749109C7F02D201312B6A5C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteral3015B2A3D39F343DF5439AC8F9FFEFD31A155603);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (String_t*)_stringLiteral3015B2A3D39F343DF5439AC8F9FFEFD31A155603);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, _stringLiteral0DD32B18A388C5F1A6BAFD3629759260C61F767C);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (String_t*)_stringLiteral0DD32B18A388C5F1A6BAFD3629759260C61F767C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, _stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (String_t*)_stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, _stringLiteral0BB9AAEC2AAAB32BFE978A4C45400CAF08F6749C);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (String_t*)_stringLiteral0BB9AAEC2AAAB32BFE978A4C45400CAF08F6749C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_26;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, _stringLiteral0D0D0C17BC59054E43F2DF1F9E9184032FBFBF01);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (String_t*)_stringLiteral0D0D0C17BC59054E43F2DF1F9E9184032FBFBF01);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (String_t*)_stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, _stringLiteral57BD43C20A057CCCB23650CB346EACEE7B31AE72);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (String_t*)_stringLiteral57BD43C20A057CCCB23650CB346EACEE7B31AE72);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (String_t*)_stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1);
|
|
((HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_StaticFields*)il2cpp_codegen_static_fields_for(HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_il2cpp_TypeInfo_var))->___m_Strings_0 = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_StaticFields*)il2cpp_codegen_static_fields_for(HttpApi_t9407C149AC3B4EF39A360B4D8DFD5223AE811650_il2cpp_TypeInfo_var))->___m_Strings_0), (void*)L_30);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID::ToString(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HTTP_REQUEST_HEADER_ID_ToString_m7562A53FF3E13705A6B782F70ACF48B18C8A5E07 (int32_t ___0_position, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ((HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_StaticFields*)il2cpp_codegen_static_fields_for(HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var))->___m_Strings_0;
|
|
int32_t L_1 = ___0_position;
|
|
NullCheck(L_0);
|
|
int32_t L_2 = L_1;
|
|
String_t* L_3 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_2));
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Net.UnsafeNclNativeMethods/HttpApi/HTTP_REQUEST_HEADER_ID::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HTTP_REQUEST_HEADER_ID__cctor_mA345C090AAC6B1A44220274245DE037163633C15 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral015C9226A90A65B547DB1B59894F3908A8F2CC06);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0242F31341D314854DB5EA5749448625B0A0AAE3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1488F649920198F59A3B53EA7C81503935DEF05E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1BFCDAF0CFD10D67417F172B29F830676249E631);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1F1F0198EC371523C2BEEAB18E73243B7B5F5D0D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3D98372962A0D30238C43F12D007AFE39E995B24);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral48C75149E263D08DBE3F3CB86DF011FA96C010AF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C648DB5BA0DE7A010730BEEDB7FEADB7EB4A556);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral61896E01350C3D7139AB7C79A29A3A8ED072B0C0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral783C5B36660265F9D49078CA35348CD0ABDD49DF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAFECF3A5E478A812AD9761D0C14980023E407962);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC6370F4D10E7342974C38CE91A5C8121AA774FD8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE31FBB002AD5481E70CB59BB178B49C5B9330F0E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralEBE44C95DC2315580987319331D4B060BF8AB6A8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF4C926E25326963C2B7FEF2E308523C33CF6D9F0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)41));
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteral69246FD8ECCD71895CF44BE2EB6A80E686C5A018);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral39CB21871F9F9FE5AE18BA5E81ED4EC6DADB8E03);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral4BD4A20D743286D24CF77C38E693ECBCE8CD3A7E);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral1C0680A8F698A8F35416CE75A2356C661641B7D9);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = L_5;
|
|
NullCheck(L_6);
|
|
ArrayElementTypeCheck (L_6, _stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA);
|
|
(L_6)->SetAt(static_cast<il2cpp_array_size_t>(5), (String_t*)_stringLiteralD287833BBB7D5D15C278205064EAFF8ECF8A16AA);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = L_6;
|
|
NullCheck(L_7);
|
|
ArrayElementTypeCheck (L_7, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(6), (String_t*)_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = L_7;
|
|
NullCheck(L_8);
|
|
ArrayElementTypeCheck (L_8, _stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4);
|
|
(L_8)->SetAt(static_cast<il2cpp_array_size_t>(7), (String_t*)_stringLiteral24F45929493475FECA90729BA5EAF2D06F8722A4);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = L_8;
|
|
NullCheck(L_9);
|
|
ArrayElementTypeCheck (L_9, _stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504);
|
|
(L_9)->SetAt(static_cast<il2cpp_array_size_t>(8), (String_t*)_stringLiteralFAE55AFF6F18607FEDBE2F4C0C6BA4D4F219D504);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_10 = L_9;
|
|
NullCheck(L_10);
|
|
ArrayElementTypeCheck (L_10, _stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)9)), (String_t*)_stringLiteral3E2494FB2D245D91FF110697DD6EA93C8AD044C7);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = L_10;
|
|
NullCheck(L_11);
|
|
ArrayElementTypeCheck (L_11, _stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8);
|
|
(L_11)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)10)), (String_t*)_stringLiteral47E7DF78FEB33C4D463D475ACA6A5FCA4DE8ACF8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = L_11;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)11)), (String_t*)_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_13 = L_12;
|
|
NullCheck(L_13);
|
|
ArrayElementTypeCheck (L_13, _stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)12)), (String_t*)_stringLiteral5B58EBE31E594BF8FA4BEA3CD075473149322B18);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14 = L_13;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, _stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)13)), (String_t*)_stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = L_14;
|
|
NullCheck(L_15);
|
|
ArrayElementTypeCheck (L_15, _stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6);
|
|
(L_15)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)14)), (String_t*)_stringLiteralCC5A4102A5DDF34A7044AFF9259491C106ED8FB6);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = L_15;
|
|
NullCheck(L_16);
|
|
ArrayElementTypeCheck (L_16, _stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)15)), (String_t*)_stringLiteral935884DFDF8F8A8A6D67558F0B4C92779D175C75);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_17 = L_16;
|
|
NullCheck(L_17);
|
|
ArrayElementTypeCheck (L_17, _stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3);
|
|
(L_17)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)16)), (String_t*)_stringLiteral4DD4C5922A070C5C0CE53FC4868A2D61BF64A7C3);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
ArrayElementTypeCheck (L_18, _stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C);
|
|
(L_18)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)17)), (String_t*)_stringLiteralFF1B24927A3EECD0984D30EA640A9B0CBAA6729C);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_19 = L_18;
|
|
NullCheck(L_19);
|
|
ArrayElementTypeCheck (L_19, _stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)18)), (String_t*)_stringLiteral7C5B2C0D17D684D4380087821D68BB021A77AA5D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = L_19;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, _stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)19)), (String_t*)_stringLiteral8D28F1F930CE88A866A5AFD45B7587A776D2A2E5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_21 = L_20;
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, _stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)20)), (String_t*)_stringLiteral16D46E00A879AD1C9053ED90B4B148D721A45E92);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
ArrayElementTypeCheck (L_22, _stringLiteral1F1F0198EC371523C2BEEAB18E73243B7B5F5D0D);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)21)), (String_t*)_stringLiteral1F1F0198EC371523C2BEEAB18E73243B7B5F5D0D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = L_22;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)22)), (String_t*)_stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = L_23;
|
|
NullCheck(L_24);
|
|
ArrayElementTypeCheck (L_24, _stringLiteral015C9226A90A65B547DB1B59894F3908A8F2CC06);
|
|
(L_24)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)23)), (String_t*)_stringLiteral015C9226A90A65B547DB1B59894F3908A8F2CC06);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_25 = L_24;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)24)), (String_t*)_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_26 = L_25;
|
|
NullCheck(L_26);
|
|
ArrayElementTypeCheck (L_26, _stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC);
|
|
(L_26)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)25)), (String_t*)_stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = L_26;
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, _stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)26)), (String_t*)_stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, _stringLiteral783C5B36660265F9D49078CA35348CD0ABDD49DF);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)27)), (String_t*)_stringLiteral783C5B36660265F9D49078CA35348CD0ABDD49DF);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
ArrayElementTypeCheck (L_29, _stringLiteral0242F31341D314854DB5EA5749448625B0A0AAE3);
|
|
(L_29)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)28)), (String_t*)_stringLiteral0242F31341D314854DB5EA5749448625B0A0AAE3);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_29;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral61896E01350C3D7139AB7C79A29A3A8ED072B0C0);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)29)), (String_t*)_stringLiteral61896E01350C3D7139AB7C79A29A3A8ED072B0C0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_30;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, _stringLiteralAFECF3A5E478A812AD9761D0C14980023E407962);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)30)), (String_t*)_stringLiteralAFECF3A5E478A812AD9761D0C14980023E407962);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_32 = L_31;
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, _stringLiteralE31FBB002AD5481E70CB59BB178B49C5B9330F0E);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)31)), (String_t*)_stringLiteralE31FBB002AD5481E70CB59BB178B49C5B9330F0E);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_32;
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, _stringLiteral5C648DB5BA0DE7A010730BEEDB7FEADB7EB4A556);
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)32)), (String_t*)_stringLiteral5C648DB5BA0DE7A010730BEEDB7FEADB7EB4A556);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = L_33;
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, _stringLiteralC6370F4D10E7342974C38CE91A5C8121AA774FD8);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)33)), (String_t*)_stringLiteralC6370F4D10E7342974C38CE91A5C8121AA774FD8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_35 = L_34;
|
|
NullCheck(L_35);
|
|
ArrayElementTypeCheck (L_35, _stringLiteral3D98372962A0D30238C43F12D007AFE39E995B24);
|
|
(L_35)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)34)), (String_t*)_stringLiteral3D98372962A0D30238C43F12D007AFE39E995B24);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_36 = L_35;
|
|
NullCheck(L_36);
|
|
ArrayElementTypeCheck (L_36, _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206);
|
|
(L_36)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)35)), (String_t*)_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_37 = L_36;
|
|
NullCheck(L_37);
|
|
ArrayElementTypeCheck (L_37, _stringLiteral1488F649920198F59A3B53EA7C81503935DEF05E);
|
|
(L_37)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)36)), (String_t*)_stringLiteral1488F649920198F59A3B53EA7C81503935DEF05E);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_38 = L_37;
|
|
NullCheck(L_38);
|
|
ArrayElementTypeCheck (L_38, _stringLiteralF4C926E25326963C2B7FEF2E308523C33CF6D9F0);
|
|
(L_38)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)37)), (String_t*)_stringLiteralF4C926E25326963C2B7FEF2E308523C33CF6D9F0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_39 = L_38;
|
|
NullCheck(L_39);
|
|
ArrayElementTypeCheck (L_39, _stringLiteralEBE44C95DC2315580987319331D4B060BF8AB6A8);
|
|
(L_39)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)38)), (String_t*)_stringLiteralEBE44C95DC2315580987319331D4B060BF8AB6A8);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_40 = L_39;
|
|
NullCheck(L_40);
|
|
ArrayElementTypeCheck (L_40, _stringLiteral1BFCDAF0CFD10D67417F172B29F830676249E631);
|
|
(L_40)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)39)), (String_t*)_stringLiteral1BFCDAF0CFD10D67417F172B29F830676249E631);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_41 = L_40;
|
|
NullCheck(L_41);
|
|
ArrayElementTypeCheck (L_41, _stringLiteral48C75149E263D08DBE3F3CB86DF011FA96C010AF);
|
|
(L_41)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)40)), (String_t*)_stringLiteral48C75149E263D08DBE3F3CB86DF011FA96C010AF);
|
|
((HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_StaticFields*)il2cpp_codegen_static_fields_for(HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var))->___m_Strings_0 = L_41;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_StaticFields*)il2cpp_codegen_static_fields_for(HTTP_REQUEST_HEADER_ID_t2ACEB911F77BA4CEA6188D3A58E028E2F9EDF51E_il2cpp_TypeInfo_var))->___m_Strings_0), (void*)L_41);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.String System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateString(System.Security.SecureString)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* SecureStringHelper_CreateString_m0CDBEA44DD8EF49D3064B013132A45C810E6D8F5 (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* ___0_secureString, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IntPtr_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
intptr_t V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
{
|
|
intptr_t L_0 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
V_1 = L_0;
|
|
SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* L_1 = ___0_secureString;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* L_2 = ___0_secureString;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = SecureString_get_Length_mC6305A0FB149FD2816ABEDC812DB6DCFB541673E(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_4 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
return L_4;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0028:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
intptr_t L_5 = V_1;
|
|
intptr_t L_6 = ((IntPtr_t_StaticFields*)il2cpp_codegen_static_fields_for(IntPtr_t_il2cpp_TypeInfo_var))->___Zero_1;
|
|
bool L_7;
|
|
L_7 = IntPtr_op_Inequality_m90EFC9C4CAD9A33E309F2DDF98EE4E1DD253637B(L_5, L_6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
intptr_t L_8 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
Marshal_ZeroFreeGlobalAllocUnicode_m6CBF7E3AA3CD86C1B7D50D21FABDFB03FE930EAE(L_8, NULL);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* L_9 = ___0_secureString;
|
|
il2cpp_codegen_runtime_class_init_inline(Marshal_tD976A56A90263C3CE2B780D4B1CADADE2E70B4A7_il2cpp_TypeInfo_var);
|
|
intptr_t L_10;
|
|
L_10 = Marshal_SecureStringToGlobalAllocUnicode_m7F0B99C7DCF302043F6A9E4B403F241E39DDA468(L_9, NULL);
|
|
V_1 = L_10;
|
|
intptr_t L_11 = V_1;
|
|
String_t* L_12;
|
|
L_12 = Marshal_PtrToStringUni_mA30F3D8587F2E51F70DF5F30A3C2910CBDAB6F20(L_11, NULL);
|
|
V_0 = L_12;
|
|
goto IL_003c;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
String_t* L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Security.SecureString System.Net.UnsafeNclNativeMethods/SecureStringHelper::CreateSecureString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* SecureStringHelper_CreateSecureString_m30AE25874C73EFBB5B49AB787A5E4D3CF69C439C (String_t* ___0_plainString, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_plainString;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_plainString;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_1, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* L_3 = (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C*)il2cpp_codegen_object_new(SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
SecureString__ctor_m1DA60DBC08950BCC2A09E04DB88B2B6059A76A15(L_3, NULL);
|
|
return L_3;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
String_t* L_4 = ___0_plainString;
|
|
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;
|
|
L_8 = RuntimeHelpers_get_OffsetToStringData_m90A5D27EF88BE9432BF7093B7D7E7A0ACB0A8FBD(NULL);
|
|
V_0 = ((Il2CppChar*)il2cpp_codegen_add((intptr_t)L_7, L_8));
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
Il2CppChar* L_9 = V_0;
|
|
String_t* L_10 = ___0_plainString;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_10, NULL);
|
|
SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C* L_12 = (SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C*)il2cpp_codegen_object_new(SecureString_t6FBEB334D455CA90093BD446BBEBA47FE5B20C6C_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
SecureString__ctor_m099AF5114743DE1B2310F70CEA566613DD162231(L_12, L_9, L_11, 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.Boolean System.Net.Logging::get_On()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Logging_get_On_m994E65D71DFC6C69D1C2097A8908D10D31B6CAEE (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServerCertValidationCallback::.ctor(System.Net.Security.RemoteCertificateValidationCallback)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallback__ctor_mF3AC814542EED45987465791FE7846DE2A8B5603 (ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* __this, RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ___0_validationCallback, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_0 = ___0_validationCallback;
|
|
__this->___m_ValidationCallback_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ValidationCallback_0), (void*)L_0);
|
|
il2cpp_codegen_runtime_class_init_inline(ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var);
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* L_1;
|
|
L_1 = ExecutionContext_Capture_mF143CDB1F0499A42C277190752B864183090DF7F(NULL);
|
|
__this->___m_Context_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_Context_1), (void*)L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServerCertValidationCallback::get_ValidationCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ServerCertValidationCallback_get_ValidationCallback_mA6B9C6ACA7951010EE6F5E04B51591657A1BFA72 (ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_0 = __this->___m_ValidationCallback_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServerCertValidationCallback::Callback(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServerCertValidationCallback_Callback_mF04B81117BD337FC77BDB94B8EAA8B8B99A4D72C (ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* __this, RuntimeObject* ___0_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_state;
|
|
V_0 = ((CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03*)CastclassClass((RuntimeObject*)L_0, CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03_il2cpp_TypeInfo_var));
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_1 = V_0;
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_2 = __this->___m_ValidationCallback_0;
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4 = L_3->___request_0;
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_6 = L_5->___certificate_1;
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* L_8 = L_7->___chain_2;
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
int32_t L_10 = L_9->___sslPolicyErrors_3;
|
|
NullCheck(L_2);
|
|
bool L_11;
|
|
L_11 = RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_inline(L_2, L_4, L_6, L_8, L_10, NULL);
|
|
NullCheck(L_1);
|
|
L_1->___result_4 = L_11;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServerCertValidationCallback::Invoke(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServerCertValidationCallback_Invoke_mDDC4DA8F50134EF50257E51B53BE36732550C7E6 (ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* __this, RuntimeObject* ___0_request, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServerCertValidationCallback_Callback_mF04B81117BD337FC77BDB94B8EAA8B8B99A4D72C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* V_0 = NULL;
|
|
{
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* L_0 = __this->___m_Context_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_1 = __this->___m_ValidationCallback_0;
|
|
RuntimeObject* L_2 = ___0_request;
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_3 = ___1_certificate;
|
|
X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* L_4 = ___2_chain;
|
|
int32_t L_5 = ___3_sslPolicyErrors;
|
|
NullCheck(L_1);
|
|
bool L_6;
|
|
L_6 = RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_inline(L_1, L_2, L_3, L_4, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* L_7 = __this->___m_Context_1;
|
|
NullCheck(L_7);
|
|
ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710* L_8;
|
|
L_8 = ExecutionContext_CreateCopy_m41F12C5325DA414E1B8AB0995522CCE1BD36CBC9(L_7, NULL);
|
|
RuntimeObject* L_9 = ___0_request;
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_10 = ___1_certificate;
|
|
X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* L_11 = ___2_chain;
|
|
int32_t L_12 = ___3_sslPolicyErrors;
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_13 = (CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03*)il2cpp_codegen_object_new(CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
CallbackContext__ctor_mF5D13B557A13193C357723E572E78E52F108AEB7(L_13, L_9, L_10, L_11, L_12, NULL);
|
|
V_0 = L_13;
|
|
ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007* L_14 = (ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007*)il2cpp_codegen_object_new(ContextCallback_tE8AFBDBFCC040FDA8DA8C1EEFE9BD66B16BDA007_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
ContextCallback__ctor_mE29213BA3FC5DDDBF194D6D58A4E51F309FD98FA(L_14, __this, (intptr_t)((void*)ServerCertValidationCallback_Callback_mF04B81117BD337FC77BDB94B8EAA8B8B99A4D72C_RuntimeMethod_var), NULL);
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_15 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(ExecutionContext_t9D6EDFD92F0B2D391751963E2D77A8B03CB81710_il2cpp_TypeInfo_var);
|
|
ExecutionContext_Run_m9C6E6249D96EA4974FD420E5FF141C221C9C1BE5(L_8, L_14, L_15, NULL);
|
|
CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
bool L_17 = L_16->___result_4;
|
|
return L_17;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServerCertValidationCallback/CallbackContext::.ctor(System.Object,System.Security.Cryptography.X509Certificates.X509Certificate,System.Security.Cryptography.X509Certificates.X509Chain,System.Net.Security.SslPolicyErrors)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void CallbackContext__ctor_mF5D13B557A13193C357723E572E78E52F108AEB7 (CallbackContext_t79A8A9355A282D7EA76B8B46F9E7596AAB962C03* __this, RuntimeObject* ___0_request, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
RuntimeObject* L_0 = ___0_request;
|
|
__this->___request_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___request_0), (void*)L_0);
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_1 = ___1_certificate;
|
|
__this->___certificate_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___certificate_1), (void*)L_1);
|
|
X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* L_2 = ___2_chain;
|
|
__this->___chain_2 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___chain_2), (void*)L_2);
|
|
int32_t L_3 = ___3_sslPolicyErrors;
|
|
__this->___sslPolicyErrors_3 = L_3;
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.AuthenticationManager::EnsureModules()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager_EnsureModules_m5411A8AD33463B6E94C150B47C126C2023727922 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___locker_1;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0055:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0019_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
|
|
IL_0019_1:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_5, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0), (void*)L_5);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6* L_7 = (NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6*)il2cpp_codegen_object_new(NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
NtlmClient__ctor_m15C02BC0F1AF986CA239D4FDD70F3F7259AC3E0D(L_7, NULL);
|
|
NullCheck(L_6);
|
|
int32_t L_8;
|
|
L_8 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_6, L_7);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_9 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB* L_10 = (DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB*)il2cpp_codegen_object_new(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
NullCheck(L_10);
|
|
DigestClient__ctor_mEF363337211025F9FF45487F42B75794759A801B(L_10, NULL);
|
|
NullCheck(L_9);
|
|
int32_t L_11;
|
|
L_11 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_9, L_10);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_12 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68* L_13 = (BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68*)il2cpp_codegen_object_new(BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68_il2cpp_TypeInfo_var);
|
|
NullCheck(L_13);
|
|
BasicClient__ctor_mA1E74A0E4BC0FA70AF8679D1496E29A8D7934949(L_13, NULL);
|
|
NullCheck(L_12);
|
|
int32_t L_14;
|
|
L_14 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_12, L_13);
|
|
goto IL_005f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.AuthenticationManager::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8 (String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_request, RuntimeObject* ___2_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_0 = ___1_request;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___2_credentials;
|
|
if (L_2)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_3 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_3, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral52AE60C5690C0906F0A7072E3B98398AFF25C9C5)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
String_t* L_4 = ___0_challenge;
|
|
if (L_4)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_5 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralEDBBCE96E30F14D67FEFB0589C89F7A48EDA7C50)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
String_t* L_6 = ___0_challenge;
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_7 = ___1_request;
|
|
RuntimeObject* L_8 = ___2_credentials;
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_9;
|
|
L_9 = AuthenticationManager_DoAuthenticate_m42F09009C235795B463827C7A773D0FA3381F726(L_6, L_7, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.AuthenticationManager::DoAuthenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* AuthenticationManager_DoAuthenticate_m42F09009C235795B463827C7A773D0FA3381F726 (String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_request, RuntimeObject* ___2_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL;
|
|
bool V_1 = false;
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* V_4 = NULL;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* V_5 = NULL;
|
|
RuntimeObject* V_6 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
AuthenticationManager_EnsureModules_m5411A8AD33463B6E94C150B47C126C2023727922(NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006e:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_4);
|
|
V_2 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_005a_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_6 = V_2;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_6, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_7 = V_6;
|
|
if (!L_7)
|
|
{
|
|
goto IL_006d_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_6;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_006d_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_0050_2;
|
|
}
|
|
|
|
IL_0022_2:
|
|
{
|
|
RuntimeObject* L_9 = V_2;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9);
|
|
V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_10, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_11 = V_3;
|
|
String_t* L_12 = ___0_challenge;
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_13 = ___1_request;
|
|
RuntimeObject* L_14 = ___2_credentials;
|
|
NullCheck(L_11);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_15;
|
|
L_15 = InterfaceFuncInvoker3< Authorization_t7F109103AF7366A418844BF604458413434F60D4*, String_t*, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var, L_11, L_12, L_13, L_14);
|
|
V_4 = L_15;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_16 = V_4;
|
|
if (!L_16)
|
|
{
|
|
goto IL_0050_2;
|
|
}
|
|
}
|
|
{
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_17 = V_4;
|
|
RuntimeObject* L_18 = V_3;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var, L_18);
|
|
NullCheck(L_17);
|
|
L_17->___ModuleAuthenticationType_2 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_17->___ModuleAuthenticationType_2), (void*)L_19);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_20 = V_4;
|
|
V_5 = L_20;
|
|
goto IL_007a;
|
|
}
|
|
|
|
IL_0050_2:
|
|
{
|
|
RuntimeObject* L_21 = V_2;
|
|
NullCheck(L_21);
|
|
bool L_22;
|
|
L_22 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_21);
|
|
if (L_22)
|
|
{
|
|
goto IL_0022_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_007a:
|
|
{
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_23 = V_5;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.AuthenticationManager::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* AuthenticationManager_PreAuthenticate_m2554D29BBD25B228A956973DAFC6813C6695171C (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_request, RuntimeObject* ___1_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_0 = NULL;
|
|
bool V_1 = false;
|
|
RuntimeObject* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* V_4 = NULL;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* V_5 = NULL;
|
|
RuntimeObject* V_6 = NULL;
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_0 = ___0_request;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral2388F091C228023E790448E1E25A13FDA7A160F4)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AuthenticationManager_PreAuthenticate_m2554D29BBD25B228A956973DAFC6813C6695171C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___1_credentials;
|
|
if (L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
AuthenticationManager_EnsureModules_m5411A8AD33463B6E94C150B47C126C2023727922(NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_3 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
V_0 = L_3;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0080:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_4 = V_1;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_5 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_5, NULL);
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_6 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_6, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_7 = ((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___modules_0;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_8;
|
|
L_8 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_7);
|
|
V_2 = L_8;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_006c_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
RuntimeObject* L_9 = V_2;
|
|
V_6 = ((RuntimeObject*)IsInst((RuntimeObject*)L_9, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_10 = V_6;
|
|
if (!L_10)
|
|
{
|
|
goto IL_007f_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_11 = V_6;
|
|
NullCheck(L_11);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_11);
|
|
}
|
|
|
|
IL_007f_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
goto IL_0062_2;
|
|
}
|
|
|
|
IL_0035_2:
|
|
{
|
|
RuntimeObject* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13;
|
|
L_13 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_12);
|
|
V_3 = ((RuntimeObject*)Castclass((RuntimeObject*)L_13, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_14 = V_3;
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_15 = ___0_request;
|
|
RuntimeObject* L_16 = ___1_credentials;
|
|
NullCheck(L_14);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_17;
|
|
L_17 = InterfaceFuncInvoker2< Authorization_t7F109103AF7366A418844BF604458413434F60D4*, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*, RuntimeObject* >::Invoke(1 /* System.Net.Authorization System.Net.IAuthenticationModule::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var, L_14, L_15, L_16);
|
|
V_4 = L_17;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_18 = V_4;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0062_2;
|
|
}
|
|
}
|
|
{
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_19 = V_4;
|
|
RuntimeObject* L_20 = V_3;
|
|
NullCheck(L_20);
|
|
String_t* L_21;
|
|
L_21 = InterfaceFuncInvoker0< String_t* >::Invoke(2 /* System.String System.Net.IAuthenticationModule::get_AuthenticationType() */, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var, L_20);
|
|
NullCheck(L_19);
|
|
L_19->___ModuleAuthenticationType_2 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_19->___ModuleAuthenticationType_2), (void*)L_21);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_22 = V_4;
|
|
V_5 = L_22;
|
|
goto IL_008c;
|
|
}
|
|
|
|
IL_0062_2:
|
|
{
|
|
RuntimeObject* L_23 = V_2;
|
|
NullCheck(L_23);
|
|
bool L_24;
|
|
L_24 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_23);
|
|
if (L_24)
|
|
{
|
|
goto IL_0035_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_008c:
|
|
{
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_25 = V_5;
|
|
return L_25;
|
|
}
|
|
}
|
|
// System.Void System.Net.AuthenticationManager::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthenticationManager__cctor_mA5F5E40865972B7E9DB60D723630392F8FCC7847 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
|
|
((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___locker_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___locker_1), (void*)L_0);
|
|
((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___credential_policy_2 = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_StaticFields*)il2cpp_codegen_static_fields_for(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var))->___credential_policy_2), (void*)(RuntimeObject*)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.Authorization System.Net.BasicClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* BasicClient_Authenticate_mEDF29E1AA7FF454BD66A7666A50184A0BA6C2B76 (BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68* __this, String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_webRequest, RuntimeObject* ___2_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___2_credentials;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_challenge;
|
|
if (L_1)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
String_t* L_2 = ___0_challenge;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL);
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_3, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_4, _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6, 4, NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0023;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_6 = ___1_webRequest;
|
|
RuntimeObject* L_7 = ___2_credentials;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_8;
|
|
L_8 = BasicClient_InternalAuthenticate_mE78C5E95F3B0B5AD8ECD4068F57A63C0C778CAE7(L_6, L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Byte[] System.Net.BasicClient::GetBytes(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* BasicClient_GetBytes_m1174D6AF2BA38A54BC02544F60B1E74A882ADFD2 (String_t* ___0_str, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_str;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_0, NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_4, 1));
|
|
goto IL_0023;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5 = V_1;
|
|
int32_t L_6 = V_0;
|
|
String_t* L_7 = ___0_str;
|
|
int32_t L_8 = V_0;
|
|
NullCheck(L_7);
|
|
Il2CppChar L_9;
|
|
L_9 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_7, L_8, NULL);
|
|
NullCheck(L_5);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(L_6), (uint8_t)((int32_t)(uint8_t)L_9));
|
|
int32_t L_10 = V_0;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_10, 1));
|
|
}
|
|
|
|
IL_0023:
|
|
{
|
|
int32_t L_11 = V_0;
|
|
if ((((int32_t)L_11) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = V_1;
|
|
return L_12;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.BasicClient::InternalAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* BasicClient_InternalAuthenticate_mE78C5E95F3B0B5AD8ECD4068F57A63C0C778CAE7 (WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t7F109103AF7366A418844BF604458413434F60D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_0 = NULL;
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
String_t* V_4 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_5 = NULL;
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_0 = ___0_webRequest;
|
|
V_0 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var));
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = ___1_credentials;
|
|
if (L_2)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
RuntimeObject* L_3 = ___1_credentials;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5;
|
|
L_5 = HttpWebRequest_get_AuthUri_mA9CDA63656394B69E2EE031330CC77C3BB570052_inline(L_4, NULL);
|
|
NullCheck(L_3);
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_6;
|
|
L_6 = InterfaceFuncInvoker2< NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var, L_3, L_5, _stringLiteral6E34E505E342A11AE48ECA3D71434F8043A88EB6);
|
|
V_1 = L_6;
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_7 = V_1;
|
|
if (L_7)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = NetworkCredential_get_UserName_mEBB5D5B4928F1868DD79A104CF2BAFCFAC88AFA1(L_8, NULL);
|
|
V_2 = L_9;
|
|
String_t* L_10 = V_2;
|
|
if (!L_10)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_11 = V_2;
|
|
bool L_12;
|
|
L_12 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_11, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = NetworkCredential_get_Password_m7F0F54ED0E4A41F66513296C4E3063D70AF6036C(L_13, NULL);
|
|
V_3 = L_14;
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NetworkCredential_get_Domain_mFFC454BD64B52DC2FFA09971876B56A2B337DE17(L_15, NULL);
|
|
V_4 = L_16;
|
|
String_t* L_17 = V_4;
|
|
if (!L_17)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = V_4;
|
|
bool L_19;
|
|
L_19 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_18, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = V_4;
|
|
NullCheck(L_20);
|
|
String_t* L_21;
|
|
L_21 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_20, NULL);
|
|
bool L_22;
|
|
L_22 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_21, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_22)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
String_t* L_23 = V_2;
|
|
String_t* L_24 = V_3;
|
|
String_t* L_25;
|
|
L_25 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_23, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_24, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26;
|
|
L_26 = BasicClient_GetBytes_m1174D6AF2BA38A54BC02544F60B1E74A882ADFD2(L_25, NULL);
|
|
V_5 = L_26;
|
|
goto IL_00b7;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_27 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_28 = L_27;
|
|
String_t* L_29 = V_4;
|
|
NullCheck(L_28);
|
|
ArrayElementTypeCheck (L_28, L_29);
|
|
(L_28)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)L_29);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_30 = L_28;
|
|
NullCheck(L_30);
|
|
ArrayElementTypeCheck (L_30, _stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40);
|
|
(L_30)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral09B11B6CC411D8B9FFB75EAAE9A35B2AF248CE40);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_31 = L_30;
|
|
String_t* L_32 = V_2;
|
|
NullCheck(L_31);
|
|
ArrayElementTypeCheck (L_31, L_32);
|
|
(L_31)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)L_32);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_33 = L_31;
|
|
NullCheck(L_33);
|
|
ArrayElementTypeCheck (L_33, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
(L_33)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = L_33;
|
|
String_t* L_35 = V_3;
|
|
NullCheck(L_34);
|
|
ArrayElementTypeCheck (L_34, L_35);
|
|
(L_34)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)L_35);
|
|
String_t* L_36;
|
|
L_36 = String_Concat_m647EBF831F54B6DF7D5AFA5FD012CF4EE7571B6A(L_34, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_37;
|
|
L_37 = BasicClient_GetBytes_m1174D6AF2BA38A54BC02544F60B1E74A882ADFD2(L_36, NULL);
|
|
V_5 = L_37;
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_38 = V_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
String_t* L_39;
|
|
L_39 = Convert_ToBase64String_mD0680EF77270244071965AFA1207921C73EEA323(L_38, NULL);
|
|
String_t* L_40;
|
|
L_40 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral9EB642385221D006B3B8DB45C10F626FD2A3DB7C, L_39, NULL);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_41 = (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)il2cpp_codegen_object_new(Authorization_t7F109103AF7366A418844BF604458413434F60D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_41);
|
|
Authorization__ctor_m2B6F7C3A1C77B4B4532B4964BF214BF957694268(L_41, L_40, NULL);
|
|
return L_41;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.BasicClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* BasicClient_PreAuthenticate_m7092556C7F17020CF7771E907CA1C1D4A2FF3F38 (BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68* __this, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_0 = ___0_webRequest;
|
|
RuntimeObject* L_1 = ___1_credentials;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_2;
|
|
L_2 = BasicClient_InternalAuthenticate_mE78C5E95F3B0B5AD8ECD4068F57A63C0C778CAE7(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Net.BasicClient::get_AuthenticationType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* BasicClient_get_AuthenticationType_m7DD0FAFA34F73D71F5787E28A95ED4DC0754379A (BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteralA01C4F4897E2641F90F7C00FF6187381E937B194;
|
|
}
|
|
}
|
|
// System.Void System.Net.BasicClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BasicClient__ctor_mA1E74A0E4BC0FA70AF8679D1496E29A8D7934949 (BasicClient_tE0C1F1DE1356C4D519288C1C7B0245CBC6E98D68* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, 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
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_Multicast(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates_13->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* retVal = NULL;
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* currentDelegate = reinterpret_cast<BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD*>(delegatesToInvoke[i]);
|
|
typedef IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* (*FunctionPointerType) (RuntimeObject*, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t, const RuntimeMethod*);
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
return retVal;
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenInst(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_servicePoint);
|
|
typedef IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* (*FunctionPointerType) (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount, method);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenStatic(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
typedef IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* (*FunctionPointerType) (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount, method);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenStaticInvoker(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker3< IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_ClosedStaticInvoker(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker4< IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, RuntimeObject*, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenVirtual(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_servicePoint);
|
|
return VirtualFuncInvoker2< IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenInterface(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_servicePoint);
|
|
return InterfaceFuncInvoker2< IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t >::Invoke(il2cpp_codegen_method_get_slot(method), il2cpp_codegen_method_get_declaring_type(method), ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenGenericVirtual(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_servicePoint);
|
|
return GenericVirtualFuncInvoker2< IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t >::Invoke(method, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount);
|
|
}
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenGenericInterface(BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_servicePoint);
|
|
return GenericInterfaceFuncInvoker2< IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t >::Invoke(method, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount);
|
|
}
|
|
// System.Void System.Net.BindIPEndPoint::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BindIPEndPoint__ctor_mF27083AF738308137AB340ADA66696DEAD4FE3C4 (BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr_0 = (intptr_t)il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method_3 = ___1_method;
|
|
__this->___m_target_2 = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code_6 = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 3;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = __this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 2;
|
|
if (isOpen)
|
|
{
|
|
if (__this->___method_is_virtual_12)
|
|
{
|
|
if (il2cpp_codegen_method_is_generic_instance_method((RuntimeMethod*)___1_method))
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenGenericInterface;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenGenericVirtual;
|
|
else
|
|
if (il2cpp_codegen_method_is_interface_method((RuntimeMethod*)___1_method))
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenInterface;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenVirtual;
|
|
}
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_OpenInst;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = __this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_Multicast;
|
|
}
|
|
// System.Net.IPEndPoint System.Net.BindIPEndPoint::Invoke(System.Net.ServicePoint,System.Net.IPEndPoint,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3 (BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
typedef IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* (*FunctionPointerType) (RuntimeObject*, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount, reinterpret_cast<RuntimeMethod*>(__this->___method_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.BufferedReadStream::.ctor(System.Net.WebOperation,System.IO.Stream,System.Net.BufferOffsetSize)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void BufferedReadStream__ctor_mD3E731B98242D63EA0FA8B2FD3A1836EFDC120FF (BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_innerStream, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___2_readBuffer, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = ___0_operation;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_innerStream;
|
|
WebReadStream__ctor_mC68E90C384FD3ABF616222CCC813193A55C764B5(__this, L_0, L_1, NULL);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_2 = ___2_readBuffer;
|
|
__this->___readBuffer_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___readBuffer_7), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.Net.BufferedReadStream::ProcessReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* BufferedReadStream_ProcessReadAsync_mEC39B3DA96D9648DD6BB56852A6592FB2BF75128 (BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mEB042B53C1DFBAF4107E2DB81CD1215D835F6493_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
(&V_0)->___buffer_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___buffer_5), (void*)L_0);
|
|
int32_t L_1 = ___1_offset;
|
|
(&V_0)->___offset_6 = L_1;
|
|
int32_t L_2 = ___2_size;
|
|
(&V_0)->___size_4 = L_2;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___3_cancellationToken;
|
|
(&V_0)->___cancellationToken_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_2))->____source_0), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 L_4;
|
|
L_4 = AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE(AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_5 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mEB042B53C1DFBAF4107E2DB81CD1215D835F6493(L_5, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mEB042B53C1DFBAF4107E2DB81CD1215D835F6493_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_6 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_7;
|
|
L_7 = AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE(L_6, AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.BufferedReadStream::TryReadFromBuffer(System.Byte[],System.Int32,System.Int32,System.Int32&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool BufferedReadStream_TryReadFromBuffer_m44E118B0681488AE40DEF83D52325054B2A48923 (BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, int32_t* ___3_result, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* G_B2_0 = NULL;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* G_B1_0 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B8_0 = 0;
|
|
{
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_0 = __this->___readBuffer_7;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
goto IL_0012;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
NullCheck(G_B2_0);
|
|
int32_t L_2 = G_B2_0->___Size_2;
|
|
G_B3_0 = L_2;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
V_0 = G_B3_0;
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_0025;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_4 = ___3_result;
|
|
*((int32_t*)L_4) = (int32_t)0;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5;
|
|
L_5 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(__this, NULL);
|
|
return (bool)((((RuntimeObject*)(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)L_5) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
}
|
|
|
|
IL_0025:
|
|
{
|
|
int32_t L_6 = V_0;
|
|
int32_t L_7 = ___2_size;
|
|
if ((((int32_t)L_6) > ((int32_t)L_7)))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_8 = V_0;
|
|
G_B8_0 = L_8;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
int32_t L_9 = ___2_size;
|
|
G_B8_0 = L_9;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
V_1 = G_B8_0;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_10 = __this->___readBuffer_7;
|
|
NullCheck(L_10);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = L_10->___Buffer_0;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_12 = __this->___readBuffer_7;
|
|
NullCheck(L_12);
|
|
int32_t L_13 = L_12->___Offset_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___0_buffer;
|
|
int32_t L_15 = ___1_offset;
|
|
int32_t L_16 = V_1;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_11, L_13, (RuntimeArray*)L_14, L_15, L_16, NULL);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_17 = __this->___readBuffer_7;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_18 = L_17;
|
|
NullCheck(L_18);
|
|
int32_t L_19 = L_18->___Offset_1;
|
|
int32_t L_20 = V_1;
|
|
NullCheck(L_18);
|
|
L_18->___Offset_1 = ((int32_t)il2cpp_codegen_add(L_19, L_20));
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_21 = __this->___readBuffer_7;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_22 = L_21;
|
|
NullCheck(L_22);
|
|
int32_t L_23 = L_22->___Size_2;
|
|
int32_t L_24 = V_1;
|
|
NullCheck(L_22);
|
|
L_22->___Size_2 = ((int32_t)il2cpp_codegen_subtract(L_23, L_24));
|
|
int32_t L_25 = ___1_offset;
|
|
int32_t L_26 = V_1;
|
|
___1_offset = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
|
int32_t L_27 = ___2_size;
|
|
int32_t L_28 = V_1;
|
|
___2_size = ((int32_t)il2cpp_codegen_subtract(L_27, L_28));
|
|
int32_t* L_29 = ___3_result;
|
|
int32_t L_30 = V_1;
|
|
*((int32_t*)L_29) = (int32_t)L_30;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.BufferedReadStream/<ProcessReadAsync>d__2::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__2_MoveNext_m7FC1645A4C90DCE9CE6B84EF87EBF823FC95CD90 (U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mF1C832333633D2F3B67B4DF5633CA3BBD98F259E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Exception_t* V_7 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* G_B4_0 = NULL;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* G_B3_0 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B9_0 = 0;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_1 = __this->___U3CU3E4__this_3;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0131_1;
|
|
}
|
|
}
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* L_3 = (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED*)(&__this->___cancellationToken_2);
|
|
il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3(L_3, NULL);
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_5 = L_4->___readBuffer_7;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_6 = L_5;
|
|
G_B3_0 = L_6;
|
|
if (L_6)
|
|
{
|
|
G_B4_0 = L_6;
|
|
goto IL_002c_1;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
goto IL_0031_1;
|
|
}
|
|
|
|
IL_002c_1:
|
|
{
|
|
NullCheck(G_B4_0);
|
|
int32_t L_7 = G_B4_0->___Size_2;
|
|
G_B5_0 = L_7;
|
|
}
|
|
|
|
IL_0031_1:
|
|
{
|
|
V_3 = G_B5_0;
|
|
int32_t L_8 = V_3;
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00c4_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_3;
|
|
int32_t L_10 = __this->___size_4;
|
|
if ((((int32_t)L_9) > ((int32_t)L_10)))
|
|
{
|
|
goto IL_0045_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = V_3;
|
|
G_B9_0 = L_11;
|
|
goto IL_004b_1;
|
|
}
|
|
|
|
IL_0045_1:
|
|
{
|
|
int32_t L_12 = __this->___size_4;
|
|
G_B9_0 = L_12;
|
|
}
|
|
|
|
IL_004b_1:
|
|
{
|
|
V_4 = G_B9_0;
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_14 = L_13->___readBuffer_7;
|
|
NullCheck(L_14);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = L_14->___Buffer_0;
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_16 = V_1;
|
|
NullCheck(L_16);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_17 = L_16->___readBuffer_7;
|
|
NullCheck(L_17);
|
|
int32_t L_18 = L_17->___Offset_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = __this->___buffer_5;
|
|
int32_t L_20 = __this->___offset_6;
|
|
int32_t L_21 = V_4;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_15, L_18, (RuntimeArray*)L_19, L_20, L_21, NULL);
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_23 = L_22->___readBuffer_7;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_24 = L_23;
|
|
NullCheck(L_24);
|
|
int32_t L_25 = L_24->___Offset_1;
|
|
int32_t L_26 = V_4;
|
|
NullCheck(L_24);
|
|
L_24->___Offset_1 = ((int32_t)il2cpp_codegen_add(L_25, L_26));
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_27 = V_1;
|
|
NullCheck(L_27);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_28 = L_27->___readBuffer_7;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_29 = L_28;
|
|
NullCheck(L_29);
|
|
int32_t L_30 = L_29->___Size_2;
|
|
int32_t L_31 = V_4;
|
|
NullCheck(L_29);
|
|
L_29->___Size_2 = ((int32_t)il2cpp_codegen_subtract(L_30, L_31));
|
|
int32_t L_32 = __this->___offset_6;
|
|
int32_t L_33 = V_4;
|
|
__this->___offset_6 = ((int32_t)il2cpp_codegen_add(L_32, L_33));
|
|
int32_t L_34 = __this->___size_4;
|
|
int32_t L_35 = V_4;
|
|
__this->___size_4 = ((int32_t)il2cpp_codegen_subtract(L_34, L_35));
|
|
int32_t L_36 = V_4;
|
|
V_2 = L_36;
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_00c4_1:
|
|
{
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_37 = V_1;
|
|
NullCheck(L_37);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_38;
|
|
L_38 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(L_37, NULL);
|
|
if (L_38)
|
|
{
|
|
goto IL_00d3_1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_00d3_1:
|
|
{
|
|
BufferedReadStream_t02C23C74C829832E0FE18150F609CFB3F8560479* L_39 = V_1;
|
|
NullCheck(L_39);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_40;
|
|
L_40 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(L_39, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_41 = __this->___buffer_5;
|
|
int32_t L_42 = __this->___offset_6;
|
|
int32_t L_43 = __this->___size_4;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_44 = __this->___cancellationToken_2;
|
|
NullCheck(L_40);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_45;
|
|
L_45 = VirtualFuncInvoker4< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(23 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_40, L_41, L_42, L_43, L_44);
|
|
NullCheck(L_45);
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_46;
|
|
L_46 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_45, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
V_6 = L_46;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_47;
|
|
L_47 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_6), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
V_5 = L_47;
|
|
bool L_48;
|
|
L_48 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_5), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
if (L_48)
|
|
{
|
|
goto IL_014e_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = 0;
|
|
V_0 = L_49;
|
|
__this->___U3CU3E1__state_0 = L_49;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_50 = V_5;
|
|
__this->___U3CU3Eu__1_7 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_51 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mF1C832333633D2F3B67B4DF5633CA3BBD98F259E(L_51, (&V_5), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D_mF1C832333633D2F3B67B4DF5633CA3BBD98F259E_RuntimeMethod_var);
|
|
goto IL_0185;
|
|
}
|
|
|
|
IL_0131_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_52 = __this->___U3CU3Eu__1_7;
|
|
V_5 = L_52;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_53 = (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*)(&__this->___U3CU3Eu__1_7);
|
|
il2cpp_codegen_initobj(L_53, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80));
|
|
int32_t L_54 = (-1);
|
|
V_0 = L_54;
|
|
__this->___U3CU3E1__state_0 = L_54;
|
|
}
|
|
|
|
IL_014e_1:
|
|
{
|
|
int32_t L_55;
|
|
L_55 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_5), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
V_2 = L_55;
|
|
goto IL_0171;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0158;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0158:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_56 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_7 = L_56;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_57 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_58 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575(L_57, L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0185;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0171:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_59 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
int32_t L_60 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B(L_59, L_60, AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0185:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CProcessReadAsyncU3Ed__2_MoveNext_m7FC1645A4C90DCE9CE6B84EF87EBF823FC95CD90_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D*>(__this + _offset);
|
|
U3CProcessReadAsyncU3Ed__2_MoveNext_m7FC1645A4C90DCE9CE6B84EF87EBF823FC95CD90(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.BufferedReadStream/<ProcessReadAsync>d__2::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__2_SetStateMachine_mC2082067C125F3D7D97F93F7B36790CC579302E2 (U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_0 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CProcessReadAsyncU3Ed__2_SetStateMachine_mC2082067C125F3D7D97F93F7B36790CC579302E2_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CProcessReadAsyncU3Ed__2_t29F1FDB7C75F87F5E3296B1685E39DE5427CCB2D*>(__this + _offset);
|
|
U3CProcessReadAsyncU3Ed__2_SetStateMachine_mC2082067C125F3D7D97F93F7B36790CC579302E2(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Net.ContentDecodeStream System.Net.ContentDecodeStream::Create(System.Net.WebOperation,System.IO.Stream,System.Net.ContentDecodeStream/Mode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* ContentDecodeStream_Create_m65FA88374A1D47FF5B2A780380792BFD4C9AE136 (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_innerStream, int32_t ___2_mode, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_0 = NULL;
|
|
{
|
|
int32_t L_0 = ___2_mode;
|
|
if (L_0)
|
|
{
|
|
goto IL_000d;
|
|
}
|
|
}
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_innerStream;
|
|
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_2 = (GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0*)il2cpp_codegen_object_new(GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
GZipStream__ctor_m25053634B041374B528EB0F01612B072A9AF2E05(L_2, L_1, 0, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0015;
|
|
}
|
|
|
|
IL_000d:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = ___1_innerStream;
|
|
DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104* L_4 = (DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104*)il2cpp_codegen_object_new(DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
DeflateStream__ctor_m344C1EF8B83E612C4FC662F0152DF1D2A5636829(L_4, L_3, 0, NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_5 = ___0_operation;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_6 = V_0;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_7 = ___1_innerStream;
|
|
ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* L_8 = (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61*)il2cpp_codegen_object_new(ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
ContentDecodeStream__ctor_m1C9D888BD00155CB04DA7357D39EB8D552D1FB42(L_8, L_5, L_6, L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.IO.Stream System.Net.ContentDecodeStream::get_OriginalInnerStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ContentDecodeStream_get_OriginalInnerStream_mBD2610B5D00F361DE266C8DFE8D15D6F8992381E (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___U3COriginalInnerStreamU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ContentDecodeStream::.ctor(System.Net.WebOperation,System.IO.Stream,System.IO.Stream)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ContentDecodeStream__ctor_m1C9D888BD00155CB04DA7357D39EB8D552D1FB42 (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_decodeStream, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___2_originalInnerStream, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = ___0_operation;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_decodeStream;
|
|
WebReadStream__ctor_mC68E90C384FD3ABF616222CCC813193A55C764B5(__this, L_0, L_1, NULL);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = ___2_originalInnerStream;
|
|
__this->___U3COriginalInnerStreamU3Ek__BackingField_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3COriginalInnerStreamU3Ek__BackingField_7), (void*)L_2);
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.Net.ContentDecodeStream::ProcessReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* ContentDecodeStream_ProcessReadAsync_mDB510E7836C389126F30E00974F73EDEB9B9DE16 (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0;
|
|
L_0 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer;
|
|
int32_t L_2 = ___1_offset;
|
|
int32_t L_3 = ___2_size;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_4 = ___3_cancellationToken;
|
|
NullCheck(L_0);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_5;
|
|
L_5 = VirtualFuncInvoker4< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(23 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_0, L_1, L_2, L_3, L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.ContentDecodeStream::FinishReading(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ContentDecodeStream_FinishReading_m0E498AEB111773E8C856E31E67DE2F1404E21607 (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* V_0 = NULL;
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0;
|
|
L_0 = ContentDecodeStream_get_OriginalInnerStream_mBD2610B5D00F361DE266C8DFE8D15D6F8992381E_inline(__this, NULL);
|
|
V_0 = ((WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86*)IsInstClass((RuntimeObject*)L_0, WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86_il2cpp_TypeInfo_var));
|
|
WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* L_2 = V_0;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___0_cancellationToken;
|
|
NullCheck(L_2);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4;
|
|
L_4 = VirtualFuncInvoker1< Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(37 /* System.Threading.Tasks.Task System.Net.WebReadStream::FinishReading(System.Threading.CancellationToken) */, L_2, L_3);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_5;
|
|
L_5 = Task_get_CompletedTask_m1567097D0142D009DC8F9B70DA2C55DA651D55E9_inline(NULL);
|
|
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
|
|
#ifdef __clang__
|
|
#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.DigestHeaderParser::.ctor(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__ctor_m89162972D1A691B65C14B5402683FB3C2FB4CE7E (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, String_t* ___0_header, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ((DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var))->___keywords_3;
|
|
NullCheck(L_0);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)((int32_t)(((RuntimeArray*)L_0)->max_length)));
|
|
__this->___values_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___values_4), (void*)L_1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
String_t* L_2 = ___0_header;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL);
|
|
__this->___header_0 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___header_0), (void*)L_3);
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::get_Realm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Realm_mA92099ECCCB683BA4490769F9E0DD80E925DE989 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___values_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 0;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::get_Opaque()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Opaque_mA5DEB9241930B6E980B97255460FDDFADE75459B (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___values_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 1;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::get_Nonce()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Nonce_mAC661197509F3A8F50FD2056BE6DA476F54FFA18 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___values_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 2;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::get_Algorithm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_Algorithm_mFB926080495CB2ABD8298568D7DBF8245DDED90F (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___values_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 3;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::get_QOP()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_get_QOP_m5796E6AFE8914BAD188B77C7F80D01BD4567C443 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = __this->___values_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1 = 4;
|
|
String_t* L_2 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_1));
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.DigestHeaderParser::Parse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_Parse_mF5F114E586CB7BEA50BD14AA20438DA7CA1D19CD (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
{
|
|
String_t* L_0 = __this->___header_0;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_0, NULL);
|
|
NullCheck(L_1);
|
|
bool L_2;
|
|
L_2 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_1, _stringLiteral1B53921DDFB2D1E42EC639164D3866482F325D24, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
__this->___pos_2 = 6;
|
|
String_t* L_3 = __this->___header_0;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_3, NULL);
|
|
__this->___length_1 = L_4;
|
|
goto IL_009d;
|
|
}
|
|
|
|
IL_0033:
|
|
{
|
|
bool L_5;
|
|
L_5 = DigestHeaderParser_GetKeywordAndValue_mB0FCB83A78B360CBA9CEE1A0E64A6D8099A5A235(__this, (&V_0), (&V_1), NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
DigestHeaderParser_SkipWhitespace_m83A2E761FBB1290AFC5CD53130CFA60D0D5B67E2(__this, NULL);
|
|
int32_t L_6 = __this->___pos_2;
|
|
int32_t L_7 = __this->___length_1;
|
|
if ((((int32_t)L_6) >= ((int32_t)L_7)))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->___header_0;
|
|
int32_t L_9 = __this->___pos_2;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_10;
|
|
L_10 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_9, NULL);
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)((int32_t)44)))))
|
|
{
|
|
goto IL_0078;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_11 = __this->___pos_2;
|
|
__this->___pos_2 = ((int32_t)il2cpp_codegen_add(L_11, 1));
|
|
}
|
|
|
|
IL_0078:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = ((DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var))->___keywords_3;
|
|
String_t* L_13 = V_0;
|
|
int32_t L_14;
|
|
L_14 = Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA(L_12, L_13, Array_IndexOf_TisString_t_mC740B072B4FB746CC445F9FD113E6DD0796062FA_RuntimeMethod_var);
|
|
V_2 = L_14;
|
|
int32_t L_15 = V_2;
|
|
if ((((int32_t)L_15) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_009d;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = __this->___values_4;
|
|
int32_t L_17 = V_2;
|
|
NullCheck(L_16);
|
|
int32_t L_18 = L_17;
|
|
String_t* L_19 = (L_16)->GetAt(static_cast<il2cpp_array_size_t>(L_18));
|
|
if (!L_19)
|
|
{
|
|
goto IL_0094;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0094:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_20 = __this->___values_4;
|
|
int32_t L_21 = V_2;
|
|
String_t* L_22 = V_1;
|
|
NullCheck(L_20);
|
|
ArrayElementTypeCheck (L_20, L_22);
|
|
(L_20)->SetAt(static_cast<il2cpp_array_size_t>(L_21), (String_t*)L_22);
|
|
}
|
|
|
|
IL_009d:
|
|
{
|
|
int32_t L_23 = __this->___pos_2;
|
|
int32_t L_24 = __this->___length_1;
|
|
if ((((int32_t)L_23) < ((int32_t)L_24)))
|
|
{
|
|
goto IL_0033;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_25;
|
|
L_25 = DigestHeaderParser_get_Realm_mA92099ECCCB683BA4490769F9E0DD80E925DE989(__this, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_00bb;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26;
|
|
L_26 = DigestHeaderParser_get_Nonce_mAC661197509F3A8F50FD2056BE6DA476F54FFA18(__this, NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_00bd;
|
|
}
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00bd:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Net.DigestHeaderParser::SkipWhitespace()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser_SkipWhitespace_m83A2E761FBB1290AFC5CD53130CFA60D0D5B67E2 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
{
|
|
V_0 = ((int32_t)32);
|
|
goto IL_0022;
|
|
}
|
|
|
|
IL_0005:
|
|
{
|
|
String_t* L_0 = __this->___header_0;
|
|
int32_t L_1 = __this->___pos_2;
|
|
V_1 = L_1;
|
|
int32_t L_2 = V_1;
|
|
__this->___pos_2 = ((int32_t)il2cpp_codegen_add(L_2, 1));
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_0);
|
|
Il2CppChar L_4;
|
|
L_4 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_0, L_3, NULL);
|
|
V_0 = L_4;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
int32_t L_5 = __this->___pos_2;
|
|
int32_t L_6 = __this->___length_1;
|
|
if ((((int32_t)L_5) >= ((int32_t)L_6)))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_7 = V_0;
|
|
if ((((int32_t)L_7) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_8 = V_0;
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_9 = V_0;
|
|
if ((((int32_t)L_9) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_10 = V_0;
|
|
if ((((int32_t)L_10) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0005;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_11 = __this->___pos_2;
|
|
__this->___pos_2 = ((int32_t)il2cpp_codegen_subtract(L_11, 1));
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestHeaderParser::GetKey()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestHeaderParser_GetKey_m03193506B7977BE72195ADFE3ADB5FE5C0B205D8 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
DigestHeaderParser_SkipWhitespace_m83A2E761FBB1290AFC5CD53130CFA60D0D5B67E2(__this, NULL);
|
|
int32_t L_0 = __this->___pos_2;
|
|
V_0 = L_0;
|
|
goto IL_001d;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
int32_t L_1 = __this->___pos_2;
|
|
__this->___pos_2 = ((int32_t)il2cpp_codegen_add(L_1, 1));
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
int32_t L_2 = __this->___pos_2;
|
|
int32_t L_3 = __this->___length_1;
|
|
if ((((int32_t)L_2) >= ((int32_t)L_3)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->___header_0;
|
|
int32_t L_5 = __this->___pos_2;
|
|
NullCheck(L_4);
|
|
Il2CppChar L_6;
|
|
L_6 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_4, L_5, NULL);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)((int32_t)61)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
String_t* L_7 = __this->___header_0;
|
|
int32_t L_8 = V_0;
|
|
int32_t L_9 = __this->___pos_2;
|
|
int32_t L_10 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_11;
|
|
L_11 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_7, L_8, ((int32_t)il2cpp_codegen_subtract(L_9, L_10)), NULL);
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_11, NULL);
|
|
NullCheck(L_12);
|
|
String_t* L_13;
|
|
L_13 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_12, NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.DigestHeaderParser::GetKeywordAndValue(System.String&,System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestHeaderParser_GetKeywordAndValue_mB0FCB83A78B360CBA9CEE1A0E64A6D8099A5A235 (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* __this, String_t** ___0_key, String_t** ___1_value, const RuntimeMethod* method)
|
|
{
|
|
bool V_0 = false;
|
|
int32_t V_1 = 0;
|
|
int32_t V_2 = 0;
|
|
Il2CppChar V_3 = 0x0;
|
|
int32_t G_B23_0 = 0;
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* G_B23_1 = NULL;
|
|
int32_t G_B22_0 = 0;
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* G_B22_1 = NULL;
|
|
int32_t G_B24_0 = 0;
|
|
int32_t G_B24_1 = 0;
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* G_B24_2 = NULL;
|
|
{
|
|
String_t** L_0 = ___0_key;
|
|
*((RuntimeObject**)L_0) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_0, (void*)(RuntimeObject*)NULL);
|
|
String_t** L_1 = ___1_value;
|
|
*((RuntimeObject**)L_1) = (RuntimeObject*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_1, (void*)(RuntimeObject*)NULL);
|
|
String_t** L_2 = ___0_key;
|
|
String_t* L_3;
|
|
L_3 = DigestHeaderParser_GetKey_m03193506B7977BE72195ADFE3ADB5FE5C0B205D8(__this, NULL);
|
|
*((RuntimeObject**)L_2) = (RuntimeObject*)L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_2, (void*)(RuntimeObject*)L_3);
|
|
int32_t L_4 = __this->___pos_2;
|
|
int32_t L_5 = __this->___length_1;
|
|
if ((((int32_t)L_4) < ((int32_t)L_5)))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
DigestHeaderParser_SkipWhitespace_m83A2E761FBB1290AFC5CD53130CFA60D0D5B67E2(__this, NULL);
|
|
int32_t L_6 = __this->___pos_2;
|
|
int32_t L_7 = __this->___length_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_6, 1))) >= ((int32_t)L_7)))
|
|
{
|
|
goto IL_0054;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->___header_0;
|
|
int32_t L_9 = __this->___pos_2;
|
|
V_2 = L_9;
|
|
int32_t L_10 = V_2;
|
|
__this->___pos_2 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
int32_t L_11 = V_2;
|
|
NullCheck(L_8);
|
|
Il2CppChar L_12;
|
|
L_12 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_8, L_11, NULL);
|
|
if ((((int32_t)L_12) == ((int32_t)((int32_t)61))))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
|
|
IL_0054:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
DigestHeaderParser_SkipWhitespace_m83A2E761FBB1290AFC5CD53130CFA60D0D5B67E2(__this, NULL);
|
|
int32_t L_13 = __this->___pos_2;
|
|
int32_t L_14 = __this->___length_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_13, 1))) < ((int32_t)L_14)))
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
V_0 = (bool)0;
|
|
String_t* L_15 = __this->___header_0;
|
|
int32_t L_16 = __this->___pos_2;
|
|
NullCheck(L_15);
|
|
Il2CppChar L_17;
|
|
L_17 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_15, L_16, NULL);
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)((int32_t)34)))))
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_18 = __this->___pos_2;
|
|
__this->___pos_2 = ((int32_t)il2cpp_codegen_add(L_18, 1));
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
int32_t L_19 = __this->___pos_2;
|
|
V_1 = L_19;
|
|
bool L_20 = V_0;
|
|
if (!L_20)
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_21 = __this->___header_0;
|
|
int32_t L_22 = __this->___pos_2;
|
|
NullCheck(L_21);
|
|
int32_t L_23;
|
|
L_23 = String_IndexOf_m15B90A59047584420D227EE3A7EAC0C5EAF676F4(L_21, ((int32_t)34), L_22, NULL);
|
|
__this->___pos_2 = L_23;
|
|
int32_t L_24 = __this->___pos_2;
|
|
if ((!(((uint32_t)L_24) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00c3:
|
|
{
|
|
String_t* L_25 = __this->___header_0;
|
|
int32_t L_26 = __this->___pos_2;
|
|
NullCheck(L_25);
|
|
Il2CppChar L_27;
|
|
L_27 = String_get_Chars_mC49DF0CD2D3BE7BE97B3AD9C995BE3094F8E36D3(L_25, L_26, NULL);
|
|
V_3 = L_27;
|
|
Il2CppChar L_28 = V_3;
|
|
if ((((int32_t)L_28) == ((int32_t)((int32_t)44))))
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_29 = V_3;
|
|
if ((((int32_t)L_29) == ((int32_t)((int32_t)32))))
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_30 = V_3;
|
|
if ((((int32_t)L_30) == ((int32_t)((int32_t)9))))
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_31 = V_3;
|
|
if ((((int32_t)L_31) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_32 = V_3;
|
|
if ((((int32_t)L_32) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0107;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_33 = __this->___pos_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_33, 1));
|
|
int32_t L_34 = V_2;
|
|
__this->___pos_2 = L_34;
|
|
int32_t L_35 = V_2;
|
|
int32_t L_36 = __this->___length_1;
|
|
if ((((int32_t)L_35) < ((int32_t)L_36)))
|
|
{
|
|
goto IL_00c3;
|
|
}
|
|
}
|
|
|
|
IL_0107:
|
|
{
|
|
int32_t L_37 = __this->___pos_2;
|
|
int32_t L_38 = __this->___length_1;
|
|
if ((((int32_t)L_37) < ((int32_t)L_38)))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_1;
|
|
int32_t L_40 = __this->___pos_2;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)L_40))))
|
|
{
|
|
goto IL_0120;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0120:
|
|
{
|
|
String_t** L_41 = ___1_value;
|
|
String_t* L_42 = __this->___header_0;
|
|
int32_t L_43 = V_1;
|
|
int32_t L_44 = __this->___pos_2;
|
|
int32_t L_45 = V_1;
|
|
NullCheck(L_42);
|
|
String_t* L_46;
|
|
L_46 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_42, L_43, ((int32_t)il2cpp_codegen_subtract(L_44, L_45)), NULL);
|
|
*((RuntimeObject**)L_41) = (RuntimeObject*)L_46;
|
|
Il2CppCodeGenWriteBarrier((void**)(RuntimeObject**)L_41, (void*)(RuntimeObject*)L_46);
|
|
int32_t L_47 = __this->___pos_2;
|
|
bool L_48 = V_0;
|
|
G_B22_0 = L_47;
|
|
G_B22_1 = __this;
|
|
if (L_48)
|
|
{
|
|
G_B23_0 = L_47;
|
|
G_B23_1 = __this;
|
|
goto IL_0143;
|
|
}
|
|
}
|
|
{
|
|
G_B24_0 = 1;
|
|
G_B24_1 = G_B22_0;
|
|
G_B24_2 = G_B22_1;
|
|
goto IL_0144;
|
|
}
|
|
|
|
IL_0143:
|
|
{
|
|
G_B24_0 = 2;
|
|
G_B24_1 = G_B23_0;
|
|
G_B24_2 = G_B23_1;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
NullCheck(G_B24_2);
|
|
G_B24_2->___pos_2 = ((int32_t)il2cpp_codegen_add(G_B24_1, G_B24_0));
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Net.DigestHeaderParser::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestHeaderParser__cctor_mAD07B737ABE0B0271CD8ED3EB7F28A2241E02D31 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral2555543242A278889EA1F704BD696770579E9304);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)5);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_1 = L_0;
|
|
NullCheck(L_1);
|
|
ArrayElementTypeCheck (L_1, _stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(0), (String_t*)_stringLiteralB7D1CAF9B55BE135BC8B1C459D2052FBCF135556);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_2 = L_1;
|
|
NullCheck(L_2);
|
|
ArrayElementTypeCheck (L_2, _stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E);
|
|
(L_2)->SetAt(static_cast<il2cpp_array_size_t>(1), (String_t*)_stringLiteral9C35BA15FC8288F6F7A229DD42F48D4FB70DCC2E);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = L_2;
|
|
NullCheck(L_3);
|
|
ArrayElementTypeCheck (L_3, _stringLiteral2555543242A278889EA1F704BD696770579E9304);
|
|
(L_3)->SetAt(static_cast<il2cpp_array_size_t>(2), (String_t*)_stringLiteral2555543242A278889EA1F704BD696770579E9304);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_4 = L_3;
|
|
NullCheck(L_4);
|
|
ArrayElementTypeCheck (L_4, _stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(3), (String_t*)_stringLiteralA9AF8D13B64E63A31A01386E007E5C9CF3A6CF5B);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = L_4;
|
|
NullCheck(L_5);
|
|
ArrayElementTypeCheck (L_5, _stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103);
|
|
(L_5)->SetAt(static_cast<il2cpp_array_size_t>(4), (String_t*)_stringLiteral56527A2300BB0A611AE7B1418C0BFCB781C48103);
|
|
((DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var))->___keywords_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_StaticFields*)il2cpp_codegen_static_fields_for(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var))->___keywords_3), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.DigestSession::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__cctor_m77B8968A4D7D3325976B04775189DFEAF1FD8ADE (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_0;
|
|
L_0 = RandomNumberGenerator_Create_m10E13D4B5CF93E2EBB1BE9226488C919FFAC3340(NULL);
|
|
((DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var))->___rng_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var))->___rng_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.DigestSession::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestSession__ctor_mBC472E7D777C2734C1BB6A1CB8A6A3CC05A1A100 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
__this->____nc_2 = 1;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0;
|
|
L_0 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
__this->___lastUse_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::get_Algorithm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Algorithm_mB31B9ED4EBCAC2093680C9F17BBB52B39F298D5B (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_0 = __this->___parser_4;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = DigestHeaderParser_get_Algorithm_mFB926080495CB2ABD8298568D7DBF8245DDED90F(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::get_Realm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Realm_m91E2F1AA08F29D0B6A0D01892C5FDE31DA48FF88 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_0 = __this->___parser_4;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = DigestHeaderParser_get_Realm_mA92099ECCCB683BA4490769F9E0DD80E925DE989(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::get_Nonce()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Nonce_m8FDB05DDBF322A52A33A47C1B68117ACA6E196FF (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_0 = __this->___parser_4;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = DigestHeaderParser_get_Nonce_mAC661197509F3A8F50FD2056BE6DA476F54FFA18(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::get_Opaque()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_Opaque_m3D8A178D0D39B7997956D18FCBCB1D648437A8B3 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_0 = __this->___parser_4;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = DigestHeaderParser_get_Opaque_mA5DEB9241930B6E980B97255460FDDFADE75459B(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::get_QOP()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_0 = __this->___parser_4;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = DigestHeaderParser_get_QOP_m5796E6AFE8914BAD188B77C7F80D01BD4567C443(L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::get_CNonce()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_get_CNonce_m1EB2C04F305C4D6EB9C6A9C6FDCB0C7448072BD4 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = __this->____cnonce_5;
|
|
if (L_0)
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)15));
|
|
V_0 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
RandomNumberGenerator_t4E862666A2F7D55324960670C7A1B4C2D40222F3* L_2 = ((DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_StaticFields*)il2cpp_codegen_static_fields_for(DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var))->___rng_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_3 = V_0;
|
|
NullCheck(L_2);
|
|
VirtualActionInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(6 /* System.Void System.Security.Cryptography.RandomNumberGenerator::GetBytes(System.Byte[]) */, L_2, L_3);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Convert_t7097FF336D592F7C06D88A98349A44646F91EFFC_il2cpp_TypeInfo_var);
|
|
String_t* L_5;
|
|
L_5 = Convert_ToBase64String_mD0680EF77270244071965AFA1207921C73EEA323(L_4, NULL);
|
|
__this->____cnonce_5 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->____cnonce_5), (void*)L_5);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Array_Clear_m50BAA3751899858B097D3FF2ED31F284703FE5CB((RuntimeArray*)L_6, 0, ((int32_t)(((RuntimeArray*)L_7)->max_length)), NULL);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
String_t* L_8 = __this->____cnonce_5;
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.DigestSession::Parse(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool DigestSession_Parse_m9F496F9394081988C708D66D7D4A20AB013D0044 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_challenge, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_challenge;
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_1 = (DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7*)il2cpp_codegen_object_new(DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
DigestHeaderParser__ctor_m89162972D1A691B65C14B5402683FB3C2FB4CE7E(L_1, L_0, NULL);
|
|
__this->___parser_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___parser_4), (void*)L_1);
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_2 = __this->___parser_4;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = DigestHeaderParser_Parse_mF5F114E586CB7BEA50BD14AA20438DA7CA1D19CD(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_001b;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001b:
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_4 = __this->___parser_4;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = DigestHeaderParser_get_Algorithm_mFB926080495CB2ABD8298568D7DBF8245DDED90F(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_6 = __this->___parser_4;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = DigestHeaderParser_get_Algorithm_mFB926080495CB2ABD8298568D7DBF8245DDED90F(L_6, NULL);
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = String_ToUpper_m5F499BC30C2A5F5C96248B4C3D1A3B4694748B49(L_7, NULL);
|
|
NullCheck(L_8);
|
|
bool L_9;
|
|
L_9 = String_StartsWith_mF75DBA1EB709811E711B44E26FF919C88A8E65C0(L_8, _stringLiteralCE0379382C2810C1AED5C5B0021E7B8221741E17, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
MD5_t808E6AE387D5FCC368DBB86576572C1564D17E5A* L_10;
|
|
L_10 = MD5_Create_mD7AEBE7A752D163971C764A9A8CC0029C865F223(NULL);
|
|
__this->___hash_3 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___hash_3), (void*)L_10);
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::HashToHexString(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HashToHexString_m361FB17D751CF79D6653EA3B33133269C5551483 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_toBeHashed, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
uint8_t V_3 = 0x0;
|
|
{
|
|
HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_0 = __this->___hash_3;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (String_t*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_1 = __this->___hash_3;
|
|
NullCheck(L_1);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.Security.Cryptography.HashAlgorithm::Initialize() */, L_1);
|
|
HashAlgorithm_t299ECE61BBF4582B1F75734D43A96DDEC9B2004D* L_2 = __this->___hash_3;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_3;
|
|
L_3 = Encoding_get_ASCII_mCC61B512D320FD4E2E71CC0DFDF8DDF3CD215C65(NULL);
|
|
String_t* L_4 = ___0_toBeHashed;
|
|
NullCheck(L_3);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_5;
|
|
L_5 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(17 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_3, L_4);
|
|
NullCheck(L_2);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6;
|
|
L_6 = HashAlgorithm_ComputeHash_mC9CD24714D75A8D61F12509BF952A26347FF22FB(L_2, L_5, NULL);
|
|
StringBuilder_t* L_7 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_7, NULL);
|
|
V_0 = L_7;
|
|
V_1 = L_6;
|
|
V_2 = 0;
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = V_1;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
uint8_t L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_3 = L_11;
|
|
StringBuilder_t* L_12 = V_0;
|
|
String_t* L_13;
|
|
L_13 = Byte_ToString_m793A41EEEB7B422F6FE658E99D2F7683F59EE310((&V_3), _stringLiteral65A0F9B64ACE7C859A284EA54B1190CBF83E1260, NULL);
|
|
NullCheck(L_12);
|
|
StringBuilder_t* L_14;
|
|
L_14 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_12, L_13, NULL);
|
|
int32_t L_15 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
int32_t L_16 = V_2;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
if ((((int32_t)L_16) < ((int32_t)((int32_t)(((RuntimeArray*)L_17)->max_length)))))
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_18 = V_0;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_18);
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::HA1(System.String,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA1_mF32650BB006D375D5AB3F441E308CD3BA5BAC01E (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_username, String_t* ___1_password, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_username;
|
|
String_t* L_1;
|
|
L_1 = DigestSession_get_Realm_m91E2F1AA08F29D0B6A0D01892C5FDE31DA48FF88(__this, NULL);
|
|
String_t* L_2 = ___1_password;
|
|
String_t* L_3;
|
|
L_3 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69, L_0, L_1, L_2, NULL);
|
|
V_0 = L_3;
|
|
String_t* L_4;
|
|
L_4 = DigestSession_get_Algorithm_mB31B9ED4EBCAC2093680C9F17BBB52B39F298D5B(__this, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5;
|
|
L_5 = DigestSession_get_Algorithm_mB31B9ED4EBCAC2093680C9F17BBB52B39F298D5B(__this, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_5, NULL);
|
|
bool L_7;
|
|
L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteralFE55A44A4569E37676CECA70D4046727B22CA6A6, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = V_0;
|
|
String_t* L_9;
|
|
L_9 = DigestSession_HashToHexString_m361FB17D751CF79D6653EA3B33133269C5551483(__this, L_8, NULL);
|
|
String_t* L_10;
|
|
L_10 = DigestSession_get_Nonce_m8FDB05DDBF322A52A33A47C1B68117ACA6E196FF(__this, NULL);
|
|
String_t* L_11;
|
|
L_11 = DigestSession_get_CNonce_m1EB2C04F305C4D6EB9C6A9C6FDCB0C7448072BD4(__this, NULL);
|
|
String_t* L_12;
|
|
L_12 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteral17490F55601C1F90A7803263837FE3F21E759D69, L_9, L_10, L_11, NULL);
|
|
V_0 = L_12;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
String_t* L_13 = V_0;
|
|
String_t* L_14;
|
|
L_14 = DigestSession_HashToHexString_m361FB17D751CF79D6653EA3B33133269C5551483(__this, L_13, NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::HA2(System.Net.HttpWebRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_HA2_m6E6CC00104804C9FE68FEFF0BE4B241AD7BCBF1E (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___0_webRequest, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_0 = ___0_webRequest;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = VirtualFuncInvoker0< String_t* >::Invoke(9 /* System.String System.Net.WebRequest::get_Method() */, L_0);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_2 = ___0_webRequest;
|
|
NullCheck(L_2);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3;
|
|
L_3 = VirtualFuncInvoker0< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_2);
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C(L_3, NULL);
|
|
String_t* L_5;
|
|
L_5 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralAD6CD2C36915DEB6A18BCF0F46B294FC1D97072F, L_1, L_4, NULL);
|
|
V_0 = L_5;
|
|
String_t* L_6;
|
|
L_6 = DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1(__this, NULL);
|
|
bool L_7;
|
|
L_7 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_6, _stringLiteral335CA71010F7EFAB270E1E0D36EFB78000B60FF2, NULL);
|
|
String_t* L_8 = V_0;
|
|
String_t* L_9;
|
|
L_9 = DigestSession_HashToHexString_m361FB17D751CF79D6653EA3B33133269C5551483(__this, L_8, NULL);
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestSession::Response(System.String,System.String,System.Net.HttpWebRequest)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestSession_Response_m5C59CBB9D15FE06153945D5A977791CD65E32F31 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, String_t* ___0_username, String_t* ___1_password, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___2_webRequest, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD876381C7842FC064817DB19381771F177B78566);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_username;
|
|
String_t* L_1 = ___1_password;
|
|
String_t* L_2;
|
|
L_2 = DigestSession_HA1_mF32650BB006D375D5AB3F441E308CD3BA5BAC01E(__this, L_0, L_1, NULL);
|
|
String_t* L_3;
|
|
L_3 = DigestSession_get_Nonce_m8FDB05DDBF322A52A33A47C1B68117ACA6E196FF(__this, NULL);
|
|
String_t* L_4;
|
|
L_4 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteral5155147FA750BA527951AADBA3D05ED5D8F0E038, L_2, L_3, NULL);
|
|
V_0 = L_4;
|
|
String_t* L_5;
|
|
L_5 = DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1(__this, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_004e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = V_0;
|
|
int32_t* L_7 = (int32_t*)(&__this->____nc_2);
|
|
String_t* L_8;
|
|
L_8 = Int32_ToString_m967AECC237535C552A97A80C7875E31B98496CA9(L_7, _stringLiteral1673B4D06ED01C7C0212BB2E7412E02E9578984F, NULL);
|
|
String_t* L_9;
|
|
L_9 = DigestSession_get_CNonce_m1EB2C04F305C4D6EB9C6A9C6FDCB0C7448072BD4(__this, NULL);
|
|
String_t* L_10;
|
|
L_10 = DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1(__this, NULL);
|
|
String_t* L_11;
|
|
L_11 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralD876381C7842FC064817DB19381771F177B78566, L_8, L_9, L_10, NULL);
|
|
String_t* L_12;
|
|
L_12 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_6, L_11, NULL);
|
|
V_0 = L_12;
|
|
}
|
|
|
|
IL_004e:
|
|
{
|
|
String_t* L_13 = V_0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_14 = ___2_webRequest;
|
|
String_t* L_15;
|
|
L_15 = DigestSession_HA2_m6E6CC00104804C9FE68FEFF0BE4B241AD7BCBF1E(__this, L_14, NULL);
|
|
String_t* L_16;
|
|
L_16 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(L_13, L_15, NULL);
|
|
V_0 = L_16;
|
|
String_t* L_17 = V_0;
|
|
String_t* L_18;
|
|
L_18 = DigestSession_HashToHexString_m361FB17D751CF79D6653EA3B33133269C5551483(__this, L_17, NULL);
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.DigestSession::Authenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* DigestSession_Authenticate_m820DC43ACC7FBA2D3CF80998301C130826B29844 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Authorization_t7F109103AF7366A418844BF604458413434F60D4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_0 = NULL;
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
StringBuilder_t* V_4 = NULL;
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* V_5 = NULL;
|
|
bool V_6 = false;
|
|
{
|
|
DigestHeaderParser_t215963C14BE82EA87A8F2E83F7EA55CD9570D6B7* L_0 = __this->___parser_4;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_m1BE9BD198B904AA1D94F4B10DA88077DFD44B7A5(L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&DigestSession_Authenticate_m820DC43ACC7FBA2D3CF80998301C130826B29844_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_2 = ___0_webRequest;
|
|
V_0 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)IsInstClass((RuntimeObject*)L_2, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var));
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
|
|
L_4 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
__this->___lastUse_1 = L_4;
|
|
RuntimeObject* L_5 = ___1_credentials;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_6 = V_0;
|
|
NullCheck(L_6);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7;
|
|
L_7 = VirtualFuncInvoker0< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(11 /* System.Uri System.Net.WebRequest::get_RequestUri() */, L_6);
|
|
NullCheck(L_5);
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_8;
|
|
L_8 = InterfaceFuncInvoker2< NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var, L_5, L_7, _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A);
|
|
V_1 = L_8;
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_003c;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_10 = V_1;
|
|
NullCheck(L_10);
|
|
String_t* L_11;
|
|
L_11 = NetworkCredential_get_UserName_mEBB5D5B4928F1868DD79A104CF2BAFCFAC88AFA1(L_10, NULL);
|
|
V_2 = L_11;
|
|
String_t* L_12 = V_2;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_13 = V_2;
|
|
bool L_14;
|
|
L_14 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_13, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0055;
|
|
}
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0055:
|
|
{
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
String_t* L_16;
|
|
L_16 = NetworkCredential_get_Password_m7F0F54ED0E4A41F66513296C4E3063D70AF6036C(L_15, NULL);
|
|
V_3 = L_16;
|
|
StringBuilder_t* L_17 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_17, NULL);
|
|
V_4 = L_17;
|
|
StringBuilder_t* L_18 = V_4;
|
|
String_t* L_19 = V_2;
|
|
NullCheck(L_18);
|
|
StringBuilder_t* L_20;
|
|
L_20 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_18, _stringLiteral1A32BC28634B27F4841631C8EF1DA0FE41353EB4, L_19, NULL);
|
|
StringBuilder_t* L_21 = V_4;
|
|
String_t* L_22;
|
|
L_22 = DigestSession_get_Realm_m91E2F1AA08F29D0B6A0D01892C5FDE31DA48FF88(__this, NULL);
|
|
NullCheck(L_21);
|
|
StringBuilder_t* L_23;
|
|
L_23 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_21, _stringLiteralD439A2AF66F6C6AED1BB52E97D3D6A74FEA76572, L_22, NULL);
|
|
StringBuilder_t* L_24 = V_4;
|
|
String_t* L_25;
|
|
L_25 = DigestSession_get_Nonce_m8FDB05DDBF322A52A33A47C1B68117ACA6E196FF(__this, NULL);
|
|
NullCheck(L_24);
|
|
StringBuilder_t* L_26;
|
|
L_26 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_24, _stringLiteralB3D4D979A964E8C90CB80916312714D3B5C1E6A0, L_25, NULL);
|
|
StringBuilder_t* L_27 = V_4;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_28 = V_0;
|
|
NullCheck(L_28);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_29;
|
|
L_29 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_28, NULL);
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C(L_29, NULL);
|
|
NullCheck(L_27);
|
|
StringBuilder_t* L_31;
|
|
L_31 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_27, _stringLiteralAA3C17520F9CE8CD4B1562131E4EADD43084B997, L_30, NULL);
|
|
String_t* L_32;
|
|
L_32 = DigestSession_get_Algorithm_mB31B9ED4EBCAC2093680C9F17BBB52B39F298D5B(__this, NULL);
|
|
if (!L_32)
|
|
{
|
|
goto IL_00ca;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_33 = V_4;
|
|
String_t* L_34;
|
|
L_34 = DigestSession_get_Algorithm_mB31B9ED4EBCAC2093680C9F17BBB52B39F298D5B(__this, NULL);
|
|
NullCheck(L_33);
|
|
StringBuilder_t* L_35;
|
|
L_35 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_33, _stringLiteralC243DE424D48EB9A752FBE966E15A28A4149A1F0, L_34, NULL);
|
|
}
|
|
|
|
IL_00ca:
|
|
{
|
|
StringBuilder_t* L_36 = V_4;
|
|
String_t* L_37 = V_2;
|
|
String_t* L_38 = V_3;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_39 = V_0;
|
|
String_t* L_40;
|
|
L_40 = DigestSession_Response_m5C59CBB9D15FE06153945D5A977791CD65E32F31(__this, L_37, L_38, L_39, NULL);
|
|
NullCheck(L_36);
|
|
StringBuilder_t* L_41;
|
|
L_41 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_36, _stringLiteral9E192CBFAA90880EDB140B0E38603576582E0299, L_40, NULL);
|
|
String_t* L_42;
|
|
L_42 = DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1(__this, NULL);
|
|
if (!L_42)
|
|
{
|
|
goto IL_00fb;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_43 = V_4;
|
|
String_t* L_44;
|
|
L_44 = DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1(__this, NULL);
|
|
NullCheck(L_43);
|
|
StringBuilder_t* L_45;
|
|
L_45 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_43, _stringLiteralD64AB8E29DF74155A1E28CF26F0F0B4D490521EB, L_44, NULL);
|
|
}
|
|
|
|
IL_00fb:
|
|
{
|
|
V_5 = __this;
|
|
V_6 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_013a:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_46 = V_6;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0145;
|
|
}
|
|
}
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_47 = V_5;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_47, NULL);
|
|
}
|
|
|
|
IL_0145:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_48 = V_5;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_48, (&V_6), NULL);
|
|
String_t* L_49;
|
|
L_49 = DigestSession_get_QOP_mB2876A36998E6B62399BAD9E7CD3C52EE2F9FBB1(__this, NULL);
|
|
if (!L_49)
|
|
{
|
|
goto IL_0138_1;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_50 = V_4;
|
|
int32_t L_51 = __this->____nc_2;
|
|
int32_t L_52 = L_51;
|
|
RuntimeObject* L_53 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_52);
|
|
NullCheck(L_50);
|
|
StringBuilder_t* L_54;
|
|
L_54 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_50, _stringLiteralFE3675FAFB53B7D0852FDAF9861954C197EBF9C3, L_53, NULL);
|
|
int32_t L_55 = __this->____nc_2;
|
|
__this->____nc_2 = ((int32_t)il2cpp_codegen_add(L_55, 1));
|
|
}
|
|
|
|
IL_0138_1:
|
|
{
|
|
goto IL_0146;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0146:
|
|
{
|
|
String_t* L_56;
|
|
L_56 = DigestSession_get_CNonce_m1EB2C04F305C4D6EB9C6A9C6FDCB0C7448072BD4(__this, NULL);
|
|
if (!L_56)
|
|
{
|
|
goto IL_0161;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_57 = V_4;
|
|
String_t* L_58;
|
|
L_58 = DigestSession_get_CNonce_m1EB2C04F305C4D6EB9C6A9C6FDCB0C7448072BD4(__this, NULL);
|
|
NullCheck(L_57);
|
|
StringBuilder_t* L_59;
|
|
L_59 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_57, _stringLiteral0D96C27192EF5D10E30137D67B481E604F79723D, L_58, NULL);
|
|
}
|
|
|
|
IL_0161:
|
|
{
|
|
String_t* L_60;
|
|
L_60 = DigestSession_get_Opaque_m3D8A178D0D39B7997956D18FCBCB1D648437A8B3(__this, NULL);
|
|
if (!L_60)
|
|
{
|
|
goto IL_017c;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_61 = V_4;
|
|
String_t* L_62;
|
|
L_62 = DigestSession_get_Opaque_m3D8A178D0D39B7997956D18FCBCB1D648437A8B3(__this, NULL);
|
|
NullCheck(L_61);
|
|
StringBuilder_t* L_63;
|
|
L_63 = StringBuilder_AppendFormat_mFA88863E4018C2912D1A783E0EA6DAE4F594124F(L_61, _stringLiteralBBF163FD8DD06035AE1563932631B8D265F1290E, L_62, NULL);
|
|
}
|
|
|
|
IL_017c:
|
|
{
|
|
StringBuilder_t* L_64 = V_4;
|
|
StringBuilder_t* L_65 = L_64;
|
|
NullCheck(L_65);
|
|
int32_t L_66;
|
|
L_66 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_65, NULL);
|
|
NullCheck(L_65);
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_65, ((int32_t)il2cpp_codegen_subtract(L_66, 2)), NULL);
|
|
StringBuilder_t* L_67 = V_4;
|
|
NullCheck(L_67);
|
|
String_t* L_68;
|
|
L_68 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_67);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_69 = (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)il2cpp_codegen_object_new(Authorization_t7F109103AF7366A418844BF604458413434F60D4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_69);
|
|
Authorization__ctor_m2B6F7C3A1C77B4B4532B4964BF214BF957694268(L_69, L_68, NULL);
|
|
return L_69;
|
|
}
|
|
}
|
|
// System.DateTime System.Net.DigestSession::get_LastUse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DigestSession_get_LastUse_m1C892CE95B0E4C48CF2862FF19EB253F69FDBF35 (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___lastUse_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Collections.Hashtable System.Net.DigestClient::get_Cache()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* DigestClient_get_Cache_m37414563416EE7911B1E6A1269874EB7B8F0B464 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = ((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0;
|
|
NullCheck(L_0);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(38 /* System.Object System.Collections.Hashtable::get_SyncRoot() */, L_0);
|
|
V_0 = L_1;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0026:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_2 = V_1;
|
|
if (!L_2)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_3, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_4 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_4, (&V_1), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_5 = ((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(39 /* System.Int32 System.Collections.Hashtable::get_Count() */, L_5);
|
|
DigestClient_CheckExpired_m7D91E904F94658F9FB6363F518F6D33AB9C23025(L_6, NULL);
|
|
goto IL_0030;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_7 = ((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Void System.Net.DigestClient::CheckExpired(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient_CheckExpired_m7D91E904F94658F9FB6363F518F6D33AB9C23025 (int32_t ___0_count, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* V_5 = NULL;
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
RuntimeObject* V_7 = NULL;
|
|
int32_t V_8 = 0;
|
|
{
|
|
int32_t L_0 = ___0_count;
|
|
if ((((int32_t)L_0) >= ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_1 = ((DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_StaticFields*)il2cpp_codegen_static_fields_for(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var))->___MaxValue_33;
|
|
V_0 = L_1;
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2;
|
|
L_2 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
V_1 = L_2;
|
|
V_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)NULL;
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_3 = ((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0;
|
|
NullCheck(L_3);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(35 /* System.Collections.ICollection System.Collections.Hashtable::get_Keys() */, L_3);
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(0 /* System.Collections.IEnumerator System.Collections.IEnumerable::GetEnumerator() */, IEnumerable_t6331596D5DD37C462B1B8D49CF6B319B00AB7131_il2cpp_TypeInfo_var, L_4);
|
|
V_3 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00a4:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_6 = V_3;
|
|
V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_6, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_7 = V_7;
|
|
if (!L_7)
|
|
{
|
|
goto IL_00b7;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_8 = V_7;
|
|
NullCheck(L_8);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_8);
|
|
}
|
|
|
|
IL_00b7:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
|
|
IL_0026_1:
|
|
{
|
|
RuntimeObject* L_9 = V_3;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_9);
|
|
V_4 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_10, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_11 = ((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0;
|
|
int32_t L_12 = V_4;
|
|
int32_t L_13 = L_12;
|
|
RuntimeObject* L_14 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_13);
|
|
NullCheck(L_11);
|
|
RuntimeObject* L_15;
|
|
L_15 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(28 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_11, L_14);
|
|
V_5 = ((DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14*)CastclassClass((RuntimeObject*)L_15, DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var));
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_16 = V_5;
|
|
NullCheck(L_16);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_17;
|
|
L_17 = DigestSession_get_LastUse_m1C892CE95B0E4C48CF2862FF19EB253F69FDBF35_inline(L_16, NULL);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_18 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
bool L_19;
|
|
L_19 = DateTime_op_LessThan_m2A02FFF5F35E33417FB32CB9F948769CA15AED17(L_17, L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
}
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_20 = V_5;
|
|
NullCheck(L_20);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_21;
|
|
L_21 = DigestSession_get_LastUse_m1C892CE95B0E4C48CF2862FF19EB253F69FDBF35_inline(L_20, NULL);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_22 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_23;
|
|
L_23 = DateTime_op_Subtraction_m64D26F5ABFAE6E166A7E567093D025F6C69F0123(L_21, L_22, NULL);
|
|
V_6 = L_23;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
int64_t L_24;
|
|
L_24 = TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline((&V_6), NULL);
|
|
if ((((int64_t)L_24) <= ((int64_t)((int64_t)6000000000LL))))
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
}
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_25 = V_5;
|
|
NullCheck(L_25);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_26;
|
|
L_26 = DigestSession_get_LastUse_m1C892CE95B0E4C48CF2862FF19EB253F69FDBF35_inline(L_25, NULL);
|
|
V_0 = L_26;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_27 = V_2;
|
|
if (L_27)
|
|
{
|
|
goto IL_008c_1;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_28 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_28);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_28, NULL);
|
|
V_2 = L_28;
|
|
}
|
|
|
|
IL_008c_1:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_29 = V_2;
|
|
int32_t L_30 = V_4;
|
|
int32_t L_31 = L_30;
|
|
RuntimeObject* L_32 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_31);
|
|
NullCheck(L_29);
|
|
int32_t L_33;
|
|
L_33 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_29, L_32);
|
|
}
|
|
|
|
IL_009a_1:
|
|
{
|
|
RuntimeObject* L_34 = V_3;
|
|
NullCheck(L_34);
|
|
bool L_35;
|
|
L_35 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_34);
|
|
if (L_35)
|
|
{
|
|
goto IL_0026_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_36 = V_2;
|
|
if (!L_36)
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_37 = V_2;
|
|
NullCheck(L_37);
|
|
RuntimeObject* L_38;
|
|
L_38 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(37 /* System.Collections.IEnumerator System.Collections.ArrayList::GetEnumerator() */, L_37);
|
|
V_3 = L_38;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ec:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
RuntimeObject* L_39 = V_3;
|
|
V_7 = ((RuntimeObject*)IsInst((RuntimeObject*)L_39, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_40 = V_7;
|
|
if (!L_40)
|
|
{
|
|
goto IL_00ff;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_41 = V_7;
|
|
NullCheck(L_41);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_41);
|
|
}
|
|
|
|
IL_00ff:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00e2_1;
|
|
}
|
|
|
|
IL_00c4_1:
|
|
{
|
|
RuntimeObject* L_42 = V_3;
|
|
NullCheck(L_42);
|
|
RuntimeObject* L_43;
|
|
L_43 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(1 /* System.Object System.Collections.IEnumerator::get_Current() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_42);
|
|
V_8 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_43, Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var))));
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_44 = ((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0;
|
|
int32_t L_45 = V_8;
|
|
int32_t L_46 = L_45;
|
|
RuntimeObject* L_47 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_46);
|
|
NullCheck(L_44);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(37 /* System.Void System.Collections.Hashtable::Remove(System.Object) */, L_44, L_47);
|
|
}
|
|
|
|
IL_00e2_1:
|
|
{
|
|
RuntimeObject* L_48 = V_3;
|
|
NullCheck(L_48);
|
|
bool L_49;
|
|
L_49 = InterfaceFuncInvoker0< bool >::Invoke(0 /* System.Boolean System.Collections.IEnumerator::MoveNext() */, IEnumerator_t7B609C2FFA6EB5167D9C62A0C32A21DE2F666DAA_il2cpp_TypeInfo_var, L_48);
|
|
if (L_49)
|
|
{
|
|
goto IL_00c4_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0100;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0100:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.DigestClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* DigestClient_Authenticate_m0F43DCC4896D346D6AC5CF0B1835A3048028A76F (DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB* __this, String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_webRequest, RuntimeObject* ___2_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_0 = NULL;
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* V_3 = NULL;
|
|
bool V_4 = false;
|
|
{
|
|
RuntimeObject* L_0 = ___2_credentials;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0006;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = ___0_challenge;
|
|
if (L_1)
|
|
{
|
|
goto IL_0008;
|
|
}
|
|
}
|
|
|
|
IL_0006:
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0008:
|
|
{
|
|
String_t* L_2 = ___0_challenge;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_2, NULL);
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = String_ToLower_m6191ABA3DC514ED47C10BDA23FD0DDCEAE7ACFBD(L_3, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = String_IndexOf_m69E9BDAFD93767C85A7FF861B453415D3B4A200F(L_4, _stringLiteralC60811AD65D0557EF69DFB2F66D9621903D5B62A, NULL);
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0022;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0022:
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_6 = ___1_webRequest;
|
|
V_0 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)IsInstClass((RuntimeObject*)L_6, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var));
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_7 = V_0;
|
|
if (L_7)
|
|
{
|
|
goto IL_002e;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_002e:
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_8 = (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14*)il2cpp_codegen_object_new(DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
DigestSession__ctor_mBC472E7D777C2734C1BB6A1CB8A6A3CC05A1A100(L_8, NULL);
|
|
V_1 = L_8;
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_9 = V_1;
|
|
String_t* L_10 = ___0_challenge;
|
|
NullCheck(L_9);
|
|
bool L_11;
|
|
L_11 = DigestSession_Parse_m9F496F9394081988C708D66D7D4A20AB013D0044(L_9, L_10, NULL);
|
|
if (L_11)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_12 = V_0;
|
|
NullCheck(L_12);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13;
|
|
L_13 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_12, NULL);
|
|
NullCheck(L_13);
|
|
int32_t L_14;
|
|
L_14 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_13);
|
|
RuntimeObject* L_15 = ___2_credentials;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_15);
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
String_t* L_18;
|
|
L_18 = DigestSession_get_Nonce_m8FDB05DDBF322A52A33A47C1B68117ACA6E196FF(L_17, NULL);
|
|
NullCheck(L_18);
|
|
int32_t L_19;
|
|
L_19 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_18);
|
|
V_2 = ((int32_t)(((int32_t)(L_14^L_16))^L_19));
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_20;
|
|
L_20 = DigestClient_get_Cache_m37414563416EE7911B1E6A1269874EB7B8F0B464(NULL);
|
|
int32_t L_21 = V_2;
|
|
int32_t L_22 = L_21;
|
|
RuntimeObject* L_23 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_22);
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_24;
|
|
L_24 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(28 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_20, L_23);
|
|
V_3 = ((DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14*)CastclassClass((RuntimeObject*)L_24, DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var));
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_25 = V_3;
|
|
V_4 = (bool)((((RuntimeObject*)(DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14*)L_25) == ((RuntimeObject*)(RuntimeObject*)NULL))? 1 : 0);
|
|
bool L_26 = V_4;
|
|
if (!L_26)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_27 = V_1;
|
|
V_3 = L_27;
|
|
goto IL_008d;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_28 = V_3;
|
|
String_t* L_29 = ___0_challenge;
|
|
NullCheck(L_28);
|
|
bool L_30;
|
|
L_30 = DigestSession_Parse_m9F496F9394081988C708D66D7D4A20AB013D0044(L_28, L_29, NULL);
|
|
if (L_30)
|
|
{
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
bool L_31 = V_4;
|
|
if (!L_31)
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_32;
|
|
L_32 = DigestClient_get_Cache_m37414563416EE7911B1E6A1269874EB7B8F0B464(NULL);
|
|
int32_t L_33 = V_2;
|
|
int32_t L_34 = L_33;
|
|
RuntimeObject* L_35 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_34);
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_36 = V_3;
|
|
NullCheck(L_32);
|
|
VirtualActionInvoker2< RuntimeObject*, RuntimeObject* >::Invoke(21 /* System.Void System.Collections.Hashtable::Add(System.Object,System.Object) */, L_32, L_35, L_36);
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_37 = V_3;
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_38 = ___1_webRequest;
|
|
RuntimeObject* L_39 = ___2_credentials;
|
|
NullCheck(L_37);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_40;
|
|
L_40 = DigestSession_Authenticate_m820DC43ACC7FBA2D3CF80998301C130826B29844(L_37, L_38, L_39, NULL);
|
|
return L_40;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.DigestClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* DigestClient_PreAuthenticate_m662ECE67D74E24DFD4DA00891379156A0603981B (DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB* __this, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* V_2 = NULL;
|
|
{
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_0 = ___0_webRequest;
|
|
V_0 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)IsInstClass((RuntimeObject*)L_0, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var));
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = V_0;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
RuntimeObject* L_2 = ___1_credentials;
|
|
if (L_2)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4;
|
|
L_4 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(L_3, NULL);
|
|
NullCheck(L_4);
|
|
int32_t L_5;
|
|
L_5 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_4);
|
|
RuntimeObject* L_6 = ___1_credentials;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_6);
|
|
V_1 = ((int32_t)(L_5^L_7));
|
|
il2cpp_codegen_runtime_class_init_inline(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_8;
|
|
L_8 = DigestClient_get_Cache_m37414563416EE7911B1E6A1269874EB7B8F0B464(NULL);
|
|
int32_t L_9 = V_1;
|
|
int32_t L_10 = L_9;
|
|
RuntimeObject* L_11 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_10);
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_12;
|
|
L_12 = VirtualFuncInvoker1< RuntimeObject*, RuntimeObject* >::Invoke(28 /* System.Object System.Collections.Hashtable::get_Item(System.Object) */, L_8, L_11);
|
|
V_2 = ((DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14*)CastclassClass((RuntimeObject*)L_12, DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14_il2cpp_TypeInfo_var));
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_13 = V_2;
|
|
if (L_13)
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* L_14 = V_2;
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_15 = ___0_webRequest;
|
|
RuntimeObject* L_16 = ___1_credentials;
|
|
NullCheck(L_14);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_17;
|
|
L_17 = DigestSession_Authenticate_m820DC43ACC7FBA2D3CF80998301C130826B29844(L_14, L_15, L_16, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.String System.Net.DigestClient::get_AuthenticationType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* DigestClient_get_AuthenticationType_m3088368B9DC55E69D09F2413C16180138018BC42 (DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral9AC527A8DF595B74718949B694ED69DE1F7D5017;
|
|
}
|
|
}
|
|
// System.Void System.Net.DigestClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__ctor_mEF363337211025F9FF45487F42B75794759A801B (DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.DigestClient::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void DigestClient__cctor_m7505CDD9D61DAD4B20CF9DC1C5470948435C579A (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_0 = (Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D*)il2cpp_codegen_object_new(Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Hashtable__ctor_mD7E2F1EB1BFD683186ECD6EDBE1708AF35C3A87D(L_0, NULL);
|
|
Hashtable_tEFC3B6496E6747787D8BB761B51F2AE3A8CFFE2D* L_1;
|
|
L_1 = Hashtable_Synchronized_m6C533F21D7532A6118974AE7634AB28C76765EF5(L_0, NULL);
|
|
((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_StaticFields*)il2cpp_codegen_static_fields_for(DigestClient_t4162E8D65872D0F4BBDDEB3F83BF2B7BBBAEEEAB_il2cpp_TypeInfo_var))->___cache_0), (void*)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.IAsyncResult System.Net.Dns::BeginGetHostAddresses(System.String,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96 (String_t* ___0_hostNameOrAddress, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_requestCallback, RuntimeObject* ___2_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_hostNameOrAddress;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_hostNameOrAddress;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_hostNameOrAddress;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* L_7 = (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783*)il2cpp_codegen_object_new(GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
GetHostAddressesCallback__ctor_m7723FBC5E25225369F514184D032AF206C5F3B8C(L_7, NULL, (intptr_t)((void*)Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212_RuntimeMethod_var), NULL);
|
|
String_t* L_8 = ___0_hostNameOrAddress;
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_9 = ___1_requestCallback;
|
|
RuntimeObject* L_10 = ___2_state;
|
|
NullCheck(L_7);
|
|
RuntimeObject* L_11;
|
|
L_11 = GetHostAddressesCallback_BeginInvoke_mEA603480A3ADD4F7ED2EB88F22D383B4E713EB22(L_7, L_8, L_9, L_10, NULL);
|
|
return L_11;
|
|
}
|
|
}
|
|
// System.Net.IPAddress[] System.Net.Dns::EndGetHostAddresses(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C (RuntimeObject* ___0_asyncResult, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_asyncResult;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
RuntimeObject* L_2 = ___0_asyncResult;
|
|
NullCheck(((AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760*)CastclassClass((RuntimeObject*)L_2, AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_3;
|
|
L_3 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(16 /* System.Object System.Runtime.Remoting.Messaging.AsyncResult::get_AsyncDelegate() */, ((AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760*)CastclassClass((RuntimeObject*)L_2, AsyncResult_t125D959CA0F9FB74EF9F7DF4E04F15BB1B265760_il2cpp_TypeInfo_var)));
|
|
RuntimeObject* L_4 = ___0_asyncResult;
|
|
NullCheck(((GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783*)CastclassSealed((RuntimeObject*)L_3, GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783_il2cpp_TypeInfo_var)));
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_5;
|
|
L_5 = GetHostAddressesCallback_EndInvoke_m9D8CA344DE184548B4A2E72A7604ACEA873777E4(((GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783*)CastclassSealed((RuntimeObject*)L_3, GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783_il2cpp_TypeInfo_var)), L_4, NULL);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.Dns::GetHostByName_icall(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByName_icall_mC22DEE0D62F30596ED6056008163A4C06F1A418E (String_t* ___0_host, String_t** ___1_h_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___2_h_aliases, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___3_h_addr_list, int32_t ___4_hint, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Dns_GetHostByName_icall_mC22DEE0D62F30596ED6056008163A4C06F1A418E_ftn) (String_t*, String_t**, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((Dns_GetHostByName_icall_mC22DEE0D62F30596ED6056008163A4C06F1A418E_ftn)System::System::Net::Dns::GetHostByName_icall) (___0_host, ___1_h_name, ___2_h_aliases, ___3_h_addr_list, ___4_hint);
|
|
}
|
|
// System.Boolean System.Net.Dns::GetHostByAddr_icall(System.String,System.String&,System.String[]&,System.String[]&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostByAddr_icall_mA9B7B14D18C89AC50993A059ECA0F46D20CADABC (String_t* ___0_addr, String_t** ___1_h_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___2_h_aliases, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248** ___3_h_addr_list, int32_t ___4_hint, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Dns_GetHostByAddr_icall_mA9B7B14D18C89AC50993A059ECA0F46D20CADABC_ftn) (String_t*, String_t**, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248**, int32_t);
|
|
using namespace il2cpp::icalls;
|
|
return ((Dns_GetHostByAddr_icall_mA9B7B14D18C89AC50993A059ECA0F46D20CADABC_ftn)System::System::Net::Dns::GetHostByAddr_icall) (___0_addr, ___1_h_name, ___2_h_aliases, ___3_h_addr_list, ___4_hint);
|
|
}
|
|
// System.Boolean System.Net.Dns::GetHostName_icall(System.String&)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool Dns_GetHostName_icall_m8DD1A9F199E6728A53EFC78A4F732566D146F960 (String_t** ___0_h_name, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*Dns_GetHostName_icall_m8DD1A9F199E6728A53EFC78A4F732566D146F960_ftn) (String_t**);
|
|
using namespace il2cpp::icalls;
|
|
return ((Dns_GetHostName_icall_m8DD1A9F199E6728A53EFC78A4F732566D146F960_ftn)System::System::Net::Dns::GetHostName_icall) (___0_h_name);
|
|
}
|
|
// System.Void System.Net.Dns::Error_11001(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F (String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_hostName;
|
|
String_t* L_1;
|
|
L_1 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralB96B3E04F75007D82AC4524832422D3C1A9A90FA)), L_0, NULL);
|
|
SocketException_t6D10102A62EA871BD31748E026A372DB6804083B* L_2 = (SocketException_t6D10102A62EA871BD31748E026A372DB6804083B*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_t6D10102A62EA871BD31748E026A372DB6804083B_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
SocketException__ctor_m0F0444CE9F1E2BF7AF1D0A89DC29FD973AE743AC(L_2, ((int32_t)11001), L_1, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Net.IPHostEntry System.Net.Dns::hostent_to_IPHostEntry(System.String,System.String,System.String[],System.String[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_hostent_to_IPHostEntry_mA90522E2D8CD0A3172CF240B4F376E44915A4A82 (String_t* ___0_originalHostName, String_t* ___1_h_name, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___2_h_aliases, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___3_h_addrlist, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* V_0 = NULL;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* V_3 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_0 = (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490*)il2cpp_codegen_object_new(IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
IPHostEntry__ctor_mF2D2692AFFD3ED81CAF30F4CD42B7B0843952398(L_0, NULL);
|
|
V_0 = L_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_1 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_1, NULL);
|
|
V_1 = L_1;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_2 = V_0;
|
|
String_t* L_3 = ___1_h_name;
|
|
NullCheck(L_2);
|
|
IPHostEntry_set_HostName_m4218E75B9A5D143AF361FEC708ED40CD3829920A_inline(L_2, L_3, NULL);
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_4 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_5 = ___2_h_aliases;
|
|
NullCheck(L_4);
|
|
IPHostEntry_set_Aliases_mCAB3DC9E9B474EA49C1A80E8010FF4932316B266_inline(L_4, L_5, NULL);
|
|
V_2 = 0;
|
|
goto IL_005a;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = ___3_h_addrlist;
|
|
int32_t L_7 = V_2;
|
|
NullCheck(L_6);
|
|
int32_t L_8 = L_7;
|
|
String_t* L_9 = (L_6)->GetAt(static_cast<il2cpp_array_size_t>(L_8));
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_10;
|
|
L_10 = IPAddress_Parse_mF946F1810061D91C5A1A96FF9968F07138F3CE23(L_9, NULL);
|
|
V_3 = L_10;
|
|
il2cpp_codegen_runtime_class_init_inline(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = Socket_get_OSSupportsIPv6_mDF10C5F623BBCBB218599E9C4B1AE3E7EE2AB2CB(NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_12 = V_3;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21(L_12, NULL);
|
|
if ((((int32_t)L_13) == ((int32_t)((int32_t)23))))
|
|
{
|
|
goto IL_0049_1;
|
|
}
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
bool L_14;
|
|
L_14 = Socket_get_OSSupportsIPv4_m17A77A027E3FE4EBDB927A2796551F55C0594889(NULL);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0051_1;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_15 = V_3;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = IPAddress_get_AddressFamily_m1CE4BCCE499BD70B22F9E37B3F266F9306A98C21(L_15, NULL);
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0051_1;
|
|
}
|
|
}
|
|
|
|
IL_0049_1:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_17 = V_1;
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_18 = V_3;
|
|
NullCheck(L_17);
|
|
int32_t L_19;
|
|
L_19 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_17, L_18);
|
|
}
|
|
|
|
IL_0051_1:
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0053;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0053:
|
|
{// begin catch(System.ArgumentNullException)
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_20 = ((ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)IL2CPP_GET_ACTIVE_EXCEPTION(ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0056;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0056:
|
|
{
|
|
int32_t L_21 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
}
|
|
|
|
IL_005a:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = ___3_h_addrlist;
|
|
NullCheck(L_23);
|
|
if ((((int32_t)L_22) < ((int32_t)((int32_t)(((RuntimeArray*)L_23)->max_length)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
int32_t L_25;
|
|
L_25 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_24);
|
|
if (L_25)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_26 = ___0_originalHostName;
|
|
Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F(L_26, NULL);
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_27 = V_0;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_28 = V_1;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_29 = { reinterpret_cast<intptr_t> (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_30;
|
|
L_30 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_29, NULL);
|
|
NullCheck(L_28);
|
|
RuntimeArray* L_31;
|
|
L_31 = VirtualFuncInvoker1< RuntimeArray*, Type_t* >::Invoke(47 /* System.Array System.Collections.ArrayList::ToArray(System.Type) */, L_28, L_30);
|
|
NullCheck(L_27);
|
|
IPHostEntry_set_AddressList_mFC955717B52B0D1DC71059FC7B2ED6659E4729D8_inline(L_27, ((IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*)IsInst((RuntimeObject*)L_31, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var)), NULL);
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_32 = V_0;
|
|
return L_32;
|
|
}
|
|
}
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostByAddressFromString(System.String,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostByAddressFromString_m865D03C4B465EC29764169ED7E6F5D6B7B29A27D (String_t* ___0_address, bool ___1_parse, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_address;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = String_Equals_mCD5F35DEDCAFE51ACD4E033726FC2EF8DF7E9B4D(L_0, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
___0_address = _stringLiteral76C3D4024DE9EE847070E35CC5A197DC21F66FEE;
|
|
___1_parse = (bool)0;
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
bool L_2 = ___1_parse;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___0_address;
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_4;
|
|
L_4 = IPAddress_Parse_mF946F1810061D91C5A1A96FF9968F07138F3CE23(L_3, NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
String_t* L_5 = ___0_address;
|
|
il2cpp_codegen_runtime_class_init_inline(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
int32_t L_6;
|
|
L_6 = Socket_get_FamilyHint_m2D6F47549F4919DAEA6BFC6C5C321BC612746A6E(NULL);
|
|
bool L_7;
|
|
L_7 = Dns_GetHostByAddr_icall_mA9B7B14D18C89AC50993A059ECA0F46D20CADABC(L_5, (&V_0), (&V_1), (&V_2), L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = ___0_address;
|
|
Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F(L_8, NULL);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
String_t* L_9 = ___0_address;
|
|
String_t* L_10 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_11 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_12 = V_2;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_13;
|
|
L_13 = Dns_hostent_to_IPHostEntry_mA90522E2D8CD0A3172CF240B4F376E44915A4A82(L_9, L_10, L_11, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53 (String_t* ___0_hostNameOrAddress, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_hostNameOrAddress;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_hostNameOrAddress;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_hostNameOrAddress;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_7 = ___0_hostNameOrAddress;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_hostNameOrAddress;
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = IPAddress_TryParse_m082F2D09B53BD7A957418E2E7BE4C37AD8EE1AF0(L_9, (&V_0), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_11 = V_0;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_12;
|
|
L_12 = Dns_GetHostEntry_m2C361289069BE08C2CAA59EDE480AD0B087AE4BA(L_11, NULL);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
String_t* L_13 = ___0_hostNameOrAddress;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_14;
|
|
L_14 = Dns_GetHostByName_mDB16F7D53232D307AD7C1D0302A21EC7DE7F080F(L_13, NULL);
|
|
return L_14;
|
|
}
|
|
}
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostEntry(System.Net.IPAddress)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostEntry_m2C361289069BE08C2CAA59EDE480AD0B087AE4BA (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* ___0_address, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_0 = ___0_address;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostEntry_m2C361289069BE08C2CAA59EDE480AD0B087AE4BA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_2 = ___0_address;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_2);
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_4;
|
|
L_4 = Dns_GetHostByAddressFromString_m865D03C4B465EC29764169ED7E6F5D6B7B29A27D(L_3, (bool)0, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Net.IPAddress[] System.Net.Dns::GetHostAddresses(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212 (String_t* ___0_hostNameOrAddress, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* V_0 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_hostNameOrAddress;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_hostNameOrAddress;
|
|
bool L_3;
|
|
L_3 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_2, _stringLiteralE71CEA2F4DC92DEB85E44E625E13F0973AA40B52, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = ___0_hostNameOrAddress;
|
|
bool L_5;
|
|
L_5 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_4, _stringLiteral71DF7060EBB2681C6A58BAD2AB05D4021E7B1E06, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_6 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_6);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_6, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralDF19B3C0B045B5A7830D8EF6BB96C1ADCFC66A0C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53A9C66C6A443CBE89ABB4CC1F89ED3FCB6DF131)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostAddresses_mB44EA8DE1F3C53F533578949FED6BB98B0F1F212_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
String_t* L_7 = ___0_hostNameOrAddress;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_7, NULL);
|
|
if ((((int32_t)L_8) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_9 = ___0_hostNameOrAddress;
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
bool L_10;
|
|
L_10 = IPAddress_TryParse_m082F2D09B53BD7A957418E2E7BE4C37AD8EE1AF0(L_9, (&V_0), NULL);
|
|
if (!L_10)
|
|
{
|
|
goto IL_0056;
|
|
}
|
|
}
|
|
{
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_11 = (IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*)(IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*)SZArrayNew(IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_12 = L_11;
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_13 = V_0;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484*)L_13);
|
|
return L_12;
|
|
}
|
|
|
|
IL_0056:
|
|
{
|
|
String_t* L_14 = ___0_hostNameOrAddress;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_15;
|
|
L_15 = Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53(L_14, NULL);
|
|
NullCheck(L_15);
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_16;
|
|
L_16 = IPHostEntry_get_AddressList_m9D14D52EFB41C53C9C4A36D438E1333A99B7AA71_inline(L_15, NULL);
|
|
return L_16;
|
|
}
|
|
}
|
|
// System.Net.IPHostEntry System.Net.Dns::GetHostByName(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* Dns_GetHostByName_mDB16F7D53232D307AD7C1D0302A21EC7DE7F080F (String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_2 = NULL;
|
|
{
|
|
String_t* L_0 = ___0_hostName;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral65577039DCAD14536876AB073E8CCCAECB3C91AD)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Dns_GetHostByName_mDB16F7D53232D307AD7C1D0302A21EC7DE7F080F_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2 = ___0_hostName;
|
|
il2cpp_codegen_runtime_class_init_inline(Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E_il2cpp_TypeInfo_var);
|
|
int32_t L_3;
|
|
L_3 = Socket_get_FamilyHint_m2D6F47549F4919DAEA6BFC6C5C321BC612746A6E(NULL);
|
|
bool L_4;
|
|
L_4 = Dns_GetHostByName_icall_mC22DEE0D62F30596ED6056008163A4C06F1A418E(L_2, (&V_0), (&V_1), (&V_2), L_3, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = ___0_hostName;
|
|
Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F(L_5, NULL);
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
String_t* L_6 = ___0_hostName;
|
|
String_t* L_7 = V_0;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_1;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_9 = V_2;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_10;
|
|
L_10 = Dns_hostent_to_IPHostEntry_mA90522E2D8CD0A3172CF240B4F376E44915A4A82(L_6, L_7, L_8, L_9, NULL);
|
|
return L_10;
|
|
}
|
|
}
|
|
// System.String System.Net.Dns::GetHostName()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* Dns_GetHostName_m9290C5F9D0B6B8F259D53F30B7A80C4D4FB77083 (const RuntimeMethod* method)
|
|
{
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0;
|
|
L_0 = Dns_GetHostName_icall_m8DD1A9F199E6728A53EFC78A4F732566D146F960((&V_0), NULL);
|
|
if (L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_1 = V_0;
|
|
Dns_Error_11001_m238CFBBE5A6CDEE8D4C3723DC9CB6EF4735B133F(L_1, NULL);
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_2 = V_0;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Net.IPAddress[]> System.Net.Dns::GetHostAddressesAsync(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670* Dns_GetHostAddressesAsync_mD44D0F7FED8A21D03825D7A290F7CE00643004A0 (String_t* ___0_hostNameOrAddress, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskFactory_1_FromAsync_TisString_t_mCD24BB6D085072E87979BCA846EC14C851FFFD9A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Factory_m15F13396A095964EB0316A10EDA90CF1961D7905_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TaskFactory_1_tDD05F826FE9D42F2F143BC685A7396C663E6CFE4* L_0;
|
|
L_0 = Task_1_get_Factory_m15F13396A095964EB0316A10EDA90CF1961D7905(Task_1_get_Factory_m15F13396A095964EB0316A10EDA90CF1961D7905_RuntimeMethod_var);
|
|
Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE* L_1 = (Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE*)il2cpp_codegen_object_new(Func_4_t0992754B824A0E216F5F61A94B19D0C5B4D291FE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
Func_4__ctor_m3A3C9E872FC049C78DD4725CD8834DA3B33A14F2(L_1, NULL, (intptr_t)((void*)Dns_BeginGetHostAddresses_mACA6B4A24681732E16292B65A47C95680ACCFC96_RuntimeMethod_var), NULL);
|
|
Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0* L_2 = (Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0*)il2cpp_codegen_object_new(Func_2_t98BBFF762C4453282B60643649E1FCB6641296A0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Func_2__ctor_mCF95025E7BD447048449F71C88A33B6F338B7261(L_2, NULL, (intptr_t)((void*)Dns_EndGetHostAddresses_mECC6804CEF186563D9F59217A09F7A149DB3999C_RuntimeMethod_var), NULL);
|
|
String_t* L_3 = ___0_hostNameOrAddress;
|
|
NullCheck(L_0);
|
|
Task_1_tAC26C3CB300EB1DB608D4ADE41BFFBD5924E4670* L_4;
|
|
L_4 = TaskFactory_1_FromAsync_TisString_t_mCD24BB6D085072E87979BCA846EC14C851FFFD9A(L_0, L_1, L_2, L_3, NULL, TaskFactory_1_FromAsync_TisString_t_mCD24BB6D085072E87979BCA846EC14C851FFFD9A_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_Multicast(GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
il2cpp_array_size_t length = __this->___delegates_13->max_length;
|
|
Delegate_t** delegatesToInvoke = reinterpret_cast<Delegate_t**>(__this->___delegates_13->GetAddressAtUnchecked(0));
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* retVal = NULL;
|
|
for (il2cpp_array_size_t i = 0; i < length; i++)
|
|
{
|
|
GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* currentDelegate = reinterpret_cast<GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783*>(delegatesToInvoke[i]);
|
|
typedef IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
|
|
retVal = ((FunctionPointerType)currentDelegate->___invoke_impl_1)((Il2CppObject*)currentDelegate->___method_code_6, ___0_hostName, reinterpret_cast<RuntimeMethod*>(currentDelegate->___method_3));
|
|
}
|
|
return retVal;
|
|
}
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_OpenInst(GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
NullCheck(___0_hostName);
|
|
typedef IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_hostName, method);
|
|
}
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_OpenStatic(GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
typedef IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* (*FunctionPointerType) (String_t*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___method_ptr_0)(___0_hostName, method);
|
|
}
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_OpenStaticInvoker(GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker1< IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*, String_t* >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, ___0_hostName);
|
|
}
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_ClosedStaticInvoker(GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
return InvokerFuncInvoker2< IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*, RuntimeObject*, String_t* >::Invoke((Il2CppMethodPointer)__this->___method_ptr_0, method, NULL, __this->___m_target_2, ___0_hostName);
|
|
}
|
|
// System.Void System.Net.Dns/GetHostAddressesCallback::.ctor(System.Object,System.IntPtr)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void GetHostAddressesCallback__ctor_m7723FBC5E25225369F514184D032AF206C5F3B8C (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, RuntimeObject* ___0_object, intptr_t ___1_method, const RuntimeMethod* method)
|
|
{
|
|
__this->___method_ptr_0 = (intptr_t)il2cpp_codegen_get_virtual_call_method_pointer((RuntimeMethod*)___1_method);
|
|
__this->___method_3 = ___1_method;
|
|
__this->___m_target_2 = ___0_object;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_target_2), (void*)___0_object);
|
|
int parameterCount = il2cpp_codegen_method_parameter_count((RuntimeMethod*)___1_method);
|
|
__this->___method_code_6 = (intptr_t)__this;
|
|
if (MethodIsStatic((RuntimeMethod*)___1_method))
|
|
{
|
|
bool isOpen = parameterCount == 1;
|
|
if (il2cpp_codegen_call_method_via_invoker((RuntimeMethod*)___1_method))
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_OpenStaticInvoker;
|
|
else
|
|
__this->___invoke_impl_1 = (intptr_t)&GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_ClosedStaticInvoker;
|
|
else
|
|
if (isOpen)
|
|
__this->___invoke_impl_1 = (intptr_t)&GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_OpenStatic;
|
|
else
|
|
{
|
|
__this->___invoke_impl_1 = __this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
else
|
|
{
|
|
bool isOpen = parameterCount == 0;
|
|
if (isOpen)
|
|
{
|
|
__this->___invoke_impl_1 = (intptr_t)&GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_OpenInst;
|
|
}
|
|
else
|
|
{
|
|
if (___0_object == NULL)
|
|
il2cpp_codegen_raise_exception(il2cpp_codegen_get_argument_exception(NULL, "Delegate to an instance method cannot have null 'this'."), NULL);
|
|
__this->___invoke_impl_1 = __this->___method_ptr_0;
|
|
__this->___method_code_6 = (intptr_t)__this->___m_target_2;
|
|
}
|
|
}
|
|
__this->___extra_arg_5 = (intptr_t)&GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA_Multicast;
|
|
}
|
|
// System.Net.IPAddress[] System.Net.Dns/GetHostAddressesCallback::Invoke(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_Invoke_m3E8B28EC80A73535EF19324A96FC5A3D41388FFA (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, const RuntimeMethod* method)
|
|
{
|
|
typedef IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* (*FunctionPointerType) (RuntimeObject*, String_t*, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_hostName, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
// System.IAsyncResult System.Net.Dns/GetHostAddressesCallback::BeginInvoke(System.String,System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* GetHostAddressesCallback_BeginInvoke_mEA603480A3ADD4F7ED2EB88F22D383B4E713EB22 (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, String_t* ___0_hostName, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___1_callback, RuntimeObject* ___2_object, const RuntimeMethod* method)
|
|
{
|
|
void *__d_args[2] = {0};
|
|
__d_args[0] = ___0_hostName;
|
|
return (RuntimeObject*)il2cpp_codegen_delegate_begin_invoke((RuntimeDelegate*)__this, __d_args, (RuntimeDelegate*)___1_callback, (RuntimeObject*)___2_object);
|
|
}
|
|
// System.Net.IPAddress[] System.Net.Dns/GetHostAddressesCallback::EndInvoke(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* GetHostAddressesCallback_EndInvoke_m9D8CA344DE184548B4A2E72A7604ACEA873777E4 (GetHostAddressesCallback_t181FFC4370F32AA1AA771F6E7082CC3D3A31C783* __this, RuntimeObject* ___0_result, const RuntimeMethod* method)
|
|
{
|
|
RuntimeObject *__result = il2cpp_codegen_delegate_end_invoke((Il2CppAsyncResult*) ___0_result, 0);
|
|
return (IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*)__result;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Int64 System.Net.FixedSizeReadStream::get_ContentLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t FixedSizeReadStream_get_ContentLength_m158883496AF46A53BA97FABFA6FDF85005D5904F (FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___U3CContentLengthU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.FixedSizeReadStream::.ctor(System.Net.WebOperation,System.IO.Stream,System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void FixedSizeReadStream__ctor_m6AEFC552CC9E4C1D52E83398CD3E1E52AE00978A (FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_innerStream, int64_t ___2_contentLength, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = ___0_operation;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_innerStream;
|
|
WebReadStream__ctor_mC68E90C384FD3ABF616222CCC813193A55C764B5(__this, L_0, L_1, NULL);
|
|
int64_t L_2 = ___2_contentLength;
|
|
__this->___U3CContentLengthU3Ek__BackingField_7 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.Net.FixedSizeReadStream::ProcessReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* FixedSizeReadStream_ProcessReadAsync_mF2133BCE03861ADA28865F4A62DA495CC0F73D84 (FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m28EBBBA585E202F7FF1560A647C5A51352B64481_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
(&V_0)->___buffer_5 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___buffer_5), (void*)L_0);
|
|
int32_t L_1 = ___1_offset;
|
|
(&V_0)->___offset_6 = L_1;
|
|
int32_t L_2 = ___2_size;
|
|
(&V_0)->___size_4 = L_2;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___3_cancellationToken;
|
|
(&V_0)->___cancellationToken_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_2))->____source_0), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 L_4;
|
|
L_4 = AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE(AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_5 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m28EBBBA585E202F7FF1560A647C5A51352B64481(L_5, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m28EBBBA585E202F7FF1560A647C5A51352B64481_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_6 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_7;
|
|
L_7 = AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE(L_6, AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#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.FixedSizeReadStream/<ProcessReadAsync>d__5::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__5_MoveNext_m1A62C9154FE6C5E2FCC7EE9D93E950795AC15679 (U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m5AEBC195C127CC6BA53427D9874AF473509D8334_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int64_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
int32_t V_5 = 0;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
Exception_t* V_8 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* L_1 = __this->___U3CU3E4__this_3;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_00a1_1;
|
|
}
|
|
}
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* L_3 = (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED*)(&__this->___cancellationToken_2);
|
|
il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3(L_3, NULL);
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
int64_t L_5;
|
|
L_5 = FixedSizeReadStream_get_ContentLength_m158883496AF46A53BA97FABFA6FDF85005D5904F_inline(L_4, NULL);
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
int64_t L_7 = L_6->___position_8;
|
|
V_3 = ((int64_t)il2cpp_codegen_subtract(L_5, L_7));
|
|
int64_t L_8 = V_3;
|
|
if (L_8)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
}
|
|
{
|
|
V_2 = 0;
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
int64_t L_9 = V_3;
|
|
int32_t L_10 = __this->___size_4;
|
|
il2cpp_codegen_runtime_class_init_inline(Math_tEB65DE7CA8B083C412C969C92981C030865486CE_il2cpp_TypeInfo_var);
|
|
int64_t L_11;
|
|
L_11 = Math_Min_mD731E8A02F13C67C1EAC7C1E7F81909FE466F079(L_9, ((int64_t)L_10), NULL);
|
|
V_4 = ((int32_t)L_11);
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_13;
|
|
L_13 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(L_12, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = __this->___buffer_5;
|
|
int32_t L_15 = __this->___offset_6;
|
|
int32_t L_16 = V_4;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_17 = __this->___cancellationToken_2;
|
|
NullCheck(L_13);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_18;
|
|
L_18 = VirtualFuncInvoker4< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(23 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_13, L_14, L_15, L_16, L_17);
|
|
NullCheck(L_18);
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_19;
|
|
L_19 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_18, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
V_7 = L_19;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_20;
|
|
L_20 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_7), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
V_6 = L_20;
|
|
bool L_21;
|
|
L_21 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_6), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
if (L_21)
|
|
{
|
|
goto IL_00be_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22 = 0;
|
|
V_0 = L_22;
|
|
__this->___U3CU3E1__state_0 = L_22;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_23 = V_6;
|
|
__this->___U3CU3Eu__1_7 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_7))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_24 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m5AEBC195C127CC6BA53427D9874AF473509D8334(L_24, (&V_6), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381_m5AEBC195C127CC6BA53427D9874AF473509D8334_RuntimeMethod_var);
|
|
goto IL_0113;
|
|
}
|
|
|
|
IL_00a1_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_25 = __this->___U3CU3Eu__1_7;
|
|
V_6 = L_25;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_26 = (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*)(&__this->___U3CU3Eu__1_7);
|
|
il2cpp_codegen_initobj(L_26, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80));
|
|
int32_t L_27 = (-1);
|
|
V_0 = L_27;
|
|
__this->___U3CU3E1__state_0 = L_27;
|
|
}
|
|
|
|
IL_00be_1:
|
|
{
|
|
int32_t L_28;
|
|
L_28 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_6), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
V_5 = L_28;
|
|
int32_t L_29 = V_5;
|
|
if ((((int32_t)L_29) > ((int32_t)0)))
|
|
{
|
|
goto IL_00d1_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = V_5;
|
|
V_2 = L_30;
|
|
goto IL_00ff;
|
|
}
|
|
|
|
IL_00d1_1:
|
|
{
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* L_31 = V_1;
|
|
FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* L_32 = V_1;
|
|
NullCheck(L_32);
|
|
int64_t L_33 = L_32->___position_8;
|
|
int32_t L_34 = V_5;
|
|
NullCheck(L_31);
|
|
L_31->___position_8 = ((int64_t)il2cpp_codegen_add(L_33, ((int64_t)L_34)));
|
|
int32_t L_35 = V_5;
|
|
V_2 = L_35;
|
|
goto IL_00ff;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00e6;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00e6:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_36 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_8 = L_36;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_37 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_38 = V_8;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575(L_37, L_38, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0113;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00ff:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_39 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
int32_t L_40 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B(L_39, L_40, AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0113:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CProcessReadAsyncU3Ed__5_MoveNext_m1A62C9154FE6C5E2FCC7EE9D93E950795AC15679_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381*>(__this + _offset);
|
|
U3CProcessReadAsyncU3Ed__5_MoveNext_m1A62C9154FE6C5E2FCC7EE9D93E950795AC15679(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.FixedSizeReadStream/<ProcessReadAsync>d__5::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__5_SetStateMachine_mB9C356876BED7CC9860F82C28CEC60F51BF396C9 (U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_0 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CProcessReadAsyncU3Ed__5_SetStateMachine_mB9C356876BED7CC9860F82C28CEC60F51BF396C9_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CProcessReadAsyncU3Ed__5_t2CA548229AD75AED3A377F849FC01BA729AD4381*>(__this + _offset);
|
|
U3CProcessReadAsyncU3Ed__5_SetStateMachine_mB9C356876BED7CC9860F82C28CEC60F51BF396C9(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.HttpRequestCreator::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpRequestCreator__ctor_mA6D07F56561A4C93100584384CCDED5171C45F50 (HttpRequestCreator_tDA975F6F61D732123CEE4E5AF40042311D3EF7E0* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.WebRequest System.Net.HttpRequestCreator::Create(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* HttpRequestCreator_Create_m25D9085B7B59931A1A4DBA18DE828D8FA376A139 (HttpRequestCreator_tDA975F6F61D732123CEE4E5AF40042311D3EF7E0* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9*)il2cpp_codegen_object_new(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
HttpWebRequest__ctor_m37C92DEFA8C4C0282FE5B11E065D65C25CF8B91F(L_1, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.HttpWebRequest::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__cctor_m3375672AC337ACFA75A4B12079E50E6E057BE53D (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var))->___defaultMaxResponseHeadersLength_55 = ((int32_t)64);
|
|
((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var))->___defaultMaximumErrorResponseLength_56 = ((int32_t)64);
|
|
RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550* L_0 = (RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550*)il2cpp_codegen_object_new(RequestCachePolicy_tF15C94C5E458478914D5EB17753294BD488B0550_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
RequestCachePolicy__ctor_mDE54BDF10DC2094F849F2E6A90770189FD664988(L_0, 1, NULL);
|
|
((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var))->___defaultCachePolicy_57 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var))->___defaultCachePolicy_57), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::.ctor(System.Uri)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m37C92DEFA8C4C0282FE5B11E065D65C25CF8B91F (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___allowAutoRedirect_15 = (bool)1;
|
|
__this->___allowBuffering_16 = (bool)1;
|
|
__this->___contentLength_20 = ((int64_t)(-1));
|
|
__this->___keepAlive_27 = (bool)1;
|
|
__this->___maxAutoRedirect_28 = ((int32_t)50);
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
__this->___mediaType_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mediaType_29), (void*)L_0);
|
|
__this->___method_30 = _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_30), (void*)_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
__this->___initialMethod_31 = _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___initialMethod_31), (void*)_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
__this->___pipelined_32 = (bool)1;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version11_2;
|
|
__this->___version_35 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___version_35), (void*)L_1);
|
|
__this->___timeout_41 = ((int32_t)100000);
|
|
__this->___continueTimeout_42 = ((int32_t)350);
|
|
RuntimeObject* L_2 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_2, NULL);
|
|
__this->___locker_52 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___locker_52), (void*)L_2);
|
|
__this->___readWriteTimeout_58 = ((int32_t)300000);
|
|
il2cpp_codegen_runtime_class_init_inline(WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var);
|
|
WebRequest__ctor_m8A7037980E4A7E78EEF420F0C38A36C10DE3D642(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_uri;
|
|
__this->___requestUri_12 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___requestUri_12), (void*)L_3);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = ___0_uri;
|
|
__this->___actualUri_13 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___actualUri_13), (void*)L_4);
|
|
RuntimeObject* L_5;
|
|
L_5 = WebRequest_get_InternalDefaultWebProxy_m6A3508E2C1DA569301B82EB0EB64CC2402FC356E(NULL);
|
|
__this->___proxy_38 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___proxy_38), (void*)L_5);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_6 = (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)il2cpp_codegen_object_new(WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
WebHeaderCollection__ctor_mE6EBDC6DA6CA46B83FD87FA51A93BACCA7FCDB27(L_6, 3, NULL);
|
|
__this->___webHeaders_26 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___webHeaders_26), (void*)L_6);
|
|
HttpWebRequest_set_ThrowOnError_mB232259B74EC15F9E119944A41934D673A7DE4E7_inline(__this, (bool)1, NULL);
|
|
HttpWebRequest_ResetAuthorization_mC7AA3C31078EA81423351F8DAC62F68E9F15060E(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m94F348B8E4338E5D0404A8425F5F43B339B322BE (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___allowAutoRedirect_15 = (bool)1;
|
|
__this->___allowBuffering_16 = (bool)1;
|
|
__this->___contentLength_20 = ((int64_t)(-1));
|
|
__this->___keepAlive_27 = (bool)1;
|
|
__this->___maxAutoRedirect_28 = ((int32_t)50);
|
|
String_t* L_0 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&String_t_il2cpp_TypeInfo_var))))->___Empty_6;
|
|
__this->___mediaType_29 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___mediaType_29), (void*)L_0);
|
|
__this->___method_30 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_30), (void*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6)));
|
|
__this->___initialMethod_31 = ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___initialMethod_31), (void*)((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6)));
|
|
__this->___pipelined_32 = (bool)1;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var)));
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))))->___Version11_2;
|
|
__this->___version_35 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___version_35), (void*)L_1);
|
|
__this->___timeout_41 = ((int32_t)100000);
|
|
__this->___continueTimeout_42 = ((int32_t)350);
|
|
RuntimeObject* L_2 = (RuntimeObject*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_2, NULL);
|
|
__this->___locker_52 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___locker_52), (void*)L_2);
|
|
__this->___readWriteTimeout_58 = ((int32_t)300000);
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B_il2cpp_TypeInfo_var)));
|
|
WebRequest__ctor_m8A7037980E4A7E78EEF420F0C38A36C10DE3D642(__this, NULL);
|
|
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_3 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
SerializationException__ctor_m66A581BE334B57204506D2298511E9609AF30093(L_3, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest__ctor_m94F348B8E4338E5D0404A8425F5F43B339B322BE_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::ResetAuthorization()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_ResetAuthorization_mC7AA3C31078EA81423351F8DAC62F68E9F15060E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 L_0;
|
|
memset((&L_0), 0, sizeof(L_0));
|
|
AuthorizationState__ctor_m6DDA04B33B8A520B93FBDF8AC4BBA3B7CCC03CBE((&L_0), __this, (bool)0, /*hidden argument*/NULL);
|
|
__this->___auth_state_64 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___auth_state_64))->___request_0), (void*)NULL);
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 L_1;
|
|
memset((&L_1), 0, sizeof(L_1));
|
|
AuthorizationState__ctor_m6DDA04B33B8A520B93FBDF8AC4BBA3B7CCC03CBE((&L_1), __this, (bool)1, /*hidden argument*/NULL);
|
|
__this->___proxy_auth_state_65 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___proxy_auth_state_65))->___request_0), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.Net.HttpWebRequest::get_Address()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___actualUri_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_AllowWriteStreamBuffering_m1DAB805DEEB2F8EFD85121F1B28646697EF3862A (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___allowBuffering_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.DecompressionMethods System.Net.HttpWebRequest::get_AutomaticDecompression()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_mF4F41C35BE09F1457645769FA0183BE0446C5503 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___auto_decomp_54;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_InternalAllowBuffering()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_InternalAllowBuffering_m47A76FBFB1A14D8772FB025A8B7ADA399983D9B2 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___allowBuffering_16;
|
|
if (!L_0)
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
bool L_1;
|
|
L_1 = HttpWebRequest_get_MethodWithBuffer_m00882296A2A9AE6BBD49F6922782EE8D6C94444D(__this, NULL);
|
|
return L_1;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_MethodWithBuffer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_MethodWithBuffer_m00882296A2A9AE6BBD49F6922782EE8D6C94444D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C69A5ABD36AE74665BC61E90B89CFBA61C28AF8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral569045DB02C57E62748D078AAAB3C20AAB0640AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DAC516092AE075D549759FBFE57497622D29F15);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91AF7BC406658352833505726E74AFFBE9F4456D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = __this->___method_30;
|
|
bool L_1;
|
|
L_1 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_0, _stringLiteral7DAC516092AE075D549759FBFE57497622D29F15, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_2 = __this->___method_30;
|
|
bool L_3;
|
|
L_3 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_2, _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = __this->___method_30;
|
|
bool L_5;
|
|
L_5 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_4, _stringLiteral91AF7BC406658352833505726E74AFFBE9F4456D, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_6 = __this->___method_30;
|
|
bool L_7;
|
|
L_7 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_6, _stringLiteral4C69A5ABD36AE74665BC61E90B89CFBA61C28AF8, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_8 = __this->___method_30;
|
|
bool L_9;
|
|
L_9 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_8, _stringLiteral569045DB02C57E62748D078AAAB3C20AAB0640AB, NULL);
|
|
return L_9;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// Mono.Net.Security.MobileTlsProvider System.Net.HttpWebRequest::get_TlsProvider()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* HttpWebRequest_get_TlsProvider_mF4A43E69AE84D8AEEAE9FDCEE296DB7C83301123 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MobileTlsProvider_tD60D82BEBF267F50F388A026DBB092C7188BB017* L_0 = __this->___tlsProvider_59;
|
|
return L_0;
|
|
}
|
|
}
|
|
// Mono.Security.Interface.MonoTlsSettings System.Net.HttpWebRequest::get_TlsSettings()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* HttpWebRequest_get_TlsSettings_mE4E8C9107E0930061977FA03EE87DECE51C503D9 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoTlsSettings_tD79AF4AE5C2CD533A3D7A08FED479B1EC1A031B0* L_0 = __this->___tlsSettings_60;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Security.Cryptography.X509Certificates.X509CertificateCollection System.Net.HttpWebRequest::get_ClientCertificates()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* HttpWebRequest_get_ClientCertificates_mD9F70A07C623462FC910E764511471D542AB102F (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_0 = __this->___certificates_17;
|
|
if (L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_1 = (X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE*)il2cpp_codegen_object_new(X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
X509CertificateCollection__ctor_m237A27DC157785FBC50EBAF3562AAF0907BF97EB(L_1, NULL);
|
|
__this->___certificates_17 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___certificates_17), (void*)L_1);
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
X509CertificateCollection_t2900D71D188EDCA7DEB5077D36103EE5DA6805CE* L_2 = __this->___certificates_17;
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Int64 System.Net.HttpWebRequest::get_ContentLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int64_t HttpWebRequest_get_ContentLength_mDC0C3ABBD7CE8D8D6700312576ABF4550512F1CC (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___contentLength_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_InternalContentLength(System.Int64)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_InternalContentLength_m63B44B8FECB63B37955E43D18BAD0A02322C846F (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, int64_t ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = ___0_value;
|
|
__this->___contentLength_20 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_ThrowOnError()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_m67A6F4D03676F55D5A0FB51C5F4CDCC97AB9EAE1 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CThrowOnErrorU3Ek__BackingField_67;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_ThrowOnError(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_mB232259B74EC15F9E119944A41934D673A7DE4E7 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CThrowOnErrorU3Ek__BackingField_67 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.ICredentials System.Net.HttpWebRequest::get_Credentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Credentials_m7F0C956E3B027E40BD988A8929FC67A87A614950 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___credentials_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_Credentials(System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Credentials_mD0DDC0FE9AB1FBA3F133664E19D11372696D4FAF (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___credentials_23 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___credentials_23), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.HttpWebRequest::get_DefaultMaximumErrorResponseLength()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_DefaultMaximumErrorResponseLength_mA21C79612FBF37AA581ED68F97EDAAEEB8300077 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_StaticFields*)il2cpp_codegen_static_fields_for(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var))->___defaultMaximumErrorResponseLength_56;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.WebHeaderCollection System.Net.HttpWebRequest::get_Headers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* HttpWebRequest_get_Headers_m2FC7464A722CC94EC59DA55E7ECC459489933AC6 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___webHeaders_26;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Net.HttpWebRequest::get_Host()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Host_mE23F8F15207CEF1E64CF212EEA7643185207923C (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B2_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B1_0 = NULL;
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___hostUri_63;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = L_0;
|
|
G_B1_0 = L_1;
|
|
if (L_1)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2;
|
|
L_2 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(__this, NULL);
|
|
G_B2_0 = L_2;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
V_0 = G_B2_0;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->___hostUri_63;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_3, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (L_4)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = __this->___hostHasPort_62;
|
|
if (L_5)
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6;
|
|
L_6 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(__this, NULL);
|
|
NullCheck(L_6);
|
|
bool L_7;
|
|
L_7 = Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = V_0;
|
|
NullCheck(L_8);
|
|
String_t* L_9;
|
|
L_9 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_8, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
int32_t L_11;
|
|
L_11 = Uri_get_Port_m7A1413AC9D9A2FC5DC8A7F89DF4A01ACA0241A02(L_10, NULL);
|
|
V_1 = L_11;
|
|
String_t* L_12;
|
|
L_12 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_1), NULL);
|
|
String_t* L_13;
|
|
L_13 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_9, _stringLiteral876C4B39B6E4D0187090400768899C71D99DE90D, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_14, NULL);
|
|
return L_15;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_KeepAlive()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_KeepAlive_m9D4647C1AAA18E341680BEF0CFF8EFE9B2196055 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___keepAlive_27;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.HttpWebRequest::get_ReadWriteTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_ReadWriteTimeout_m205CB5B4385D50CAD93FBD9CA73AFCCD4DE24C2C (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___readWriteTimeout_58;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Net.HttpWebRequest::get_Method()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_Method_m53724C2BBE6691C96CCDDFF6746C2760D0F97621 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___method_30;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_Method(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Method_m481863546C0CBBA0336CB6269544DAD7A1A672CC (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpValidationHelpers_tEF2C7DED6F0DAC7DBEF86F672C6166922FFEB94D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral053EEFAEF1C074E36F0A13EAC660D9884666B708);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral4C69A5ABD36AE74665BC61E90B89CFBA61C28AF8);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral569045DB02C57E62748D078AAAB3C20AAB0640AB);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DAC516092AE075D549759FBFE57497622D29F15);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral91AF7BC406658352833505726E74AFFBE9F4456D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDD6065F6BEE8EC9D2DE042E63D3ABB71AA1D0A38);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
bool L_1;
|
|
L_1 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_2 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99806D9F00DD521B818BAB0B4E6950548E59F8B7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_set_Method_m481863546C0CBBA0336CB6269544DAD7A1A672CC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
String_t* L_3 = ___0_value;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpValidationHelpers_tEF2C7DED6F0DAC7DBEF86F672C6166922FFEB94D_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = HttpValidationHelpers_IsInvalidMethodOrHeaderString_m3957A038B33CEB524E6788E343798754CB370062(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263* L_5 = (ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentException_tAD90411542A20A9C72D5CDA3A84181D8B947A263_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_5);
|
|
ArgumentException__ctor_m8F9D40CE19D19B698A70F9A258640EB52DB39B62(L_5, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral99806D9F00DD521B818BAB0B4E6950548E59F8B7)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral46F273EF641E07D271D91E0DC24A4392582671F8)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_5, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_set_Method_m481863546C0CBBA0336CB6269544DAD7A1A672CC_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
String_t* L_6 = ___0_value;
|
|
NullCheck(L_6);
|
|
String_t* L_7;
|
|
L_7 = String_ToUpperInvariant_mD73F658CDE1280A527231DC305B66CF09B64E5AB(L_6, NULL);
|
|
__this->___method_30 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_30), (void*)L_7);
|
|
String_t* L_8 = __this->___method_30;
|
|
bool L_9;
|
|
L_9 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_8, _stringLiteral7DAC516092AE075D549759FBFE57497622D29F15, NULL);
|
|
if (!L_9)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_10 = __this->___method_30;
|
|
bool L_11;
|
|
L_11 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_10, _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_12 = __this->___method_30;
|
|
bool L_13;
|
|
L_13 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_12, _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = __this->___method_30;
|
|
bool L_15;
|
|
L_15 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_14, _stringLiteral053EEFAEF1C074E36F0A13EAC660D9884666B708, NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_16 = __this->___method_30;
|
|
bool L_17;
|
|
L_17 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_16, _stringLiteralDD6065F6BEE8EC9D2DE042E63D3ABB71AA1D0A38, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_18 = __this->___method_30;
|
|
bool L_19;
|
|
L_19 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_18, _stringLiteral4C69A5ABD36AE74665BC61E90B89CFBA61C28AF8, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = __this->___method_30;
|
|
bool L_21;
|
|
L_21 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_20, _stringLiteral569045DB02C57E62748D078AAAB3C20AAB0640AB, NULL);
|
|
if (!L_21)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = __this->___method_30;
|
|
bool L_23;
|
|
L_23 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_22, _stringLiteral91AF7BC406658352833505726E74AFFBE9F4456D, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_00d6;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_24 = ___0_value;
|
|
__this->___method_30 = L_24;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_30), (void*)L_24);
|
|
}
|
|
|
|
IL_00d6:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Version System.Net.HttpWebRequest::get_ProtocolVersion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* HttpWebRequest_get_ProtocolVersion_m549796C52E9DB1EB8E74EF92E422C7BC427CBA39 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___version_35;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.IWebProxy System.Net.HttpWebRequest::get_Proxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_get_Proxy_mFFD8590DADC6CFC81B90EDD5ED93AF3402EA518E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___proxy_38;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_Proxy(System.Net.IWebProxy)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_Proxy_mA6BC20894ADEA5E308CA89BFD8300B6A6B7ADDCC (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, RuntimeObject* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HttpWebRequest_CheckRequestStarted_m3AA735AF2A7257EF984729EA0E938368F83FCE41(__this, NULL);
|
|
RuntimeObject* L_0 = ___0_value;
|
|
__this->___proxy_38 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___proxy_38), (void*)L_0);
|
|
__this->___servicePoint_40 = (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___servicePoint_40), (void*)(ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*)NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_1;
|
|
L_1 = HttpWebRequest_GetServicePoint_m936C89220DFB9BE810A223E84E36E6D933510DB7(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.Net.HttpWebRequest::get_RequestUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_RequestUri_mE3E21CB2D024E94F32EB77715CED6F6B4D9B0889 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___requestUri_12;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_SendChunked()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_SendChunked_m75F75FCEE3F2973A4D391A83935A2E0FA5E586FC (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___sendChunked_39;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* HttpWebRequest_get_ServicePoint_m170B921D095437FC5B7FE5920F327F1AABF532D6 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0;
|
|
L_0 = HttpWebRequest_GetServicePoint_m936C89220DFB9BE810A223E84E36E6D933510DB7(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.ServicePoint System.Net.HttpWebRequest::get_ServicePointNoLock()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* HttpWebRequest_get_ServicePointNoLock_m302BC1F3A189D46E652B79981E8D29095E5D5C61 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0 = __this->___servicePoint_40;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.HttpWebRequest::get_Timeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_Timeout_m598D870198C70FFA7F73385629E915A935413B2E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___timeout_41;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Net.HttpWebRequest::get_TransferEncoding()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_get_TransferEncoding_mA49328310D1BC2799022DA2E65B85FFDD8302F7C (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___webHeaders_26;
|
|
NullCheck(L_0);
|
|
String_t* L_1;
|
|
L_1 = NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F(L_0, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_UseDefaultCredentials()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UseDefaultCredentials_m6CD88BA33D7D837FA5D41F53D074F53DC94C76CD (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0;
|
|
L_0 = CredentialCache_get_DefaultCredentials_mA3FA3CE498D01BF65CD84BCC18385B2A4BAFB9CC_inline(NULL);
|
|
RuntimeObject* L_1;
|
|
L_1 = VirtualFuncInvoker0< RuntimeObject* >::Invoke(14 /* System.Net.ICredentials System.Net.WebRequest::get_Credentials() */, __this);
|
|
return (bool)((((RuntimeObject*)(RuntimeObject*)L_0) == ((RuntimeObject*)(RuntimeObject*)L_1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_UnsafeAuthenticatedConnectionSharing()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_UnsafeAuthenticatedConnectionSharing_m57505F8056F2DC380C49EF95971438CCD8C3F307 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___unsafe_auth_blah_68;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_ExpectContinue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ExpectContinue_m65FAF05A8DBCF3D72A6A1F3044CB4FCD00B118A6 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___expectContinue_50;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_ExpectContinue(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_ExpectContinue_m63F438B00F3D621D52077E8D4595A88BEE7904BE (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___expectContinue_50 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.Net.HttpWebRequest::get_AuthUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_AuthUri_mA9CDA63656394B69E2EE031330CC77C3BB570052 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___actualUri_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_ProxyQuery()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ProxyQuery_m40AC053B4EBE5E2A5257D92B7FD353D19104E53F (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0 = __this->___servicePoint_40;
|
|
NullCheck(L_0);
|
|
bool L_1;
|
|
L_1 = ServicePoint_get_UsesProxy_m518ED2EF0BDC87C490AB426BC455CD11296DED30_inline(L_0, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_2 = __this->___servicePoint_40;
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = ServicePoint_get_UseConnect_m114AAE62269A6D6A4C1E2687C00A3DAEF89BFE20_inline(L_2, NULL);
|
|
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Net.ServerCertValidationCallback System.Net.HttpWebRequest::get_ServerCertValidationCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* HttpWebRequest_get_ServerCertValidationCallback_m8822E8093BBEE23482561CCB65D6AF3B7B1B464E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* L_0 = __this->___certValidationCallback_61;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.ServicePoint System.Net.HttpWebRequest::GetServicePoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* HttpWebRequest_GetServicePoint_m936C89220DFB9BE810A223E84E36E6D933510DB7 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
RuntimeObject* L_0 = __this->___locker_52;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0041:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
bool L_4 = __this->___hostChanged_14;
|
|
if (L_4)
|
|
{
|
|
goto IL_0021_1;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_5 = __this->___servicePoint_40;
|
|
if (L_5)
|
|
{
|
|
goto IL_003f_1;
|
|
}
|
|
}
|
|
|
|
IL_0021_1:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = __this->___actualUri_13;
|
|
RuntimeObject* L_7 = __this->___proxy_38;
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_8;
|
|
L_8 = ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3(L_6, L_7, NULL);
|
|
__this->___servicePoint_40 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___servicePoint_40), (void*)L_8);
|
|
__this->___hostChanged_14 = (bool)0;
|
|
}
|
|
|
|
IL_003f_1:
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_9 = __this->___servicePoint_40;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Net.WebOperation System.Net.HttpWebRequest::SendRequest(System.Boolean,System.Net.BufferOffsetSize,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_redirecting, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___1_writeBuffer, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___2_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_2 = NULL;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_3 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = __this->___locker_52;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_008c:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0095;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
bool L_4 = ___0_redirecting;
|
|
if (L_4)
|
|
{
|
|
goto IL_0035_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_5 = __this->___requestSent_25;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0035_1;
|
|
}
|
|
}
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_6 = __this->___currentOperation_46;
|
|
V_2 = L_6;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_7 = V_2;
|
|
if (L_7)
|
|
{
|
|
goto IL_0031_1;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_8 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral4D964E3542CA396276F7DDCCE27613D982065CFF)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0031_1:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_9 = V_2;
|
|
V_3 = L_9;
|
|
goto IL_0096;
|
|
}
|
|
|
|
IL_0035_1:
|
|
{
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_10 = ___1_writeBuffer;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_11 = ___2_cancellationToken;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_12 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)il2cpp_codegen_object_new(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_12);
|
|
WebOperation__ctor_mB1EF58FA22FB617795F258E9EAFDB42D7155A8F9(L_12, __this, L_10, (bool)0, L_11, NULL);
|
|
V_2 = L_12;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9** L_13 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9**)(&__this->___currentOperation_46);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_14 = V_2;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_15;
|
|
L_15 = InterlockedCompareExchangeImpl<WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*>(L_13, L_14, (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL);
|
|
if (!L_15)
|
|
{
|
|
goto IL_0059_1;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_16 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_16);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_16, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCFE25B37C16B0E4BB7D218D140551332C7027A1D)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_16, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0059_1:
|
|
{
|
|
__this->___requestSent_25 = (bool)1;
|
|
bool L_17 = ___0_redirecting;
|
|
if (L_17)
|
|
{
|
|
goto IL_006a_1;
|
|
}
|
|
}
|
|
{
|
|
__this->___redirects_49 = 0;
|
|
}
|
|
|
|
IL_006a_1:
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_18;
|
|
L_18 = HttpWebRequest_GetServicePoint_m936C89220DFB9BE810A223E84E36E6D933510DB7(__this, NULL);
|
|
__this->___servicePoint_40 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___servicePoint_40), (void*)L_18);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_19 = __this->___servicePoint_40;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_20 = V_2;
|
|
String_t* L_21 = __this->___connectionGroup_18;
|
|
NullCheck(L_19);
|
|
ServicePoint_SendRequest_mB271F49FB5B3DB5DA556253585CC150A51E7C9CA(L_19, L_20, L_21, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_22 = V_2;
|
|
V_3 = L_22;
|
|
goto IL_0096;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0096:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_23 = V_3;
|
|
return L_23;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Net.HttpWebResponse> System.Net.HttpWebRequest::MyGetResponseAsync(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* HttpWebRequest_MyGetResponseAsync_m78CC847A96C7F759F6AE3A9CC1E203DC6BCCFB70 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mCC0D1D4206A736B01153BE785DB72E857B1F840C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m6DCC320B5F32414D522B7D730D56AA6133D3E64F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mE7C9097ECD027527FEDA6E4F548DC44FDE16BFCA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___0_cancellationToken;
|
|
(&V_0)->___cancellationToken_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807 L_1;
|
|
L_1 = AsyncTaskMethodBuilder_1_Create_mCC0D1D4206A736B01153BE785DB72E857B1F840C(AsyncTaskMethodBuilder_1_Create_mCC0D1D4206A736B01153BE785DB72E857B1F840C_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_2 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m6DCC320B5F32414D522B7D730D56AA6133D3E64F(L_2, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m6DCC320B5F32414D522B7D730D56AA6133D3E64F_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_3 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* L_4;
|
|
L_4 = AsyncTaskMethodBuilder_1_get_Task_mE7C9097ECD027527FEDA6E4F548DC44FDE16BFCA(L_3, AsyncTaskMethodBuilder_1_get_Task_mE7C9097ECD027527FEDA6E4F548DC44FDE16BFCA_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.ValueTuple`5<System.Net.HttpWebResponse,System.Boolean,System.Boolean,System.Net.BufferOffsetSize,System.Net.WebOperation>> System.Net.HttpWebRequest::GetResponseFromData(System.Net.WebResponseStream,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* HttpWebRequest_GetResponseFromData_mD04B5CA08B449F9C962012CAB3611C4948E8875D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___0_stream, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___1_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m66BF687BEE160B67CD8BE366DAC112800BBA0200_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mE3D15B9ECB900B7778F5855EF5439C08C80E6E05_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m7018162DA0EB78089F546DB0A7DEE48315DCA209_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_0 = ___0_stream;
|
|
(&V_0)->___stream_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___stream_3), (void*)L_0);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_1 = ___1_cancellationToken;
|
|
(&V_0)->___cancellationToken_4 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_4))->____source_0), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111 L_2;
|
|
L_2 = AsyncTaskMethodBuilder_1_Create_m66BF687BEE160B67CD8BE366DAC112800BBA0200(AsyncTaskMethodBuilder_1_Create_m66BF687BEE160B67CD8BE366DAC112800BBA0200_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_3 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mE3D15B9ECB900B7778F5855EF5439C08C80E6E05(L_3, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mE3D15B9ECB900B7778F5855EF5439C08C80E6E05_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_4 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* L_5;
|
|
L_5 = AsyncTaskMethodBuilder_1_get_Task_m7018162DA0EB78089F546DB0A7DEE48315DCA209(L_4, AsyncTaskMethodBuilder_1_get_Task_m7018162DA0EB78089F546DB0A7DEE48315DCA209_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Exception System.Net.HttpWebRequest::FlattenException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Exception_t* HttpWebRequest_FlattenException_m021E72448AE5C6C4283876527C3CCBC6CB0E6DAE (Exception_t* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AggregateException_t51B6205846DFB356B94452702201DD239D44422F_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ReadOnlyCollection_1_get_Count_mADB84925112BAD7AA74EBCE91BC3E4524CFC4549_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
AggregateException_t51B6205846DFB356B94452702201DD239D44422F* V_0 = NULL;
|
|
{
|
|
Exception_t* L_0 = ___0_e;
|
|
V_0 = ((AggregateException_t51B6205846DFB356B94452702201DD239D44422F*)IsInstClass((RuntimeObject*)L_0, AggregateException_t51B6205846DFB356B94452702201DD239D44422F_il2cpp_TypeInfo_var));
|
|
AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_3;
|
|
L_3 = AggregateException_Flatten_m60F51FEE2794F91B3E47529599BE98971B7CA291(L_2, NULL);
|
|
V_0 = L_3;
|
|
AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* L_5;
|
|
L_5 = AggregateException_get_InnerExceptions_m3044DE61416F827389F2975C67AC1AD89EA050A5_inline(L_4, NULL);
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = ReadOnlyCollection_1_get_Count_mADB84925112BAD7AA74EBCE91BC3E4524CFC4549(L_5, ReadOnlyCollection_1_get_Count_mADB84925112BAD7AA74EBCE91BC3E4524CFC4549_RuntimeMethod_var);
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0026;
|
|
}
|
|
}
|
|
{
|
|
AggregateException_t51B6205846DFB356B94452702201DD239D44422F* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
Exception_t* L_8;
|
|
L_8 = Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline(L_7, NULL);
|
|
return L_8;
|
|
}
|
|
|
|
IL_0026:
|
|
{
|
|
Exception_t* L_9 = ___0_e;
|
|
return L_9;
|
|
}
|
|
}
|
|
// System.Net.WebException System.Net.HttpWebRequest::GetWebException(System.Exception)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* HttpWebRequest_GetWebException_mB699B6186A7651571D7DFE937DCF59EB74427377 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, Exception_t* ___0_e, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Exception_t* L_0 = ___0_e;
|
|
bool L_1;
|
|
L_1 = HttpWebRequest_get_Aborted_m038DC4286A2AA32A06EB31C052CDB857B7ADA31E(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_2;
|
|
L_2 = HttpWebRequest_GetWebException_m2C5A8C151DDBF0657A2C9A6A30D807D6802B9C68(L_0, L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Net.WebException System.Net.HttpWebRequest::GetWebException(System.Exception,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* HttpWebRequest_GetWebException_m2C5A8C151DDBF0657A2C9A6A30D807D6802B9C68 (Exception_t* ___0_e, bool ___1_aborted, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* V_0 = NULL;
|
|
{
|
|
Exception_t* L_0 = ___0_e;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
Exception_t* L_1;
|
|
L_1 = HttpWebRequest_FlattenException_m021E72448AE5C6C4283876527C3CCBC6CB0E6DAE(L_0, NULL);
|
|
___0_e = L_1;
|
|
Exception_t* L_2 = ___0_e;
|
|
V_0 = ((WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)IsInstClass((RuntimeObject*)L_2, WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var));
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
bool L_4 = ___1_aborted;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = WebException_get_Status_m9B08D3B07C3D75A6783EADB1215EB54E2D3B9822_inline(L_5, NULL);
|
|
if ((((int32_t)L_6) == ((int32_t)6)))
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = WebException_get_Status_m9B08D3B07C3D75A6783EADB1215EB54E2D3B9822_inline(L_7, NULL);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)14)))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_9 = V_0;
|
|
return L_9;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
bool L_10 = ___1_aborted;
|
|
if (L_10)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_11 = ___0_e;
|
|
if (((OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662*)IsInstClass((RuntimeObject*)L_11, OperationCanceledException_tC97D0B4532C15E6F0E9F9375091C9ECCA438D662_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_12 = ___0_e;
|
|
if (!((ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)IsInstClass((RuntimeObject*)L_12, ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var)))
|
|
{
|
|
goto IL_0043;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_13;
|
|
L_13 = HttpWebRequest_CreateRequestAbortedException_m6CB29FBFAB7F6CD6EB155B75B0F81FF7948C7AA7(NULL);
|
|
return L_13;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
Exception_t* L_14 = ___0_e;
|
|
NullCheck(L_14);
|
|
String_t* L_15;
|
|
L_15 = VirtualFuncInvoker0< String_t* >::Invoke(5 /* System.String System.Exception::get_Message() */, L_14);
|
|
Exception_t* L_16 = ___0_e;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_17 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_17);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_17, L_15, L_16, ((int32_t)16), (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682*)NULL, NULL);
|
|
return L_17;
|
|
}
|
|
}
|
|
// System.Net.WebException System.Net.HttpWebRequest::CreateRequestAbortedException()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* HttpWebRequest_CreateRequestAbortedException_m6CB29FBFAB7F6CD6EB155B75B0F81FF7948C7AA7 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebExceptionStatus_t86B29EE86F8C7D20D1825C71503F0473C43B4B92_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0FA004E16C1F8A76235BDB24ACD45448069285BB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = 6;
|
|
RuntimeObject* L_1 = Box(WebExceptionStatus_t86B29EE86F8C7D20D1825C71503F0473C43B4B92_il2cpp_TypeInfo_var, &L_0);
|
|
String_t* L_2;
|
|
L_2 = SR_Format_m9E8DC9AEFDC34AC67473EFAEAB78C5066C1A0D09(_stringLiteral0FA004E16C1F8A76235BDB24ACD45448069285BB, L_1, NULL);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_3 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
WebException__ctor_m6C829021B5388956F84830FC249915324C1453A1(L_3, L_2, 6, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.IAsyncResult System.Net.HttpWebRequest::BeginGetResponse(System.AsyncCallback,System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* HttpWebRequest_BeginGetResponse_m6FA3A32A7BCF6B488CD863F5472B38E5F06EB79D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* ___0_callback, RuntimeObject* ___1_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_MyGetResponseAsync_m78CC847A96C7F759F6AE3A9CC1E203DC6BCCFB70_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_RunWithTimeout_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_m5B9723B026C49C7B18448BC76D49A34497516FD4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
{
|
|
bool L_0;
|
|
L_0 = HttpWebRequest_get_Aborted_m038DC4286A2AA32A06EB31C052CDB857B7ADA31E(__this, NULL);
|
|
if (!L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var)));
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_1;
|
|
L_1 = HttpWebRequest_CreateRequestAbortedException_m6CB29FBFAB7F6CD6EB155B75B0F81FF7948C7AA7(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_BeginGetResponse_m6FA3A32A7BCF6B488CD863F5472B38E5F06EB79D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
String_t* L_2;
|
|
L_2 = HttpWebRequest_get_TransferEncoding_mA49328310D1BC2799022DA2E65B85FFDD8302F7C(__this, NULL);
|
|
V_0 = L_2;
|
|
bool L_3 = __this->___sendChunked_39;
|
|
if (L_3)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = String_Trim_mCD6D8C6D4CFD15225D12DB7D3E0544CA80FB8DA5(L_5, NULL);
|
|
bool L_7;
|
|
L_7 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_6, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_7)
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_8 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_8);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_8, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF44588CFEB9433F168D821854741C6C9FFDF6EFB)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_8, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_BeginGetResponse_m6FA3A32A7BCF6B488CD863F5472B38E5F06EB79D_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B* L_9 = (Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B*)il2cpp_codegen_object_new(Func_2_t8C80165D8DC0FFD161E3020C97E7A48F957EE24B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
Func_2__ctor_mC18D9B5B86DDD79366E040BD1B601F736C03BCF2(L_9, __this, (intptr_t)((void*)HttpWebRequest_MyGetResponseAsync_m78CC847A96C7F759F6AE3A9CC1E203DC6BCCFB70_RuntimeMethod_var), NULL);
|
|
Task_1_tD5A7944FF25E6E62F34F80638E18C7A9D203D129* L_10;
|
|
L_10 = HttpWebRequest_RunWithTimeout_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_m5B9723B026C49C7B18448BC76D49A34497516FD4(__this, L_9, HttpWebRequest_RunWithTimeout_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_m5B9723B026C49C7B18448BC76D49A34497516FD4_RuntimeMethod_var);
|
|
AsyncCallback_t7FEF460CBDCFB9C5FA2EF776984778B9A4145F4C* L_11 = ___0_callback;
|
|
RuntimeObject* L_12 = ___1_state;
|
|
RuntimeObject* L_13;
|
|
L_13 = TaskToApm_Begin_mA26D2A4F6EE0582B181AFD83B913916909D02777(L_10, L_11, L_12, NULL);
|
|
return L_13;
|
|
}
|
|
}
|
|
// System.Net.WebResponse System.Net.HttpWebRequest::EndGetResponse(System.IAsyncResult)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* HttpWebRequest_EndGetResponse_m240591D6112B3B1709E99659811F773B837F0F79 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, RuntimeObject* ___0_asyncResult, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskToApm_End_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_mB4FF4016274BDA550A593E4B5BDC9D51B735EA06_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject* L_0 = ___0_asyncResult;
|
|
if (L_0)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_1 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral453A1400C5EBA45D0DD93B54ED1EC6D42377A4B5)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_EndGetResponse_m240591D6112B3B1709E99659811F773B837F0F79_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
RuntimeObject* L_2 = ___0_asyncResult;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_3;
|
|
L_3 = TaskToApm_End_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_mB4FF4016274BDA550A593E4B5BDC9D51B735EA06(L_2, TaskToApm_End_TisHttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_mB4FF4016274BDA550A593E4B5BDC9D51B735EA06_RuntimeMethod_var);
|
|
V_0 = L_3;
|
|
goto IL_0021;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0018;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0018:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_4 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_1 = L_4;
|
|
Exception_t* L_5 = V_1;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_6;
|
|
L_6 = HttpWebRequest_GetWebException_mB699B6186A7651571D7DFE937DCF59EB74427377(__this, L_5, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_EndGetResponse_m240591D6112B3B1709E99659811F773B837F0F79_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0021:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_7 = V_0;
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Net.WebResponse System.Net.HttpWebRequest::GetResponse()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* HttpWebRequest_GetResponse_m2CF2E0658F4E65A66F6ABD02E976B7FFB5EAF73D (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_mC80EF0DC814725AD314035BB164BD1F0F9B65B62_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* V_0 = NULL;
|
|
Exception_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
try
|
|
{// begin try (depth: 1)
|
|
Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* L_0;
|
|
L_0 = VirtualFuncInvoker0< Task_1_t5E1291839AEFBDBE3699513D40515588EE167AB0* >::Invoke(23 /* System.Threading.Tasks.Task`1<System.Net.WebResponse> System.Net.WebRequest::GetResponseAsync() */, __this);
|
|
NullCheck(L_0);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_1;
|
|
L_1 = Task_1_get_Result_mC80EF0DC814725AD314035BB164BD1F0F9B65B62(L_0, Task_1_get_Result_mC80EF0DC814725AD314035BB164BD1F0F9B65B62_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_0017;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_000e;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_000e:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_2 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_1 = L_2;
|
|
Exception_t* L_3 = V_1;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_4;
|
|
L_4 = HttpWebRequest_GetWebException_mB699B6186A7651571D7DFE937DCF59EB74427377(__this, L_3, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_GetResponse_m2CF2E0658F4E65A66F6ABD02E976B7FFB5EAF73D_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0017:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_5 = V_0;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::set_FinishedReading(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_set_FinishedReading_m440CD437FD61FD266FD2132AC1476680550DE88E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___finished_reading_53 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::get_Aborted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_get_Aborted_m038DC4286A2AA32A06EB31C052CDB857B7ADA31E (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t* L_0 = (int32_t*)(&__this->___aborted_47);
|
|
int32_t L_1;
|
|
L_1 = Interlocked_CompareExchange_mB06E8737D3DA41F9FFBC38A6D0583D515EFB5717(L_0, 0, 0, NULL);
|
|
return (bool)((((int32_t)L_1) == ((int32_t)1))? 1 : 0);
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::Abort()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_Abort_m12EF7197E8CD7183C44EB3A9EE57EDB69EBF7FC1 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_TrySetCanceled_m7BDE308DD8CF682CD97D5D04488ED8E9981D4AD0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_0 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* G_B6_0 = NULL;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* G_B5_0 = NULL;
|
|
{
|
|
int32_t* L_0 = (int32_t*)(&__this->___aborted_47);
|
|
int32_t L_1;
|
|
L_1 = Interlocked_CompareExchange_mB06E8737D3DA41F9FFBC38A6D0583D515EFB5717(L_0, 1, 0, NULL);
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
__this->___haveResponse_24 = (bool)1;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_2 = __this->___currentOperation_46;
|
|
V_0 = L_2;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
WebOperation_Abort_m5EFC513866CBF182B16BC67AC7194CDA08F53655(L_4, NULL);
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_5 = __this->___responseTask_45;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_6 = L_5;
|
|
G_B5_0 = L_6;
|
|
if (L_6)
|
|
{
|
|
G_B6_0 = L_6;
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
goto IL_003a;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
NullCheck(G_B6_0);
|
|
bool L_7;
|
|
L_7 = WebCompletionSource_1_TrySetCanceled_m7BDE308DD8CF682CD97D5D04488ED8E9981D4AD0(G_B6_0, WebCompletionSource_1_TrySetCanceled_m7BDE308DD8CF682CD97D5D04488ED8E9981D4AD0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_003a:
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_8 = __this->___webResponse_44;
|
|
if (!L_8)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_9 = __this->___webResponse_44;
|
|
NullCheck(L_9);
|
|
VirtualActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_9);
|
|
__this->___webResponse_44 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___webResponse_44), (void*)(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL);
|
|
goto IL_0059;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0056;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0056:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_10 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0059;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0059:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_mDB54A2BCCE38E278C44D3A136F6988CEEA92F5FE (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_0 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
SerializationException__ctor_m66A581BE334B57204506D2298511E9609AF30093(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_System_Runtime_Serialization_ISerializable_GetObjectData_mDB54A2BCCE38E278C44D3A136F6988CEEA92F5FE_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_GetObjectData_m6C3C1BB107DB72006CDF96892EF910400CFA9266 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7* L_0 = (SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SerializationException_t09D5CC39CEF9CC37AC9D2E0C6DBE050B4E3F8CA7_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
SerializationException__ctor_m66A581BE334B57204506D2298511E9609AF30093(L_0, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_GetObjectData_m6C3C1BB107DB72006CDF96892EF910400CFA9266_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::CheckRequestStarted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_CheckRequestStarted_m3AA735AF2A7257EF984729EA0E938368F83FCE41 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___requestSent_25;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_1 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_1, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral30615F6D61D6E54ADC19B1094DDA5C74B7ACC426)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_CheckRequestStarted_m3AA735AF2A7257EF984729EA0E938368F83FCE41_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::DoContinueDelegate(System.Int32,System.Net.WebHeaderCollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_DoContinueDelegate_mE011EC2040FC3C1CCB2C4A5857D4B380EA53C9A0 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, int32_t ___0_statusCode, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___1_headers, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* L_0 = __this->___continueDelegate_21;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* L_1 = __this->___continueDelegate_21;
|
|
int32_t L_2 = ___0_statusCode;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_3 = ___1_headers;
|
|
NullCheck(L_1);
|
|
HttpContinueDelegate_Invoke_m911A3C37BB31B610864B0381AA08241D41B2CB7D_inline(L_1, L_2, L_3, NULL);
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::RewriteRedirectToGet()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_RewriteRedirectToGet_mFEAFF0F6D013F3D5F8FADFEB393C08ACB3AF4BB8 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___method_30 = _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_30), (void*)_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___webHeaders_26;
|
|
NullCheck(L_0);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_0, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD, NULL);
|
|
__this->___sendChunked_39 = (bool)0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::Redirect(System.Net.HttpStatusCode,System.Net.WebResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, int32_t ___0_code, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___1_response, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral009CD778B9CB8CEFADF6517ECF6B8C675D6507B5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0DD32B18A388C5F1A6BAFD3629759260C61F767C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115207EC26C7407DBAFB2698E0109D3A06E54ADF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral842B97533A7EFDCC23A3F8E50B63375B68A5369B);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBF165EA4AF2BA756BC7EA25505B64C36A62BE43);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Exception_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* G_B27_0 = NULL;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* G_B26_0 = NULL;
|
|
int32_t G_B28_0 = 0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* G_B28_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___redirects_49;
|
|
__this->___redirects_49 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
V_0 = (Exception_t*)NULL;
|
|
V_1 = (String_t*)NULL;
|
|
int32_t L_1 = ___0_code;
|
|
switch (((int32_t)il2cpp_codegen_subtract((int32_t)L_1, ((int32_t)300))))
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_004d;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_0067;
|
|
}
|
|
case 4:
|
|
{
|
|
goto IL_006f;
|
|
}
|
|
case 5:
|
|
{
|
|
goto IL_0071;
|
|
}
|
|
case 6:
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
case 7:
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_2 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
WebException__ctor_mFBC3890EC80132004827F36950EEB651595BF277(L_2, _stringLiteralBBF165EA4AF2BA756BC7EA25505B64C36A62BE43, NULL);
|
|
V_0 = L_2;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_004d:
|
|
{
|
|
String_t* L_3 = __this->___method_30;
|
|
bool L_4;
|
|
L_4 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_3, _stringLiteral14E338D17C42E552FA7AF42CDAE40CA1F0E8A04D, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_RewriteRedirectToGet_mFEAFF0F6D013F3D5F8FADFEB393C08ACB3AF4BB8(__this, NULL);
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
HttpWebRequest_RewriteRedirectToGet_mFEAFF0F6D013F3D5F8FADFEB393C08ACB3AF4BB8(__this, NULL);
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_006f:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0071:
|
|
{
|
|
NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8* L_5 = (NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8*)il2cpp_codegen_object_new(NotImplementedException_t6366FE4DCF15094C51F4833B91A2AE68D4DA90E8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
NotImplementedException__ctor_m8339D1A685E8D77CAC9D3260C06B38B5C7CA7742(L_5, _stringLiteral842B97533A7EFDCC23A3F8E50B63375B68A5369B, NULL);
|
|
V_0 = L_5;
|
|
goto IL_0097;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
int32_t L_6 = ___0_code;
|
|
V_3 = L_6;
|
|
String_t* L_7;
|
|
L_7 = Int32_ToString_m030E01C24E294D6762FB0B6F37CB541581F55CA5((&V_3), NULL);
|
|
String_t* L_8;
|
|
L_8 = String_Concat_m9E3155FB84015C823606188F53B47CB44C444991(_stringLiteral009CD778B9CB8CEFADF6517ECF6B8C675D6507B5, L_7, NULL);
|
|
ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D* L_9 = (ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D*)il2cpp_codegen_object_new(ProtocolViolationException_t4660D647ACBC7121D1AE35068DDB7A6C7A88780D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
ProtocolViolationException__ctor_m2C2665583590BF7DB9B53A7AF126FEFDDE364BA5(L_9, L_8, NULL);
|
|
V_0 = L_9;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
String_t* L_10 = __this->___method_30;
|
|
bool L_11;
|
|
L_11 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_10, _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
bool L_12;
|
|
L_12 = HttpWebRequest_get_InternalAllowBuffering_m47A76FBFB1A14D8772FB025A8B7ADA399983D9B2(__this, NULL);
|
|
if (L_12)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
Func_2_t378757FF082427448349A80CC63683B50DA787D3* L_13 = __this->___ResendContentFactory_66;
|
|
if (L_13)
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_14 = __this->___writeStream_43;
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = WebRequestStream_get_WriteBufferLength_mA60FFC816A99DBABB03687ED232848B9956B74E4(L_14, NULL);
|
|
if ((((int32_t)L_15) > ((int32_t)0)))
|
|
{
|
|
goto IL_00d1;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_16 = __this->___contentLength_20;
|
|
if ((((int64_t)L_16) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_00df;
|
|
}
|
|
}
|
|
|
|
IL_00d1:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_17 = ___1_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_18 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_18, _stringLiteral115207EC26C7407DBAFB2698E0109D3A06E54ADF, (Exception_t*)NULL, 7, L_17, NULL);
|
|
V_0 = L_18;
|
|
}
|
|
|
|
IL_00df:
|
|
{
|
|
Exception_t* L_19 = V_0;
|
|
if (!L_19)
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}
|
|
{
|
|
Exception_t* L_20 = V_0;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_20, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_00e4:
|
|
{
|
|
bool L_21;
|
|
L_21 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() */, __this);
|
|
if (L_21)
|
|
{
|
|
goto IL_00fe;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_22 = __this->___method_30;
|
|
bool L_23;
|
|
L_23 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_22, _stringLiteral3781CFEEF925855A4B7284E1783A7D715A6333F6, NULL);
|
|
if (!L_23)
|
|
{
|
|
goto IL_0106;
|
|
}
|
|
}
|
|
|
|
IL_00fe:
|
|
{
|
|
__this->___contentLength_20 = ((int64_t)(-1));
|
|
}
|
|
|
|
IL_0106:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_24 = ___1_response;
|
|
NullCheck(L_24);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_25;
|
|
L_25 = VirtualFuncInvoker0< WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* >::Invoke(14 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_24);
|
|
NullCheck(L_25);
|
|
String_t* L_26;
|
|
L_26 = NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F(L_25, _stringLiteral0DD32B18A388C5F1A6BAFD3629759260C61F767C, NULL);
|
|
V_1 = L_26;
|
|
String_t* L_27 = V_1;
|
|
if (L_27)
|
|
{
|
|
goto IL_0133;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_28 = ___0_code;
|
|
int32_t L_29 = ((int32_t)L_28);
|
|
RuntimeObject* L_30 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_29);
|
|
String_t* L_31;
|
|
L_31 = String_Format_mA8DBB4C2516B9723C5A41E6CB1E2FAF4BBE96DD8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA4B524BA30057D100946AAE80A0CF01DEF5BDEC0)), L_30, NULL);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_32 = ___1_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_33 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_33);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_33, L_31, (Exception_t*)NULL, 7, L_32, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_33, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0133:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_34 = __this->___actualUri_13;
|
|
V_2 = L_34;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_35 = __this->___actualUri_13;
|
|
String_t* L_36 = V_1;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_37 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_37);
|
|
Uri__ctor_mD7EC916948CBFE71F80298DDA6E4209724958B09(L_37, L_35, L_36, NULL);
|
|
__this->___actualUri_13 = L_37;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___actualUri_13), (void*)L_37);
|
|
goto IL_0169;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_014e;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_014e:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_38 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
String_t* L_39 = V_1;
|
|
int32_t L_40 = ___0_code;
|
|
int32_t L_41 = ((int32_t)L_40);
|
|
RuntimeObject* L_42 = Box(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var)), &L_41);
|
|
String_t* L_43;
|
|
L_43 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralFD6612A78B2A0C77E9DC300D4EB64C11094FE01F)), L_39, L_42, NULL);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_44 = ___1_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_45 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_45);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_45, L_43, (Exception_t*)NULL, 7, L_44, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_45, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD_RuntimeMethod_var)));
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0169:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_46 = __this->___actualUri_13;
|
|
NullCheck(L_46);
|
|
String_t* L_47;
|
|
L_47 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_46, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_48 = V_2;
|
|
NullCheck(L_48);
|
|
String_t* L_49;
|
|
L_49 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_48, NULL);
|
|
bool L_50;
|
|
L_50 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_47, L_49, NULL);
|
|
G_B26_0 = __this;
|
|
if (L_50)
|
|
{
|
|
G_B27_0 = __this;
|
|
goto IL_0195;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_51;
|
|
L_51 = HttpWebRequest_get_Host_mE23F8F15207CEF1E64CF212EEA7643185207923C(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_52 = V_2;
|
|
NullCheck(L_52);
|
|
String_t* L_53;
|
|
L_53 = Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB(L_52, NULL);
|
|
bool L_54;
|
|
L_54 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_51, L_53, NULL);
|
|
G_B28_0 = ((int32_t)(L_54));
|
|
G_B28_1 = G_B26_0;
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_0195:
|
|
{
|
|
G_B28_0 = 1;
|
|
G_B28_1 = G_B27_0;
|
|
}
|
|
|
|
IL_0196:
|
|
{
|
|
NullCheck(G_B28_1);
|
|
G_B28_1->___hostChanged_14 = (bool)G_B28_0;
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.String System.Net.HttpWebRequest::GetHeaders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebRequest_GetHeaders_m445286DB0D71DC60C6D758ED0F1CAF32163501FA (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0242F31341D314854DB5EA5749448625B0A0AAE3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04799565CD60A911F9CBB57805A3592363822500);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8C5B5A80C04C3A4ACA2BEED3EDD587DD1F5398C6);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2CC7AACC16A09D4E080B1F896BFA903A86AFAC4);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE63C3C7F5D1BA8FF5FE520557DB93719F06BE87A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF0ACB78DD0CBEFD7DD81D25C5219DDB4067ECBD2);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* V_3 = NULL;
|
|
bool V_4 = false;
|
|
String_t* V_5 = NULL;
|
|
String_t* V_6 = NULL;
|
|
String_t* V_7 = NULL;
|
|
String_t* G_B25_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B27_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B26_0 = NULL;
|
|
String_t* G_B28_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B28_1 = NULL;
|
|
int32_t G_B31_0 = 0;
|
|
String_t* G_B56_0 = NULL;
|
|
{
|
|
V_0 = (bool)0;
|
|
bool L_0 = __this->___sendChunked_39;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0036;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_1 = __this->___webHeaders_26;
|
|
NullCheck(L_1);
|
|
WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB(L_1, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD, _stringLiteral7145DB000FB7A15A3BC887316484C05C47DF929F, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_2 = __this->___webHeaders_26;
|
|
NullCheck(L_2);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_2, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, NULL);
|
|
goto IL_0105;
|
|
}
|
|
|
|
IL_0036:
|
|
{
|
|
int64_t L_3 = __this->___contentLength_20;
|
|
if ((((int64_t)L_3) == ((int64_t)((int64_t)(-1)))))
|
|
{
|
|
goto IL_00f5;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_4 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___auth_state_64);
|
|
int32_t L_5;
|
|
L_5 = AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline(L_4, NULL);
|
|
if ((((int32_t)L_5) == ((int32_t)1)))
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_6 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___proxy_auth_state_65);
|
|
int32_t L_7;
|
|
L_7 = AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline(L_6, NULL);
|
|
if ((!(((uint32_t)L_7) == ((uint32_t)1))))
|
|
{
|
|
goto IL_00a2;
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
bool L_8 = __this->___haveContentLength_19;
|
|
if (L_8)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
bool L_9 = __this->___gotRequestStream_48;
|
|
if (L_9)
|
|
{
|
|
goto IL_0079;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_10 = __this->___contentLength_20;
|
|
if ((((int64_t)L_10) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_0090;
|
|
}
|
|
}
|
|
|
|
IL_0079:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_11 = __this->___webHeaders_26;
|
|
NullCheck(L_11);
|
|
WebHeaderCollection_SetInternal_m3E861ED032C85112F8FD4B715C6505508BD78679(L_11, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, _stringLiteralF944DCD635F9801F7AC90A407FBC479964DEC024, NULL);
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_0090:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_12 = __this->___webHeaders_26;
|
|
NullCheck(L_12);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_12, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, NULL);
|
|
goto IL_00e3;
|
|
}
|
|
|
|
IL_00a2:
|
|
{
|
|
int64_t L_13 = __this->___contentLength_20;
|
|
if ((((int64_t)L_13) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_00ae;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
}
|
|
|
|
IL_00ae:
|
|
{
|
|
bool L_14 = __this->___haveContentLength_19;
|
|
if (L_14)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = __this->___gotRequestStream_48;
|
|
if (L_15)
|
|
{
|
|
goto IL_00c8;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_16 = __this->___contentLength_20;
|
|
if ((((int64_t)L_16) <= ((int64_t)((int64_t)0))))
|
|
{
|
|
goto IL_00e3;
|
|
}
|
|
}
|
|
|
|
IL_00c8:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_17 = __this->___webHeaders_26;
|
|
int64_t* L_18 = (int64_t*)(&__this->___contentLength_20);
|
|
String_t* L_19;
|
|
L_19 = Int64_ToString_m284E4E55662818E38654309A41C2B07CD436F36B(L_18, NULL);
|
|
NullCheck(L_17);
|
|
WebHeaderCollection_SetInternal_m3E861ED032C85112F8FD4B715C6505508BD78679(L_17, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, L_19, NULL);
|
|
}
|
|
|
|
IL_00e3:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_20 = __this->___webHeaders_26;
|
|
NullCheck(L_20);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_20, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD, NULL);
|
|
goto IL_0105;
|
|
}
|
|
|
|
IL_00f5:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_21 = __this->___webHeaders_26;
|
|
NullCheck(L_21);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_21, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, NULL);
|
|
}
|
|
|
|
IL_0105:
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_22 = __this->___actualVersion_37;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_23 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version11_2;
|
|
bool L_24;
|
|
L_24 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_22, L_23, NULL);
|
|
bool L_25 = V_0;
|
|
if (!((int32_t)((int32_t)L_24&(int32_t)L_25)))
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_26 = __this->___servicePoint_40;
|
|
NullCheck(L_26);
|
|
bool L_27;
|
|
L_27 = ServicePoint_get_SendContinue_m7DCF3A3D65BEB2543979D8892941E4B3BAE175D3(L_26, NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_0144;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_28 = __this->___webHeaders_26;
|
|
NullCheck(L_28);
|
|
WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB(L_28, _stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1, _stringLiteralC2CC7AACC16A09D4E080B1F896BFA903A86AFAC4, NULL);
|
|
__this->___expectContinue_50 = (bool)1;
|
|
goto IL_015b;
|
|
}
|
|
|
|
IL_0144:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_29 = __this->___webHeaders_26;
|
|
NullCheck(L_29);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_29, _stringLiteralD83A084C77919D323023FA38BD9EC97511C0C3F1, NULL);
|
|
__this->___expectContinue_50 = (bool)0;
|
|
}
|
|
|
|
IL_015b:
|
|
{
|
|
bool L_30;
|
|
L_30 = HttpWebRequest_get_ProxyQuery_m40AC053B4EBE5E2A5257D92B7FD353D19104E53F(__this, NULL);
|
|
V_1 = L_30;
|
|
bool L_31 = V_1;
|
|
if (L_31)
|
|
{
|
|
goto IL_016c;
|
|
}
|
|
}
|
|
{
|
|
G_B25_0 = _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC;
|
|
goto IL_0171;
|
|
}
|
|
|
|
IL_016c:
|
|
{
|
|
G_B25_0 = _stringLiteralF0ACB78DD0CBEFD7DD81D25C5219DDB4067ECBD2;
|
|
}
|
|
|
|
IL_0171:
|
|
{
|
|
V_2 = G_B25_0;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_32 = __this->___webHeaders_26;
|
|
bool L_33 = V_1;
|
|
G_B26_0 = L_32;
|
|
if (!L_33)
|
|
{
|
|
G_B27_0 = L_32;
|
|
goto IL_0182;
|
|
}
|
|
}
|
|
{
|
|
G_B28_0 = _stringLiteralBBC4BD37A426D68F16FC03A3F4AAC387168995BC;
|
|
G_B28_1 = G_B26_0;
|
|
goto IL_0187;
|
|
}
|
|
|
|
IL_0182:
|
|
{
|
|
G_B28_0 = _stringLiteralF0ACB78DD0CBEFD7DD81D25C5219DDB4067ECBD2;
|
|
G_B28_1 = G_B27_0;
|
|
}
|
|
|
|
IL_0187:
|
|
{
|
|
NullCheck(G_B28_1);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(G_B28_1, G_B28_0, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_34 = __this->___servicePoint_40;
|
|
NullCheck(L_34);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_35;
|
|
L_35 = VirtualFuncInvoker0< Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_34);
|
|
V_3 = L_35;
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_36 = V_3;
|
|
bool L_37;
|
|
L_37 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_36, (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)NULL, NULL);
|
|
if (L_37)
|
|
{
|
|
goto IL_01ae;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_38 = V_3;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_39 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version10_1;
|
|
bool L_40;
|
|
L_40 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_38, L_39, NULL);
|
|
G_B31_0 = ((int32_t)(L_40));
|
|
goto IL_01af;
|
|
}
|
|
|
|
IL_01ae:
|
|
{
|
|
G_B31_0 = 1;
|
|
}
|
|
|
|
IL_01af:
|
|
{
|
|
V_4 = (bool)G_B31_0;
|
|
bool L_41 = __this->___keepAlive_27;
|
|
if (!L_41)
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_42 = __this->___version_35;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_43 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version10_1;
|
|
bool L_44;
|
|
L_44 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_42, L_43, NULL);
|
|
bool L_45 = V_4;
|
|
if (!((int32_t)((int32_t)L_44|(int32_t)L_45)))
|
|
{
|
|
goto IL_0209;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_46 = __this->___webHeaders_26;
|
|
String_t* L_47 = V_2;
|
|
NullCheck(L_46);
|
|
String_t* L_48;
|
|
L_48 = NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F(L_46, L_47, NULL);
|
|
if (!L_48)
|
|
{
|
|
goto IL_01f6;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_49 = __this->___webHeaders_26;
|
|
String_t* L_50 = V_2;
|
|
NullCheck(L_49);
|
|
String_t* L_51;
|
|
L_51 = NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F(L_49, L_50, NULL);
|
|
NullCheck(L_51);
|
|
int32_t L_52;
|
|
L_52 = String_IndexOf_m490810CB7ADA9230AC0F8D78E213A8EFED129F55(L_51, _stringLiteral8C5B5A80C04C3A4ACA2BEED3EDD587DD1F5398C6, 5, NULL);
|
|
if ((!(((uint32_t)L_52) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
|
|
IL_01f6:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_53 = __this->___webHeaders_26;
|
|
String_t* L_54 = V_2;
|
|
NullCheck(L_53);
|
|
WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB(L_53, L_54, _stringLiteral8C5B5A80C04C3A4ACA2BEED3EDD587DD1F5398C6, NULL);
|
|
goto IL_0234;
|
|
}
|
|
|
|
IL_0209:
|
|
{
|
|
bool L_55 = __this->___keepAlive_27;
|
|
if (L_55)
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_56 = __this->___version_35;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_57 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version11_2;
|
|
bool L_58;
|
|
L_58 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_56, L_57, NULL);
|
|
if (!L_58)
|
|
{
|
|
goto IL_0234;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_59 = __this->___webHeaders_26;
|
|
String_t* L_60 = V_2;
|
|
NullCheck(L_59);
|
|
WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB(L_59, L_60, _stringLiteral093507DEB05FB14DD8659BC619825EC3274FD8C6, NULL);
|
|
}
|
|
|
|
IL_0234:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_61 = __this->___hostUri_63;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_62;
|
|
L_62 = Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7(L_61, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_62)
|
|
{
|
|
goto IL_0270;
|
|
}
|
|
}
|
|
{
|
|
bool L_63 = __this->___hostHasPort_62;
|
|
if (!L_63)
|
|
{
|
|
goto IL_025f;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_64 = __this->___hostUri_63;
|
|
NullCheck(L_64);
|
|
String_t* L_65;
|
|
L_65 = Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A(L_64, ((int32_t)132), 2, NULL);
|
|
V_5 = L_65;
|
|
goto IL_02a1;
|
|
}
|
|
|
|
IL_025f:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_66 = __this->___hostUri_63;
|
|
NullCheck(L_66);
|
|
String_t* L_67;
|
|
L_67 = Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A(L_66, 4, 2, NULL);
|
|
V_5 = L_67;
|
|
goto IL_02a1;
|
|
}
|
|
|
|
IL_0270:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_68;
|
|
L_68 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(__this, NULL);
|
|
NullCheck(L_68);
|
|
bool L_69;
|
|
L_69 = Uri_get_IsDefaultPort_m1BFC89B27306852E9AFDEF92897FD52B0B3ECD06(L_68, NULL);
|
|
if (!L_69)
|
|
{
|
|
goto IL_028e;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_70;
|
|
L_70 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(__this, NULL);
|
|
NullCheck(L_70);
|
|
String_t* L_71;
|
|
L_71 = Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A(L_70, 4, 2, NULL);
|
|
V_5 = L_71;
|
|
goto IL_02a1;
|
|
}
|
|
|
|
IL_028e:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_72;
|
|
L_72 = HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline(__this, NULL);
|
|
NullCheck(L_72);
|
|
String_t* L_73;
|
|
L_73 = Uri_GetComponents_m30E3EAD4E9A39939456E764FEF94AFD4D6B7532A(L_72, ((int32_t)132), 2, NULL);
|
|
V_5 = L_73;
|
|
}
|
|
|
|
IL_02a1:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_74 = __this->___webHeaders_26;
|
|
String_t* L_75 = V_5;
|
|
NullCheck(L_74);
|
|
WebHeaderCollection_SetInternal_m3E861ED032C85112F8FD4B715C6505508BD78679(L_74, _stringLiteral0242F31341D314854DB5EA5749448625B0A0AAE3, L_75, NULL);
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_76 = __this->___cookieContainer_22;
|
|
if (!L_76)
|
|
{
|
|
goto IL_0300;
|
|
}
|
|
}
|
|
{
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_77 = __this->___cookieContainer_22;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_78 = __this->___actualUri_13;
|
|
NullCheck(L_77);
|
|
String_t* L_79;
|
|
L_79 = CookieContainer_GetCookieHeader_m38B9D270352A467A83C4E4B6E1FD14F00106517A(L_77, L_78, NULL);
|
|
V_7 = L_79;
|
|
String_t* L_80 = V_7;
|
|
bool L_81;
|
|
L_81 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_80, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (!L_81)
|
|
{
|
|
goto IL_02f0;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_82 = __this->___webHeaders_26;
|
|
String_t* L_83 = V_7;
|
|
NullCheck(L_82);
|
|
WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB(L_82, _stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC, L_83, NULL);
|
|
goto IL_0300;
|
|
}
|
|
|
|
IL_02f0:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_84 = __this->___webHeaders_26;
|
|
NullCheck(L_84);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_84, _stringLiteral67A54AB78AD61DDEB268617E3EE621D1193804DC, NULL);
|
|
}
|
|
|
|
IL_0300:
|
|
{
|
|
V_6 = (String_t*)NULL;
|
|
int32_t L_85 = __this->___auto_decomp_54;
|
|
if (!((int32_t)((int32_t)L_85&1)))
|
|
{
|
|
goto IL_0314;
|
|
}
|
|
}
|
|
{
|
|
V_6 = _stringLiteral04799565CD60A911F9CBB57805A3592363822500;
|
|
}
|
|
|
|
IL_0314:
|
|
{
|
|
int32_t L_86 = __this->___auto_decomp_54;
|
|
if (!((int32_t)((int32_t)L_86&2)))
|
|
{
|
|
goto IL_0330;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_87 = V_6;
|
|
if (L_87)
|
|
{
|
|
goto IL_0329;
|
|
}
|
|
}
|
|
{
|
|
G_B56_0 = _stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3;
|
|
goto IL_032e;
|
|
}
|
|
|
|
IL_0329:
|
|
{
|
|
G_B56_0 = _stringLiteralE63C3C7F5D1BA8FF5FE520557DB93719F06BE87A;
|
|
}
|
|
|
|
IL_032e:
|
|
{
|
|
V_6 = G_B56_0;
|
|
}
|
|
|
|
IL_0330:
|
|
{
|
|
String_t* L_88 = V_6;
|
|
if (!L_88)
|
|
{
|
|
goto IL_0346;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_89 = __this->___webHeaders_26;
|
|
String_t* L_90 = V_6;
|
|
NullCheck(L_89);
|
|
WebHeaderCollection_ChangeInternal_m170009EA1B341E9E69FD5A7DECF0AD2EE601C2EB(L_89, _stringLiteral0E5584AFF0328C3E9B727CFB3887E9E710B0F53D, L_90, NULL);
|
|
}
|
|
|
|
IL_0346:
|
|
{
|
|
bool L_91 = __this->___usedPreAuth_34;
|
|
if (L_91)
|
|
{
|
|
goto IL_035c;
|
|
}
|
|
}
|
|
{
|
|
bool L_92 = __this->___preAuthenticate_33;
|
|
if (!L_92)
|
|
{
|
|
goto IL_035c;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_DoPreAuthenticate_m68D0A70C954476778222049FBDA8FBD3FE8AFA98(__this, NULL);
|
|
}
|
|
|
|
IL_035c:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_93 = __this->___webHeaders_26;
|
|
NullCheck(L_93);
|
|
String_t* L_94;
|
|
L_94 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_93);
|
|
return L_94;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::DoPreAuthenticate()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest_DoPreAuthenticate_m68D0A70C954476778222049FBDA8FBD3FE8AFA98 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
RuntimeObject* V_1 = NULL;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t G_B3_0 = 0;
|
|
RuntimeObject* G_B7_0 = NULL;
|
|
String_t* G_B13_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = __this->___proxy_38;
|
|
if (!L_0)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_1 = __this->___proxy_38;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = __this->___actualUri_13;
|
|
NullCheck(L_1);
|
|
bool L_3;
|
|
L_3 = InterfaceFuncInvoker1< bool, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_1, L_2);
|
|
G_B3_0 = ((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
G_B3_0 = 0;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_0 = (bool)G_B3_0;
|
|
bool L_4 = V_0;
|
|
if (!L_4)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = __this->___credentials_23;
|
|
if (L_5)
|
|
{
|
|
goto IL_0038;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_6 = __this->___proxy_38;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7;
|
|
L_7 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_6);
|
|
G_B7_0 = L_7;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_0038:
|
|
{
|
|
RuntimeObject* L_8 = __this->___credentials_23;
|
|
G_B7_0 = L_8;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
V_1 = G_B7_0;
|
|
RuntimeObject* L_9 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_10;
|
|
L_10 = AuthenticationManager_PreAuthenticate_m2554D29BBD25B228A956973DAFC6813C6695171C(__this, L_9, NULL);
|
|
V_2 = L_10;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_11 = V_2;
|
|
if (L_11)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_12 = __this->___webHeaders_26;
|
|
NullCheck(L_12);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_12, _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_13 = __this->___webHeaders_26;
|
|
NullCheck(L_13);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_13, _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907, NULL);
|
|
bool L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_0076;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_15 = __this->___credentials_23;
|
|
if (!L_15)
|
|
{
|
|
goto IL_007d;
|
|
}
|
|
}
|
|
|
|
IL_0076:
|
|
{
|
|
G_B13_0 = _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907;
|
|
goto IL_0082;
|
|
}
|
|
|
|
IL_007d:
|
|
{
|
|
G_B13_0 = _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
V_3 = G_B13_0;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_16 = __this->___webHeaders_26;
|
|
String_t* L_17 = V_3;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_18 = V_2;
|
|
NullCheck(L_18);
|
|
String_t* L_19;
|
|
L_19 = Authorization_get_Message_m84C00416C183E8A3B06E37052923C90F486F529A_inline(L_18, NULL);
|
|
NullCheck(L_16);
|
|
NameValueCollection_set_Item_mEEC24334890E9C0A05B88638B6A65DF5D888B0B0(L_16, L_17, L_19, NULL);
|
|
__this->___usedPreAuth_34 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Byte[] System.Net.HttpWebRequest::GetRequestHeaders()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* HttpWebRequest_GetRequestHeaders_m3E883236EB532FCA98675E243EC583434ECF7661 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCCF9B4381E17EB3FA83CA75FC222B202151023BF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF3D9848D37659886492A7B82871CF5FF29A443E7);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringBuilder_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
String_t* V_2 = NULL;
|
|
{
|
|
StringBuilder_t* L_0 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_0, NULL);
|
|
V_0 = L_0;
|
|
bool L_1;
|
|
L_1 = HttpWebRequest_get_ProxyQuery_m40AC053B4EBE5E2A5257D92B7FD353D19104E53F(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = __this->___actualUri_13;
|
|
NullCheck(L_2);
|
|
String_t* L_3;
|
|
L_3 = Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C(L_2, NULL);
|
|
V_1 = L_3;
|
|
goto IL_0043;
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = __this->___actualUri_13;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_4, NULL);
|
|
String_t* L_6;
|
|
L_6 = HttpWebRequest_get_Host_mE23F8F15207CEF1E64CF212EEA7643185207923C(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_7 = __this->___actualUri_13;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = Uri_get_PathAndQuery_m33B64A4AAF08510C0199CF5A85918B91D1008E5C(L_7, NULL);
|
|
String_t* L_9;
|
|
L_9 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(_stringLiteralCCF9B4381E17EB3FA83CA75FC222B202151023BF, L_5, L_6, L_8, NULL);
|
|
V_1 = L_9;
|
|
}
|
|
|
|
IL_0043:
|
|
{
|
|
bool L_10 = __this->___force_version_36;
|
|
if (L_10)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_11 = __this->___servicePoint_40;
|
|
NullCheck(L_11);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_12;
|
|
L_12 = VirtualFuncInvoker0< Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_11);
|
|
bool L_13;
|
|
L_13 = Version_op_Inequality_mEEAD241EF25D2A808BE701CE43F612219ED986D7(L_12, (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)NULL, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_14 = __this->___servicePoint_40;
|
|
NullCheck(L_14);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_15;
|
|
L_15 = VirtualFuncInvoker0< Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_14);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_16 = __this->___version_35;
|
|
bool L_17;
|
|
L_17 = Version_op_LessThan_m83ED9AEB1F6175AF9C8CDEDD9329CE0D2DA2CE4E(L_15, L_16, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_0089;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_18 = __this->___servicePoint_40;
|
|
NullCheck(L_18);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_19;
|
|
L_19 = VirtualFuncInvoker0< Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* >::Invoke(4 /* System.Version System.Net.ServicePoint::get_ProtocolVersion() */, L_18);
|
|
__this->___actualVersion_37 = L_19;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___actualVersion_37), (void*)L_19);
|
|
goto IL_0095;
|
|
}
|
|
|
|
IL_0089:
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_20 = __this->___version_35;
|
|
__this->___actualVersion_37 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___actualVersion_37), (void*)L_20);
|
|
}
|
|
|
|
IL_0095:
|
|
{
|
|
StringBuilder_t* L_21 = V_0;
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_22 = (ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918*)SZArrayNew(ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918_il2cpp_TypeInfo_var, (uint32_t)4);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_23 = L_22;
|
|
String_t* L_24 = __this->___method_30;
|
|
NullCheck(L_23);
|
|
ArrayElementTypeCheck (L_23, L_24);
|
|
(L_23)->SetAt(static_cast<il2cpp_array_size_t>(0), (RuntimeObject*)L_24);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_25 = L_23;
|
|
String_t* L_26 = V_1;
|
|
NullCheck(L_25);
|
|
ArrayElementTypeCheck (L_25, L_26);
|
|
(L_25)->SetAt(static_cast<il2cpp_array_size_t>(1), (RuntimeObject*)L_26);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_27 = L_25;
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_28 = __this->___actualVersion_37;
|
|
NullCheck(L_28);
|
|
int32_t L_29;
|
|
L_29 = Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline(L_28, NULL);
|
|
int32_t L_30 = L_29;
|
|
RuntimeObject* L_31 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_30);
|
|
NullCheck(L_27);
|
|
ArrayElementTypeCheck (L_27, L_31);
|
|
(L_27)->SetAt(static_cast<il2cpp_array_size_t>(2), (RuntimeObject*)L_31);
|
|
ObjectU5BU5D_t8061030B0A12A55D5AD8652A20C922FE99450918* L_32 = L_27;
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_33 = __this->___actualVersion_37;
|
|
NullCheck(L_33);
|
|
int32_t L_34;
|
|
L_34 = Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline(L_33, NULL);
|
|
int32_t L_35 = L_34;
|
|
RuntimeObject* L_36 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_35);
|
|
NullCheck(L_32);
|
|
ArrayElementTypeCheck (L_32, L_36);
|
|
(L_32)->SetAt(static_cast<il2cpp_array_size_t>(3), (RuntimeObject*)L_36);
|
|
NullCheck(L_21);
|
|
StringBuilder_t* L_37;
|
|
L_37 = StringBuilder_AppendFormat_m14CB447291E6149BCF32E5E37DA21514BAD9C151(L_21, _stringLiteralF3D9848D37659886492A7B82871CF5FF29A443E7, L_32, NULL);
|
|
StringBuilder_t* L_38 = V_0;
|
|
String_t* L_39;
|
|
L_39 = HttpWebRequest_GetHeaders_m445286DB0D71DC60C6D758ED0F1CAF32163501FA(__this, NULL);
|
|
NullCheck(L_38);
|
|
StringBuilder_t* L_40;
|
|
L_40 = StringBuilder_Append_m08904D74E0C78E5F36DCD9C9303BDD07886D9F7D(L_38, L_39, NULL);
|
|
StringBuilder_t* L_41 = V_0;
|
|
NullCheck(L_41);
|
|
String_t* L_42;
|
|
L_42 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_41);
|
|
V_2 = L_42;
|
|
Encoding_t65CDEF28CF20A7B8C92E85A4E808920C2465F095* L_43;
|
|
L_43 = Encoding_get_UTF8_m9FA98A53CE96FD6D02982625C5246DD36C1235C9(NULL);
|
|
String_t* L_44 = V_2;
|
|
NullCheck(L_43);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_45;
|
|
L_45 = VirtualFuncInvoker1< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, String_t* >::Invoke(17 /* System.Byte[] System.Text.Encoding::GetBytes(System.String) */, L_43, L_44);
|
|
return L_45;
|
|
}
|
|
}
|
|
// System.ValueTuple`2<System.Net.WebOperation,System.Boolean> System.Net.HttpWebRequest::HandleNtlmAuth(System.Net.WebResponseStream,System.Net.HttpWebResponse,System.Net.BufferOffsetSize,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3 HttpWebRequest_HandleNtlmAuth_m33D4EB84E92290ADD0AD9EBE369F5E5A7259CCE3 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___0_stream, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___1_response, BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* ___2_writeBuffer, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 G_B3_0;
|
|
memset((&G_B3_0), 0, sizeof(G_B3_0));
|
|
int32_t G_B8_0 = 0;
|
|
RuntimeObject* G_B12_0 = NULL;
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_0 = ___1_response;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_0);
|
|
V_0 = (bool)((((int32_t)L_1) == ((int32_t)((int32_t)407)))? 1 : 0);
|
|
bool L_2 = V_0;
|
|
if (L_2)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 L_3 = __this->___auth_state_64;
|
|
G_B3_0 = L_3;
|
|
goto IL_001f;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 L_4 = __this->___proxy_auth_state_65;
|
|
G_B3_0 = L_4;
|
|
}
|
|
|
|
IL_001f:
|
|
{
|
|
V_4 = G_B3_0;
|
|
int32_t L_5;
|
|
L_5 = AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline((&V_4), NULL);
|
|
if (L_5)
|
|
{
|
|
goto IL_0032;
|
|
}
|
|
}
|
|
{
|
|
ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C((&L_6), (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0032:
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_7 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___auth_state_64);
|
|
int32_t L_8;
|
|
L_8 = AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline(L_7, NULL);
|
|
if ((((int32_t)L_8) == ((int32_t)1)))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_9 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___proxy_auth_state_65);
|
|
int32_t L_10;
|
|
L_10 = AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline(L_9, NULL);
|
|
G_B8_0 = ((((int32_t)L_10) == ((int32_t)1))? 1 : 0);
|
|
goto IL_0051;
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
G_B8_0 = 1;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
V_1 = (bool)G_B8_0;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_11 = ___2_writeBuffer;
|
|
bool L_12 = V_1;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_13 = ___3_cancellationToken;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_14 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)il2cpp_codegen_object_new(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
WebOperation__ctor_mB1EF58FA22FB617795F258E9EAFDB42D7155A8F9(L_14, __this, L_11, L_12, L_13, NULL);
|
|
V_2 = L_14;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_15 = ___0_stream;
|
|
NullCheck(L_15);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_16;
|
|
L_16 = WebConnectionStream_get_Operation_m4AA77F1982DF079835A899F34F8314C83461E191_inline(L_15, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_17 = V_2;
|
|
NullCheck(L_16);
|
|
WebOperation_SetPriorityRequest_mD33F750FB12A4A72A2364529EE30A73C89F2CBE9(L_16, L_17, NULL);
|
|
bool L_18 = V_0;
|
|
if (!L_18)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_19 = __this->___proxy_38;
|
|
if (!L_19)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_20 = __this->___proxy_38;
|
|
NullCheck(L_20);
|
|
RuntimeObject* L_21;
|
|
L_21 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_20);
|
|
G_B12_0 = L_21;
|
|
goto IL_0087;
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
RuntimeObject* L_22 = __this->___credentials_23;
|
|
G_B12_0 = L_22;
|
|
}
|
|
|
|
IL_0087:
|
|
{
|
|
V_3 = G_B12_0;
|
|
RuntimeObject* L_23 = V_3;
|
|
if (!L_23)
|
|
{
|
|
goto IL_00b8;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_24 = ___0_stream;
|
|
NullCheck(L_24);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_25;
|
|
L_25 = WebConnectionStream_get_Connection_m3D2B38E915D22E92361A3C1EA4BE33A47FB21A6C_inline(L_24, NULL);
|
|
RuntimeObject* L_26 = V_3;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_27 = __this->___requestUri_12;
|
|
NullCheck(L_26);
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_28;
|
|
L_28 = InterfaceFuncInvoker2< NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, String_t* >::Invoke(0 /* System.Net.NetworkCredential System.Net.ICredentials::GetCredential(System.Uri,System.String) */, ICredentials_t8FDA6AF64B852DA0631D4BE66962B20E51E230F0_il2cpp_TypeInfo_var, L_26, L_27, _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364);
|
|
NullCheck(L_25);
|
|
WebConnection_set_NtlmCredential_mE981429BEEE9CBBF313915A622447AB3E20E15AF_inline(L_25, L_28, NULL);
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_29 = ___0_stream;
|
|
NullCheck(L_29);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_30;
|
|
L_30 = WebConnectionStream_get_Connection_m3D2B38E915D22E92361A3C1EA4BE33A47FB21A6C_inline(L_29, NULL);
|
|
bool L_31 = __this->___unsafe_auth_blah_68;
|
|
NullCheck(L_30);
|
|
WebConnection_set_UnsafeAuthenticatedConnectionSharing_mFFF3DD269EDE64EE43D52980902C1F5D597AB86D_inline(L_30, L_31, NULL);
|
|
}
|
|
|
|
IL_00b8:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_32 = V_2;
|
|
bool L_33 = V_1;
|
|
ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3 L_34;
|
|
memset((&L_34), 0, sizeof(L_34));
|
|
ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C((&L_34), L_32, L_33, /*hidden argument*/ValueTuple_2__ctor_m14A36A436593B12AEB0684FBE4A52F465ABE8A6C_RuntimeMethod_var);
|
|
return L_34;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool HttpWebRequest_CheckAuthorization_m9D4930C90DD3E7B6B5ACC3EEFAF794FF12F519B4 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___0_response, int32_t ___1_code, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_code;
|
|
if (((((int32_t)L_0) == ((int32_t)((int32_t)407)))? 1 : 0))
|
|
{
|
|
goto IL_0018;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_1 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___auth_state_64);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_2 = ___0_response;
|
|
int32_t L_3 = ___1_code;
|
|
bool L_4;
|
|
L_4 = AuthorizationState_CheckAuthorization_mD23E50FD196D22054A710B9200FC6510D5098EA5(L_1, L_2, L_3, NULL);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0018:
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_5 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___proxy_auth_state_65);
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_6 = ___0_response;
|
|
int32_t L_7 = ___1_code;
|
|
bool L_8;
|
|
L_8 = AuthorizationState_CheckAuthorization_mD23E50FD196D22054A710B9200FC6510D5098EA5(L_5, L_6, L_7, NULL);
|
|
return L_8;
|
|
}
|
|
}
|
|
// System.ValueTuple`2<System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException> System.Net.HttpWebRequest::GetRewriteHandler(System.Net.HttpWebResponse,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 HttpWebRequest_GetRewriteHandler_m8025064C747A834952F2B11F4E1B94D5855FE498 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___0_response, bool ___1_redirect, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest_U3CGetRewriteHandlerU3Eb__271_0_mF840A54389ABC1BB621214DA1A0D0D2CE1A02FF9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_FromResult_TisBufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_mB8FBC72A269FEE9DD092F6301E737D5AC363247E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral115207EC26C7407DBAFB2698E0109D3A06E54ADF);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = ___1_redirect;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
bool L_1;
|
|
L_1 = HttpWebRequest_get_MethodWithBuffer_m00882296A2A9AE6BBD49F6922782EE8D6C94444D(__this, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_2;
|
|
memset((&L_2), 0, sizeof(L_2));
|
|
ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356((&L_2), (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var);
|
|
return L_2;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_3 = __this->___writeStream_43;
|
|
NullCheck(L_3);
|
|
int32_t L_4;
|
|
L_4 = WebRequestStream_get_WriteBufferLength_mA60FFC816A99DBABB03687ED232848B9956B74E4(L_3, NULL);
|
|
if (!L_4)
|
|
{
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
int64_t L_5 = __this->___contentLength_20;
|
|
if (L_5)
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_6;
|
|
memset((&L_6), 0, sizeof(L_6));
|
|
ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356((&L_6), (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var);
|
|
return L_6;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
bool L_7;
|
|
L_7 = VirtualFuncInvoker0< bool >::Invoke(25 /* System.Boolean System.Net.HttpWebRequest::get_AllowWriteStreamBuffering() */, __this);
|
|
if (!L_7)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_8 = __this->___writeStream_43;
|
|
NullCheck(L_8);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_9;
|
|
L_9 = WebRequestStream_GetWriteBuffer_m237CDECF52B801216D2E4C495C47A90008CEE8DC(L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_10;
|
|
L_10 = Task_FromResult_TisBufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_mB8FBC72A269FEE9DD092F6301E737D5AC363247E(L_9, Task_FromResult_TisBufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_mB8FBC72A269FEE9DD092F6301E737D5AC363247E_RuntimeMethod_var);
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_11;
|
|
memset((&L_11), 0, sizeof(L_11));
|
|
ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356((&L_11), L_10, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var);
|
|
return L_11;
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
Func_2_t378757FF082427448349A80CC63683B50DA787D3* L_12 = __this->___ResendContentFactory_66;
|
|
if (L_12)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_13 = ___0_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_14 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_14, _stringLiteral115207EC26C7407DBAFB2698E0109D3A06E54ADF, (Exception_t*)NULL, 7, L_13, NULL);
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_15;
|
|
memset((&L_15), 0, sizeof(L_15));
|
|
ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356((&L_15), (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, L_14, /*hidden argument*/ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var);
|
|
return L_15;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D* L_16 = (Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D*)il2cpp_codegen_object_new(Func_1_t657A93360FAD04600D5E1212FB21D1BD3745E08D_il2cpp_TypeInfo_var);
|
|
NullCheck(L_16);
|
|
Func_1__ctor_m22F59C12A377D5C89CB45A6A6C46625EA5001723(L_16, __this, (intptr_t)((void*)HttpWebRequest_U3CGetRewriteHandlerU3Eb__271_0_mF840A54389ABC1BB621214DA1A0D0D2CE1A02FF9_RuntimeMethod_var), NULL);
|
|
NullCheck(L_16);
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_17;
|
|
L_17 = Func_1_Invoke_m99718795534D11CF6DC091004CA9FF40C9459EEA_inline(L_16, NULL);
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_18;
|
|
memset((&L_18), 0, sizeof(L_18));
|
|
ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356((&L_18), L_17, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_2__ctor_m982922DC9FAFC2997C5471D325B02F6941C5D356_RuntimeMethod_var);
|
|
return L_18;
|
|
}
|
|
}
|
|
// System.ValueTuple`4<System.Boolean,System.Boolean,System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize>,System.Net.WebException> System.Net.HttpWebRequest::CheckFinalStatus(System.Net.HttpWebResponse)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D HttpWebRequest_CheckFinalStatus_mD069A9D0FF6C6DA943B3D3BF9B19806956EA0FF6 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* ___0_response, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6D2AFE039B56F95142AEA3CAEDF4CDFA030555A5);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralAE0FE550C017CBB356425EAF984EE8AA74DFDCCE);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* V_0 = NULL;
|
|
bool V_1 = false;
|
|
int32_t V_2 = 0;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
bool V_5 = false;
|
|
{
|
|
V_0 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL;
|
|
V_1 = (bool)0;
|
|
V_2 = 0;
|
|
V_3 = (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_0 = ___0_response;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_0);
|
|
V_2 = L_1;
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_2 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___auth_state_64);
|
|
bool L_3;
|
|
L_3 = AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB_inline(L_2, NULL);
|
|
if (L_3)
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_4 = V_2;
|
|
if ((!(((uint32_t)L_4) == ((uint32_t)((int32_t)401)))))
|
|
{
|
|
goto IL_002c;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_5 = __this->___credentials_23;
|
|
if (L_5)
|
|
{
|
|
goto IL_004f;
|
|
}
|
|
}
|
|
|
|
IL_002c:
|
|
{
|
|
bool L_6;
|
|
L_6 = HttpWebRequest_get_ProxyQuery_m40AC053B4EBE5E2A5257D92B7FD353D19104E53F(__this, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_7 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___proxy_auth_state_65);
|
|
bool L_8;
|
|
L_8 = AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB_inline(L_7, NULL);
|
|
if (L_8)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_9 = V_2;
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)((int32_t)407)))))
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
|
|
IL_004f:
|
|
{
|
|
bool L_10 = __this->___usedPreAuth_34;
|
|
if (L_10)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_11 = ___0_response;
|
|
int32_t L_12 = V_2;
|
|
bool L_13;
|
|
L_13 = HttpWebRequest_CheckAuthorization_m9D4930C90DD3E7B6B5ACC3EEFAF794FF12F519B4(__this, L_11, L_12, NULL);
|
|
if (!L_13)
|
|
{
|
|
goto IL_00cb;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
bool L_14;
|
|
L_14 = HttpWebRequest_get_MethodWithBuffer_m00882296A2A9AE6BBD49F6922782EE8D6C94444D(__this, NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_0075;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = V_1;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_16;
|
|
memset((&L_16), 0, sizeof(L_16));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_16), (bool)1, L_15, (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_16;
|
|
}
|
|
|
|
IL_0075:
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_17 = ___0_response;
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_18;
|
|
L_18 = HttpWebRequest_GetRewriteHandler_m8025064C747A834952F2B11F4E1B94D5855FE498(__this, L_17, (bool)0, NULL);
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_19 = L_18;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_20 = L_19.___Item1_0;
|
|
V_3 = L_20;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_21 = L_19.___Item2_1;
|
|
V_0 = L_21;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_22 = V_0;
|
|
if (L_22)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
bool L_23 = V_1;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_24 = V_3;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_25;
|
|
memset((&L_25), 0, sizeof(L_25));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_25), (bool)1, L_23, L_24, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_25;
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
bool L_26;
|
|
L_26 = HttpWebRequest_get_ThrowOnError_m67A6F4D03676F55D5A0FB51C5F4CDCC97AB9EAE1_inline(__this, NULL);
|
|
if (L_26)
|
|
{
|
|
goto IL_00a9;
|
|
}
|
|
}
|
|
{
|
|
bool L_27 = V_1;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_28), (bool)0, L_27, (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_28;
|
|
}
|
|
|
|
IL_00a9:
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_29 = __this->___writeStream_43;
|
|
NullCheck(L_29);
|
|
WebConnectionStream_InternalClose_m966182378317AA13391CD47EF3704BBDC6DE75EA(L_29, NULL);
|
|
__this->___writeStream_43 = (WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___writeStream_43), (void*)(WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB*)NULL);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_30 = ___0_response;
|
|
NullCheck(L_30);
|
|
VirtualActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_30);
|
|
bool L_31 = V_1;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_32 = V_0;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_33;
|
|
memset((&L_33), 0, sizeof(L_33));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_33), (bool)0, L_31, (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, L_32, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_33;
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
int32_t L_34 = V_2;
|
|
if ((((int32_t)L_34) < ((int32_t)((int32_t)400))))
|
|
{
|
|
goto IL_00f6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_2;
|
|
int32_t L_36 = ((int32_t)L_35);
|
|
RuntimeObject* L_37 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_36);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_38 = ___0_response;
|
|
NullCheck(L_38);
|
|
String_t* L_39;
|
|
L_39 = VirtualFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Net.HttpWebResponse::get_StatusDescription() */, L_38);
|
|
String_t* L_40;
|
|
L_40 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralAE0FE550C017CBB356425EAF984EE8AA74DFDCCE, L_37, L_39, NULL);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_41 = ___0_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_42 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_42);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_42, L_40, (Exception_t*)NULL, 7, L_41, NULL);
|
|
V_0 = L_42;
|
|
V_1 = (bool)1;
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
int32_t L_43 = V_2;
|
|
if ((!(((uint32_t)L_43) == ((uint32_t)((int32_t)304)))))
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
bool L_44 = __this->___allowAutoRedirect_15;
|
|
if (!L_44)
|
|
{
|
|
goto IL_0127;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_45 = V_2;
|
|
int32_t L_46 = ((int32_t)L_45);
|
|
RuntimeObject* L_47 = Box(Int32_t680FF22E76F6EFAD4375103CBBFFA0421349384C_il2cpp_TypeInfo_var, &L_46);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_48 = ___0_response;
|
|
NullCheck(L_48);
|
|
String_t* L_49;
|
|
L_49 = VirtualFuncInvoker0< String_t* >::Invoke(16 /* System.String System.Net.HttpWebResponse::get_StatusDescription() */, L_48);
|
|
String_t* L_50;
|
|
L_50 = String_Format_mFB7DA489BD99F4670881FF50EC017BFB0A5C0987(_stringLiteralAE0FE550C017CBB356425EAF984EE8AA74DFDCCE, L_47, L_49, NULL);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_51 = ___0_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_52 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_52);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_52, L_50, (Exception_t*)NULL, 7, L_51, NULL);
|
|
V_0 = L_52;
|
|
goto IL_0155;
|
|
}
|
|
|
|
IL_0127:
|
|
{
|
|
int32_t L_53 = V_2;
|
|
if ((((int32_t)L_53) < ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
bool L_54 = __this->___allowAutoRedirect_15;
|
|
if (!L_54)
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_55 = __this->___redirects_49;
|
|
int32_t L_56 = __this->___maxAutoRedirect_28;
|
|
if ((((int32_t)L_55) < ((int32_t)L_56)))
|
|
{
|
|
goto IL_0155;
|
|
}
|
|
}
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_57 = ___0_response;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_58 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_58);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_58, _stringLiteral6D2AFE039B56F95142AEA3CAEDF4CDFA030555A5, (Exception_t*)NULL, 7, L_57, NULL);
|
|
V_0 = L_58;
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_0155:
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_59 = V_0;
|
|
if (L_59)
|
|
{
|
|
goto IL_01d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_60 = V_2;
|
|
V_4 = L_60;
|
|
V_5 = (bool)0;
|
|
bool L_61 = __this->___allowAutoRedirect_15;
|
|
if (!L_61)
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_62 = V_4;
|
|
if ((((int32_t)L_62) < ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_63 = V_2;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_64 = ___0_response;
|
|
bool L_65;
|
|
L_65 = HttpWebRequest_Redirect_m1B29FDD7A5E85A9B79C87E1A1AF64C428E11F2BD(__this, L_63, L_64, NULL);
|
|
V_5 = L_65;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_66 = ___0_response;
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_67;
|
|
L_67 = HttpWebRequest_GetRewriteHandler_m8025064C747A834952F2B11F4E1B94D5855FE498(__this, L_66, (bool)1, NULL);
|
|
ValueTuple_2_tB959F7219291533C1864E4F131E94DA0CF06E492 L_68 = L_67;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_69 = L_68.___Item1_0;
|
|
V_3 = L_69;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_70 = L_68.___Item2_1;
|
|
V_0 = L_70;
|
|
bool L_71 = V_5;
|
|
if (!L_71)
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
bool L_72 = __this->___unsafe_auth_blah_68;
|
|
if (L_72)
|
|
{
|
|
goto IL_01b0;
|
|
}
|
|
}
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_73 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___auth_state_64);
|
|
AuthorizationState_Reset_mE7C4981CBBB1630D605A83D09D74D7C56AE0B9B9(L_73, NULL);
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* L_74 = (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*)(&__this->___proxy_auth_state_65);
|
|
AuthorizationState_Reset_mE7C4981CBBB1630D605A83D09D74D7C56AE0B9B9(L_74, NULL);
|
|
}
|
|
|
|
IL_01b0:
|
|
{
|
|
int32_t L_75 = V_4;
|
|
if ((((int32_t)L_75) < ((int32_t)((int32_t)300))))
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_76 = V_4;
|
|
if ((((int32_t)L_76) == ((int32_t)((int32_t)304))))
|
|
{
|
|
goto IL_01c4;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
}
|
|
|
|
IL_01c4:
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_77 = V_0;
|
|
if (L_77)
|
|
{
|
|
goto IL_01d2;
|
|
}
|
|
}
|
|
{
|
|
bool L_78 = V_5;
|
|
bool L_79 = V_1;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_80 = V_3;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_81;
|
|
memset((&L_81), 0, sizeof(L_81));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_81), L_78, L_79, L_80, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_81;
|
|
}
|
|
|
|
IL_01d2:
|
|
{
|
|
bool L_82;
|
|
L_82 = HttpWebRequest_get_ThrowOnError_m67A6F4D03676F55D5A0FB51C5F4CDCC97AB9EAE1_inline(__this, NULL);
|
|
if (L_82)
|
|
{
|
|
goto IL_01e4;
|
|
}
|
|
}
|
|
{
|
|
bool L_83 = V_1;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_84;
|
|
memset((&L_84), 0, sizeof(L_84));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_84), (bool)0, L_83, (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_84;
|
|
}
|
|
|
|
IL_01e4:
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_85 = __this->___writeStream_43;
|
|
if (!L_85)
|
|
{
|
|
goto IL_01fe;
|
|
}
|
|
}
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_86 = __this->___writeStream_43;
|
|
NullCheck(L_86);
|
|
WebConnectionStream_InternalClose_m966182378317AA13391CD47EF3704BBDC6DE75EA(L_86, NULL);
|
|
__this->___writeStream_43 = (WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___writeStream_43), (void*)(WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB*)NULL);
|
|
}
|
|
|
|
IL_01fe:
|
|
{
|
|
bool L_87 = V_1;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_88 = V_0;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_89;
|
|
memset((&L_89), 0, sizeof(L_89));
|
|
ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C((&L_89), (bool)0, L_87, (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL, L_88, /*hidden argument*/ValueTuple_4__ctor_mF37E39C35022C658DA87068B25C258071CB78A4C_RuntimeMethod_var);
|
|
return L_89;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Net.BufferOffsetSize> System.Net.HttpWebRequest::<GetRewriteHandler>b__271_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* HttpWebRequest_U3CGetRewriteHandlerU3Eb__271_0_mF840A54389ABC1BB621214DA1A0D0D2CE1A02FF9 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m987ABD0235E7D900CAC9E63F69EBA7D434F28639_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m1BDDBD18BCCA6816A90D298070045684A4D611A6_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_mF737A93344D8C44EEFB1819D33C759B0703DE8A0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4 L_0;
|
|
L_0 = AsyncTaskMethodBuilder_1_Create_m987ABD0235E7D900CAC9E63F69EBA7D434F28639(AsyncTaskMethodBuilder_1_Create_m987ABD0235E7D900CAC9E63F69EBA7D434F28639_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* L_1 = (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m1BDDBD18BCCA6816A90D298070045684A4D611A6(L_1, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m1BDDBD18BCCA6816A90D298070045684A4D611A6_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* L_2 = (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_3;
|
|
L_3 = AsyncTaskMethodBuilder_1_get_Task_mF737A93344D8C44EEFB1819D33C759B0703DE8A0(L_2, AsyncTaskMethodBuilder_1_get_Task_mF737A93344D8C44EEFB1819D33C759B0703DE8A0_RuntimeMethod_var);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebRequest::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebRequest__ctor_m1AF72A90B1265EE52584D72B1B225DCC95E62722 (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebRequest__ctor_m1AF72A90B1265EE52584D72B1B225DCC95E62722_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_raise_profile_exception(HttpWebRequest__ctor_m1AF72A90B1265EE52584D72B1B225DCC95E62722_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// Conversion methods for marshalling of: System.Net.HttpWebRequest/AuthorizationState
|
|
IL2CPP_EXTERN_C void AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshal_pinvoke(const AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32& unmarshaled, AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_pinvoke& marshaled)
|
|
{
|
|
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshal_pinvoke_back(const AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_pinvoke& marshaled, AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32& unmarshaled)
|
|
{
|
|
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState
|
|
IL2CPP_EXTERN_C void AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshal_pinvoke_cleanup(AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_pinvoke& marshaled)
|
|
{
|
|
}
|
|
// Conversion methods for marshalling of: System.Net.HttpWebRequest/AuthorizationState
|
|
IL2CPP_EXTERN_C void AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshal_com(const AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32& unmarshaled, AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_com& marshaled)
|
|
{
|
|
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
|
|
}
|
|
IL2CPP_EXTERN_C void AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshal_com_back(const AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_com& marshaled, AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32& unmarshaled)
|
|
{
|
|
Exception_t* ___request_0Exception = il2cpp_codegen_get_marshal_directive_exception("Cannot marshal field 'request' of type 'AuthorizationState': Reference type field marshaling is not supported.");
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(___request_0Exception, NULL);
|
|
}
|
|
// Conversion method for clean up from marshalling of: System.Net.HttpWebRequest/AuthorizationState
|
|
IL2CPP_EXTERN_C void AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshal_com_cleanup(AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32_marshaled_com& marshaled)
|
|
{
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsCompleted()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isCompleted_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Net.HttpWebRequest/NtlmAuthState System.Net.HttpWebRequest/AuthorizationState::get_NtlmAuthState()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___ntlm_auth_state_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C int32_t AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
int32_t _returnValue;
|
|
_returnValue = AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::get_IsNtlmAuthenticated()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsNtlmAuthenticated_m901CE42BD2DB28DD9D6605500D8E4D360309DA8A (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isCompleted_2;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___ntlm_auth_state_3;
|
|
return (bool)((!(((uint32_t)L_1) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool AuthorizationState_get_IsNtlmAuthenticated_m901CE42BD2DB28DD9D6605500D8E4D360309DA8A_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = AuthorizationState_get_IsNtlmAuthenticated_m901CE42BD2DB28DD9D6605500D8E4D360309DA8A(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/AuthorizationState::.ctor(System.Net.HttpWebRequest,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState__ctor_m6DDA04B33B8A520B93FBDF8AC4BBA3B7CCC03CBE (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___0_request, bool ___1_isProxy, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_0 = ___0_request;
|
|
__this->___request_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___request_0), (void*)L_0);
|
|
bool L_1 = ___1_isProxy;
|
|
__this->___isProxy_1 = L_1;
|
|
__this->___isCompleted_2 = (bool)0;
|
|
__this->___ntlm_auth_state_3 = 0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void AuthorizationState__ctor_m6DDA04B33B8A520B93FBDF8AC4BBA3B7CCC03CBE_AdjustorThunk (RuntimeObject* __this, HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* ___0_request, bool ___1_isProxy, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
AuthorizationState__ctor_m6DDA04B33B8A520B93FBDF8AC4BBA3B7CCC03CBE(_thisAdjusted, ___0_request, ___1_isProxy, method);
|
|
}
|
|
// System.Boolean System.Net.HttpWebRequest/AuthorizationState::CheckAuthorization(System.Net.WebResponse,System.Net.HttpStatusCode)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool AuthorizationState_CheckAuthorization_mD23E50FD196D22054A710B9200FC6510D5098EA5 (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___0_response, int32_t ___1_code, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
|
|
RuntimeObject* V_1 = NULL;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* V_2 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B11_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B10_0 = NULL;
|
|
String_t* G_B12_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B12_1 = NULL;
|
|
RuntimeObject* G_B18_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B26_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B25_0 = NULL;
|
|
String_t* G_B27_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B27_1 = NULL;
|
|
{
|
|
__this->___isCompleted_2 = (bool)0;
|
|
int32_t L_0 = ___1_code;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)((int32_t)401)))))
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = __this->___request_0;
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_2 = L_1->___credentials_23;
|
|
if (L_2)
|
|
{
|
|
goto IL_001e;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
bool L_3 = __this->___isProxy_1;
|
|
int32_t L_4 = ___1_code;
|
|
if ((((int32_t)L_3) == ((int32_t)((((int32_t)L_4) == ((int32_t)((int32_t)407)))? 1 : 0))))
|
|
{
|
|
goto IL_0030;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
bool L_5 = __this->___isProxy_1;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_6 = __this->___request_0;
|
|
NullCheck(L_6);
|
|
RuntimeObject* L_7 = L_6->___proxy_38;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_8 = __this->___request_0;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = L_8->___proxy_38;
|
|
NullCheck(L_9);
|
|
RuntimeObject* L_10;
|
|
L_10 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_9);
|
|
if (L_10)
|
|
{
|
|
goto IL_0059;
|
|
}
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0059:
|
|
{
|
|
WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* L_11 = ___0_response;
|
|
NullCheck(L_11);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_12;
|
|
L_12 = VirtualFuncInvoker0< WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* >::Invoke(14 /* System.Net.WebHeaderCollection System.Net.WebResponse::get_Headers() */, L_11);
|
|
bool L_13 = __this->___isProxy_1;
|
|
G_B10_0 = L_12;
|
|
if (L_13)
|
|
{
|
|
G_B11_0 = L_12;
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = _stringLiteral837AB1353B48531677906AF6731DF5EF5ACDA3F1;
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_0073;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
G_B12_0 = _stringLiteralCC624D1FAF7A8A629CE51F4FE3FFB1FBA27EDF86;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
NullCheck(G_B12_1);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_14;
|
|
L_14 = VirtualFuncInvoker1< StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*, String_t* >::Invoke(17 /* System.String[] System.Collections.Specialized.NameValueCollection::GetValues(System.String) */, G_B12_1, G_B12_0);
|
|
V_0 = L_14;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_15 = V_0;
|
|
if (!L_15)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_16 = V_0;
|
|
NullCheck(L_16);
|
|
if ((((RuntimeArray*)L_16)->max_length))
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
bool L_17 = __this->___isProxy_1;
|
|
if (!L_17)
|
|
{
|
|
goto IL_009c;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_18 = __this->___request_0;
|
|
NullCheck(L_18);
|
|
RuntimeObject* L_19 = L_18->___proxy_38;
|
|
NullCheck(L_19);
|
|
RuntimeObject* L_20;
|
|
L_20 = InterfaceFuncInvoker0< RuntimeObject* >::Invoke(2 /* System.Net.ICredentials System.Net.IWebProxy::get_Credentials() */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_19);
|
|
G_B18_0 = L_20;
|
|
goto IL_00a7;
|
|
}
|
|
|
|
IL_009c:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_21 = __this->___request_0;
|
|
NullCheck(L_21);
|
|
RuntimeObject* L_22 = L_21->___credentials_23;
|
|
G_B18_0 = L_22;
|
|
}
|
|
|
|
IL_00a7:
|
|
{
|
|
V_1 = G_B18_0;
|
|
V_2 = (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_23 = V_0;
|
|
V_3 = L_23;
|
|
V_4 = 0;
|
|
goto IL_00cb;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = V_3;
|
|
int32_t L_25 = V_4;
|
|
NullCheck(L_24);
|
|
int32_t L_26 = L_25;
|
|
String_t* L_27 = (L_24)->GetAt(static_cast<il2cpp_array_size_t>(L_26));
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_28 = __this->___request_0;
|
|
RuntimeObject* L_29 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(AuthenticationManager_tDA9E8C16E4495BB2550CB4CD8C7455FFC9DF1260_il2cpp_TypeInfo_var);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_30;
|
|
L_30 = AuthenticationManager_Authenticate_mE5AD24FC8DEF3FB3494C7092F776C46452B677C8(L_27, L_28, L_29, NULL);
|
|
V_2 = L_30;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_31 = V_2;
|
|
if (L_31)
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = V_4;
|
|
V_4 = ((int32_t)il2cpp_codegen_add(L_32, 1));
|
|
}
|
|
|
|
IL_00cb:
|
|
{
|
|
int32_t L_33 = V_4;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_34 = V_3;
|
|
NullCheck(L_34);
|
|
if ((((int32_t)L_33) < ((int32_t)((int32_t)(((RuntimeArray*)L_34)->max_length)))))
|
|
{
|
|
goto IL_00b1;
|
|
}
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_35 = V_2;
|
|
if (L_35)
|
|
{
|
|
goto IL_00d7;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00d7:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_36 = __this->___request_0;
|
|
NullCheck(L_36);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_37 = L_36->___webHeaders_26;
|
|
bool L_38 = __this->___isProxy_1;
|
|
G_B25_0 = L_37;
|
|
if (L_38)
|
|
{
|
|
G_B26_0 = L_37;
|
|
goto IL_00f1;
|
|
}
|
|
}
|
|
{
|
|
G_B27_0 = _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907;
|
|
G_B27_1 = G_B25_0;
|
|
goto IL_00f6;
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
G_B27_0 = _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206;
|
|
G_B27_1 = G_B26_0;
|
|
}
|
|
|
|
IL_00f6:
|
|
{
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_39 = V_2;
|
|
NullCheck(L_39);
|
|
String_t* L_40;
|
|
L_40 = Authorization_get_Message_m84C00416C183E8A3B06E37052923C90F486F529A_inline(L_39, NULL);
|
|
NullCheck(G_B27_1);
|
|
NameValueCollection_set_Item_mEEC24334890E9C0A05B88638B6A65DF5D888B0B0(G_B27_1, G_B27_0, L_40, NULL);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_41 = V_2;
|
|
NullCheck(L_41);
|
|
bool L_42;
|
|
L_42 = Authorization_get_Complete_m43C3AC5D83009442D51B959623D46AD1ABA2AEB8_inline(L_41, NULL);
|
|
__this->___isCompleted_2 = L_42;
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_43 = V_2;
|
|
NullCheck(L_43);
|
|
String_t* L_44 = L_43->___ModuleAuthenticationType_2;
|
|
bool L_45;
|
|
L_45 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_44, _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364, NULL);
|
|
if (!L_45)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_46 = __this->___ntlm_auth_state_3;
|
|
__this->___ntlm_auth_state_3 = ((int32_t)il2cpp_codegen_add((int32_t)L_46, 1));
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C bool AuthorizationState_CheckAuthorization_mD23E50FD196D22054A710B9200FC6510D5098EA5_AdjustorThunk (RuntimeObject* __this, WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682* ___0_response, int32_t ___1_code, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
bool _returnValue;
|
|
_returnValue = AuthorizationState_CheckAuthorization_mD23E50FD196D22054A710B9200FC6510D5098EA5(_thisAdjusted, ___0_response, ___1_code, method);
|
|
return _returnValue;
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/AuthorizationState::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AuthorizationState_Reset_mE7C4981CBBB1630D605A83D09D74D7C56AE0B9B9 (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B2_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B3_1 = NULL;
|
|
{
|
|
__this->___isCompleted_2 = (bool)0;
|
|
__this->___ntlm_auth_state_3 = 0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_0 = __this->___request_0;
|
|
NullCheck(L_0);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_1 = L_0->___webHeaders_26;
|
|
bool L_2 = __this->___isProxy_1;
|
|
G_B1_0 = L_1;
|
|
if (L_2)
|
|
{
|
|
G_B2_0 = L_1;
|
|
goto IL_0028;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteral9D5A3AE3D2B0B5E5AF5AB489000D9B88FA11E907;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_002d;
|
|
}
|
|
|
|
IL_0028:
|
|
{
|
|
G_B3_0 = _stringLiteralBB1692DA8ED7544A3193330A7D73D82D06F61206;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
NullCheck(G_B3_1);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(G_B3_1, G_B3_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void AuthorizationState_Reset_mE7C4981CBBB1630D605A83D09D74D7C56AE0B9B9_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
AuthorizationState_Reset_mE7C4981CBBB1630D605A83D09D74D7C56AE0B9B9(_thisAdjusted, method);
|
|
}
|
|
// System.String System.Net.HttpWebRequest/AuthorizationState::ToString()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* AuthorizationState_ToString_m6426C6029B83D041B9F1B9871A4541F70A2EFC00 (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmAuthState_t86300FA34030B23F6485BD85BC196D899F5737A9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82E4CA95CD9FEFCD637AFDA844A4147838D28F70);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* G_B2_0 = NULL;
|
|
String_t* G_B1_0 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
String_t* G_B3_1 = NULL;
|
|
{
|
|
bool L_0 = __this->___isProxy_1;
|
|
G_B1_0 = _stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883;
|
|
if (L_0)
|
|
{
|
|
G_B2_0 = _stringLiteralA95AD5F20AD20B3E6559B5E8998FC10D14F66883;
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0019;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
G_B3_0 = _stringLiteral82E4CA95CD9FEFCD637AFDA844A4147838D28F70;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
bool L_1 = __this->___isCompleted_2;
|
|
bool L_2 = L_1;
|
|
RuntimeObject* L_3 = Box(Boolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_il2cpp_TypeInfo_var, &L_2);
|
|
int32_t L_4 = __this->___ntlm_auth_state_3;
|
|
int32_t L_5 = L_4;
|
|
RuntimeObject* L_6 = Box(NtlmAuthState_t86300FA34030B23F6485BD85BC196D899F5737A9_il2cpp_TypeInfo_var, &L_5);
|
|
String_t* L_7;
|
|
L_7 = String_Format_mA0534D6E2AE4D67A6BD8D45B3321323930EB930C(G_B3_1, G_B3_0, L_3, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C String_t* AuthorizationState_ToString_m6426C6029B83D041B9F1B9871A4541F70A2EFC00_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32*>(__this + _offset);
|
|
String_t* _returnValue;
|
|
_returnValue = AuthorizationState_ToString_m6426C6029B83D041B9F1B9871A4541F70A2EFC00(_thisAdjusted, method);
|
|
return _returnValue;
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD (U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m9DC252458C6FB905358A2260A356EC2FCCA7D844_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m669D69CEA8336C50DC4BE5E68B2D951749E25CB3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_mDF735335CCC745DADEF09CDC3AEFD94B759454C1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_m51255848645EFBC817BDFC5B94872CF070324A91_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m9B3FDEA829507BF8D85FD097D2065C4524D5AC22_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_mF8D7A972812800DBE4678F304306553A696ED734_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m0851554773E84C10B77665AFB245C180DC88A648_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m7D4529436D17526C9DE3F9C04943CC2A30335C95_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m0E9C4A9FC5C558B2ECA9275711E93BA124FA6CA1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m1148B5E3387456B0F9245B79BD0C4DF4A326514A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_GetResult_m6EAB05AFA299C2940B1697166BC85AA164F4CF7E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskAwaiter_1_get_IsCompleted_m7FF508EDDEF3AE81E3DBDE53740153CF0507D47D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m63EF5F1394EEB422225224D18BDADB421F7AC3A4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m666E5DCAFBF92E89DF40815D6E86170C1F930233_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_GetAwaiter_mFB4B4B079C036C130B7BDC9058629711ADA4F9F0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_ThrowOnError_m9F249923BD3286491E69B4B688EB516547533396_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_TrySetCompleted_m2C25E9F7B3D808062BCCF533623E6923B8399E51_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_get_Task_mCBE8895EAB5532407AD7F216EF0942D92D61F9C1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_1 = NULL;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* V_2 = NULL;
|
|
RuntimeObject* V_3 = NULL;
|
|
bool V_4 = false;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* V_5 = NULL;
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* V_6 = NULL;
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
ConfiguredTaskAwaitable_1_t6B76D6EE63EFC32E3C9DD7753C573ECB9D6302C3 V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* V_11 = NULL;
|
|
TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 V_13;
|
|
memset((&V_13), 0, sizeof(V_13));
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
ConfiguredTaskAwaitable_1_t49A6DEB607605BC46901F32512D8C7DBFB8C545D V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
Exception_t* V_16 = NULL;
|
|
Exception_t* V_17 = NULL;
|
|
Exception_t* V_18 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 2> __active_exceptions;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* G_B50_0 = NULL;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* G_B49_0 = NULL;
|
|
int32_t G_B51_0 = 0;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* G_B51_1 = NULL;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* G_B61_0 = NULL;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* G_B60_0 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) > ((uint32_t)3))))
|
|
{
|
|
goto IL_0121_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)4)))
|
|
{
|
|
goto IL_0404_1;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
bool L_5;
|
|
L_5 = HttpWebRequest_get_Aborted_m038DC4286A2AA32A06EB31C052CDB857B7ADA31E(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_002a_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9_il2cpp_TypeInfo_var)));
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_6;
|
|
L_6 = HttpWebRequest_CreateRequestAbortedException_m6CB29FBFAB7F6CD6EB155B75B0F81FF7948C7AA7(NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_6, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002a_1:
|
|
{
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_7 = (WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*)il2cpp_codegen_object_new(WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
WebCompletionSource__ctor_m595FCD0310B0C281ED73DB9F36F9C6FC4507F854(L_7, NULL);
|
|
__this->___U3CcompletionU3E5__2_4 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcompletionU3E5__2_4), (void*)L_7);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
RuntimeObject* L_9 = L_8->___locker_52;
|
|
V_3 = L_9;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00e1_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00ef_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_11 = V_4;
|
|
if (!L_11)
|
|
{
|
|
goto IL_00ef_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_12 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_12, NULL);
|
|
}
|
|
|
|
IL_00ef_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
RuntimeObject* L_13 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_13, (&V_4), NULL);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
L_14->___getResponseCalled_51 = (bool)1;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5** L_16 = (WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5**)(&L_15->___responseTask_45);
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_17 = __this->___U3CcompletionU3E5__2_4;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_18;
|
|
L_18 = InterlockedCompareExchangeImpl<WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*>(L_16, L_17, (WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*)NULL);
|
|
V_5 = L_18;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_19 = V_5;
|
|
if (!L_19)
|
|
{
|
|
goto IL_009a_2;
|
|
}
|
|
}
|
|
{
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_20 = V_5;
|
|
NullCheck(L_20);
|
|
WebCompletionSource_1_ThrowOnError_m9F249923BD3286491E69B4B688EB516547533396(L_20, WebCompletionSource_1_ThrowOnError_m9F249923BD3286491E69B4B688EB516547533396_RuntimeMethod_var);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
bool L_22 = L_21->___haveResponse_24;
|
|
if (!L_22)
|
|
{
|
|
goto IL_008f_2;
|
|
}
|
|
}
|
|
{
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_23 = V_5;
|
|
NullCheck(L_23);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_24;
|
|
L_24 = WebCompletionSource_1_get_Task_mCBE8895EAB5532407AD7F216EF0942D92D61F9C1(L_23, WebCompletionSource_1_get_Task_mCBE8895EAB5532407AD7F216EF0942D92D61F9C1_RuntimeMethod_var);
|
|
NullCheck(L_24);
|
|
bool L_25;
|
|
L_25 = Task_get_IsCompleted_m942D6D536545EF059089398B19435591561BB831(L_24, NULL);
|
|
if (!L_25)
|
|
{
|
|
goto IL_008f_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_27 = L_26->___webResponse_44;
|
|
V_2 = L_27;
|
|
goto IL_05a1;
|
|
}
|
|
|
|
IL_008f_2:
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_28 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_28);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_28, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral53079840E0FD41740E809849B6B41E73B7903547)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_009a_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_30 = L_29->___currentOperation_46;
|
|
__this->___U3CoperationU3E5__3_5 = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationU3E5__3_5), (void*)L_30);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_32 = L_31->___currentOperation_46;
|
|
if (!L_32)
|
|
{
|
|
goto IL_00bf_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_33 = V_1;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_34 = V_1;
|
|
NullCheck(L_34);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_35 = L_34->___currentOperation_46;
|
|
NullCheck(L_35);
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_36;
|
|
L_36 = WebOperation_get_WriteStream_m9C703DD92BCDE4AA5E9AB89C1269516E437FBEEA(L_35, NULL);
|
|
NullCheck(L_33);
|
|
L_33->___writeStream_43 = L_36;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_33->___writeStream_43), (void*)L_36);
|
|
}
|
|
|
|
IL_00bf_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_37 = V_1;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
String_t* L_39 = L_38->___method_30;
|
|
NullCheck(L_37);
|
|
L_37->___initialMethod_31 = L_39;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_37->___initialMethod_31), (void*)L_39);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_40 = V_1;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_41 = __this->___cancellationToken_3;
|
|
NullCheck(L_40);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_42;
|
|
L_42 = HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130(L_40, (bool)0, (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)NULL, L_41, NULL);
|
|
__this->___U3CoperationU3E5__3_5 = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationU3E5__3_5), (void*)L_42);
|
|
goto IL_00f0_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00f0_1:
|
|
{
|
|
__this->___U3CthrowMeU3E5__4_6 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__4_6), (void*)(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL);
|
|
__this->___U3CresponseU3E5__5_7 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresponseU3E5__5_7), (void*)(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL);
|
|
__this->___U3CstreamU3E5__6_8 = (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstreamU3E5__6_8), (void*)(WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4*)NULL);
|
|
__this->___U3CredirectU3E5__7_9 = (bool)0;
|
|
__this->___U3CmustReadAllU3E5__8_10 = (bool)0;
|
|
__this->___U3CntlmU3E5__9_11 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CntlmU3E5__9_11), (void*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL);
|
|
__this->___U3CwriteBufferU3E5__10_12 = (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwriteBufferU3E5__10_12), (void*)(BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)NULL);
|
|
}
|
|
|
|
IL_0121_1:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
int32_t L_43 = V_0;
|
|
switch (L_43)
|
|
{
|
|
case 0:
|
|
{
|
|
goto IL_018c_2;
|
|
}
|
|
case 1:
|
|
{
|
|
goto IL_0209_2;
|
|
}
|
|
case 2:
|
|
{
|
|
goto IL_026c_2;
|
|
}
|
|
case 3:
|
|
{
|
|
goto IL_02ea_2;
|
|
}
|
|
}
|
|
}
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* L_44 = (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED*)(&__this->___cancellationToken_3);
|
|
il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3(L_44, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_45 = __this->___U3CoperationU3E5__3_5;
|
|
NullCheck(L_45);
|
|
Task_1_t56FFEBC31B481EB48C81834886F537CAA8DB7EF7* L_46;
|
|
L_46 = WebOperation_GetRequestStreamInternal_mCD078B36CE9B18968C21D54DAE2F680CEBB7F371(L_45, NULL);
|
|
NullCheck(L_46);
|
|
ConfiguredTaskAwaitable_1_t6B76D6EE63EFC32E3C9DD7753C573ECB9D6302C3 L_47;
|
|
L_47 = Task_1_ConfigureAwait_m666E5DCAFBF92E89DF40815D6E86170C1F930233(L_46, (bool)0, Task_1_ConfigureAwait_m666E5DCAFBF92E89DF40815D6E86170C1F930233_RuntimeMethod_var);
|
|
V_8 = L_47;
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 L_48;
|
|
L_48 = ConfiguredTaskAwaitable_1_GetAwaiter_m9B3FDEA829507BF8D85FD097D2065C4524D5AC22_inline((&V_8), ConfiguredTaskAwaitable_1_GetAwaiter_m9B3FDEA829507BF8D85FD097D2065C4524D5AC22_RuntimeMethod_var);
|
|
V_7 = L_48;
|
|
bool L_49;
|
|
L_49 = ConfiguredTaskAwaiter_get_IsCompleted_m1148B5E3387456B0F9245B79BD0C4DF4A326514A((&V_7), ConfiguredTaskAwaiter_get_IsCompleted_m1148B5E3387456B0F9245B79BD0C4DF4A326514A_RuntimeMethod_var);
|
|
if (L_49)
|
|
{
|
|
goto IL_01a9_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_50 = 0;
|
|
V_0 = L_50;
|
|
__this->___U3CU3E1__state_0 = L_50;
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 L_51 = V_7;
|
|
__this->___U3CU3Eu__1_13 = L_51;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_13))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_52 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m9DC252458C6FB905358A2260A356EC2FCCA7D844(L_52, (&V_7), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m9DC252458C6FB905358A2260A356EC2FCCA7D844_RuntimeMethod_var);
|
|
goto IL_05c3;
|
|
}
|
|
|
|
IL_018c_2:
|
|
{
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882 L_53 = __this->___U3CU3Eu__1_13;
|
|
V_7 = L_53;
|
|
ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882* L_54 = (ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882*)(&__this->___U3CU3Eu__1_13);
|
|
il2cpp_codegen_initobj(L_54, sizeof(ConfiguredTaskAwaiter_t10656B66FD27854ADDBB508C6F34709CEF9DC882));
|
|
int32_t L_55 = (-1);
|
|
V_0 = L_55;
|
|
__this->___U3CU3E1__state_0 = L_55;
|
|
}
|
|
|
|
IL_01a9_2:
|
|
{
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_56;
|
|
L_56 = ConfiguredTaskAwaiter_GetResult_m7D4529436D17526C9DE3F9C04943CC2A30335C95((&V_7), ConfiguredTaskAwaiter_GetResult_m7D4529436D17526C9DE3F9C04943CC2A30335C95_RuntimeMethod_var);
|
|
V_6 = L_56;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_57 = V_1;
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_58 = V_6;
|
|
NullCheck(L_57);
|
|
L_57->___writeStream_43 = L_58;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_57->___writeStream_43), (void*)L_58);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_59 = V_1;
|
|
NullCheck(L_59);
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_60 = L_59->___writeStream_43;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_61 = __this->___cancellationToken_3;
|
|
NullCheck(L_60);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_62;
|
|
L_62 = WebRequestStream_WriteRequestAsync_mF6555E71773BB5CF58AF43830B9FB7B683E7B875(L_60, L_61, NULL);
|
|
NullCheck(L_62);
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_63;
|
|
L_63 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_62, (bool)0, NULL);
|
|
V_10 = L_63;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_64;
|
|
L_64 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_10), NULL);
|
|
V_9 = L_64;
|
|
bool L_65;
|
|
L_65 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_9), NULL);
|
|
if (L_65)
|
|
{
|
|
goto IL_0226_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_66 = 1;
|
|
V_0 = L_66;
|
|
__this->___U3CU3E1__state_0 = L_66;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_67 = V_9;
|
|
__this->___U3CU3Eu__2_14 = L_67;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_14))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_68 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E(L_68, (&V_9), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E_RuntimeMethod_var);
|
|
goto IL_05c3;
|
|
}
|
|
|
|
IL_0209_2:
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_69 = __this->___U3CU3Eu__2_14;
|
|
V_9 = L_69;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_70 = (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*)(&__this->___U3CU3Eu__2_14);
|
|
il2cpp_codegen_initobj(L_70, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618));
|
|
int32_t L_71 = (-1);
|
|
V_0 = L_71;
|
|
__this->___U3CU3E1__state_0 = L_71;
|
|
}
|
|
|
|
IL_0226_2:
|
|
{
|
|
ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_9), NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_72 = __this->___U3CoperationU3E5__3_5;
|
|
NullCheck(L_72);
|
|
Task_1_t1B36FB9F533109C6468F3CFCAE2A6DB9585D5BE8* L_73;
|
|
L_73 = WebOperation_GetResponseStream_m062725ECCF83FE33E0B49A9F3D324C09928FD86E(L_72, NULL);
|
|
NullCheck(L_73);
|
|
TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB L_74;
|
|
L_74 = Task_1_GetAwaiter_mFB4B4B079C036C130B7BDC9058629711ADA4F9F0(L_73, Task_1_GetAwaiter_mFB4B4B079C036C130B7BDC9058629711ADA4F9F0_RuntimeMethod_var);
|
|
V_12 = L_74;
|
|
bool L_75;
|
|
L_75 = TaskAwaiter_1_get_IsCompleted_m7FF508EDDEF3AE81E3DBDE53740153CF0507D47D((&V_12), TaskAwaiter_1_get_IsCompleted_m7FF508EDDEF3AE81E3DBDE53740153CF0507D47D_RuntimeMethod_var);
|
|
if (L_75)
|
|
{
|
|
goto IL_0289_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_76 = 2;
|
|
V_0 = L_76;
|
|
__this->___U3CU3E1__state_0 = L_76;
|
|
TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB L_77 = V_12;
|
|
__this->___U3CU3Eu__3_15 = L_77;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__3_15))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_78 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_mDF735335CCC745DADEF09CDC3AEFD94B759454C1(L_78, (&V_12), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisTaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_mDF735335CCC745DADEF09CDC3AEFD94B759454C1_RuntimeMethod_var);
|
|
goto IL_05c3;
|
|
}
|
|
|
|
IL_026c_2:
|
|
{
|
|
TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB L_79 = __this->___U3CU3Eu__3_15;
|
|
V_12 = L_79;
|
|
TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB* L_80 = (TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB*)(&__this->___U3CU3Eu__3_15);
|
|
il2cpp_codegen_initobj(L_80, sizeof(TaskAwaiter_1_t665D66C5889522B77E9EBD92508DDED5823311CB));
|
|
int32_t L_81 = (-1);
|
|
V_0 = L_81;
|
|
__this->___U3CU3E1__state_0 = L_81;
|
|
}
|
|
|
|
IL_0289_2:
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_82;
|
|
L_82 = TaskAwaiter_1_GetResult_m6EAB05AFA299C2940B1697166BC85AA164F4CF7E((&V_12), TaskAwaiter_1_GetResult_m6EAB05AFA299C2940B1697166BC85AA164F4CF7E_RuntimeMethod_var);
|
|
V_11 = L_82;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_83 = V_11;
|
|
__this->___U3CstreamU3E5__6_8 = L_83;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstreamU3E5__6_8), (void*)L_83);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_84 = V_1;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_85 = __this->___U3CstreamU3E5__6_8;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_86 = __this->___cancellationToken_3;
|
|
NullCheck(L_84);
|
|
Task_1_tDEC1214BD64BD33C02FA14FAD8EAF76AD89C8192* L_87;
|
|
L_87 = HttpWebRequest_GetResponseFromData_mD04B5CA08B449F9C962012CAB3611C4948E8875D(L_84, L_85, L_86, NULL);
|
|
NullCheck(L_87);
|
|
ConfiguredTaskAwaitable_1_t49A6DEB607605BC46901F32512D8C7DBFB8C545D L_88;
|
|
L_88 = Task_1_ConfigureAwait_m63EF5F1394EEB422225224D18BDADB421F7AC3A4(L_87, (bool)0, Task_1_ConfigureAwait_m63EF5F1394EEB422225224D18BDADB421F7AC3A4_RuntimeMethod_var);
|
|
V_15 = L_88;
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 L_89;
|
|
L_89 = ConfiguredTaskAwaitable_1_GetAwaiter_mF8D7A972812800DBE4678F304306553A696ED734_inline((&V_15), ConfiguredTaskAwaitable_1_GetAwaiter_mF8D7A972812800DBE4678F304306553A696ED734_RuntimeMethod_var);
|
|
V_14 = L_89;
|
|
bool L_90;
|
|
L_90 = ConfiguredTaskAwaiter_get_IsCompleted_m0E9C4A9FC5C558B2ECA9275711E93BA124FA6CA1((&V_14), ConfiguredTaskAwaiter_get_IsCompleted_m0E9C4A9FC5C558B2ECA9275711E93BA124FA6CA1_RuntimeMethod_var);
|
|
if (L_90)
|
|
{
|
|
goto IL_0307_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_91 = 3;
|
|
V_0 = L_91;
|
|
__this->___U3CU3E1__state_0 = L_91;
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 L_92 = V_14;
|
|
__this->___U3CU3Eu__4_16 = L_92;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__4_16))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_93 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m669D69CEA8336C50DC4BE5E68B2D951749E25CB3(L_93, (&V_14), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m669D69CEA8336C50DC4BE5E68B2D951749E25CB3_RuntimeMethod_var);
|
|
goto IL_05c3;
|
|
}
|
|
|
|
IL_02ea_2:
|
|
{
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987 L_94 = __this->___U3CU3Eu__4_16;
|
|
V_14 = L_94;
|
|
ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987* L_95 = (ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987*)(&__this->___U3CU3Eu__4_16);
|
|
il2cpp_codegen_initobj(L_95, sizeof(ConfiguredTaskAwaiter_tF3E10D909F4AA06A6D1DBE0E1469605D65CF4987));
|
|
int32_t L_96 = (-1);
|
|
V_0 = L_96;
|
|
__this->___U3CU3E1__state_0 = L_96;
|
|
}
|
|
|
|
IL_0307_2:
|
|
{
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_97;
|
|
L_97 = ConfiguredTaskAwaiter_GetResult_m0851554773E84C10B77665AFB245C180DC88A648((&V_14), ConfiguredTaskAwaiter_GetResult_m0851554773E84C10B77665AFB245C180DC88A648_RuntimeMethod_var);
|
|
V_13 = L_97;
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_98 = V_13;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_99 = L_98.___Item1_0;
|
|
__this->___U3CresponseU3E5__5_7 = L_99;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresponseU3E5__5_7), (void*)L_99);
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_100 = V_13;
|
|
bool L_101 = L_100.___Item2_1;
|
|
__this->___U3CredirectU3E5__7_9 = L_101;
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_102 = V_13;
|
|
bool L_103 = L_102.___Item3_2;
|
|
__this->___U3CmustReadAllU3E5__8_10 = L_103;
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_104 = V_13;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_105 = L_104.___Item4_3;
|
|
__this->___U3CwriteBufferU3E5__10_12 = L_105;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwriteBufferU3E5__10_12), (void*)L_105);
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_106 = V_13;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_107 = L_106.___Item5_4;
|
|
__this->___U3CntlmU3E5__9_11 = L_107;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CntlmU3E5__9_11), (void*)L_107);
|
|
goto IL_0365_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0353_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0353_1:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_108 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_16 = L_108;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_109 = V_1;
|
|
Exception_t* L_110 = V_16;
|
|
NullCheck(L_109);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_111;
|
|
L_111 = HttpWebRequest_GetWebException_mB699B6186A7651571D7DFE937DCF59EB74427377(L_109, L_110, NULL);
|
|
__this->___U3CthrowMeU3E5__4_6 = L_111;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__4_6), (void*)L_111);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0365_1;
|
|
}// end catch (depth: 2)
|
|
|
|
IL_0365_1:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_112 = V_1;
|
|
NullCheck(L_112);
|
|
RuntimeObject* L_113 = L_112->___locker_52;
|
|
V_3 = L_113;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_03f5_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_114 = V_0;
|
|
if ((((int32_t)L_114) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0403_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_115 = V_4;
|
|
if (!L_115)
|
|
{
|
|
goto IL_0403_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_116 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_116, NULL);
|
|
}
|
|
|
|
IL_0403_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
RuntimeObject* L_117 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_117, (&V_4), NULL);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_118 = __this->___U3CthrowMeU3E5__4_6;
|
|
if (!L_118)
|
|
{
|
|
goto IL_039f_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_119 = V_1;
|
|
NullCheck(L_119);
|
|
L_119->___haveResponse_24 = (bool)1;
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_120 = __this->___U3CcompletionU3E5__2_4;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_121 = __this->___U3CthrowMeU3E5__4_6;
|
|
NullCheck(L_120);
|
|
bool L_122;
|
|
L_122 = WebCompletionSource_1_TrySetException_mFBBB011D30BE75F0D1F6633A5D001F1029117597(L_120, L_121, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebCompletionSource_1_TrySetException_mFBBB011D30BE75F0D1F6633A5D001F1029117597_RuntimeMethod_var)));
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_123 = __this->___U3CthrowMeU3E5__4_6;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_123, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_039f_2:
|
|
{
|
|
bool L_124 = __this->___U3CredirectU3E5__7_9;
|
|
if (L_124)
|
|
{
|
|
goto IL_03d2_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_125 = V_1;
|
|
NullCheck(L_125);
|
|
L_125->___haveResponse_24 = (bool)1;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_126 = V_1;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_127 = __this->___U3CresponseU3E5__5_7;
|
|
NullCheck(L_126);
|
|
L_126->___webResponse_44 = L_127;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_126->___webResponse_44), (void*)L_127);
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_128 = __this->___U3CcompletionU3E5__2_4;
|
|
NullCheck(L_128);
|
|
bool L_129;
|
|
L_129 = WebCompletionSource_1_TrySetCompleted_m2C25E9F7B3D808062BCCF533623E6923B8399E51(L_128, WebCompletionSource_1_TrySetCompleted_m2C25E9F7B3D808062BCCF533623E6923B8399E51_RuntimeMethod_var);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_130 = __this->___U3CresponseU3E5__5_7;
|
|
V_2 = L_130;
|
|
goto IL_05a1;
|
|
}
|
|
|
|
IL_03d2_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_131 = V_1;
|
|
NullCheck(L_131);
|
|
L_131->___finished_reading_53 = (bool)0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_132 = V_1;
|
|
NullCheck(L_132);
|
|
L_132->___haveResponse_24 = (bool)0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_133 = V_1;
|
|
NullCheck(L_133);
|
|
L_133->___webResponse_44 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_133->___webResponse_44), (void*)(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_134 = V_1;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_135 = __this->___U3CntlmU3E5__9_11;
|
|
NullCheck(L_134);
|
|
L_134->___currentOperation_46 = L_135;
|
|
Il2CppCodeGenWriteBarrier((void**)(&L_134->___currentOperation_46), (void*)L_135);
|
|
goto IL_0404_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0404_1:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
int32_t L_136 = V_0;
|
|
if ((((int32_t)L_136) == ((int32_t)4)))
|
|
{
|
|
goto IL_0477_2;
|
|
}
|
|
}
|
|
{
|
|
bool L_137 = __this->___U3CmustReadAllU3E5__8_10;
|
|
if (!L_137)
|
|
{
|
|
goto IL_049b_2;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_138 = __this->___U3CstreamU3E5__6_8;
|
|
bool L_139 = __this->___U3CredirectU3E5__7_9;
|
|
G_B49_0 = L_138;
|
|
if (L_139)
|
|
{
|
|
G_B50_0 = L_138;
|
|
goto IL_042d_2;
|
|
}
|
|
}
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_140 = __this->___U3CntlmU3E5__9_11;
|
|
G_B51_0 = ((!(((RuntimeObject*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)L_140) <= ((RuntimeObject*)(RuntimeObject*)NULL)))? 1 : 0);
|
|
G_B51_1 = G_B49_0;
|
|
goto IL_042e_2;
|
|
}
|
|
|
|
IL_042d_2:
|
|
{
|
|
G_B51_0 = 1;
|
|
G_B51_1 = G_B50_0;
|
|
}
|
|
|
|
IL_042e_2:
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_141 = __this->___cancellationToken_3;
|
|
NullCheck(G_B51_1);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_142;
|
|
L_142 = WebResponseStream_ReadAllAsync_m6CECC40606CEA87CDE61B1493C017EE673027811(G_B51_1, (bool)G_B51_0, L_141, NULL);
|
|
NullCheck(L_142);
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_143;
|
|
L_143 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_142, (bool)0, NULL);
|
|
V_10 = L_143;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_144;
|
|
L_144 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_10), NULL);
|
|
V_9 = L_144;
|
|
bool L_145;
|
|
L_145 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_9), NULL);
|
|
if (L_145)
|
|
{
|
|
goto IL_0494_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_146 = 4;
|
|
V_0 = L_146;
|
|
__this->___U3CU3E1__state_0 = L_146;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_147 = V_9;
|
|
__this->___U3CU3Eu__2_14 = L_147;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_14))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_148 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E(L_148, (&V_9), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F_m875DEC1E365F29EB84B2E9C1A40FEF2484C9904E_RuntimeMethod_var);
|
|
goto IL_05c3;
|
|
}
|
|
|
|
IL_0477_2:
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_149 = __this->___U3CU3Eu__2_14;
|
|
V_9 = L_149;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_150 = (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*)(&__this->___U3CU3Eu__2_14);
|
|
il2cpp_codegen_initobj(L_150, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618));
|
|
int32_t L_151 = (-1);
|
|
V_0 = L_151;
|
|
__this->___U3CU3E1__state_0 = L_151;
|
|
}
|
|
|
|
IL_0494_2:
|
|
{
|
|
ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_9), NULL);
|
|
}
|
|
|
|
IL_049b_2:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_152 = __this->___U3CoperationU3E5__3_5;
|
|
NullCheck(L_152);
|
|
WebOperation_Finish_m942EBC9A5E09B792602D45041BAC589CA457EF97(L_152, (bool)1, (Exception_t*)NULL, NULL);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_153 = __this->___U3CresponseU3E5__5_7;
|
|
NullCheck(L_153);
|
|
VirtualActionInvoker0::Invoke(9 /* System.Void System.Net.WebResponse::Close() */, L_153);
|
|
goto IL_04c7_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_04b5_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_04b5_1:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_154 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_17 = L_154;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_155 = V_1;
|
|
Exception_t* L_156 = V_17;
|
|
NullCheck(L_155);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_157;
|
|
L_157 = HttpWebRequest_GetWebException_mB699B6186A7651571D7DFE937DCF59EB74427377(L_155, L_156, NULL);
|
|
__this->___U3CthrowMeU3E5__4_6 = L_157;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__4_6), (void*)L_157);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_04c7_1;
|
|
}// end catch (depth: 2)
|
|
|
|
IL_04c7_1:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_158 = V_1;
|
|
NullCheck(L_158);
|
|
RuntimeObject* L_159 = L_158->___locker_52;
|
|
V_3 = L_159;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0543_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_160 = V_0;
|
|
if ((((int32_t)L_160) >= ((int32_t)0)))
|
|
{
|
|
goto IL_0551_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_161 = V_4;
|
|
if (!L_161)
|
|
{
|
|
goto IL_0551_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_162 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_162, NULL);
|
|
}
|
|
|
|
IL_0551_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
RuntimeObject* L_163 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_163, (&V_4), NULL);
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_164 = __this->___U3CthrowMeU3E5__4_6;
|
|
if (!L_164)
|
|
{
|
|
goto IL_0512_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_165 = V_1;
|
|
NullCheck(L_165);
|
|
L_165->___haveResponse_24 = (bool)1;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_166 = __this->___U3CstreamU3E5__6_8;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_167 = L_166;
|
|
G_B60_0 = L_167;
|
|
if (L_167)
|
|
{
|
|
G_B61_0 = L_167;
|
|
goto IL_04f4_2;
|
|
}
|
|
}
|
|
{
|
|
goto IL_04f9_2;
|
|
}
|
|
|
|
IL_04f4_2:
|
|
{
|
|
NullCheck(G_B61_0);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, G_B61_0);
|
|
}
|
|
|
|
IL_04f9_2:
|
|
{
|
|
WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5* L_168 = __this->___U3CcompletionU3E5__2_4;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_169 = __this->___U3CthrowMeU3E5__4_6;
|
|
NullCheck(L_168);
|
|
bool L_170;
|
|
L_170 = WebCompletionSource_1_TrySetException_mFBBB011D30BE75F0D1F6633A5D001F1029117597(L_168, L_169, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebCompletionSource_1_TrySetException_mFBBB011D30BE75F0D1F6633A5D001F1029117597_RuntimeMethod_var)));
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_171 = __this->___U3CthrowMeU3E5__4_6;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_171, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0512_2:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_172 = __this->___U3CntlmU3E5__9_11;
|
|
if (L_172)
|
|
{
|
|
goto IL_0535_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_173 = V_1;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_174 = __this->___U3CwriteBufferU3E5__10_12;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_175 = __this->___cancellationToken_3;
|
|
NullCheck(L_173);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_176;
|
|
L_176 = HttpWebRequest_SendRequest_m9CFD21B34BCCA09123225ED98ED24DF1984B3130(L_173, (bool)1, L_174, L_175, NULL);
|
|
__this->___U3CoperationU3E5__3_5 = L_176;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationU3E5__3_5), (void*)L_176);
|
|
goto IL_0541_2;
|
|
}
|
|
|
|
IL_0535_2:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_177 = __this->___U3CntlmU3E5__9_11;
|
|
__this->___U3CoperationU3E5__3_5 = L_177;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationU3E5__3_5), (void*)L_177);
|
|
}
|
|
|
|
IL_0541_2:
|
|
{
|
|
goto IL_0552_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0552_1:
|
|
{
|
|
__this->___U3CthrowMeU3E5__4_6 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__4_6), (void*)(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL);
|
|
__this->___U3CresponseU3E5__5_7 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresponseU3E5__5_7), (void*)(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL);
|
|
__this->___U3CstreamU3E5__6_8 = (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CstreamU3E5__6_8), (void*)(WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4*)NULL);
|
|
__this->___U3CntlmU3E5__9_11 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CntlmU3E5__9_11), (void*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL);
|
|
__this->___U3CwriteBufferU3E5__10_12 = (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CwriteBufferU3E5__10_12), (void*)(BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)NULL);
|
|
goto IL_00f0_1;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_057a;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_057a:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_178 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_18 = L_178;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CcompletionU3E5__2_4 = (WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcompletionU3E5__2_4), (void*)(WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*)NULL);
|
|
__this->___U3CoperationU3E5__3_5 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationU3E5__3_5), (void*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_179 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_180 = V_18;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_m4BE2EE4A301D2CF4841A57B14C68118CC208EDCD(L_179, L_180, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m4BE2EE4A301D2CF4841A57B14C68118CC208EDCD_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_05c3;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_05a1:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CcompletionU3E5__2_4 = (WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CcompletionU3E5__2_4), (void*)(WebCompletionSource_tA2A9E04ED689218A1B2FAFCFD8F358CE4CBD30C5*)NULL);
|
|
__this->___U3CoperationU3E5__3_5 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationU3E5__3_5), (void*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL);
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_181 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_182 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_m51255848645EFBC817BDFC5B94872CF070324A91(L_181, L_182, AsyncTaskMethodBuilder_1_SetResult_m51255848645EFBC817BDFC5B94872CF070324A91_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_05c3:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F*>(__this + _offset);
|
|
U3CMyGetResponseAsyncU3Ed__243_MoveNext_m8C5B6A909BDFC65A1337D6E445D482C0646649BD(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<MyGetResponseAsync>d__243::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CMyGetResponseAsyncU3Ed__243_SetStateMachine_mC27CEC6C0FF5EABDF61AA201909723F5753FCF30 (U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mF873FAF53D0641351DA7E6A4195AE3764696123C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807* L_0 = (AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t997FB3CADE43D2C22DAEDEB7A81DE22158AAA807_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_mF873FAF53D0641351DA7E6A4195AE3764696123C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mF873FAF53D0641351DA7E6A4195AE3764696123C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CMyGetResponseAsyncU3Ed__243_SetStateMachine_mC27CEC6C0FF5EABDF61AA201909723F5753FCF30_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CMyGetResponseAsyncU3Ed__243_t7427A36447D90A8A67BEF18C253735062BE9A97F*>(__this + _offset);
|
|
U3CMyGetResponseAsyncU3Ed__243_SetStateMachine_mC27CEC6C0FF5EABDF61AA201909723F5753FCF30(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.HttpWebRequest/<GetResponseFromData>d__244::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__244_MoveNext_mD4E1730155820C492D2546E6E1A873A6F54E8679 (U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_m1B3030BA9099BC122C2BAAC30BB17F55443087C4_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mBA10E1E333545778364BD61C833B36E0A0D42172_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mCA9A989610DDE3B6A4C1B6CF266AE2909BCAF4E0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m1BE2D402C50D5A1AC728D46D34620C9C91581A69_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m6470C9D33FD040437263F6EF1BA6E2266F86CE3C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_m1E23A5CD009E22373887C3E5FCFE264A26AB2F89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_mC42FCEFE7EAD8653932931402ADE0562D6F87D2B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_1 = NULL;
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_3 = NULL;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* V_4 = NULL;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* V_5 = NULL;
|
|
RuntimeObject* V_6 = NULL;
|
|
bool V_7 = false;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D V_8;
|
|
memset((&V_8), 0, sizeof(V_8));
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
ConfiguredTaskAwaitable_1_tA156E710F39B90B5938B28904101D322A3C1E0A0 V_12;
|
|
memset((&V_12), 0, sizeof(V_12));
|
|
bool V_13 = false;
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 V_14;
|
|
memset((&V_14), 0, sizeof(V_14));
|
|
Exception_t* V_15 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
int32_t G_B26_0 = 0;
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 G_B30_0;
|
|
memset((&G_B30_0), 0, sizeof(G_B30_0));
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0122_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0191_1;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = L_4->___actualUri_13;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_6 = V_1;
|
|
NullCheck(L_6);
|
|
String_t* L_7 = L_6->___method_30;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_8 = __this->___stream_3;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_9 = V_1;
|
|
NullCheck(L_9);
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_10 = L_9->___cookieContainer_22;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_11 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)il2cpp_codegen_object_new(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_11);
|
|
HttpWebResponse__ctor_mFBB2D6E983BB1443E80D8D600E04D092B59F078F(L_11, L_5, L_7, L_8, L_10, NULL);
|
|
__this->___U3CresponseU3E5__2_5 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresponseU3E5__2_5), (void*)L_11);
|
|
__this->___U3CthrowMeU3E5__3_6 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__3_6), (void*)(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL);
|
|
__this->___U3CredirectU3E5__4_7 = (bool)0;
|
|
__this->___U3CmustReadAllU3E5__5_8 = (bool)0;
|
|
V_3 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
V_4 = (Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F*)NULL;
|
|
V_5 = (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)NULL;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_12 = V_1;
|
|
NullCheck(L_12);
|
|
RuntimeObject* L_13 = L_12->___locker_52;
|
|
V_6 = L_13;
|
|
V_7 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00af_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_14 = V_0;
|
|
if ((((int32_t)L_14) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00be_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_15 = V_7;
|
|
if (!L_15)
|
|
{
|
|
goto IL_00be_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_16 = V_6;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_16, NULL);
|
|
}
|
|
|
|
IL_00be_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
RuntimeObject* L_17 = V_6;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_17, (&V_7), NULL);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_18 = V_1;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_19 = __this->___U3CresponseU3E5__2_5;
|
|
NullCheck(L_18);
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_20;
|
|
L_20 = HttpWebRequest_CheckFinalStatus_mD069A9D0FF6C6DA943B3D3BF9B19806956EA0FF6(L_18, L_19, NULL);
|
|
V_8 = L_20;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_21 = V_8;
|
|
bool L_22 = L_21.___Item1_0;
|
|
__this->___U3CredirectU3E5__4_7 = L_22;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_23 = V_8;
|
|
bool L_24 = L_23.___Item2_1;
|
|
__this->___U3CmustReadAllU3E5__5_8 = L_24;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_25 = V_8;
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_26 = L_25.___Item3_2;
|
|
V_4 = L_26;
|
|
ValueTuple_4_tA9D9E60B440115BD989F1F1FF6C209E6CFF37B4D L_27 = V_8;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_28 = L_27.___Item4_3;
|
|
__this->___U3CthrowMeU3E5__3_6 = L_28;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__3_6), (void*)L_28);
|
|
goto IL_00bf_1;
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00bf_1:
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_29 = __this->___U3CthrowMeU3E5__3_6;
|
|
if (!L_29)
|
|
{
|
|
goto IL_014d_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_30 = __this->___U3CmustReadAllU3E5__5_8;
|
|
if (!L_30)
|
|
{
|
|
goto IL_0146_1;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_31 = __this->___stream_3;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_32 = __this->___cancellationToken_4;
|
|
NullCheck(L_31);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_33;
|
|
L_33 = WebResponseStream_ReadAllAsync_m6CECC40606CEA87CDE61B1493C017EE673027811(L_31, (bool)0, L_32, NULL);
|
|
NullCheck(L_33);
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_34;
|
|
L_34 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_33, (bool)0, NULL);
|
|
V_10 = L_34;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_35;
|
|
L_35 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_10), NULL);
|
|
V_9 = L_35;
|
|
bool L_36;
|
|
L_36 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_9), NULL);
|
|
if (L_36)
|
|
{
|
|
goto IL_013f_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = 0;
|
|
V_0 = L_37;
|
|
__this->___U3CU3E1__state_0 = L_37;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_38 = V_9;
|
|
__this->___U3CU3Eu__1_9 = L_38;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_9))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_39 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mBA10E1E333545778364BD61C833B36E0A0D42172(L_39, (&V_9), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_mBA10E1E333545778364BD61C833B36E0A0D42172_RuntimeMethod_var);
|
|
goto IL_0319;
|
|
}
|
|
|
|
IL_0122_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_40 = __this->___U3CU3Eu__1_9;
|
|
V_9 = L_40;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_41 = (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*)(&__this->___U3CU3Eu__1_9);
|
|
il2cpp_codegen_initobj(L_41, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618));
|
|
int32_t L_42 = (-1);
|
|
V_0 = L_42;
|
|
__this->___U3CU3E1__state_0 = L_42;
|
|
}
|
|
|
|
IL_013f_1:
|
|
{
|
|
ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_9), NULL);
|
|
}
|
|
|
|
IL_0146_1:
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_43 = __this->___U3CthrowMeU3E5__3_6;
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_43, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&U3CGetResponseFromDataU3Ed__244_MoveNext_mD4E1730155820C492D2546E6E1A873A6F54E8679_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_014d_1:
|
|
{
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_44 = V_4;
|
|
if (!L_44)
|
|
{
|
|
goto IL_01b7_1;
|
|
}
|
|
}
|
|
{
|
|
Task_1_t13594BD064D52253F9CC25E4B5E593A08A8A881F* L_45 = V_4;
|
|
NullCheck(L_45);
|
|
ConfiguredTaskAwaitable_1_tA156E710F39B90B5938B28904101D322A3C1E0A0 L_46;
|
|
L_46 = Task_1_ConfigureAwait_mC42FCEFE7EAD8653932931402ADE0562D6F87D2B(L_45, (bool)0, Task_1_ConfigureAwait_mC42FCEFE7EAD8653932931402ADE0562D6F87D2B_RuntimeMethod_var);
|
|
V_12 = L_46;
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 L_47;
|
|
L_47 = ConfiguredTaskAwaitable_1_GetAwaiter_m1BE2D402C50D5A1AC728D46D34620C9C91581A69_inline((&V_12), ConfiguredTaskAwaitable_1_GetAwaiter_m1BE2D402C50D5A1AC728D46D34620C9C91581A69_RuntimeMethod_var);
|
|
V_11 = L_47;
|
|
bool L_48;
|
|
L_48 = ConfiguredTaskAwaiter_get_IsCompleted_m1E23A5CD009E22373887C3E5FCFE264A26AB2F89((&V_11), ConfiguredTaskAwaiter_get_IsCompleted_m1E23A5CD009E22373887C3E5FCFE264A26AB2F89_RuntimeMethod_var);
|
|
if (L_48)
|
|
{
|
|
goto IL_01ae_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_49 = 1;
|
|
V_0 = L_49;
|
|
__this->___U3CU3E1__state_0 = L_49;
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 L_50 = V_11;
|
|
__this->___U3CU3Eu__2_10 = L_50;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_10))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_51 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_m1B3030BA9099BC122C2BAAC30BB17F55443087C4(L_51, (&V_11), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004_TisU3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06_m1B3030BA9099BC122C2BAAC30BB17F55443087C4_RuntimeMethod_var);
|
|
goto IL_0319;
|
|
}
|
|
|
|
IL_0191_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004 L_52 = __this->___U3CU3Eu__2_10;
|
|
V_11 = L_52;
|
|
ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004* L_53 = (ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004*)(&__this->___U3CU3Eu__2_10);
|
|
il2cpp_codegen_initobj(L_53, sizeof(ConfiguredTaskAwaiter_t42FDE91F0281662BDDAC377568E8F3486AB9B004));
|
|
int32_t L_54 = (-1);
|
|
V_0 = L_54;
|
|
__this->___U3CU3E1__state_0 = L_54;
|
|
}
|
|
|
|
IL_01ae_1:
|
|
{
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_55;
|
|
L_55 = ConfiguredTaskAwaiter_GetResult_m6470C9D33FD040437263F6EF1BA6E2266F86CE3C((&V_11), ConfiguredTaskAwaiter_GetResult_m6470C9D33FD040437263F6EF1BA6E2266F86CE3C_RuntimeMethod_var);
|
|
V_5 = L_55;
|
|
}
|
|
|
|
IL_01b7_1:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_56 = V_1;
|
|
NullCheck(L_56);
|
|
RuntimeObject* L_57 = L_56->___locker_52;
|
|
V_6 = L_57;
|
|
V_7 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_02a8_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_58 = V_0;
|
|
if ((((int32_t)L_58) >= ((int32_t)0)))
|
|
{
|
|
goto IL_02b7_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_59 = V_7;
|
|
if (!L_59)
|
|
{
|
|
goto IL_02b7_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_60 = V_6;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_60, NULL);
|
|
}
|
|
|
|
IL_02b7_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
RuntimeObject* L_61 = V_6;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_61, (&V_7), NULL);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_62 = V_1;
|
|
NullCheck(L_62);
|
|
bool L_63;
|
|
L_63 = HttpWebRequest_get_ProxyQuery_m40AC053B4EBE5E2A5257D92B7FD353D19104E53F(L_62, NULL);
|
|
if (!L_63)
|
|
{
|
|
goto IL_01f1_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_64 = V_1;
|
|
NullCheck(L_64);
|
|
RuntimeObject* L_65 = L_64->___proxy_38;
|
|
if (!L_65)
|
|
{
|
|
goto IL_01f1_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_66 = V_1;
|
|
NullCheck(L_66);
|
|
RuntimeObject* L_67 = L_66->___proxy_38;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_68 = V_1;
|
|
NullCheck(L_68);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_69 = L_68->___actualUri_13;
|
|
NullCheck(L_67);
|
|
bool L_70;
|
|
L_70 = InterfaceFuncInvoker1< bool, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_67, L_69);
|
|
G_B26_0 = ((((int32_t)L_70) == ((int32_t)0))? 1 : 0);
|
|
goto IL_01f2_2;
|
|
}
|
|
|
|
IL_01f1_2:
|
|
{
|
|
G_B26_0 = 0;
|
|
}
|
|
|
|
IL_01f2_2:
|
|
{
|
|
V_13 = (bool)G_B26_0;
|
|
bool L_71 = __this->___U3CredirectU3E5__4_7;
|
|
if (L_71)
|
|
{
|
|
goto IL_0265_2;
|
|
}
|
|
}
|
|
{
|
|
bool L_72 = V_13;
|
|
if (L_72)
|
|
{
|
|
goto IL_0208_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_73 = V_1;
|
|
NullCheck(L_73);
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 L_74 = L_73->___auth_state_64;
|
|
G_B30_0 = L_74;
|
|
goto IL_020e_2;
|
|
}
|
|
|
|
IL_0208_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_75 = V_1;
|
|
NullCheck(L_75);
|
|
AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32 L_76 = L_75->___proxy_auth_state_65;
|
|
G_B30_0 = L_76;
|
|
}
|
|
|
|
IL_020e_2:
|
|
{
|
|
V_14 = G_B30_0;
|
|
bool L_77;
|
|
L_77 = AuthorizationState_get_IsNtlmAuthenticated_m901CE42BD2DB28DD9D6605500D8E4D360309DA8A((&V_14), NULL);
|
|
if (!L_77)
|
|
{
|
|
goto IL_023c_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_78 = __this->___U3CresponseU3E5__2_5;
|
|
NullCheck(L_78);
|
|
int32_t L_79;
|
|
L_79 = VirtualFuncInvoker0< int32_t >::Invoke(15 /* System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode() */, L_78);
|
|
if ((((int32_t)L_79) >= ((int32_t)((int32_t)400))))
|
|
{
|
|
goto IL_023c_2;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_80 = __this->___stream_3;
|
|
NullCheck(L_80);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_81;
|
|
L_81 = WebConnectionStream_get_Connection_m3D2B38E915D22E92361A3C1EA4BE33A47FB21A6C_inline(L_80, NULL);
|
|
NullCheck(L_81);
|
|
WebConnection_set_NtlmAuthenticated_mA30B27A4B2E723C8709C3105F16D62174C559294_inline(L_81, (bool)1, NULL);
|
|
}
|
|
|
|
IL_023c_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_82 = V_1;
|
|
NullCheck(L_82);
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_83 = L_82->___writeStream_43;
|
|
if (!L_83)
|
|
{
|
|
goto IL_024f_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_84 = V_1;
|
|
NullCheck(L_84);
|
|
WebRequestStream_t731AE4852452BAA73C240BDC7DCBA42ADAD2BAAB* L_85 = L_84->___writeStream_43;
|
|
NullCheck(L_85);
|
|
WebRequestStream_KillBuffer_m82B1D659C9069740760E88118F94008D6DA38B4A(L_85, NULL);
|
|
}
|
|
|
|
IL_024f_2:
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_86 = __this->___U3CresponseU3E5__2_5;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_87 = V_5;
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_88;
|
|
memset((&L_88), 0, sizeof(L_88));
|
|
ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1((&L_88), L_86, (bool)0, (bool)0, L_87, (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL, /*hidden argument*/ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1_RuntimeMethod_var);
|
|
V_2 = L_88;
|
|
goto IL_02f7;
|
|
}
|
|
|
|
IL_0265_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_89 = V_1;
|
|
NullCheck(L_89);
|
|
bool L_90 = L_89->___sendChunked_39;
|
|
if (!L_90)
|
|
{
|
|
goto IL_0284_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_91 = V_1;
|
|
NullCheck(L_91);
|
|
L_91->___sendChunked_39 = (bool)0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_92 = V_1;
|
|
NullCheck(L_92);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_93 = L_92->___webHeaders_26;
|
|
NullCheck(L_93);
|
|
WebHeaderCollection_RemoveInternal_mC5B544F96C64E2087FE388E375DBE4A185E53AF0(L_93, _stringLiteral68ACB6B47D3431BDBD286C3153B250E20552A4AD, NULL);
|
|
}
|
|
|
|
IL_0284_2:
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_94 = V_1;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_95 = __this->___stream_3;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_96 = __this->___U3CresponseU3E5__2_5;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_97 = V_5;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_98 = __this->___cancellationToken_4;
|
|
NullCheck(L_94);
|
|
ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3 L_99;
|
|
L_99 = HttpWebRequest_HandleNtlmAuth_m33D4EB84E92290ADD0AD9EBE369F5E5A7259CCE3(L_94, L_95, L_96, L_97, L_98, NULL);
|
|
ValueTuple_2_t7A46D5C155CEB5421A6C27D6CBEEE8746FEF81E3 L_100 = L_99;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_101 = L_100.___Item1_0;
|
|
V_3 = L_101;
|
|
goto IL_02b8_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_02b8_1:
|
|
{
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* L_102 = __this->___U3CresponseU3E5__2_5;
|
|
bool L_103 = __this->___U3CmustReadAllU3E5__5_8;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_104 = V_5;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_105 = V_3;
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_106;
|
|
memset((&L_106), 0, sizeof(L_106));
|
|
ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1((&L_106), L_102, (bool)1, L_103, L_104, L_105, /*hidden argument*/ValueTuple_5__ctor_m2816AE408D2FA4165153F507A33CF055949CEFB1_RuntimeMethod_var);
|
|
V_2 = L_106;
|
|
goto IL_02f7;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_02d0;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_02d0:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_107 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_15 = L_107;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CresponseU3E5__2_5 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresponseU3E5__2_5), (void*)(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL);
|
|
__this->___U3CthrowMeU3E5__3_6 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__3_6), (void*)(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_108 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_109 = V_15;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_m255AAE2F43CB43FA9DDE4F93B8240D01D2106AA3(L_108, L_109, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_m255AAE2F43CB43FA9DDE4F93B8240D01D2106AA3_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0319;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_02f7:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CresponseU3E5__2_5 = (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CresponseU3E5__2_5), (void*)(HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A*)NULL);
|
|
__this->___U3CthrowMeU3E5__3_6 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CthrowMeU3E5__3_6), (void*)(WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)NULL);
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_110 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&__this->___U3CU3Et__builder_1);
|
|
ValueTuple_5_tB20F533B613C3A284DF2DB06B100D3C182419098 L_111 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_mCA9A989610DDE3B6A4C1B6CF266AE2909BCAF4E0(L_110, L_111, AsyncTaskMethodBuilder_1_SetResult_mCA9A989610DDE3B6A4C1B6CF266AE2909BCAF4E0_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0319:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CGetResponseFromDataU3Ed__244_MoveNext_mD4E1730155820C492D2546E6E1A873A6F54E8679_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06*>(__this + _offset);
|
|
U3CGetResponseFromDataU3Ed__244_MoveNext_mD4E1730155820C492D2546E6E1A873A6F54E8679(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<GetResponseFromData>d__244::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CGetResponseFromDataU3Ed__244_SetStateMachine_m89AE3F53624400664C3730A28F21E6C7C97E8E15 (U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m1A3A869FF4C5536512892AAF708F0F6C01146B9B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111* L_0 = (AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t2096316D0C8213698E88C815B3F2C5D085D65111_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_m1A3A869FF4C5536512892AAF708F0F6C01146B9B(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m1A3A869FF4C5536512892AAF708F0F6C01146B9B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CGetResponseFromDataU3Ed__244_SetStateMachine_m89AE3F53624400664C3730A28F21E6C7C97E8E15_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CGetResponseFromDataU3Ed__244_t8F9861C6168BC1B94869DE061DC6896E90E57E06*>(__this + _offset);
|
|
U3CGetResponseFromDataU3Ed__244_SetStateMachine_m89AE3F53624400664C3730A28F21E6C7C97E8E15(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_MoveNext_m7DB889F33973DA2BC61748571EB58DE39B105809 (U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m0C7553E928C8756DAD40F9194E03842BC0F2254F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mC1AD715BFAEBF96DA6488EC76F178F1943DC4325_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* V_1 = NULL;
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* V_2 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_3 = NULL;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_4;
|
|
memset((&V_4), 0, sizeof(V_4));
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Exception_t* V_6 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_001c_1;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_3 = (MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2*)il2cpp_codegen_object_new(MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
MemoryStream__ctor_m8F3BAE0B48E65BAA13C52FB020E502B3EA22CA6B(L_3, NULL);
|
|
__this->___U3CmsU3E5__2_3 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmsU3E5__2_3), (void*)L_3);
|
|
}
|
|
|
|
IL_001c_1:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ad_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_4 = V_0;
|
|
if ((((int32_t)L_4) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00c4_1;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_5 = __this->___U3CmsU3E5__2_3;
|
|
if (!L_5)
|
|
{
|
|
goto IL_00c4_1;
|
|
}
|
|
}
|
|
{
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_6 = __this->___U3CmsU3E5__2_3;
|
|
NullCheck(L_6);
|
|
InterfaceActionInvoker0::Invoke(0 /* System.Void System.IDisposable::Dispose() */, IDisposable_t030E0496B4E0E4E4F086825007979AF51F7248C5_il2cpp_TypeInfo_var, L_6);
|
|
}
|
|
|
|
IL_00c4_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
int32_t L_7 = V_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_006f_2;
|
|
}
|
|
}
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
Func_2_t378757FF082427448349A80CC63683B50DA787D3* L_9 = L_8->___ResendContentFactory_66;
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_10 = __this->___U3CmsU3E5__2_3;
|
|
NullCheck(L_9);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_11;
|
|
L_11 = Func_2_Invoke_mA11CAB984BD137549B251321D1092B9D4F227D5E_inline(L_9, L_10, NULL);
|
|
NullCheck(L_11);
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_12;
|
|
L_12 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_11, (bool)0, NULL);
|
|
V_5 = L_12;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13;
|
|
L_13 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_5), NULL);
|
|
V_4 = L_13;
|
|
bool L_14;
|
|
L_14 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_4), NULL);
|
|
if (L_14)
|
|
{
|
|
goto IL_008c_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_15 = 0;
|
|
V_0 = L_15;
|
|
__this->___U3CU3E1__state_0 = L_15;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_16 = V_4;
|
|
__this->___U3CU3Eu__1_4 = L_16;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* L_17 = (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m0C7553E928C8756DAD40F9194E03842BC0F2254F(L_17, (&V_4), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9_m0C7553E928C8756DAD40F9194E03842BC0F2254F_RuntimeMethod_var);
|
|
goto IL_00f2;
|
|
}
|
|
|
|
IL_006f_2:
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_18 = __this->___U3CU3Eu__1_4;
|
|
V_4 = L_18;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_19 = (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*)(&__this->___U3CU3Eu__1_4);
|
|
il2cpp_codegen_initobj(L_19, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618));
|
|
int32_t L_20 = (-1);
|
|
V_0 = L_20;
|
|
__this->___U3CU3E1__state_0 = L_20;
|
|
}
|
|
|
|
IL_008c_2:
|
|
{
|
|
ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_4), NULL);
|
|
MemoryStream_tAAED1B42172E3390584E4194308AB878E786AAC2* L_21 = __this->___U3CmsU3E5__2_3;
|
|
NullCheck(L_21);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22;
|
|
L_22 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(39 /* System.Byte[] System.IO.MemoryStream::ToArray() */, L_21);
|
|
V_3 = L_22;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = V_3;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = V_3;
|
|
NullCheck(L_24);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_25 = (BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71*)il2cpp_codegen_object_new(BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71_il2cpp_TypeInfo_var);
|
|
NullCheck(L_25);
|
|
BufferOffsetSize__ctor_mF73D1F45CFD84AD9AB753B1F923A762F00806BE5(L_25, L_23, 0, ((int32_t)(((RuntimeArray*)L_24)->max_length)), (bool)0, NULL);
|
|
V_2 = L_25;
|
|
goto IL_00de;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00c5;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00c5:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_26 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_6 = L_26;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* L_27 = (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_28 = V_6;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_mBF017A522BD7074EE66182D84A6676FDCE06ECE5(L_27, L_28, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mBF017A522BD7074EE66182D84A6676FDCE06ECE5_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00f2;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00de:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* L_29 = (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4*)(&__this->___U3CU3Et__builder_1);
|
|
BufferOffsetSize_t46A7671E4C06281BB2D4C4AC98A6263715BDAC71* L_30 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_mC1AD715BFAEBF96DA6488EC76F178F1943DC4325(L_29, L_30, AsyncTaskMethodBuilder_1_SetResult_mC1AD715BFAEBF96DA6488EC76F178F1943DC4325_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_00f2:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_MoveNext_m7DB889F33973DA2BC61748571EB58DE39B105809_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9*>(__this + _offset);
|
|
U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_MoveNext_m7DB889F33973DA2BC61748571EB58DE39B105809(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.HttpWebRequest/<<GetRewriteHandler>b__271_0>d::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_SetStateMachine_mFC6E88E86EB6F74F3CAEE40C3D57C721532A74E4 (U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m06125A4DE9852C8E92F8780C1DF28F08EC80303A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4* L_0 = (AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tEBDAF284B82421CEA4EAC286DF0D9B01A74F11A4_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_m06125A4DE9852C8E92F8780C1DF28F08EC80303A(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m06125A4DE9852C8E92F8780C1DF28F08EC80303A_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_SetStateMachine_mFC6E88E86EB6F74F3CAEE40C3D57C721532A74E4_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_tA287B7C4723B0489E95FC0F3551C928621FE31C9*>(__this + _offset);
|
|
U3CU3CGetRewriteHandlerU3Eb__271_0U3Ed_SetStateMachine_mFC6E88E86EB6F74F3CAEE40C3D57C721532A74E4(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.HttpWebResponse::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m6F0B7400E052741717E540E682479B23788F7714 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebResponse__ctor_mC11AFFC628F1E49E53431A3129ADC7CEA012306B(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.HttpStatusCode,System.Net.WebHeaderCollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m16E803C4AA1579083FF43CED5ABEEB4BAF6CF15E (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, String_t* ___1_method, int32_t ___2_status, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___3_headers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WebResponse__ctor_mC11AFFC628F1E49E53431A3129ADC7CEA012306B(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri;
|
|
__this->___uri_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_2), (void*)L_0);
|
|
String_t* L_1 = ___1_method;
|
|
__this->___method_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_5), (void*)L_1);
|
|
int32_t L_2 = ___2_status;
|
|
__this->___statusCode_7 = L_2;
|
|
int32_t L_3 = ___2_status;
|
|
String_t* L_4;
|
|
L_4 = HttpStatusDescription_Get_m45442E0E8AD606986CA6CACA1A4CEDA727C1A0DB(L_3, NULL);
|
|
__this->___statusDescription_8 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___statusDescription_8), (void*)L_4);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_5 = ___3_headers;
|
|
__this->___webHeaders_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___webHeaders_3), (void*)L_5);
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_6 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version10_1;
|
|
__this->___version_6 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___version_6), (void*)L_6);
|
|
__this->___contentLength_9 = ((int64_t)(-1));
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::.ctor(System.Uri,System.String,System.Net.WebResponseStream,System.Net.CookieContainer)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_mFBB2D6E983BB1443E80D8D600E04D092B59F078F (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, String_t* ___1_method, WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* ___2_stream, CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* ___3_container, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral04799565CD60A911F9CBB57805A3592363822500);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
String_t* V_1 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B2_0 = NULL;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* G_B2_1 = NULL;
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* G_B1_0 = NULL;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* G_B1_1 = NULL;
|
|
String_t* G_B4_0 = NULL;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* G_B4_1 = NULL;
|
|
String_t* G_B3_0 = NULL;
|
|
HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* G_B3_1 = NULL;
|
|
{
|
|
WebResponse__ctor_mC11AFFC628F1E49E53431A3129ADC7CEA012306B(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri;
|
|
__this->___uri_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_2), (void*)L_0);
|
|
String_t* L_1 = ___1_method;
|
|
__this->___method_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_5), (void*)L_1);
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_2 = ___2_stream;
|
|
__this->___stream_13 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_13), (void*)L_2);
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_3 = ___2_stream;
|
|
NullCheck(L_3);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_4;
|
|
L_4 = WebResponseStream_get_Headers_mD8D78D21C51F06E0B919113138A523AC480390FE_inline(L_3, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_5 = L_4;
|
|
G_B1_0 = L_5;
|
|
G_B1_1 = __this;
|
|
if (L_5)
|
|
{
|
|
G_B2_0 = L_5;
|
|
G_B2_1 = __this;
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_6 = (WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*)il2cpp_codegen_object_new(WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_6);
|
|
WebHeaderCollection__ctor_m9C77B3E5FD0A3637283AE2B7084F5ED5D8CD7369(L_6, NULL);
|
|
G_B2_0 = L_6;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
NullCheck(G_B2_1);
|
|
G_B2_1->___webHeaders_3 = G_B2_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B2_1->___webHeaders_3), (void*)G_B2_0);
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_7 = ___2_stream;
|
|
NullCheck(L_7);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_8;
|
|
L_8 = WebResponseStream_get_Version_m837C4A8CBE3EF4D4687727CC32B896B546D7F040_inline(L_7, NULL);
|
|
__this->___version_6 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___version_6), (void*)L_8);
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_9 = ___2_stream;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = WebResponseStream_get_StatusCode_m44386FC08813FC891C56A9B2B4E337E446147E65_inline(L_9, NULL);
|
|
__this->___statusCode_7 = L_10;
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_11 = ___2_stream;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = WebResponseStream_get_StatusDescription_mAFCE55D34C81BFA7FFFD4F3D23CCB73CE5898E22_inline(L_11, NULL);
|
|
String_t* L_13 = L_12;
|
|
G_B3_0 = L_13;
|
|
G_B3_1 = __this;
|
|
if (L_13)
|
|
{
|
|
G_B4_0 = L_13;
|
|
G_B4_1 = __this;
|
|
goto IL_005e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = __this->___statusCode_7;
|
|
String_t* L_15;
|
|
L_15 = HttpStatusDescription_Get_m45442E0E8AD606986CA6CACA1A4CEDA727C1A0DB(L_14, NULL);
|
|
G_B4_0 = L_15;
|
|
G_B4_1 = G_B3_1;
|
|
}
|
|
|
|
IL_005e:
|
|
{
|
|
NullCheck(G_B4_1);
|
|
G_B4_1->___statusDescription_8 = G_B4_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&G_B4_1->___statusDescription_8), (void*)G_B4_0);
|
|
__this->___contentLength_9 = ((int64_t)(-1));
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_16 = __this->___webHeaders_3;
|
|
NullCheck(L_16);
|
|
String_t* L_17;
|
|
L_17 = NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F(L_16, _stringLiteral86E7C0314F9CA521BDA0F361B0D90037E62E63C2, NULL);
|
|
V_1 = L_17;
|
|
String_t* L_18 = V_1;
|
|
bool L_19;
|
|
L_19 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_18, NULL);
|
|
if (L_19)
|
|
{
|
|
goto IL_0092_1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_20 = V_1;
|
|
int64_t* L_21 = (int64_t*)(&__this->___contentLength_9);
|
|
bool L_22;
|
|
L_22 = Int64_TryParse_m3FC0128C89CC2331239FC2A0A749BF33455F03D2(L_20, L_21, NULL);
|
|
if (L_22)
|
|
{
|
|
goto IL_009a_1;
|
|
}
|
|
}
|
|
|
|
IL_0092_1:
|
|
{
|
|
__this->___contentLength_9 = ((int64_t)(-1));
|
|
}
|
|
|
|
IL_009a_1:
|
|
{
|
|
goto IL_00a7;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_009c;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_009c:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_23 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
__this->___contentLength_9 = ((int64_t)(-1));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00a7;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00a7:
|
|
{
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_24 = ___3_container;
|
|
if (!L_24)
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}
|
|
{
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_25 = ___3_container;
|
|
__this->___cookie_container_11 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cookie_container_11), (void*)L_25);
|
|
HttpWebResponse_FillCookies_m98797F0765051578D6D76731359555CD25E5DB3B(__this, NULL);
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_26 = __this->___webHeaders_3;
|
|
NullCheck(L_26);
|
|
String_t* L_27;
|
|
L_27 = NameValueCollection_get_Item_mE3ED755803E67BC852123C70EEF8D53774FA635F(L_26, _stringLiteral3EBDBD8FCA12AE01917E5179BB979BD9077F8144, NULL);
|
|
V_0 = L_27;
|
|
String_t* L_28 = V_0;
|
|
bool L_29;
|
|
L_29 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_28, _stringLiteral04799565CD60A911F9CBB57805A3592363822500, NULL);
|
|
if (!L_29)
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_30 = ___2_stream;
|
|
NullCheck(L_30);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_31;
|
|
L_31 = WebConnectionStream_get_Request_m5D249821B6B456CD00D767DD196C6C03F8E524BE_inline(L_30, NULL);
|
|
NullCheck(L_31);
|
|
int32_t L_32;
|
|
L_32 = HttpWebRequest_get_AutomaticDecompression_mF4F41C35BE09F1457645769FA0183BE0446C5503_inline(L_31, NULL);
|
|
if (!((int32_t)((int32_t)L_32&1)))
|
|
{
|
|
goto IL_0101;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_33 = ___2_stream;
|
|
GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0* L_34 = (GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0*)il2cpp_codegen_object_new(GZipStream_t392ABAB2590E1C9CF625043CE14FD2BF7CA5FAE0_il2cpp_TypeInfo_var);
|
|
NullCheck(L_34);
|
|
GZipStream__ctor_m25053634B041374B528EB0F01612B072A9AF2E05(L_34, L_33, 0, NULL);
|
|
__this->___stream_13 = L_34;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_13), (void*)L_34);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_35 = __this->___webHeaders_3;
|
|
NullCheck(L_35);
|
|
WebHeaderCollection_Remove_m93990EF3A5F1D4F6D67232583029BB26483C7F67(L_35, ((int32_t)13), NULL);
|
|
return;
|
|
}
|
|
|
|
IL_0101:
|
|
{
|
|
String_t* L_36 = V_0;
|
|
bool L_37;
|
|
L_37 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_36, _stringLiteral179A7752540EF152886B7EDDBBEA8F584E6DF2F3, NULL);
|
|
if (!L_37)
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_38 = ___2_stream;
|
|
NullCheck(L_38);
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_39;
|
|
L_39 = WebConnectionStream_get_Request_m5D249821B6B456CD00D767DD196C6C03F8E524BE_inline(L_38, NULL);
|
|
NullCheck(L_39);
|
|
int32_t L_40;
|
|
L_40 = HttpWebRequest_get_AutomaticDecompression_mF4F41C35BE09F1457645769FA0183BE0446C5503_inline(L_39, NULL);
|
|
if (!((int32_t)((int32_t)L_40&2)))
|
|
{
|
|
goto IL_0137;
|
|
}
|
|
}
|
|
{
|
|
WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* L_41 = ___2_stream;
|
|
DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104* L_42 = (DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104*)il2cpp_codegen_object_new(DeflateStream_tF1758952E9DBAB2F9A15D42971F33A78AB4FC104_il2cpp_TypeInfo_var);
|
|
NullCheck(L_42);
|
|
DeflateStream__ctor_m344C1EF8B83E612C4FC662F0152DF1D2A5636829(L_42, L_41, 0, NULL);
|
|
__this->___stream_13 = L_42;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___stream_13), (void*)L_42);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_43 = __this->___webHeaders_3;
|
|
NullCheck(L_43);
|
|
WebHeaderCollection_Remove_m93990EF3A5F1D4F6D67232583029BB26483C7F67(L_43, ((int32_t)13), NULL);
|
|
}
|
|
|
|
IL_0137:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::.ctor(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse__ctor_m7AD80C3EBF0E8B5AE39E70039B8DD38768D6EBF3 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Type_t_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral441C41FF6E93EA9C63774CA4F33832FA34B8B88D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8049D653F658649E5B86C363B789CD1A2A2D40A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2CB4DD034B3D49AB04CD71C0A7765711136ACA3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA52E5008EEBDF4E7DA42EF180322C8273112B96);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* V_0 = NULL;
|
|
{
|
|
WebResponse__ctor_mC11AFFC628F1E49E53431A3129ADC7CEA012306B(__this, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
V_0 = L_0;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_1 = V_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_2 = { reinterpret_cast<intptr_t> (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_0_0_0_var) };
|
|
il2cpp_codegen_runtime_class_init_inline(Type_t_il2cpp_TypeInfo_var);
|
|
Type_t* L_3;
|
|
L_3 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_2, NULL);
|
|
NullCheck(L_1);
|
|
RuntimeObject* L_4;
|
|
L_4 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_1, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_3, NULL);
|
|
__this->___uri_2 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_4, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_2), (void*)((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)CastclassClass((RuntimeObject*)L_4, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
int64_t L_6;
|
|
L_6 = SerializationInfo_GetInt64_m1010D1CDBFF71ECC939B7779DBA8A15ACF3E6E48(L_5, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, NULL);
|
|
__this->___contentLength_9 = L_6;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
String_t* L_8;
|
|
L_8 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_7, _stringLiteralCA52E5008EEBDF4E7DA42EF180322C8273112B96, NULL);
|
|
__this->___contentType_10 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___contentType_10), (void*)L_8);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_9, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, NULL);
|
|
__this->___method_5 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___method_5), (void*)L_10);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
String_t* L_12;
|
|
L_12 = SerializationInfo_GetString_mF0753AFAA13AABF8A30B8F0890AEC52BFBBC73E9(L_11, _stringLiteralC2CB4DD034B3D49AB04CD71C0A7765711136ACA3, NULL);
|
|
__this->___statusDescription_8 = L_12;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___statusDescription_8), (void*)L_12);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_13 = V_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_14 = { reinterpret_cast<intptr_t> (CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_0_0_0_var) };
|
|
Type_t* L_15;
|
|
L_15 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_14, NULL);
|
|
NullCheck(L_13);
|
|
RuntimeObject* L_16;
|
|
L_16 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_13, _stringLiteral8049D653F658649E5B86C363B789CD1A2A2D40A1, L_15, NULL);
|
|
__this->___cookieCollection_4 = ((CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608*)CastclassClass((RuntimeObject*)L_16, CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cookieCollection_4), (void*)((CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608*)CastclassClass((RuntimeObject*)L_16, CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_17 = V_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_18 = { reinterpret_cast<intptr_t> (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_0_0_0_var) };
|
|
Type_t* L_19;
|
|
L_19 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_18, NULL);
|
|
NullCheck(L_17);
|
|
RuntimeObject* L_20;
|
|
L_20 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_17, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, L_19, NULL);
|
|
__this->___version_6 = ((Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)CastclassSealed((RuntimeObject*)L_20, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var));
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___version_6), (void*)((Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)CastclassSealed((RuntimeObject*)L_20, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7_il2cpp_TypeInfo_var)));
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_21 = V_0;
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_22 = { reinterpret_cast<intptr_t> (HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_0_0_0_var) };
|
|
Type_t* L_23;
|
|
L_23 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_22, NULL);
|
|
NullCheck(L_21);
|
|
RuntimeObject* L_24;
|
|
L_24 = SerializationInfo_GetValue_mE6091C2E906E113455D05E734C86F43B8E1D1034(L_21, _stringLiteral441C41FF6E93EA9C63774CA4F33832FA34B8B88D, L_23, NULL);
|
|
__this->___statusCode_7 = ((*(int32_t*)((int32_t*)(int32_t*)UnBox(L_24, HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_il2cpp_TypeInfo_var))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.WebHeaderCollection System.Net.HttpWebResponse::get_Headers()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* HttpWebResponse_get_Headers_mB3888AD82B4F3565A473C62EB89C725B1DCB5A4D (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___webHeaders_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Uri System.Net.HttpWebResponse::get_ResponseUri()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebResponse_get_ResponseUri_m685CEFFDB32B2D352DED9FA8CB4E3B5513AA71CB (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___uri_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.HttpStatusCode System.Net.HttpWebResponse::get_StatusCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t HttpWebResponse_get_StatusCode_mE53A864C0F6C64902E9E0414111C4843D0BF3D02 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___statusCode_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.String System.Net.HttpWebResponse::get_StatusDescription()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* HttpWebResponse_get_StatusDescription_m3C28B4A3A77EAF3AC9ACB30CA5870E3BDE284330 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4(__this, NULL);
|
|
String_t* L_0 = __this->___statusDescription_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.IO.Stream System.Net.HttpWebResponse::GetResponseStream()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* HttpWebResponse_GetResponseStream_m62CB2C514EC40749A8E3CF0A2D29D1CB136CFACA (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral7DAC516092AE075D549759FBFE57497622D29F15);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4(__this, NULL);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___stream_13;
|
|
if (L_0)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var))->___Null_1;
|
|
return L_1;
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
String_t* L_2 = __this->___method_5;
|
|
bool L_3;
|
|
L_3 = String_Equals_mCC34895D0DB2AD440C9D8767032215BC86B5C48B(L_2, _stringLiteral7DAC516092AE075D549759FBFE57497622D29F15, 5, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_4 = ((Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_StaticFields*)il2cpp_codegen_static_fields_for(Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE_il2cpp_TypeInfo_var))->___Null_1;
|
|
return L_4;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_5 = __this->___stream_13;
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::System.Runtime.Serialization.ISerializable.GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_System_Runtime_Serialization_ISerializable_GetObjectData_m5C290981E0AA728B2D9E4DB14122789EA8F157E7 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 L_1 = ___1_streamingContext;
|
|
VirtualActionInvoker2< SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37*, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 >::Invoke(8 /* System.Void System.Net.WebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext) */, __this, L_0, L_1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::GetObjectData(System.Runtime.Serialization.SerializationInfo,System.Runtime.Serialization.StreamingContext)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_GetObjectData_mB6558A01B7A601BDAB1A2C345937B5DDFC2EC3E8 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* ___0_serializationInfo, StreamingContext_t56760522A751890146EE45F82F866B55B7E33677 ___1_streamingContext, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral441C41FF6E93EA9C63774CA4F33832FA34B8B88D);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8049D653F658649E5B86C363B789CD1A2A2D40A1);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralC2CB4DD034B3D49AB04CD71C0A7765711136ACA3);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralCA52E5008EEBDF4E7DA42EF180322C8273112B96);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_0 = ___0_serializationInfo;
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_1 = L_0;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = __this->___uri_2;
|
|
NullCheck(L_1);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_1, _stringLiteral10C63C8C602DD5E38BE4A758C90EBAC324CD3E69, L_2, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_3 = L_1;
|
|
int64_t L_4 = __this->___contentLength_9;
|
|
NullCheck(L_3);
|
|
SerializationInfo_AddValue_m216A4FEE287DCA4612C30DB41571962A584D6324(L_3, _stringLiteralD23E1D8D3BB0A59383DCD9925ED64F3642F85D3F, L_4, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_5 = L_3;
|
|
String_t* L_6 = __this->___contentType_10;
|
|
NullCheck(L_5);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_5, _stringLiteralCA52E5008EEBDF4E7DA42EF180322C8273112B96, L_6, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_7 = L_5;
|
|
String_t* L_8 = __this->___method_5;
|
|
NullCheck(L_7);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_7, _stringLiteral82EA3C9AFC08F0CECEBC1B257606B3106346FCAF, L_8, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_9 = L_7;
|
|
String_t* L_10 = __this->___statusDescription_8;
|
|
NullCheck(L_9);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_9, _stringLiteralC2CB4DD034B3D49AB04CD71C0A7765711136ACA3, L_10, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_11 = L_9;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_12 = __this->___cookieCollection_4;
|
|
NullCheck(L_11);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_11, _stringLiteral8049D653F658649E5B86C363B789CD1A2A2D40A1, L_12, NULL);
|
|
SerializationInfo_t3C47F63E24BEB9FCE2DC6309E027F238DC5C5E37* L_13 = L_11;
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_14 = __this->___version_6;
|
|
NullCheck(L_13);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_13, _stringLiteralD2D2F8D3F9F04A081FFBE6B2AF7917BAAADFC052, L_14, NULL);
|
|
int32_t L_15 = __this->___statusCode_7;
|
|
int32_t L_16 = L_15;
|
|
RuntimeObject* L_17 = Box(HttpStatusCode_t530B6899270B44ED560C3872DB5F9698FB7D7374_il2cpp_TypeInfo_var, &L_16);
|
|
NullCheck(L_13);
|
|
SerializationInfo_AddValue_m28FE9B110F21DDB8FF5F5E35A0EABD659DB22C2F(L_13, _stringLiteral441C41FF6E93EA9C63774CA4F33832FA34B8B88D, L_17, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::Close()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_Close_m335C79B7B3B30A0D7171C48741F46D628E10E23C (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* V_0 = NULL;
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE** L_0 = (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE**)(&__this->___stream_13);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1;
|
|
L_1 = InterlockedExchangeImpl<Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*>(L_0, (Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE*)NULL);
|
|
V_0 = L_1;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0016;
|
|
}
|
|
}
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
VirtualActionInvoker0::Invoke(18 /* System.Void System.IO.Stream::Close() */, L_3);
|
|
}
|
|
|
|
IL_0016:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::System.IDisposable.Dispose()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_System_IDisposable_Dispose_m9D2B039C1D8B4015D6E43455A151EA39E142C703 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
VirtualActionInvoker1< bool >::Invoke(10 /* System.Void System.Net.WebResponse::Dispose(System.Boolean) */, __this, (bool)1);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::Dispose(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_Dispose_m0FF01C40481F4C0BBAB0FC3CE132BAAF6103AD55 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, bool ___0_disposing, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___disposed_12 = (bool)1;
|
|
WebResponse_Dispose_mAACC90307104A5FBE9D417E8E40569C2501D5568(__this, (bool)1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::CheckDisposed()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4 (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___disposed_12;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
{
|
|
Type_t* L_1;
|
|
L_1 = Object_GetType_mE10A8FC1E57F3DF29972CCBC026C2DC3942263B3(__this, NULL);
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_1);
|
|
ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_3 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_3);
|
|
ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_3, L_2, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_3, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&HttpWebResponse_CheckDisposed_mA093612C4AB921FEACAF615EC05A586E90BAAEF4_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.HttpWebResponse::FillCookies()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void HttpWebResponse_FillCookies_m98797F0765051578D6D76731359555CD25E5DB3B (HttpWebResponse_tF287E6CE296D3B6912CDEFEDE8FBF5A27D70AE0A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
String_t* V_0 = NULL;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* V_1 = NULL;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* V_2 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___webHeaders_3;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
V_1 = (CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608*)NULL;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_1 = __this->___webHeaders_3;
|
|
NullCheck(L_1);
|
|
String_t* L_2;
|
|
L_2 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_1, _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109);
|
|
V_0 = L_2;
|
|
String_t* L_3 = V_0;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0038_1;
|
|
}
|
|
}
|
|
{
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_4 = __this->___cookie_container_11;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = __this->___uri_2;
|
|
String_t* L_6 = V_0;
|
|
NullCheck(L_4);
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_7;
|
|
L_7 = CookieContainer_CookieCutter_mAD4338632F2604DEE6710883A6AF2C59897A10BA(L_4, L_5, _stringLiteral5C5EE883BE58477D29789770C77CED0740EA2109, L_6, (bool)0, NULL);
|
|
V_1 = L_7;
|
|
}
|
|
|
|
IL_0038_1:
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_003a;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_003a:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_8 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_003d;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_003d:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_9 = __this->___webHeaders_3;
|
|
NullCheck(L_9);
|
|
String_t* L_10;
|
|
L_10 = VirtualFuncInvoker1< String_t*, String_t* >::Invoke(16 /* System.String System.Collections.Specialized.NameValueCollection::Get(System.String) */, L_9, _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759);
|
|
V_0 = L_10;
|
|
String_t* L_11 = V_0;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0081_1;
|
|
}
|
|
}
|
|
{
|
|
CookieContainer_t54CCEBC3470E5D0699BB17928C171D7AFCA7614E* L_12 = __this->___cookie_container_11;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = __this->___uri_2;
|
|
String_t* L_14 = V_0;
|
|
NullCheck(L_12);
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_15;
|
|
L_15 = CookieContainer_CookieCutter_mAD4338632F2604DEE6710883A6AF2C59897A10BA(L_12, L_13, _stringLiteralE8258FE4B53775D781FF54E8010D50E54F753759, L_14, (bool)0, NULL);
|
|
V_2 = L_15;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_16 = V_1;
|
|
if (!L_16)
|
|
{
|
|
goto IL_007f_1;
|
|
}
|
|
}
|
|
{
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = CookieCollection_get_Count_m1D34E6D268DF9BDE18D7C8B3458E511F370C44A0(L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_007f_1;
|
|
}
|
|
}
|
|
{
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_19 = V_1;
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_20 = V_2;
|
|
NullCheck(L_19);
|
|
CookieCollection_Add_mFF9A879B83B84C060328C98921C90EBFE78A4F81(L_19, L_20, NULL);
|
|
goto IL_0081_1;
|
|
}
|
|
|
|
IL_007f_1:
|
|
{
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_21 = V_2;
|
|
V_1 = L_21;
|
|
}
|
|
|
|
IL_0081_1:
|
|
{
|
|
goto IL_0086;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0083;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0083:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_22 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0086;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0086:
|
|
{
|
|
CookieCollection_tB62B610A8E70C48DC8854F3D27BA916AF21D6608* L_23 = V_1;
|
|
__this->___cookieCollection_4 = L_23;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___cookieCollection_4), (void*)L_23);
|
|
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.MonoChunkParser::.ctor(System.Net.WebHeaderCollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser__ctor_mCABFD3DD735C12C8237F6EDFFB56A8E835C7B2FC (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___0_headers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringBuilder_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = ___0_headers;
|
|
__this->___headers_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___headers_0), (void*)L_0);
|
|
StringBuilder_t* L_1 = (StringBuilder_t*)il2cpp_codegen_object_new(StringBuilder_t_il2cpp_TypeInfo_var);
|
|
NullCheck(L_1);
|
|
StringBuilder__ctor_m1D99713357DE05DAFA296633639DB55F8C30587D(L_1, NULL);
|
|
__this->___saved_5 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___saved_5), (void*)L_1);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = (ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A*)il2cpp_codegen_object_new(ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
ArrayList__ctor_m07DC369002304B483B9FC41DBDAF4A25AC3C9F80(L_2, NULL);
|
|
__this->___chunks_9 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___chunks_9), (void*)L_2);
|
|
__this->___chunkSize_1 = (-1);
|
|
__this->___totalWritten_3 = 0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.MonoChunkParser::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_Read_m3F9554032DBFDA7B572D189DFD282C2D4E1DE5B7 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
int32_t L_1 = ___1_offset;
|
|
int32_t L_2 = ___2_size;
|
|
int32_t L_3;
|
|
L_3 = MonoChunkParser_ReadFromChunks_m03DFCEF9265CD54BCA31848CACBA01C168691C41(__this, L_0, L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.MonoChunkParser::ReadFromChunks(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadFromChunks_m03DFCEF9265CD54BCA31848CACBA01C168691C41 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_mCAAB9E245CB6839915C2EDB6BFD9C77AFBA19217_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_m3D392F22FDC3FFF4340F92ABD119AB3B7657B959_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m324E40306EBAE67BC4E8285BD35A91BAB747AE97_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m57FFD1C1B440CC18A624177A0D3813DFDC58B05A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_GetEnumerator_m75EE52322291E4DD32D70CD362B953B5EC7A4900_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_mE4D47C6F03E1D4F26CFC62BB49DABBB05041C86E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_tFE251079CA636CBB13248E566FEF747F975C540B_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
List_1_tFE251079CA636CBB13248E566FEF747F975C540B* V_2 = NULL;
|
|
int32_t V_3 = 0;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* V_4 = NULL;
|
|
Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* V_6 = NULL;
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___chunks_9;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
int32_t L_2 = V_0;
|
|
List_1_tFE251079CA636CBB13248E566FEF747F975C540B* L_3 = (List_1_tFE251079CA636CBB13248E566FEF747F975C540B*)il2cpp_codegen_object_new(List_1_tFE251079CA636CBB13248E566FEF747F975C540B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_3);
|
|
List_1__ctor_mE4D47C6F03E1D4F26CFC62BB49DABBB05041C86E(L_3, L_2, List_1__ctor_mE4D47C6F03E1D4F26CFC62BB49DABBB05041C86E_RuntimeMethod_var);
|
|
V_2 = L_3;
|
|
V_3 = 0;
|
|
goto IL_0061;
|
|
}
|
|
|
|
IL_0019:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_4 = __this->___chunks_9;
|
|
int32_t L_5 = V_3;
|
|
NullCheck(L_4);
|
|
RuntimeObject* L_6;
|
|
L_6 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_4, L_5);
|
|
V_4 = ((Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731*)CastclassClass((RuntimeObject*)L_6, Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var));
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_7 = V_4;
|
|
NullCheck(L_7);
|
|
int32_t L_8 = L_7->___Offset_1;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_9 = V_4;
|
|
NullCheck(L_9);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = L_9->___Bytes_0;
|
|
NullCheck(L_10);
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)(((RuntimeArray*)L_10)->max_length))))))
|
|
{
|
|
goto IL_0048;
|
|
}
|
|
}
|
|
{
|
|
List_1_tFE251079CA636CBB13248E566FEF747F975C540B* L_11 = V_2;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_12 = V_4;
|
|
NullCheck(L_11);
|
|
List_1_Add_m57FFD1C1B440CC18A624177A0D3813DFDC58B05A_inline(L_11, L_12, List_1_Add_m57FFD1C1B440CC18A624177A0D3813DFDC58B05A_RuntimeMethod_var);
|
|
goto IL_005d;
|
|
}
|
|
|
|
IL_0048:
|
|
{
|
|
int32_t L_13 = V_1;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_14 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_15 = ___0_buffer;
|
|
int32_t L_16 = ___1_offset;
|
|
int32_t L_17 = V_1;
|
|
int32_t L_18 = ___2_size;
|
|
int32_t L_19 = V_1;
|
|
NullCheck(L_14);
|
|
int32_t L_20;
|
|
L_20 = Chunk_Read_m58395C2C58584D9CB2EBD924B2133CB802515D8C(L_14, L_15, ((int32_t)il2cpp_codegen_add(L_16, L_17)), ((int32_t)il2cpp_codegen_subtract(L_18, L_19)), NULL);
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_13, L_20));
|
|
int32_t L_21 = V_1;
|
|
int32_t L_22 = ___2_size;
|
|
if ((((int32_t)L_21) == ((int32_t)L_22)))
|
|
{
|
|
goto IL_0065;
|
|
}
|
|
}
|
|
|
|
IL_005d:
|
|
{
|
|
int32_t L_23 = V_3;
|
|
V_3 = ((int32_t)il2cpp_codegen_add(L_23, 1));
|
|
}
|
|
|
|
IL_0061:
|
|
{
|
|
int32_t L_24 = V_3;
|
|
int32_t L_25 = V_0;
|
|
if ((((int32_t)L_24) < ((int32_t)L_25)))
|
|
{
|
|
goto IL_0019;
|
|
}
|
|
}
|
|
|
|
IL_0065:
|
|
{
|
|
List_1_tFE251079CA636CBB13248E566FEF747F975C540B* L_26 = V_2;
|
|
NullCheck(L_26);
|
|
Enumerator_t2BF320F4DDF37BD7DB92FD0BA09C617696A9D160 L_27;
|
|
L_27 = List_1_GetEnumerator_m75EE52322291E4DD32D70CD362B953B5EC7A4900(L_26, List_1_GetEnumerator_m75EE52322291E4DD32D70CD362B953B5EC7A4900_RuntimeMethod_var);
|
|
V_5 = L_27;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0090:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_mCAAB9E245CB6839915C2EDB6BFD9C77AFBA19217((&V_5), Enumerator_Dispose_mCAAB9E245CB6839915C2EDB6BFD9C77AFBA19217_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0085_1;
|
|
}
|
|
|
|
IL_006f_1:
|
|
{
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_28;
|
|
L_28 = Enumerator_get_Current_m324E40306EBAE67BC4E8285BD35A91BAB747AE97_inline((&V_5), Enumerator_get_Current_m324E40306EBAE67BC4E8285BD35A91BAB747AE97_RuntimeMethod_var);
|
|
V_6 = L_28;
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_29 = __this->___chunks_9;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_30 = V_6;
|
|
NullCheck(L_29);
|
|
VirtualActionInvoker1< RuntimeObject* >::Invoke(41 /* System.Void System.Collections.ArrayList::Remove(System.Object) */, L_29, L_30);
|
|
}
|
|
|
|
IL_0085_1:
|
|
{
|
|
bool L_31;
|
|
L_31 = Enumerator_MoveNext_m3D392F22FDC3FFF4340F92ABD119AB3B7657B959((&V_5), Enumerator_MoveNext_m3D392F22FDC3FFF4340F92ABD119AB3B7657B959_RuntimeMethod_var);
|
|
if (L_31)
|
|
{
|
|
goto IL_006f_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_009e;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_009e:
|
|
{
|
|
int32_t L_32 = V_1;
|
|
return L_32;
|
|
}
|
|
}
|
|
// System.Void System.Net.MonoChunkParser::Write(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser_Write_m145DB82D44611388CB30606DD673828CEDEFFB6D (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = ___1_offset;
|
|
int32_t L_1 = ___2_size;
|
|
if ((((int32_t)L_0) >= ((int32_t)L_1)))
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_buffer;
|
|
int32_t L_3 = ___2_size;
|
|
MonoChunkParser_InternalWrite_m544BB0CCF81A6619992EA8B0B63665EDEDA9A2E6(__this, L_2, (&___1_offset), L_3, NULL);
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.MonoChunkParser::InternalWrite(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser_InternalWrite_m544BB0CCF81A6619992EA8B0B63665EDEDA9A2E6 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___state_4;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0011;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = __this->___state_4;
|
|
if ((!(((uint32_t)L_1) == ((uint32_t)1))))
|
|
{
|
|
goto IL_0044;
|
|
}
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = ___0_buffer;
|
|
int32_t* L_3 = ___1_offset;
|
|
int32_t L_4 = ___2_size;
|
|
int32_t L_5;
|
|
L_5 = MonoChunkParser_GetChunkSize_mB8A77A08E1387E7CCA51EA125262AC27D8BB4BB7(__this, L_2, L_3, L_4, NULL);
|
|
__this->___state_4 = L_5;
|
|
int32_t L_6 = __this->___state_4;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)1))))
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
StringBuilder_t* L_7 = __this->___saved_5;
|
|
NullCheck(L_7);
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_7, 0, NULL);
|
|
__this->___sawCR_6 = (bool)0;
|
|
__this->___gotit_7 = (bool)0;
|
|
}
|
|
|
|
IL_0044:
|
|
{
|
|
int32_t L_8 = __this->___state_4;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)2))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_9 = ___1_offset;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
int32_t L_11 = ___2_size;
|
|
if ((((int32_t)L_10) >= ((int32_t)L_11)))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_12 = ___0_buffer;
|
|
int32_t* L_13 = ___1_offset;
|
|
int32_t L_14 = ___2_size;
|
|
int32_t L_15;
|
|
L_15 = MonoChunkParser_ReadBody_m93D35823B4D83B0F2FC9C8C3DB87CB372C3B02E3(__this, L_12, L_13, L_14, NULL);
|
|
__this->___state_4 = L_15;
|
|
int32_t L_16 = __this->___state_4;
|
|
if ((!(((uint32_t)L_16) == ((uint32_t)2))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_17 = __this->___state_4;
|
|
if ((!(((uint32_t)L_17) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_18 = ___1_offset;
|
|
int32_t L_19 = *((int32_t*)L_18);
|
|
int32_t L_20 = ___2_size;
|
|
if ((((int32_t)L_19) >= ((int32_t)L_20)))
|
|
{
|
|
goto IL_0099;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_21 = ___0_buffer;
|
|
int32_t* L_22 = ___1_offset;
|
|
int32_t L_23 = ___2_size;
|
|
int32_t L_24;
|
|
L_24 = MonoChunkParser_ReadCRLF_mE05263232BACE92919ACC32B935B5D49E5345A72(__this, L_21, L_22, L_23, NULL);
|
|
__this->___state_4 = L_24;
|
|
int32_t L_25 = __this->___state_4;
|
|
if ((!(((uint32_t)L_25) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0092;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0092:
|
|
{
|
|
__this->___sawCR_6 = (bool)0;
|
|
}
|
|
|
|
IL_0099:
|
|
{
|
|
int32_t L_26 = __this->___state_4;
|
|
if ((!(((uint32_t)L_26) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_27 = ___1_offset;
|
|
int32_t L_28 = *((int32_t*)L_27);
|
|
int32_t L_29 = ___2_size;
|
|
if ((((int32_t)L_28) >= ((int32_t)L_29)))
|
|
{
|
|
goto IL_00da;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_30 = ___0_buffer;
|
|
int32_t* L_31 = ___1_offset;
|
|
int32_t L_32 = ___2_size;
|
|
int32_t L_33;
|
|
L_33 = MonoChunkParser_ReadTrailer_mB7B2A6AAB781D5387B7E89B3BC09A6EC8257CCB5(__this, L_30, L_31, L_32, NULL);
|
|
__this->___state_4 = L_33;
|
|
int32_t L_34 = __this->___state_4;
|
|
if ((!(((uint32_t)L_34) == ((uint32_t)4))))
|
|
{
|
|
goto IL_00c0;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_00c0:
|
|
{
|
|
StringBuilder_t* L_35 = __this->___saved_5;
|
|
NullCheck(L_35);
|
|
StringBuilder_set_Length_mE2427BDAEF91C4E4A6C80F3BDF1F6E01DBCC2414(L_35, 0, NULL);
|
|
__this->___sawCR_6 = (bool)0;
|
|
__this->___gotit_7 = (bool)0;
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
int32_t* L_36 = ___1_offset;
|
|
int32_t L_37 = *((int32_t*)L_36);
|
|
int32_t L_38 = ___2_size;
|
|
if ((((int32_t)L_37) >= ((int32_t)L_38)))
|
|
{
|
|
goto IL_00e8;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_39 = ___0_buffer;
|
|
int32_t* L_40 = ___1_offset;
|
|
int32_t L_41 = ___2_size;
|
|
MonoChunkParser_InternalWrite_m544BB0CCF81A6619992EA8B0B63665EDEDA9A2E6(__this, L_39, L_40, L_41, NULL);
|
|
}
|
|
|
|
IL_00e8:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.MonoChunkParser::get_WantMore()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkParser_get_WantMore_m12B048EA10938EC3FFBB303D961D3C19B26A7333 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___chunkRead_2;
|
|
int32_t L_1 = __this->___chunkSize_1;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)L_1))))
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_2 = __this->___chunkSize_1;
|
|
if (L_2)
|
|
{
|
|
goto IL_0020;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = __this->___state_4;
|
|
return (bool)((!(((uint32_t)L_3) <= ((uint32_t)0)))? 1 : 0);
|
|
}
|
|
|
|
IL_0020:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.MonoChunkParser::get_DataAvailable()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool MonoChunkParser_get_DataAvailable_m08E6D6F248A9AEF3E8378872C69DE0B768F0FEAC (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
int32_t V_1 = 0;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* V_2 = NULL;
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_0 = __this->___chunks_9;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = VirtualFuncInvoker0< int32_t >::Invoke(22 /* System.Int32 System.Collections.ArrayList::get_Count() */, L_0);
|
|
V_0 = L_1;
|
|
V_1 = 0;
|
|
goto IL_0057;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_2 = __this->___chunks_9;
|
|
int32_t L_3 = V_1;
|
|
NullCheck(L_2);
|
|
RuntimeObject* L_4;
|
|
L_4 = VirtualFuncInvoker1< RuntimeObject*, int32_t >::Invoke(27 /* System.Object System.Collections.ArrayList::get_Item(System.Int32) */, L_2, L_3);
|
|
V_2 = ((Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731*)CastclassClass((RuntimeObject*)L_4, Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var));
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_5 = V_2;
|
|
if (!L_5)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_6 = V_2;
|
|
NullCheck(L_6);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = L_6->___Bytes_0;
|
|
if (!L_7)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_8 = V_2;
|
|
NullCheck(L_8);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = L_8->___Bytes_0;
|
|
NullCheck(L_9);
|
|
if (!(((RuntimeArray*)L_9)->max_length))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_10 = V_2;
|
|
NullCheck(L_10);
|
|
int32_t L_11 = L_10->___Offset_1;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_12 = V_2;
|
|
NullCheck(L_12);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = L_12->___Bytes_0;
|
|
NullCheck(L_13);
|
|
if ((((int32_t)L_11) >= ((int32_t)((int32_t)(((RuntimeArray*)L_13)->max_length)))))
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_14 = __this->___state_4;
|
|
return (bool)((((int32_t)((((int32_t)L_14) == ((int32_t)2))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
int32_t L_15 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_15, 1));
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
int32_t L_16 = V_1;
|
|
int32_t L_17 = V_0;
|
|
if ((((int32_t)L_16) < ((int32_t)L_17)))
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.MonoChunkParser::get_ChunkLeft()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_get_ChunkLeft_m20470AC1F8B0AFE14B4F9A61DB5B90F38E358ABB (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___chunkSize_1;
|
|
int32_t L_1 = __this->___chunkRead_2;
|
|
return ((int32_t)il2cpp_codegen_subtract(L_0, L_1));
|
|
}
|
|
}
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::ReadBody(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadBody_m93D35823B4D83B0F2FC9C8C3DB87CB372C3B02E3 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_1 = NULL;
|
|
{
|
|
int32_t L_0 = __this->___chunkSize_1;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
int32_t L_1 = ___2_size;
|
|
int32_t* L_2 = ___1_offset;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_1, L_3));
|
|
int32_t L_4 = V_0;
|
|
int32_t L_5 = __this->___chunkRead_2;
|
|
int32_t L_6 = __this->___chunkSize_1;
|
|
if ((((int32_t)((int32_t)il2cpp_codegen_add(L_4, L_5))) <= ((int32_t)L_6)))
|
|
{
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = __this->___chunkSize_1;
|
|
int32_t L_8 = __this->___chunkRead_2;
|
|
V_0 = ((int32_t)il2cpp_codegen_subtract(L_7, L_8));
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
int32_t L_9 = V_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_9);
|
|
V_1 = L_10;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_11 = ___0_buffer;
|
|
int32_t* L_12 = ___1_offset;
|
|
int32_t L_13 = *((int32_t*)L_12);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = V_1;
|
|
int32_t L_15 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_11, L_13, (RuntimeArray*)L_14, 0, L_15, NULL);
|
|
ArrayList_t7A8E5AF0C4378015B5731ABE2BED8F2782FEEF8A* L_16 = __this->___chunks_9;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_17 = V_1;
|
|
Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* L_18 = (Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731*)il2cpp_codegen_object_new(Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
Chunk__ctor_m9C28CB1A73A3369E7F175094329EE84ADD907B81(L_18, L_17, NULL);
|
|
NullCheck(L_16);
|
|
int32_t L_19;
|
|
L_19 = VirtualFuncInvoker1< int32_t, RuntimeObject* >::Invoke(29 /* System.Int32 System.Collections.ArrayList::Add(System.Object) */, L_16, L_18);
|
|
int32_t* L_20 = ___1_offset;
|
|
int32_t* L_21 = ___1_offset;
|
|
int32_t L_22 = *((int32_t*)L_21);
|
|
int32_t L_23 = V_0;
|
|
*((int32_t*)L_20) = (int32_t)((int32_t)il2cpp_codegen_add(L_22, L_23));
|
|
int32_t L_24 = __this->___chunkRead_2;
|
|
int32_t L_25 = V_0;
|
|
__this->___chunkRead_2 = ((int32_t)il2cpp_codegen_add(L_24, L_25));
|
|
int32_t L_26 = __this->___totalWritten_3;
|
|
int32_t L_27 = V_0;
|
|
__this->___totalWritten_3 = ((int32_t)il2cpp_codegen_add(L_26, L_27));
|
|
int32_t L_28 = __this->___chunkRead_2;
|
|
int32_t L_29 = __this->___chunkSize_1;
|
|
if ((((int32_t)L_28) == ((int32_t)L_29)))
|
|
{
|
|
goto IL_0083;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
|
|
IL_0083:
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
}
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::GetChunkSize(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_GetChunkSize_mB8A77A08E1387E7CCA51EA125262AC27D8BB4BB7 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
__this->___chunkRead_2 = 0;
|
|
__this->___chunkSize_1 = 0;
|
|
V_0 = 0;
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
int32_t* L_1 = ___1_offset;
|
|
int32_t* L_2 = ___1_offset;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
V_1 = L_3;
|
|
int32_t L_4 = V_1;
|
|
*((int32_t*)L_1) = (int32_t)((int32_t)il2cpp_codegen_add(L_4, 1));
|
|
int32_t L_5 = V_1;
|
|
NullCheck(L_0);
|
|
int32_t L_6 = L_5;
|
|
uint8_t L_7 = (L_0)->GetAt(static_cast<il2cpp_array_size_t>(L_6));
|
|
V_0 = L_7;
|
|
Il2CppChar L_8 = V_0;
|
|
if ((!(((uint32_t)L_8) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
bool L_9 = __this->___sawCR_6;
|
|
if (!L_9)
|
|
{
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteral53786921F1AD5D172D1CE8526E26E0A3D7913514, NULL);
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
__this->___sawCR_6 = (bool)1;
|
|
goto IL_0085;
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
bool L_10 = __this->___sawCR_6;
|
|
if (!L_10)
|
|
{
|
|
goto IL_004b;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_11 = V_0;
|
|
if ((((int32_t)L_11) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_008a;
|
|
}
|
|
}
|
|
|
|
IL_004b:
|
|
{
|
|
Il2CppChar L_12 = V_0;
|
|
if ((!(((uint32_t)L_12) == ((uint32_t)((int32_t)32)))))
|
|
{
|
|
goto IL_0057;
|
|
}
|
|
}
|
|
{
|
|
__this->___gotit_7 = (bool)1;
|
|
}
|
|
|
|
IL_0057:
|
|
{
|
|
bool L_13 = __this->___gotit_7;
|
|
if (L_13)
|
|
{
|
|
goto IL_006c;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_14 = __this->___saved_5;
|
|
Il2CppChar L_15 = V_0;
|
|
NullCheck(L_14);
|
|
StringBuilder_t* L_16;
|
|
L_16 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_14, L_15, NULL);
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
StringBuilder_t* L_17 = __this->___saved_5;
|
|
NullCheck(L_17);
|
|
int32_t L_18;
|
|
L_18 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_17, NULL);
|
|
if ((((int32_t)L_18) <= ((int32_t)((int32_t)20))))
|
|
{
|
|
goto IL_0085;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteral3CCE5D845BBEE6292F6A3AB608263498E949E9D9, NULL);
|
|
}
|
|
|
|
IL_0085:
|
|
{
|
|
int32_t* L_19 = ___1_offset;
|
|
int32_t L_20 = *((int32_t*)L_19);
|
|
int32_t L_21 = ___2_size;
|
|
if ((((int32_t)L_20) < ((int32_t)L_21)))
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
|
|
IL_008a:
|
|
{
|
|
bool L_22 = __this->___sawCR_6;
|
|
if (!L_22)
|
|
{
|
|
goto IL_0097;
|
|
}
|
|
}
|
|
{
|
|
Il2CppChar L_23 = V_0;
|
|
if ((((int32_t)L_23) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_00e6;
|
|
}
|
|
}
|
|
|
|
IL_0097:
|
|
{
|
|
int32_t* L_24 = ___1_offset;
|
|
int32_t L_25 = *((int32_t*)L_24);
|
|
int32_t L_26 = ___2_size;
|
|
if ((((int32_t)L_25) >= ((int32_t)L_26)))
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteral979BC2B542E7AF134EC213020BB5DF6FE843A685, NULL);
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
StringBuilder_t* L_27 = __this->___saved_5;
|
|
NullCheck(L_27);
|
|
int32_t L_28;
|
|
L_28 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_27, NULL);
|
|
if ((((int32_t)L_28) <= ((int32_t)0)))
|
|
{
|
|
goto IL_00d5_1;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_29 = __this->___saved_5;
|
|
NullCheck(L_29);
|
|
String_t* L_30;
|
|
L_30 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_29);
|
|
String_t* L_31;
|
|
L_31 = MonoChunkParser_RemoveChunkExtension_mD4B40A2E83408C7F2153C7E82AE01BF7C636E688(L_30, NULL);
|
|
int32_t L_32;
|
|
L_32 = Int32_Parse_mF336325913DF125A6F8F05F2909E3AFB0D73830E(L_31, ((int32_t)515), NULL);
|
|
__this->___chunkSize_1 = L_32;
|
|
}
|
|
|
|
IL_00d5_1:
|
|
{
|
|
goto IL_00e4;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00d7;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00d7:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_33 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67921229B6193521250B21AF59D7AC8F873790B9)), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00e4;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00e4:
|
|
{
|
|
return (int32_t)(1);
|
|
}
|
|
|
|
IL_00e6:
|
|
{
|
|
__this->___chunkRead_2 = 0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
StringBuilder_t* L_34 = __this->___saved_5;
|
|
NullCheck(L_34);
|
|
String_t* L_35;
|
|
L_35 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_34);
|
|
String_t* L_36;
|
|
L_36 = MonoChunkParser_RemoveChunkExtension_mD4B40A2E83408C7F2153C7E82AE01BF7C636E688(L_35, NULL);
|
|
int32_t L_37;
|
|
L_37 = Int32_Parse_mF336325913DF125A6F8F05F2909E3AFB0D73830E(L_36, ((int32_t)515), NULL);
|
|
__this->___chunkSize_1 = L_37;
|
|
goto IL_011c;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_010f;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_010f:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_38 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral67921229B6193521250B21AF59D7AC8F873790B9)), NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_011c;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_011c:
|
|
{
|
|
int32_t L_39 = __this->___chunkSize_1;
|
|
if (L_39)
|
|
{
|
|
goto IL_012d;
|
|
}
|
|
}
|
|
{
|
|
__this->___trailerState_8 = 2;
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_012d:
|
|
{
|
|
return (int32_t)(2);
|
|
}
|
|
}
|
|
// System.String System.Net.MonoChunkParser::RemoveChunkExtension(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* MonoChunkParser_RemoveChunkExtension_mD4B40A2E83408C7F2153C7E82AE01BF7C636E688 (String_t* ___0_input, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
{
|
|
String_t* L_0 = ___0_input;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = String_IndexOf_mE21E78F35EF4A7768E385A72814C88D22B689966(L_0, ((int32_t)59), NULL);
|
|
V_0 = L_1;
|
|
int32_t L_2 = V_0;
|
|
if ((!(((uint32_t)L_2) == ((uint32_t)(-1)))))
|
|
{
|
|
goto IL_000f;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_3 = ___0_input;
|
|
return L_3;
|
|
}
|
|
|
|
IL_000f:
|
|
{
|
|
String_t* L_4 = ___0_input;
|
|
int32_t L_5 = V_0;
|
|
NullCheck(L_4);
|
|
String_t* L_6;
|
|
L_6 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_4, 0, L_5, NULL);
|
|
return L_6;
|
|
}
|
|
}
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::ReadCRLF(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadCRLF_mE05263232BACE92919ACC32B935B5D49E5345A72 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
bool L_0 = __this->___sawCR_6;
|
|
if (L_0)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer;
|
|
int32_t* L_2 = ___1_offset;
|
|
int32_t* L_3 = ___1_offset;
|
|
int32_t L_4 = *((int32_t*)L_3);
|
|
V_0 = L_4;
|
|
int32_t L_5 = V_0;
|
|
*((int32_t*)L_2) = (int32_t)((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
int32_t L_6 = V_0;
|
|
NullCheck(L_1);
|
|
int32_t L_7 = L_6;
|
|
uint8_t L_8 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_7));
|
|
if ((((int32_t)L_8) == ((int32_t)((int32_t)13))))
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteral8E1A1E5945048F0A93714B01CCB25B74F3B5E8AB, NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
__this->___sawCR_6 = (bool)1;
|
|
int32_t* L_9 = ___1_offset;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
int32_t L_11 = ___2_size;
|
|
if ((!(((uint32_t)L_10) == ((uint32_t)L_11))))
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
return (int32_t)(3);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_12 = __this->___sawCR_6;
|
|
if (!L_12)
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___0_buffer;
|
|
int32_t* L_14 = ___1_offset;
|
|
int32_t* L_15 = ___1_offset;
|
|
int32_t L_16 = *((int32_t*)L_15);
|
|
V_0 = L_16;
|
|
int32_t L_17 = V_0;
|
|
*((int32_t*)L_14) = (int32_t)((int32_t)il2cpp_codegen_add(L_17, 1));
|
|
int32_t L_18 = V_0;
|
|
NullCheck(L_13);
|
|
int32_t L_19 = L_18;
|
|
uint8_t L_20 = (L_13)->GetAt(static_cast<il2cpp_array_size_t>(L_19));
|
|
if ((((int32_t)L_20) == ((int32_t)((int32_t)10))))
|
|
{
|
|
goto IL_0050;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteral586F383F16AFD38E91989C32484F444ACCEE3FB0, NULL);
|
|
}
|
|
|
|
IL_0050:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Net.MonoChunkParser/State System.Net.MonoChunkParser::ReadTrailer(System.Byte[],System.Int32&,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t MonoChunkParser_ReadTrailer_mB7B2A6AAB781D5387B7E89B3BC09A6EC8257CCB5 (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t* ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Il2CppChar V_0 = 0x0;
|
|
int32_t V_1 = 0;
|
|
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* V_2 = NULL;
|
|
String_t* V_3 = NULL;
|
|
int32_t V_4 = 0;
|
|
{
|
|
V_0 = 0;
|
|
int32_t L_0 = __this->___trailerState_8;
|
|
if ((!(((uint32_t)L_0) == ((uint32_t)2))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_buffer;
|
|
int32_t* L_2 = ___1_offset;
|
|
int32_t L_3 = *((int32_t*)L_2);
|
|
NullCheck(L_1);
|
|
int32_t L_4 = L_3;
|
|
uint8_t L_5 = (L_1)->GetAt(static_cast<il2cpp_array_size_t>(L_4));
|
|
if ((!(((uint32_t)L_5) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_6 = __this->___saved_5;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_6, NULL);
|
|
if (L_7)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_8 = ___1_offset;
|
|
int32_t* L_9 = ___1_offset;
|
|
int32_t L_10 = *((int32_t*)L_9);
|
|
*((int32_t*)L_8) = (int32_t)((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
int32_t* L_11 = ___1_offset;
|
|
int32_t L_12 = *((int32_t*)L_11);
|
|
int32_t L_13 = ___2_size;
|
|
if ((((int32_t)L_12) >= ((int32_t)L_13)))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_14 = ___0_buffer;
|
|
int32_t* L_15 = ___1_offset;
|
|
int32_t L_16 = *((int32_t*)L_15);
|
|
NullCheck(L_14);
|
|
int32_t L_17 = L_16;
|
|
uint8_t L_18 = (L_14)->GetAt(static_cast<il2cpp_array_size_t>(L_17));
|
|
if ((!(((uint32_t)L_18) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_003b;
|
|
}
|
|
}
|
|
{
|
|
int32_t* L_19 = ___1_offset;
|
|
int32_t* L_20 = ___1_offset;
|
|
int32_t L_21 = *((int32_t*)L_20);
|
|
*((int32_t*)L_19) = (int32_t)((int32_t)il2cpp_codegen_add(L_21, 1));
|
|
return (int32_t)(0);
|
|
}
|
|
|
|
IL_003b:
|
|
{
|
|
int32_t* L_22 = ___1_offset;
|
|
int32_t* L_23 = ___1_offset;
|
|
int32_t L_24 = *((int32_t*)L_23);
|
|
*((int32_t*)L_22) = (int32_t)((int32_t)il2cpp_codegen_subtract(L_24, 1));
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
int32_t L_25 = __this->___trailerState_8;
|
|
V_1 = L_25;
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_004a:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_26 = ___0_buffer;
|
|
int32_t* L_27 = ___1_offset;
|
|
int32_t* L_28 = ___1_offset;
|
|
int32_t L_29 = *((int32_t*)L_28);
|
|
V_4 = L_29;
|
|
int32_t L_30 = V_4;
|
|
*((int32_t*)L_27) = (int32_t)((int32_t)il2cpp_codegen_add(L_30, 1));
|
|
int32_t L_31 = V_4;
|
|
NullCheck(L_26);
|
|
int32_t L_32 = L_31;
|
|
uint8_t L_33 = (L_26)->GetAt(static_cast<il2cpp_array_size_t>(L_32));
|
|
V_0 = L_33;
|
|
int32_t L_34 = V_1;
|
|
if (!L_34)
|
|
{
|
|
goto IL_0060;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_35 = V_1;
|
|
if ((!(((uint32_t)L_35) == ((uint32_t)2))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
|
|
IL_0060:
|
|
{
|
|
Il2CppChar L_36 = V_0;
|
|
if ((!(((uint32_t)L_36) == ((uint32_t)((int32_t)13)))))
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_37 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_37, 1));
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
int32_t L_38 = V_1;
|
|
if ((((int32_t)L_38) == ((int32_t)1)))
|
|
{
|
|
goto IL_0073;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_39 = V_1;
|
|
if ((!(((uint32_t)L_39) == ((uint32_t)3))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
|
|
IL_0073:
|
|
{
|
|
Il2CppChar L_40 = V_0;
|
|
if ((!(((uint32_t)L_40) == ((uint32_t)((int32_t)10)))))
|
|
{
|
|
goto IL_007e;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_41 = V_1;
|
|
V_1 = ((int32_t)il2cpp_codegen_add(L_41, 1));
|
|
goto IL_00ad;
|
|
}
|
|
|
|
IL_007e:
|
|
{
|
|
int32_t L_42 = V_1;
|
|
if ((((int32_t)L_42) < ((int32_t)0)))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
StringBuilder_t* L_43 = __this->___saved_5;
|
|
Il2CppChar L_44 = V_0;
|
|
NullCheck(L_43);
|
|
StringBuilder_t* L_45;
|
|
L_45 = StringBuilder_Append_m71228B30F05724CD2CD96D9611DCD61BFB96A6E1(L_43, L_44, NULL);
|
|
V_1 = 0;
|
|
StringBuilder_t* L_46 = __this->___saved_5;
|
|
NullCheck(L_46);
|
|
int32_t L_47;
|
|
L_47 = StringBuilder_get_Length_mDEA041E7357C68CC3B5885276BB403676DAAE0D8(L_46, NULL);
|
|
if ((((int32_t)L_47) <= ((int32_t)((int32_t)4196))))
|
|
{
|
|
goto IL_00ad;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteral3CD75B0CA0355471E3BE304EAA59F1C7068E0A14, NULL);
|
|
}
|
|
|
|
IL_00ad:
|
|
{
|
|
int32_t* L_48 = ___1_offset;
|
|
int32_t L_49 = *((int32_t*)L_48);
|
|
int32_t L_50 = ___2_size;
|
|
if ((((int32_t)L_49) >= ((int32_t)L_50)))
|
|
{
|
|
goto IL_00b6;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_51 = V_1;
|
|
if ((((int32_t)L_51) < ((int32_t)4)))
|
|
{
|
|
goto IL_004a;
|
|
}
|
|
}
|
|
|
|
IL_00b6:
|
|
{
|
|
int32_t L_52 = V_1;
|
|
if ((((int32_t)L_52) >= ((int32_t)4)))
|
|
{
|
|
goto IL_00d2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_53 = V_1;
|
|
__this->___trailerState_8 = L_53;
|
|
int32_t* L_54 = ___1_offset;
|
|
int32_t L_55 = *((int32_t*)L_54);
|
|
int32_t L_56 = ___2_size;
|
|
if ((((int32_t)L_55) >= ((int32_t)L_56)))
|
|
{
|
|
goto IL_00d0;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8(_stringLiteralB44BC866BCF32F61826D77340C1B8702E45E593C, NULL);
|
|
}
|
|
|
|
IL_00d0:
|
|
{
|
|
return (int32_t)(4);
|
|
}
|
|
|
|
IL_00d2:
|
|
{
|
|
StringBuilder_t* L_57 = __this->___saved_5;
|
|
NullCheck(L_57);
|
|
String_t* L_58;
|
|
L_58 = VirtualFuncInvoker0< String_t* >::Invoke(3 /* System.String System.Object::ToString() */, L_57);
|
|
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_59 = (StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8*)il2cpp_codegen_object_new(StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8_il2cpp_TypeInfo_var);
|
|
NullCheck(L_59);
|
|
StringReader__ctor_m72556EC1062F49E05CF41B0825AC7FA2DB2A81C0(L_59, L_58, NULL);
|
|
V_2 = L_59;
|
|
goto IL_00f1;
|
|
}
|
|
|
|
IL_00e5:
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_60 = __this->___headers_0;
|
|
String_t* L_61 = V_3;
|
|
NullCheck(L_60);
|
|
WebHeaderCollection_Add_m9A3740A95FB8359CB0B56367D2E19E8C3CD77EDC(L_60, L_61, NULL);
|
|
}
|
|
|
|
IL_00f1:
|
|
{
|
|
StringReader_t1A336148FF22A9584E759A9D720CC96C23E35DD8* L_62 = V_2;
|
|
NullCheck(L_62);
|
|
String_t* L_63;
|
|
L_63 = VirtualFuncInvoker0< String_t* >::Invoke(13 /* System.String System.IO.TextReader::ReadLine() */, L_62);
|
|
String_t* L_64 = L_63;
|
|
V_3 = L_64;
|
|
if (!L_64)
|
|
{
|
|
goto IL_0108;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_65 = V_3;
|
|
bool L_66;
|
|
L_66 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_65, _stringLiteralDA39A3EE5E6B4B0D3255BFEF95601890AFD80709, NULL);
|
|
if (L_66)
|
|
{
|
|
goto IL_00e5;
|
|
}
|
|
}
|
|
|
|
IL_0108:
|
|
{
|
|
return (int32_t)(0);
|
|
}
|
|
}
|
|
// System.Void System.Net.MonoChunkParser::ThrowProtocolViolation(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8 (String_t* ___0_message, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_message;
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_1 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_1);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_1, L_0, (Exception_t*)NULL, ((int32_t)11), (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682*)NULL, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_1, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoChunkParser_ThrowProtocolViolation_m076BE66E0404A408A1B243D62D3C35C88CB128C8_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.MonoChunkParser/Chunk::.ctor(System.Byte[])
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void Chunk__ctor_m9C28CB1A73A3369E7F175094329EE84ADD907B81 (Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_chunk, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_chunk;
|
|
__this->___Bytes_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___Bytes_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.MonoChunkParser/Chunk::Read(System.Byte[],System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t Chunk_Read_m58395C2C58584D9CB2EBD924B2133CB802515D8C (Chunk_t286C1392B91A53F7D31CFFAD8B5A173EF109D731* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
{
|
|
int32_t L_0 = ___2_size;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = __this->___Bytes_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2 = __this->___Offset_1;
|
|
if ((((int32_t)L_0) > ((int32_t)((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_1)->max_length)), L_2)))))
|
|
{
|
|
goto IL_0015;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = ___2_size;
|
|
G_B3_0 = L_3;
|
|
goto IL_0024;
|
|
}
|
|
|
|
IL_0015:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = __this->___Bytes_0;
|
|
NullCheck(L_4);
|
|
int32_t L_5 = __this->___Offset_1;
|
|
G_B3_0 = ((int32_t)il2cpp_codegen_subtract(((int32_t)(((RuntimeArray*)L_4)->max_length)), L_5));
|
|
}
|
|
|
|
IL_0024:
|
|
{
|
|
V_0 = G_B3_0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = __this->___Bytes_0;
|
|
int32_t L_7 = __this->___Offset_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_8 = ___0_buffer;
|
|
int32_t L_9 = ___1_offset;
|
|
int32_t L_10 = V_0;
|
|
Buffer_BlockCopy_m2F7BC0C5BA97C500E3F87D5008718F797E02B358((RuntimeArray*)L_6, L_7, (RuntimeArray*)L_8, L_9, L_10, NULL);
|
|
int32_t L_11 = __this->___Offset_1;
|
|
int32_t L_12 = V_0;
|
|
__this->___Offset_1 = ((int32_t)il2cpp_codegen_add(L_11, L_12));
|
|
int32_t L_13 = V_0;
|
|
return L_13;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Net.MonoChunkParser System.Net.MonoChunkStream::get_Decoder()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4 (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_0 = __this->___U3CDecoderU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.MonoChunkStream::.ctor(System.Net.WebOperation,System.IO.Stream,System.Net.WebHeaderCollection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream__ctor_mFA1C5542881A6C4A1D70FA6EF2BA156990A06870 (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ___1_innerStream, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___2_headers, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = ___0_operation;
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_1 = ___1_innerStream;
|
|
WebReadStream__ctor_mC68E90C384FD3ABF616222CCC813193A55C764B5(__this, L_0, L_1, NULL);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_2 = ___2_headers;
|
|
__this->___U3CHeadersU3Ek__BackingField_7 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CHeadersU3Ek__BackingField_7), (void*)L_2);
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_3 = ___2_headers;
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_4 = (MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A*)il2cpp_codegen_object_new(MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
MonoChunkParser__ctor_mCABFD3DD735C12C8237F6EDFFB56A8E835C7B2FC(L_4, L_3, NULL);
|
|
__this->___U3CDecoderU3Ek__BackingField_8 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CDecoderU3Ek__BackingField_8), (void*)L_4);
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Int32> System.Net.MonoChunkStream::ProcessReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t4C228DE57804012969575431CFF12D57C875552D* MonoChunkStream_ProcessReadAsync_mFE13BD3CF8FEB2CFE95563788AC4593CBA6266FE (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_buffer, int32_t ___1_offset, int32_t ___2_size, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___3_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_mCD9319F82BE14680F9CCD44263F315E0A93F3116_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_3 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_3), (void*)__this);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_0 = ___0_buffer;
|
|
(&V_0)->___buffer_4 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___buffer_4), (void*)L_0);
|
|
int32_t L_1 = ___1_offset;
|
|
(&V_0)->___offset_5 = L_1;
|
|
int32_t L_2 = ___2_size;
|
|
(&V_0)->___size_6 = L_2;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_3 = ___3_cancellationToken;
|
|
(&V_0)->___cancellationToken_2 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_2))->____source_0), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019 L_4;
|
|
L_4 = AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE(AsyncTaskMethodBuilder_1_Create_m0E49F68E6F39F0BD87C360F456EBC20310B732BE_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_5 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_mCD9319F82BE14680F9CCD44263F315E0A93F3116(L_5, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_mCD9319F82BE14680F9CCD44263F315E0A93F3116_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_6 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_7;
|
|
L_7 = AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE(L_6, AsyncTaskMethodBuilder_1_get_Task_m2DCDBC59910811D107353C5752AD58B28C2D97FE_RuntimeMethod_var);
|
|
return L_7;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.MonoChunkStream::FinishReading(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* MonoChunkStream_FinishReading_m9B49183C0499A4A3978CF83F1476F5968806C50C (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mC5B885859B06E8BD735AF2CA2EBC239C0C34474F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___0_cancellationToken;
|
|
(&V_0)->___cancellationToken_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___cancellationToken_3))->____source_0), (void*)NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_1;
|
|
L_1 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_Start_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mC5B885859B06E8BD735AF2CA2EBC239C0C34474F(L_2, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mC5B885859B06E8BD735AF2CA2EBC239C0C34474F_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_3 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_4;
|
|
L_4 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_3, NULL);
|
|
return L_4;
|
|
}
|
|
}
|
|
// System.Void System.Net.MonoChunkStream::ThrowExpectingChunkTrailer()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795 (const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* L_0 = (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_0);
|
|
WebException__ctor_m937A4670EAF10FD9EFA1E0AEAAE27515293339FD(L_0, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralA974F6697B1E4C86BA485CA026943E851442F2CC)), (Exception_t*)NULL, ((int32_t)11), (WebResponse_t7CDE1F20895C8D5AD392425F9AD4BE8E8696B682*)NULL, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_0, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795_RuntimeMethod_var)));
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.MonoChunkStream::<>n__0(System.Threading.CancellationToken)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* MonoChunkStream_U3CU3En__0_m1EC7D7FD3D08660C26CD88C215B4DEEED9220927 (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED ___0_cancellationToken, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_0 = ___0_cancellationToken;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_1;
|
|
L_1 = WebReadStream_FinishReading_m7E03EABC195EF129BD1C746575927EC0FC245182(__this, L_0, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.MonoChunkStream/<ProcessReadAsync>d__7::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__7_MoveNext_m7F1C3AE10AF7EC87D836C264AEE0D6DBD4DB3926 (U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_m86951EF283896A2E7B9DB821B65254CDF3DC8DE8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
int32_t V_3 = 0;
|
|
int32_t V_4 = 0;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Exception_t* V_7 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_1 = __this->___U3CU3E4__this_3;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0101_1;
|
|
}
|
|
}
|
|
{
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* L_3 = (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED*)(&__this->___cancellationToken_2);
|
|
il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3(L_3, NULL);
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_4 = V_1;
|
|
NullCheck(L_4);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_5;
|
|
L_5 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_4, NULL);
|
|
NullCheck(L_5);
|
|
bool L_6;
|
|
L_6 = MonoChunkParser_get_DataAvailable_m08E6D6F248A9AEF3E8378872C69DE0B768F0FEAC(L_5, NULL);
|
|
if (!L_6)
|
|
{
|
|
goto IL_004f_1;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_8;
|
|
L_8 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_7, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = __this->___buffer_4;
|
|
int32_t L_10 = __this->___offset_5;
|
|
int32_t L_11 = __this->___size_6;
|
|
NullCheck(L_8);
|
|
int32_t L_12;
|
|
L_12 = MonoChunkParser_Read_m3F9554032DBFDA7B572D189DFD282C2D4E1DE5B7(L_8, L_9, L_10, L_11, NULL);
|
|
V_2 = L_12;
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_004f_1:
|
|
{
|
|
V_3 = 0;
|
|
__this->___U3CmoreBytesU3E5__2_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmoreBytesU3E5__2_7), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
goto IL_015f_1;
|
|
}
|
|
|
|
IL_005d_1:
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_13 = V_1;
|
|
NullCheck(L_13);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_14;
|
|
L_14 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_13, NULL);
|
|
NullCheck(L_14);
|
|
int32_t L_15;
|
|
L_15 = MonoChunkParser_get_ChunkLeft_m20470AC1F8B0AFE14B4F9A61DB5B90F38E358ABB(L_14, NULL);
|
|
V_4 = L_15;
|
|
int32_t L_16 = V_4;
|
|
if ((((int32_t)L_16) > ((int32_t)0)))
|
|
{
|
|
goto IL_0078_1;
|
|
}
|
|
}
|
|
{
|
|
V_4 = ((int32_t)1024);
|
|
goto IL_0088_1;
|
|
}
|
|
|
|
IL_0078_1:
|
|
{
|
|
int32_t L_17 = V_4;
|
|
if ((((int32_t)L_17) <= ((int32_t)((int32_t)16384))))
|
|
{
|
|
goto IL_0088_1;
|
|
}
|
|
}
|
|
{
|
|
V_4 = ((int32_t)16384);
|
|
}
|
|
|
|
IL_0088_1:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_18 = __this->___U3CmoreBytesU3E5__2_7;
|
|
if (!L_18)
|
|
{
|
|
goto IL_009c_1;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = __this->___U3CmoreBytesU3E5__2_7;
|
|
NullCheck(L_19);
|
|
int32_t L_20 = V_4;
|
|
if ((((int32_t)((int32_t)(((RuntimeArray*)L_19)->max_length))) >= ((int32_t)L_20)))
|
|
{
|
|
goto IL_00a9_1;
|
|
}
|
|
}
|
|
|
|
IL_009c_1:
|
|
{
|
|
int32_t L_21 = V_4;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)L_21);
|
|
__this->___U3CmoreBytesU3E5__2_7 = L_22;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmoreBytesU3E5__2_7), (void*)L_22);
|
|
}
|
|
|
|
IL_00a9_1:
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_23 = V_1;
|
|
NullCheck(L_23);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_24;
|
|
L_24 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(L_23, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_25 = __this->___U3CmoreBytesU3E5__2_7;
|
|
int32_t L_26 = V_4;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_27 = __this->___cancellationToken_2;
|
|
NullCheck(L_24);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_28;
|
|
L_28 = VirtualFuncInvoker4< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(23 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_24, L_25, 0, L_26, L_27);
|
|
NullCheck(L_28);
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_29;
|
|
L_29 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_28, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
V_6 = L_29;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_30;
|
|
L_30 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_6), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
V_5 = L_30;
|
|
bool L_31;
|
|
L_31 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_5), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
if (L_31)
|
|
{
|
|
goto IL_011e_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_32 = 0;
|
|
V_0 = L_32;
|
|
__this->___U3CU3E1__state_0 = L_32;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_33 = V_5;
|
|
__this->___U3CU3Eu__1_8 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_34 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_m86951EF283896A2E7B9DB821B65254CDF3DC8DE8(L_34, (&V_5), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2_m86951EF283896A2E7B9DB821B65254CDF3DC8DE8_RuntimeMethod_var);
|
|
goto IL_01b1;
|
|
}
|
|
|
|
IL_0101_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_35 = __this->___U3CU3Eu__1_8;
|
|
V_5 = L_35;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_36 = (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*)(&__this->___U3CU3Eu__1_8);
|
|
il2cpp_codegen_initobj(L_36, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80));
|
|
int32_t L_37 = (-1);
|
|
V_0 = L_37;
|
|
__this->___U3CU3E1__state_0 = L_37;
|
|
}
|
|
|
|
IL_011e_1:
|
|
{
|
|
int32_t L_38;
|
|
L_38 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_5), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
V_3 = L_38;
|
|
int32_t L_39 = V_3;
|
|
if ((((int32_t)L_39) > ((int32_t)0)))
|
|
{
|
|
goto IL_012e_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_40 = V_3;
|
|
V_2 = L_40;
|
|
goto IL_0196;
|
|
}
|
|
|
|
IL_012e_1:
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_42;
|
|
L_42 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_41, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_43 = __this->___U3CmoreBytesU3E5__2_7;
|
|
int32_t L_44 = V_3;
|
|
NullCheck(L_42);
|
|
MonoChunkParser_Write_m145DB82D44611388CB30606DD673828CEDEFFB6D(L_42, L_43, 0, L_44, NULL);
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_45 = V_1;
|
|
NullCheck(L_45);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_46;
|
|
L_46 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_45, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_47 = __this->___buffer_4;
|
|
int32_t L_48 = __this->___offset_5;
|
|
int32_t L_49 = __this->___size_6;
|
|
NullCheck(L_46);
|
|
int32_t L_50;
|
|
L_50 = MonoChunkParser_Read_m3F9554032DBFDA7B572D189DFD282C2D4E1DE5B7(L_46, L_47, L_48, L_49, NULL);
|
|
V_3 = L_50;
|
|
}
|
|
|
|
IL_015f_1:
|
|
{
|
|
int32_t L_51 = V_3;
|
|
if (L_51)
|
|
{
|
|
goto IL_0172_1;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_52 = V_1;
|
|
NullCheck(L_52);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_53;
|
|
L_53 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_52, NULL);
|
|
NullCheck(L_53);
|
|
bool L_54;
|
|
L_54 = MonoChunkParser_get_WantMore_m12B048EA10938EC3FFBB303D961D3C19B26A7333(L_53, NULL);
|
|
if (L_54)
|
|
{
|
|
goto IL_005d_1;
|
|
}
|
|
}
|
|
|
|
IL_0172_1:
|
|
{
|
|
int32_t L_55 = V_3;
|
|
V_2 = L_55;
|
|
goto IL_0196;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0176;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0176:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_56 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_7 = L_56;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CmoreBytesU3E5__2_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmoreBytesU3E5__2_7), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_57 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_58 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575(L_57, L_58, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB7C693CAA9243017E03D801A487E0EA9B6AAD575_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_01b1;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0196:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CmoreBytesU3E5__2_7 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CmoreBytesU3E5__2_7), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_59 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
int32_t L_60 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B(L_59, L_60, AsyncTaskMethodBuilder_1_SetResult_mC4BAC830514CDB105730FF11F7744A4424A4009B_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_01b1:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CProcessReadAsyncU3Ed__7_MoveNext_m7F1C3AE10AF7EC87D836C264AEE0D6DBD4DB3926_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2*>(__this + _offset);
|
|
U3CProcessReadAsyncU3Ed__7_MoveNext_m7F1C3AE10AF7EC87D836C264AEE0D6DBD4DB3926(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.MonoChunkStream/<ProcessReadAsync>d__7::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CProcessReadAsyncU3Ed__7_SetStateMachine_m96C93E320EF4B8B1BCC555CC792362A1D703B306 (U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019* L_0 = (AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_tF0BDBC54D5EB433C1205550D0F9819F43C9D4019_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_mFA173982D2C309A46F4285F60DC4FE0DC659F32C_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CProcessReadAsyncU3Ed__7_SetStateMachine_m96C93E320EF4B8B1BCC555CC792362A1D703B306_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CProcessReadAsyncU3Ed__7_t5B10ACCC2A88A2B98AE69C6F506462E487FEF2C2*>(__this + _offset);
|
|
U3CProcessReadAsyncU3Ed__7_SetStateMachine_m96C93E320EF4B8B1BCC555CC792362A1D703B306(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.MonoChunkStream/<FinishReading>d__8::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishReadingU3Ed__8_MoveNext_mD00B40995214E5CE50946A79EC0F51ADF1BDE732 (U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mAA7ACFBC918F8931E4F0CA90AFCEEC070E468259_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_m58FBCAC8B2DC97069CEC3FDCA9438FDDAA37CC7C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* V_1 = NULL;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
int32_t V_4 = 0;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 V_5;
|
|
memset((&V_5), 0, sizeof(V_5));
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A V_6;
|
|
memset((&V_6), 0, sizeof(V_6));
|
|
Exception_t* V_7 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_005f_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) == ((int32_t)1)))
|
|
{
|
|
goto IL_0115_1;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_4 = V_1;
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_5 = __this->___cancellationToken_3;
|
|
NullCheck(L_4);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_6;
|
|
L_6 = MonoChunkStream_U3CU3En__0_m1EC7D7FD3D08660C26CD88C215B4DEEED9220927(L_4, L_5, NULL);
|
|
NullCheck(L_6);
|
|
ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C L_7;
|
|
L_7 = Task_ConfigureAwait_m0DD682B1D29B85067C993734C12E26554D6CBFF4(L_6, (bool)0, NULL);
|
|
V_3 = L_7;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_8;
|
|
L_8 = ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline((&V_3), NULL);
|
|
V_2 = L_8;
|
|
bool L_9;
|
|
L_9 = ConfiguredTaskAwaiter_get_IsCompleted_mB189574F29658A59CC4C890B70538A9C5E835850((&V_2), NULL);
|
|
if (L_9)
|
|
{
|
|
goto IL_007b_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_10 = 0;
|
|
V_0 = L_10;
|
|
__this->___U3CU3E1__state_0 = L_10;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_11 = V_2;
|
|
__this->___U3CU3Eu__1_4 = L_11;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_4))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_12 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mAA7ACFBC918F8931E4F0CA90AFCEEC070E468259(L_12, (&V_2), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_mAA7ACFBC918F8931E4F0CA90AFCEEC070E468259_RuntimeMethod_var);
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_005f_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_13 = __this->___U3CU3Eu__1_4;
|
|
V_2 = L_13;
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618* L_14 = (ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618*)(&__this->___U3CU3Eu__1_4);
|
|
il2cpp_codegen_initobj(L_14, sizeof(ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618));
|
|
int32_t L_15 = (-1);
|
|
V_0 = L_15;
|
|
__this->___U3CU3E1__state_0 = L_15;
|
|
}
|
|
|
|
IL_007b_1:
|
|
{
|
|
ConfiguredTaskAwaiter_GetResult_mD51FDD775D0CF7511FEE2B6C144DB003DE73AC26((&V_2), NULL);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED* L_16 = (CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED*)(&__this->___cancellationToken_3);
|
|
il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
CancellationToken_ThrowIfCancellationRequested_mB9D952DC6E96FB6E0595FC8E88D3133CDA4382C3(L_16, NULL);
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_17 = V_1;
|
|
NullCheck(L_17);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_18;
|
|
L_18 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_17, NULL);
|
|
NullCheck(L_18);
|
|
bool L_19;
|
|
L_19 = MonoChunkParser_get_DataAvailable_m08E6D6F248A9AEF3E8378872C69DE0B768F0FEAC(L_18, NULL);
|
|
if (!L_19)
|
|
{
|
|
goto IL_017e_1;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795(NULL);
|
|
goto IL_017e_1;
|
|
}
|
|
|
|
IL_00a7_1:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_20 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)256));
|
|
__this->___U3CbufferU3E5__2_5 = L_20;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbufferU3E5__2_5), (void*)L_20);
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_21 = V_1;
|
|
NullCheck(L_21);
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_22;
|
|
L_22 = WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline(L_21, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_23 = __this->___U3CbufferU3E5__2_5;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_24 = __this->___U3CbufferU3E5__2_5;
|
|
NullCheck(L_24);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_25 = __this->___cancellationToken_3;
|
|
NullCheck(L_22);
|
|
Task_1_t4C228DE57804012969575431CFF12D57C875552D* L_26;
|
|
L_26 = VirtualFuncInvoker4< Task_1_t4C228DE57804012969575431CFF12D57C875552D*, ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*, int32_t, int32_t, CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED >::Invoke(23 /* System.Threading.Tasks.Task`1<System.Int32> System.IO.Stream::ReadAsync(System.Byte[],System.Int32,System.Int32,System.Threading.CancellationToken) */, L_22, L_23, 0, ((int32_t)(((RuntimeArray*)L_24)->max_length)), L_25);
|
|
NullCheck(L_26);
|
|
ConfiguredTaskAwaitable_1_t5186C81524388C1718E9AC37792D8771A443417A L_27;
|
|
L_27 = Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209(L_26, (bool)0, Task_1_ConfigureAwait_m8203F4D13209C12845066A383E5B850D0486B209_RuntimeMethod_var);
|
|
V_6 = L_27;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_28;
|
|
L_28 = ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_inline((&V_6), ConfiguredTaskAwaitable_1_GetAwaiter_m7A77B1981FEC19CC7E1570EDC3F16AC5C14B4439_RuntimeMethod_var);
|
|
V_5 = L_28;
|
|
bool L_29;
|
|
L_29 = ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3((&V_5), ConfiguredTaskAwaiter_get_IsCompleted_mD70263ED42C8E379EE20DBC2F218C3E629B4B4D3_RuntimeMethod_var);
|
|
if (L_29)
|
|
{
|
|
goto IL_0132_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_30 = 1;
|
|
V_0 = L_30;
|
|
__this->___U3CU3E1__state_0 = L_30;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_31 = V_5;
|
|
__this->___U3CU3Eu__2_6 = L_31;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__2_6))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_32 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_m58FBCAC8B2DC97069CEC3FDCA9438FDDAA37CC7C(L_32, (&V_5), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80_TisU3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF_m58FBCAC8B2DC97069CEC3FDCA9438FDDAA37CC7C_RuntimeMethod_var);
|
|
goto IL_01bc;
|
|
}
|
|
|
|
IL_0115_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80 L_33 = __this->___U3CU3Eu__2_6;
|
|
V_5 = L_33;
|
|
ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80* L_34 = (ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80*)(&__this->___U3CU3Eu__2_6);
|
|
il2cpp_codegen_initobj(L_34, sizeof(ConfiguredTaskAwaiter_t8FC486401D1951F2426478F2050EE290197B6E80));
|
|
int32_t L_35 = (-1);
|
|
V_0 = L_35;
|
|
__this->___U3CU3E1__state_0 = L_35;
|
|
}
|
|
|
|
IL_0132_1:
|
|
{
|
|
int32_t L_36;
|
|
L_36 = ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC((&V_5), ConfiguredTaskAwaiter_GetResult_mF1FF6CBD66A3F581D413793BA8C2AF58B707D9CC_RuntimeMethod_var);
|
|
V_4 = L_36;
|
|
int32_t L_37 = V_4;
|
|
if ((((int32_t)L_37) > ((int32_t)0)))
|
|
{
|
|
goto IL_0145_1;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795(NULL);
|
|
}
|
|
|
|
IL_0145_1:
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_39;
|
|
L_39 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_38, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_40 = __this->___U3CbufferU3E5__2_5;
|
|
int32_t L_41 = V_4;
|
|
NullCheck(L_39);
|
|
MonoChunkParser_Write_m145DB82D44611388CB30606DD673828CEDEFFB6D(L_39, L_40, 0, L_41, NULL);
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_42 = V_1;
|
|
NullCheck(L_42);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_43;
|
|
L_43 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_42, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_44 = __this->___U3CbufferU3E5__2_5;
|
|
NullCheck(L_43);
|
|
int32_t L_45;
|
|
L_45 = MonoChunkParser_Read_m3F9554032DBFDA7B572D189DFD282C2D4E1DE5B7(L_43, L_44, 0, 1, NULL);
|
|
V_4 = L_45;
|
|
int32_t L_46 = V_4;
|
|
if (!L_46)
|
|
{
|
|
goto IL_0177_1;
|
|
}
|
|
}
|
|
{
|
|
MonoChunkStream_ThrowExpectingChunkTrailer_m0FD908606FAF3F6530E5BBBFB7856E101BE35795(NULL);
|
|
}
|
|
|
|
IL_0177_1:
|
|
{
|
|
__this->___U3CbufferU3E5__2_5 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CbufferU3E5__2_5), (void*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL);
|
|
}
|
|
|
|
IL_017e_1:
|
|
{
|
|
MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* L_47 = V_1;
|
|
NullCheck(L_47);
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_48;
|
|
L_48 = MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline(L_47, NULL);
|
|
NullCheck(L_48);
|
|
bool L_49;
|
|
L_49 = MonoChunkParser_get_WantMore_m12B048EA10938EC3FFBB303D961D3C19B26A7333(L_48, NULL);
|
|
if (L_49)
|
|
{
|
|
goto IL_00a7_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_01a9;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0190;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0190:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_50 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_7 = L_50;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_51 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_52 = V_7;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_51, L_52, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_01bc;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_01a9:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_53 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_53, NULL);
|
|
}
|
|
|
|
IL_01bc:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CFinishReadingU3Ed__8_MoveNext_mD00B40995214E5CE50946A79EC0F51ADF1BDE732_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF*>(__this + _offset);
|
|
U3CFinishReadingU3Ed__8_MoveNext_mD00B40995214E5CE50946A79EC0F51ADF1BDE732(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.MonoChunkStream/<FinishReading>d__8::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CFinishReadingU3Ed__8_SetStateMachine_m7613FC57C8FA2A574BBB38C0B5897DB2FA4DB3EE (U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_0 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CFinishReadingU3Ed__8_SetStateMachine_m7613FC57C8FA2A574BBB38C0B5897DB2FA4DB3EE_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CFinishReadingU3Ed__8_t0DB656FBCDD46A3AA9AC30651EF544A45D3C64AF*>(__this + _offset);
|
|
U3CFinishReadingU3Ed__8_SetStateMachine_m7613FC57C8FA2A574BBB38C0B5897DB2FA4DB3EE(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.NtlmClient::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void NtlmClient__ctor_m15C02BC0F1AF986CA239D4FDD70F3F7259AC3E0D (NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6* L_0 = (NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6*)il2cpp_codegen_object_new(NtlmClient_t44BA8DF60B38A19EB7987B3BC2FB8D0B8A1EB0E6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
NtlmClient__ctor_mDE10BA5EAC5F7ABCF7B9E83C412425BE1DD178DC(L_0, NULL);
|
|
__this->___authObject_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___authObject_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.NtlmClient::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* NtlmClient_Authenticate_m31D3B3D7B8B49703C6E481D4BD52191D6C736864 (NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6* __this, String_t* ___0_challenge, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___1_webRequest, RuntimeObject* ___2_credentials, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = __this->___authObject_0;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
RuntimeObject* L_1 = __this->___authObject_0;
|
|
String_t* L_2 = ___0_challenge;
|
|
WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* L_3 = ___1_webRequest;
|
|
RuntimeObject* L_4 = ___2_credentials;
|
|
NullCheck(L_1);
|
|
Authorization_t7F109103AF7366A418844BF604458413434F60D4* L_5;
|
|
L_5 = InterfaceFuncInvoker3< Authorization_t7F109103AF7366A418844BF604458413434F60D4*, String_t*, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B*, RuntimeObject* >::Invoke(0 /* System.Net.Authorization System.Net.IAuthenticationModule::Authenticate(System.String,System.Net.WebRequest,System.Net.ICredentials) */, IAuthenticationModule_t3A0D1D91BE2733676023A75EB004D7F1EE3470CA_il2cpp_TypeInfo_var, L_1, L_2, L_3, L_4);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Net.Authorization System.Net.NtlmClient::PreAuthenticate(System.Net.WebRequest,System.Net.ICredentials)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Authorization_t7F109103AF7366A418844BF604458413434F60D4* NtlmClient_PreAuthenticate_mDB65713088A839B4520E0B42E72242C6D73DB453 (NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6* __this, WebRequest_t89050438AE9A5AA9221ECAE223584127F7C1294B* ___0_webRequest, RuntimeObject* ___1_credentials, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
return (Authorization_t7F109103AF7366A418844BF604458413434F60D4*)NULL;
|
|
}
|
|
}
|
|
// System.String System.Net.NtlmClient::get_AuthenticationType()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR String_t* NtlmClient_get_AuthenticationType_m14936001CFF19B0901D566983730807EEFC02CA1 (NtlmClient_t74828561B241CF5D868B6C88AF4B98B4B0014AF6* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
return _stringLiteral3556155D25CE64C710CC61A8C9D361B08530D364;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServicePoint::.ctor(System.Net.ServicePointManager/SPKey,System.Uri,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint__ctor_m4A7FE526B6A4EF15F51919D425E51B1D67EFD1AE (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ___0_key, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_uri, int32_t ___2_connectionLimit, int32_t ___3_maxIdleTime, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___sendContinue_5 = (bool)1;
|
|
RuntimeObject* L_0 = (RuntimeObject*)il2cpp_codegen_object_new(RuntimeObject_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(L_0, NULL);
|
|
__this->___hostE_7 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___hostE_7), (void*)L_0);
|
|
__this->___connectionLeaseTimeout_14 = (-1);
|
|
__this->___receiveBufferSize_15 = (-1);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_1 = ___0_key;
|
|
__this->___U3CKeyU3Ek__BackingField_16 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CKeyU3Ek__BackingField_16), (void*)L_1);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = ___1_uri;
|
|
__this->___uri_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_0), (void*)L_2);
|
|
int32_t L_3 = ___2_connectionLimit;
|
|
__this->___connectionLimit_18 = L_3;
|
|
int32_t L_4 = ___3_maxIdleTime;
|
|
__this->___maxIdleTime_19 = L_4;
|
|
int32_t L_5 = ___2_connectionLimit;
|
|
int32_t L_6 = ___3_maxIdleTime;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_7 = (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9*)il2cpp_codegen_object_new(ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
ServicePointScheduler__ctor_m31580DC08F3E2491616C5067921AD44899E58004(L_7, __this, L_5, L_6, NULL);
|
|
ServicePoint_set_Scheduler_m7935567ACF1937D07DA99217D517C7946A876126_inline(__this, L_7, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.ServicePointManager/SPKey System.Net.ServicePoint::get_Key()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ServicePoint_get_Key_m4888BAD8A2901760B5CEB05FA71E5C9289EB1C05 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_0 = __this->___U3CKeyU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.ServicePointScheduler System.Net.ServicePoint::get_Scheduler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ServicePoint_get_Scheduler_m8D88559C1664084C10D97FEDE33CCF227798F374 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_0 = __this->___U3CSchedulerU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::set_Scheduler(System.Net.ServicePointScheduler)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_Scheduler_m7935567ACF1937D07DA99217D517C7946A876126 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_0 = ___0_value;
|
|
__this->___U3CSchedulerU3Ek__BackingField_17 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSchedulerU3Ek__BackingField_17), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Uri System.Net.ServicePoint::get_Address()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ServicePoint_get_Address_m015784C41DB6A35AAF028D645EFAFF67A03F148D (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___uri_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.ServicePoint::get_ConnectionLimit()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___connectionLimit_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Version System.Net.ServicePoint::get_ProtocolVersion()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ServicePoint_get_ProtocolVersion_mF8178863DE2AB400CD72BE253D17E0619DFA4224 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___protocolVersion_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::set_Expect100Continue(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_Expect100Continue_mDDB9FC522313DDC57B1B348B711CF888516AA4CD (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
ServicePoint_set_SendContinue_m5480B6A8C6478BA620030302C861A842DF9F6AD3_inline(__this, L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePoint::get_UseNagleAlgorithm()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_UseNagleAlgorithm_m381A071F1426513296B517C39D29F26C81E42572 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___useNagle_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::set_UseNagleAlgorithm(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mC025F081ED6C7014665EB20388747D12476D03C3 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___useNagle_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePoint::get_SendContinue()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_SendContinue_m7DCF3A3D65BEB2543979D8892941E4B3BAE175D3 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
bool L_0 = __this->___sendContinue_5;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_1 = __this->___protocolVersion_2;
|
|
bool L_2;
|
|
L_2 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_1, (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7*)NULL, NULL);
|
|
if (L_2)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_3 = __this->___protocolVersion_2;
|
|
il2cpp_codegen_runtime_class_init_inline(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var);
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_4 = ((HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_StaticFields*)il2cpp_codegen_static_fields_for(HttpVersion_t25AD2EF1F98E39A652A9C437D43419DD282E5BC6_il2cpp_TypeInfo_var))->___Version11_2;
|
|
bool L_5;
|
|
L_5 = Version_op_Equality_mED378603AE784D5ACEDB8F4B250F50773B331D4B(L_3, L_4, NULL);
|
|
return L_5;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::set_SendContinue(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m5480B6A8C6478BA620030302C861A842DF9F6AD3 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___sendContinue_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::SetTcpKeepAlive(System.Boolean,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SetTcpKeepAlive_m225D363A70F7971133192A44745C8D284DE19084 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_enabled, int32_t ___1_keepAliveTime, int32_t ___2_keepAliveInterval, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_enabled;
|
|
if (!L_0)
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_1 = ___1_keepAliveTime;
|
|
if ((((int32_t)L_1) > ((int32_t)0)))
|
|
{
|
|
goto IL_0017;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_2 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralCC7E0767FE2666F48DAC672FD451F2F5BC6B4CE6)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0DE0E8DA6053429BA10025127EF05416FD1FCAC)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_SetTcpKeepAlive_m225D363A70F7971133192A44745C8D284DE19084_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0017:
|
|
{
|
|
int32_t L_3 = ___2_keepAliveInterval;
|
|
if ((((int32_t)L_3) > ((int32_t)0)))
|
|
{
|
|
goto IL_002b;
|
|
}
|
|
}
|
|
{
|
|
ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F* L_4 = (ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentOutOfRangeException_tEA2822DAF62B10EEED00E0E3A341D4BAF78CF85F_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_4);
|
|
ArgumentOutOfRangeException__ctor_mE5B2755F0BEA043CACF915D5CE140859EE58FA66(L_4, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralBDC5FDC47ACE7F03CD95EC2B3BB2812C5F79E14C)), ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteralF0DE0E8DA6053429BA10025127EF05416FD1FCAC)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_4, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_SetTcpKeepAlive_m225D363A70F7971133192A44745C8D284DE19084_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_002b:
|
|
{
|
|
bool L_5 = ___0_enabled;
|
|
__this->___tcp_keepalive_10 = L_5;
|
|
int32_t L_6 = ___1_keepAliveTime;
|
|
__this->___tcp_keepalive_time_11 = L_6;
|
|
int32_t L_7 = ___2_keepAliveInterval;
|
|
__this->___tcp_keepalive_interval_12 = L_7;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::KeepAliveSetup(System.Net.Sockets.Socket)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_KeepAliveSetup_mDC710830A237760D228FECDF53E7CA9FA683B8CB (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___0_socket, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* V_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B4_0 = NULL;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B3_0 = NULL;
|
|
int32_t G_B5_0 = 0;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* G_B5_1 = NULL;
|
|
{
|
|
bool L_0 = __this->___tcp_keepalive_10;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)SZArrayNew(ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031_il2cpp_TypeInfo_var, (uint32_t)((int32_t)12));
|
|
V_0 = L_1;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2 = V_0;
|
|
bool L_3 = __this->___tcp_keepalive_10;
|
|
G_B3_0 = L_2;
|
|
if (L_3)
|
|
{
|
|
G_B4_0 = L_2;
|
|
goto IL_001d;
|
|
}
|
|
}
|
|
{
|
|
G_B5_0 = 0;
|
|
G_B5_1 = G_B3_0;
|
|
goto IL_001e;
|
|
}
|
|
|
|
IL_001d:
|
|
{
|
|
G_B5_0 = 1;
|
|
G_B5_1 = G_B4_0;
|
|
}
|
|
|
|
IL_001e:
|
|
{
|
|
ServicePoint_PutBytes_mC00651C30C0A62F121D85103DB5BE5D4A5553F07(G_B5_1, G_B5_0, 0, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = V_0;
|
|
int32_t L_5 = __this->___tcp_keepalive_time_11;
|
|
ServicePoint_PutBytes_mC00651C30C0A62F121D85103DB5BE5D4A5553F07(L_4, L_5, 4, NULL);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_6 = V_0;
|
|
int32_t L_7 = __this->___tcp_keepalive_interval_12;
|
|
ServicePoint_PutBytes_mC00651C30C0A62F121D85103DB5BE5D4A5553F07(L_6, L_7, 8, NULL);
|
|
Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_8 = ___0_socket;
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_9 = V_0;
|
|
NullCheck(L_8);
|
|
int32_t L_10;
|
|
L_10 = Socket_IOControl_mEADB9616747250B4E647DD6BD4CA42D36A95248C(L_8, ((int64_t)(uint64_t)((uint32_t)((int32_t)-1744830460))), L_9, (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::PutBytes(System.Byte[],System.UInt32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_PutBytes_mC00651C30C0A62F121D85103DB5BE5D4A5553F07 (ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* ___0_bytes, uint32_t ___1_v, int32_t ___2_offset, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_StaticFields*)il2cpp_codegen_static_fields_for(BitConverter_t6E99605185963BC12B3D369E13F2B88997E64A27_il2cpp_TypeInfo_var))->___IsLittleEndian_0;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0042;
|
|
}
|
|
}
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_1 = ___0_bytes;
|
|
int32_t L_2 = ___2_offset;
|
|
uint32_t L_3 = ___1_v;
|
|
NullCheck(L_1);
|
|
(L_1)->SetAt(static_cast<il2cpp_array_size_t>(L_2), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_3&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_4 = ___0_bytes;
|
|
int32_t L_5 = ___2_offset;
|
|
uint32_t L_6 = ___1_v;
|
|
NullCheck(L_4);
|
|
(L_4)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_5, 1))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_6&((int32_t)65280)))>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_7 = ___0_bytes;
|
|
int32_t L_8 = ___2_offset;
|
|
uint32_t L_9 = ___1_v;
|
|
NullCheck(L_7);
|
|
(L_7)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_8, 2))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_9&((int32_t)16711680)))>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_10 = ___0_bytes;
|
|
int32_t L_11 = ___2_offset;
|
|
uint32_t L_12 = ___1_v;
|
|
NullCheck(L_10);
|
|
(L_10)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_11, 3))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_12&((int32_t)-16777216)))>>((int32_t)24)))));
|
|
return;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_13 = ___0_bytes;
|
|
int32_t L_14 = ___2_offset;
|
|
uint32_t L_15 = ___1_v;
|
|
NullCheck(L_13);
|
|
(L_13)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_14, 3))), (uint8_t)((int32_t)(uint8_t)((int32_t)((int32_t)L_15&((int32_t)255)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_16 = ___0_bytes;
|
|
int32_t L_17 = ___2_offset;
|
|
uint32_t L_18 = ___1_v;
|
|
NullCheck(L_16);
|
|
(L_16)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_17, 2))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_18&((int32_t)65280)))>>8))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_19 = ___0_bytes;
|
|
int32_t L_20 = ___2_offset;
|
|
uint32_t L_21 = ___1_v;
|
|
NullCheck(L_19);
|
|
(L_19)->SetAt(static_cast<il2cpp_array_size_t>(((int32_t)il2cpp_codegen_add(L_20, 1))), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_21&((int32_t)16711680)))>>((int32_t)16)))));
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_22 = ___0_bytes;
|
|
int32_t L_23 = ___2_offset;
|
|
uint32_t L_24 = ___1_v;
|
|
NullCheck(L_22);
|
|
(L_22)->SetAt(static_cast<il2cpp_array_size_t>(L_23), (uint8_t)((int32_t)(uint8_t)((int32_t)((uint32_t)((int32_t)((int32_t)L_24&((int32_t)-16777216)))>>((int32_t)24)))));
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePoint::get_UsesProxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_m518ED2EF0BDC87C490AB426BC455CD11296DED30 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___usesProxy_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::set_UsesProxy(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m48157456CF1FF842A098916FE6F485CCA2FB9B62 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___usesProxy_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePoint::get_UseConnect()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m114AAE62269A6D6A4C1E2687C00A3DAEF89BFE20 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___useConnect_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::set_UseConnect(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_mD34B72F3B4F0532EB58DAB315A58143E5882A81F (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___useConnect_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePoint::get_HasTimedOut()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_get_HasTimedOut_m03A85D9E4DBA7955DED1DDD71657AA0FC239CCC1 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
int32_t L_0;
|
|
L_0 = ServicePointManager_get_DnsRefreshTimeout_mD2B9379B34B2F5439BD74756A0D06E576CC4B259_inline(NULL);
|
|
V_0 = L_0;
|
|
int32_t L_1 = V_0;
|
|
if ((((int32_t)L_1) == ((int32_t)(-1))))
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_2 = __this->___lastDnsResolve_1;
|
|
int32_t L_3 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_4;
|
|
L_4 = TimeSpan_FromMilliseconds_mFDCBE9EDA3F6743302C3DD81259AF5D2F00EF775(((double)L_3), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_5;
|
|
L_5 = DateTime_op_Addition_m652BE1306897DBE4CDF3ADA99FFFE2E70BFE3865(L_2, L_4, NULL);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
|
|
L_6 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
bool L_7;
|
|
L_7 = DateTime_op_LessThan_m2A02FFF5F35E33417FB32CB9F948769CA15AED17(L_5, L_6, NULL);
|
|
return L_7;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Net.IPHostEntry System.Net.ServicePoint::get_HostEntry()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* ServicePoint_get_HostEntry_mE028095CE8AEB4B93F382356BFB2CDE00F1D850C (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
RuntimeObject* V_0 = NULL;
|
|
bool V_1 = false;
|
|
String_t* V_2 = NULL;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* V_3 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
RuntimeObject* L_0 = __this->___hostE_7;
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00d0:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_00d9;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_00d9:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
RuntimeObject* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = __this->___uri_0;
|
|
NullCheck(L_4);
|
|
String_t* L_5;
|
|
L_5 = Uri_get_Host_m2C0E258C7DFF7A340049BE9BC08FF45E90988D8C(L_4, NULL);
|
|
V_2 = L_5;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_6 = __this->___uri_0;
|
|
NullCheck(L_6);
|
|
int32_t L_7;
|
|
L_7 = Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3(L_6, NULL);
|
|
if ((((int32_t)L_7) == ((int32_t)4)))
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = __this->___uri_0;
|
|
NullCheck(L_8);
|
|
int32_t L_9;
|
|
L_9 = Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3(L_8, NULL);
|
|
if ((!(((uint32_t)L_9) == ((uint32_t)3))))
|
|
{
|
|
goto IL_0099_1;
|
|
}
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_10 = __this->___host_3;
|
|
if (!L_10)
|
|
{
|
|
goto IL_004d_1;
|
|
}
|
|
}
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_11 = __this->___host_3;
|
|
V_3 = L_11;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_004d_1:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_12 = __this->___uri_0;
|
|
NullCheck(L_12);
|
|
int32_t L_13;
|
|
L_13 = Uri_get_HostNameType_m710282366272F2807B7D09D79C20014515BB81D3(L_12, NULL);
|
|
if ((!(((uint32_t)L_13) == ((uint32_t)4))))
|
|
{
|
|
goto IL_006b_1;
|
|
}
|
|
}
|
|
{
|
|
String_t* L_14 = V_2;
|
|
String_t* L_15 = V_2;
|
|
NullCheck(L_15);
|
|
int32_t L_16;
|
|
L_16 = String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline(L_15, NULL);
|
|
NullCheck(L_14);
|
|
String_t* L_17;
|
|
L_17 = String_Substring_mB1D94F47935D22E130FF2C01DBB6A4135FBB76CE(L_14, 1, ((int32_t)il2cpp_codegen_subtract(L_16, 2)), NULL);
|
|
V_2 = L_17;
|
|
}
|
|
|
|
IL_006b_1:
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_18 = (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490*)il2cpp_codegen_object_new(IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490_il2cpp_TypeInfo_var);
|
|
NullCheck(L_18);
|
|
IPHostEntry__ctor_mF2D2692AFFD3ED81CAF30F4CD42B7B0843952398(L_18, NULL);
|
|
__this->___host_3 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_18);
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_19 = __this->___host_3;
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_20 = (IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*)(IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D*)SZArrayNew(IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D_il2cpp_TypeInfo_var, (uint32_t)1);
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_21 = L_20;
|
|
String_t* L_22 = V_2;
|
|
il2cpp_codegen_runtime_class_init_inline(IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484_il2cpp_TypeInfo_var);
|
|
IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484* L_23;
|
|
L_23 = IPAddress_Parse_mF946F1810061D91C5A1A96FF9968F07138F3CE23(L_22, NULL);
|
|
NullCheck(L_21);
|
|
ArrayElementTypeCheck (L_21, L_23);
|
|
(L_21)->SetAt(static_cast<il2cpp_array_size_t>(0), (IPAddress_t2F4486449B0D73FF2D3B36A9FE5E9C3F63116484*)L_23);
|
|
NullCheck(L_19);
|
|
IPHostEntry_set_AddressList_mFC955717B52B0D1DC71059FC7B2ED6659E4729D8_inline(L_19, L_21, NULL);
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_24 = __this->___host_3;
|
|
V_3 = L_24;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_0099_1:
|
|
{
|
|
bool L_25;
|
|
L_25 = ServicePoint_get_HasTimedOut_m03A85D9E4DBA7955DED1DDD71657AA0FC239CCC1(__this, NULL);
|
|
if (L_25)
|
|
{
|
|
goto IL_00b2_1;
|
|
}
|
|
}
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_26 = __this->___host_3;
|
|
if (!L_26)
|
|
{
|
|
goto IL_00b2_1;
|
|
}
|
|
}
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_27 = __this->___host_3;
|
|
V_3 = L_27;
|
|
goto IL_00e1;
|
|
}
|
|
|
|
IL_00b2_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_28;
|
|
L_28 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
__this->___lastDnsResolve_1 = L_28;
|
|
}
|
|
try
|
|
{// begin try (depth: 2)
|
|
String_t* L_29 = V_2;
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_30;
|
|
L_30 = Dns_GetHostEntry_m08417F96132B4230D46BE63C6B36CD984362ED53(L_29, NULL);
|
|
__this->___host_3 = L_30;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___host_3), (void*)L_30);
|
|
goto IL_00da;
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00cb_1;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00cb_1:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_31 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
V_3 = (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490*)NULL;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_00e1;
|
|
}// end catch (depth: 2)
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00da:
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_32 = __this->___host_3;
|
|
return L_32;
|
|
}
|
|
|
|
IL_00e1:
|
|
{
|
|
IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* L_33 = V_3;
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::SetVersion(System.Version)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SetVersion_mC457CF4440C824FDBC565D67D060D92B3C1A2A89 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* ___0_version, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = ___0_version;
|
|
__this->___protocolVersion_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___protocolVersion_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::SendRequest(System.Net.WebOperation,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_SendRequest_mB271F49FB5B3DB5DA556253585CC150A51E7C9CA (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, String_t* ___1_groupName, const RuntimeMethod* method)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
V_0 = __this;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0038:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_0 = V_1;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0041;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_1 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_1, NULL);
|
|
}
|
|
|
|
IL_0041:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_2 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_2, (&V_1), NULL);
|
|
bool L_3 = __this->___disposed_13;
|
|
if (!L_3)
|
|
{
|
|
goto IL_0029_1;
|
|
}
|
|
}
|
|
{
|
|
RuntimeTypeHandle_t332A452B8B6179E4469B69525D0FE82A88030F7B L_4 = { reinterpret_cast<intptr_t> (((RuntimeType*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29_0_0_0_var))) };
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Type_t_il2cpp_TypeInfo_var)));
|
|
Type_t* L_5;
|
|
L_5 = Type_GetTypeFromHandle_m6062B81682F79A4D6DF2640692EE6D9987858C57(L_4, NULL);
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = VirtualFuncInvoker0< String_t* >::Invoke(26 /* System.String System.Type::get_FullName() */, L_5);
|
|
ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB* L_7 = (ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ObjectDisposedException_tC5FB29E8E980E2010A2F6A5B9B791089419F89EB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_7);
|
|
ObjectDisposedException__ctor_mB2C8582279AF3F0C1CF9AA52DA7331BF848DFD48(L_7, L_6, NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_7, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_SendRequest_mB271F49FB5B3DB5DA556253585CC150A51E7C9CA_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0029_1:
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_8;
|
|
L_8 = ServicePoint_get_Scheduler_m8D88559C1664084C10D97FEDE33CCF227798F374_inline(__this, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_9 = ___0_operation;
|
|
String_t* L_10 = ___1_groupName;
|
|
NullCheck(L_8);
|
|
ServicePointScheduler_SendRequest_m6915605C55AC898BF656A67E50AE2F848C6B1E33(L_8, L_9, L_10, NULL);
|
|
goto IL_0042;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::FreeServicePoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_FreeServicePoint_m3CD7E3984B153A0B7F4075B5CE42530A7A1E0ADA (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
__this->___disposed_13 = (bool)1;
|
|
ServicePoint_set_Scheduler_m7935567ACF1937D07DA99217D517C7946A876126_inline(__this, (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::UpdateServerCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateServerCertificate_mA5119A83F8A76B1098E4C0B7BEACED9F04288D10 (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___0_certificate, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_0 = ___0_certificate;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_1 = ___0_certificate;
|
|
NullCheck(L_1);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2;
|
|
L_2 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_1);
|
|
__this->___m_ServerCertificateOrBytes_20 = (RuntimeObject*)L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCertificateOrBytes_20), (void*)(RuntimeObject*)L_2);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___m_ServerCertificateOrBytes_20 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ServerCertificateOrBytes_20), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePoint::UpdateClientCertificate(System.Security.Cryptography.X509Certificates.X509Certificate)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePoint_UpdateClientCertificate_m1C24F73E61F345E535D184110A3625B2EAF8C6AD (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___0_certificate, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_0 = ___0_certificate;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* L_1 = ___0_certificate;
|
|
NullCheck(L_1);
|
|
ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* L_2;
|
|
L_2 = VirtualFuncInvoker0< ByteU5BU5D_tA6237BF417AE52AD70CFB4EF24A7A82613DF9031* >::Invoke(13 /* System.Byte[] System.Security.Cryptography.X509Certificates.X509Certificate::GetRawCertData() */, L_1);
|
|
__this->___m_ClientCertificateOrBytes_21 = (RuntimeObject*)L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCertificateOrBytes_21), (void*)(RuntimeObject*)L_2);
|
|
return;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
__this->___m_ClientCertificateOrBytes_21 = NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_ClientCertificateOrBytes_21), (void*)NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePoint::CallEndPointDelegate(System.Net.Sockets.Socket,System.Net.IPEndPoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePoint_CallEndPointDelegate_m4AA30128ACB46BECF1D16A2AE84BB0A26FD4EDBE (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* ___0_sock, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remote, const RuntimeMethod* method)
|
|
{
|
|
int32_t V_0 = 0;
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* V_1 = NULL;
|
|
bool V_2 = false;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* L_0 = __this->___endPointCallback_9;
|
|
if (L_0)
|
|
{
|
|
goto IL_000a;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_000a:
|
|
{
|
|
V_0 = 0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
V_1 = (IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*)NULL;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* L_1 = __this->___endPointCallback_9;
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_2 = ___1_remote;
|
|
int32_t L_3 = V_0;
|
|
NullCheck(L_1);
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_4;
|
|
L_4 = BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_inline(L_1, __this, L_2, L_3, NULL);
|
|
V_1 = L_4;
|
|
goto IL_0024;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&RuntimeObject_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_001f;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_001f:
|
|
{// begin catch(System.Object)
|
|
RuntimeObject* L_5 = ((RuntimeObject*)IL2CPP_GET_ACTIVE_EXCEPTION(RuntimeObject*));;
|
|
V_2 = (bool)0;
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_003c;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0024:
|
|
{
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_6 = V_1;
|
|
if (L_6)
|
|
{
|
|
goto IL_0029;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0029:
|
|
{
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
Socket_t1F49472CDA22B581C29A258225ABF3ADA9DED67E* L_7 = ___0_sock;
|
|
IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* L_8 = V_1;
|
|
NullCheck(L_7);
|
|
Socket_Bind_m137559EBA78A72ED4ADF8B56F5C535CE638165AA(L_7, L_8, NULL);
|
|
goto IL_003a;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&SocketException_t6D10102A62EA871BD31748E026A372DB6804083B_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_0033;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_0033:
|
|
{// begin catch(System.Net.Sockets.SocketException)
|
|
SocketException_t6D10102A62EA871BD31748E026A372DB6804083B* L_9 = ((SocketException_t6D10102A62EA871BD31748E026A372DB6804083B*)IL2CPP_GET_ACTIVE_EXCEPTION(SocketException_t6D10102A62EA871BD31748E026A372DB6804083B*));;
|
|
int32_t L_10 = V_0;
|
|
if (((int64_t)L_10 + (int64_t)1 < (int64_t)kIl2CppInt32Min) || ((int64_t)L_10 + (int64_t)1 > (int64_t)kIl2CppInt32Max))
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(il2cpp_codegen_get_overflow_exception(), ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePoint_CallEndPointDelegate_m4AA30128ACB46BECF1D16A2AE84BB0A26FD4EDBE_RuntimeMethod_var)));
|
|
V_0 = ((int32_t)il2cpp_codegen_add(L_10, 1));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_000c;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_003a:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_003c:
|
|
{
|
|
bool L_11 = V_2;
|
|
return L_11;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServicePointManager::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManager__cctor_mB2159CD3E1D15E7F0C3D395EC4B004696A8ACEFB (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConcurrentDictionary_2__ctor_m73468EC4E3B499BCB73252A85E27618168FA0460_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_0 = (ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6*)il2cpp_codegen_object_new(ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
ConcurrentDictionary_2__ctor_m73468EC4E3B499BCB73252A85E27618168FA0460(L_0, ConcurrentDictionary_2__ctor_m73468EC4E3B499BCB73252A85E27618168FA0460_RuntimeMethod_var);
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0), (void*)L_0);
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___defaultConnectionLimit_2 = ((int32_t)10);
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___maxServicePointIdleTime_3 = ((int32_t)100000);
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___maxServicePoints_4 = 0;
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___dnsRefreshTimeout_5 = ((int32_t)120000);
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->____checkCRL_6 = (bool)0;
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->____securityProtocol_7 = 0;
|
|
((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___expectContinue_8 = (bool)1;
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.ICertificatePolicy System.Net.ServicePointManager::GetLegacyCertificatePolicy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RuntimeObject* ServicePointManager_GetLegacyCertificatePolicy_m2DEEAB96EC6215961CC259EB1F3A8BC9224AD1FD (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
RuntimeObject* L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___policy_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointManager::get_CheckCertificateRevocationList()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointManager_get_CheckCertificateRevocationList_m2B469F84124A2FB6AD78D7F07A8C50DD427E6204 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
bool L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->____checkCRL_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.ServicePointManager::get_DnsRefreshTimeout()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mD2B9379B34B2F5439BD74756A0D06E576CC4B259 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___dnsRefreshTimeout_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.SecurityProtocolType System.Net.ServicePointManager::get_SecurityProtocol()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_SecurityProtocol_mEFE416B7D9AC6D2BAC27A3BBCF425DC8E33F7C9E (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->____securityProtocol_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.ServerCertValidationCallback System.Net.ServicePointManager::get_ServerCertValidationCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* ServicePointManager_get_ServerCertValidationCallback_mFB78759C5AAF44C04D56660D6C25618AB8E787C1 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___server_cert_cb_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Net.Security.RemoteCertificateValidationCallback System.Net.ServicePointManager::get_ServerCertificateValidationCallback()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ServicePointManager_get_ServerCertificateValidationCallback_mF36CA0415FB49225DDBB20E52125B8A5CA389CA6 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___server_cert_cb_10;
|
|
if (L_0)
|
|
{
|
|
goto IL_0009;
|
|
}
|
|
}
|
|
{
|
|
return (RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955*)NULL;
|
|
}
|
|
|
|
IL_0009:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* L_1 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___server_cert_cb_10;
|
|
NullCheck(L_1);
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_2;
|
|
L_2 = ServerCertValidationCallback_get_ValidationCallback_mA6B9C6ACA7951010EE6F5E04B51591657A1BFA72_inline(L_1, NULL);
|
|
return L_2;
|
|
}
|
|
}
|
|
// System.Net.ServicePoint System.Net.ServicePointManager::FindServicePoint(System.Uri,System.Net.IWebProxy)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3 (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_address, RuntimeObject* ___1_proxy, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConcurrentDictionary_2_GetOrAdd_m21348308E33318EF6B38479C42884E04A50AE5A3_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConcurrentDictionary_2_TryGetValue_m4AB150D23A967E1101E722E977336C093A6634F5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConcurrentDictionary_2_get_Count_m966C0A6AD6AD9E7658721FADEAE2A31B61FD737D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&_stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
bool V_1 = false;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* V_2 = NULL;
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* V_3 = NULL;
|
|
bool V_4 = false;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_7 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B9_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B3_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B4_0 = NULL;
|
|
bool G_B6_0 = false;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B6_1 = NULL;
|
|
bool G_B5_0 = false;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B5_1 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B7_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B8_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B11_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B10_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B12_0 = NULL;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* G_B12_1 = NULL;
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_address;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Uri_op_Equality_mD7D7AAB7023C0873B37D8B8C7195BEF34002A194(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
if (!L_1)
|
|
{
|
|
goto IL_0014;
|
|
}
|
|
}
|
|
{
|
|
ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129* L_2 = (ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ArgumentNullException_t327031E412FAB2351B0022DD5DAD47E67E597129_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_2);
|
|
ArgumentNullException__ctor_m444AE141157E333844FC1A9500224C2F9FD24F4B(L_2, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral8A577A5A6848BEDC7A1DBA1211A06E627EEF0057)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_2, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0014:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = ___0_address;
|
|
NullCheck(L_3);
|
|
String_t* L_4;
|
|
L_4 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_3, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = ___0_address;
|
|
NullCheck(L_5);
|
|
String_t* L_6;
|
|
L_6 = Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB(L_5, NULL);
|
|
String_t* L_7;
|
|
L_7 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_4, _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A, L_6, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_8 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A(L_8, L_7, NULL);
|
|
V_0 = (bool)0;
|
|
V_1 = (bool)0;
|
|
RuntimeObject* L_9 = ___1_proxy;
|
|
G_B3_0 = L_8;
|
|
if (!L_9)
|
|
{
|
|
G_B9_0 = L_8;
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
RuntimeObject* L_10 = ___1_proxy;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_11 = ___0_address;
|
|
NullCheck(L_10);
|
|
bool L_12;
|
|
L_12 = InterfaceFuncInvoker1< bool, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(1 /* System.Boolean System.Net.IWebProxy::IsBypassed(System.Uri) */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_10, L_11);
|
|
G_B4_0 = G_B3_0;
|
|
if (L_12)
|
|
{
|
|
G_B9_0 = G_B3_0;
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
V_0 = (bool)1;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = ___0_address;
|
|
NullCheck(L_13);
|
|
String_t* L_14;
|
|
L_14 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_13, NULL);
|
|
bool L_15;
|
|
L_15 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_14, _stringLiteralF27E4C631EBEFA337EC21BE8552E169C9DED78A2, NULL);
|
|
RuntimeObject* L_16 = ___1_proxy;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_17 = ___0_address;
|
|
NullCheck(L_16);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_18;
|
|
L_18 = InterfaceFuncInvoker1< Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* >::Invoke(0 /* System.Uri System.Net.IWebProxy::GetProxy(System.Uri) */, IWebProxy_t3ECD2C773539B48B18734D61E87B685A9C93076D_il2cpp_TypeInfo_var, L_16, L_17);
|
|
___0_address = L_18;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_19 = ___0_address;
|
|
NullCheck(L_19);
|
|
String_t* L_20;
|
|
L_20 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_19, NULL);
|
|
bool L_21;
|
|
L_21 = String_op_Inequality_m8C940F3CFC42866709D7CA931B3D77B4BE94BCB6(L_20, _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF, NULL);
|
|
G_B5_0 = L_15;
|
|
G_B5_1 = G_B4_0;
|
|
if (!L_21)
|
|
{
|
|
G_B6_0 = L_15;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0077;
|
|
}
|
|
}
|
|
{
|
|
NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A* L_22 = (NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&NotSupportedException_t1429765983D409BD2986508963C98D214E4EBF4A_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_22);
|
|
NotSupportedException__ctor_mE174750CF0247BBB47544FFD71D66BB89630945B(L_22, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral9696E4A4E55A237E98B2267ADF3E00DDA59CF675)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_22, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0077:
|
|
{
|
|
G_B7_0 = G_B6_1;
|
|
if (!G_B6_0)
|
|
{
|
|
G_B9_0 = G_B6_1;
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_23 = ___0_address;
|
|
NullCheck(L_23);
|
|
String_t* L_24;
|
|
L_24 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_23, NULL);
|
|
bool L_25;
|
|
L_25 = String_op_Equality_m030E1B219352228970A076136E455C4E568C02C1(L_24, _stringLiteral58B716FF5428F7961E1403E6D969E605D0F27EAF, NULL);
|
|
G_B8_0 = G_B7_0;
|
|
if (!L_25)
|
|
{
|
|
G_B9_0 = G_B7_0;
|
|
goto IL_008d;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)1;
|
|
G_B9_0 = G_B8_0;
|
|
}
|
|
|
|
IL_008d:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_26 = ___0_address;
|
|
NullCheck(L_26);
|
|
String_t* L_27;
|
|
L_27 = Uri_get_Scheme_m29106D5109538220B22FC49DE7B44040E51B0F6F(L_26, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_28 = ___0_address;
|
|
NullCheck(L_28);
|
|
String_t* L_29;
|
|
L_29 = Uri_get_Authority_m5BE92DE43B1B4BCD6849FEBDE5530AB97E0C31EB(L_28, NULL);
|
|
String_t* L_30;
|
|
L_30 = String_Concat_m8855A6DE10F84DA7F4EC113CADDB59873A25573B(L_27, _stringLiteral6A1D52382547009AB732F651FE2CA42F1BBA769A, L_29, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_31 = (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)il2cpp_codegen_object_new(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_31);
|
|
Uri__ctor_m6CA436E6AD2768A121FA851CBEEFA3623E849D3A(L_31, L_30, NULL);
|
|
___0_address = L_31;
|
|
bool L_32 = V_0;
|
|
G_B10_0 = G_B9_0;
|
|
if (L_32)
|
|
{
|
|
G_B11_0 = G_B9_0;
|
|
goto IL_00b0;
|
|
}
|
|
}
|
|
{
|
|
G_B12_0 = ((Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)(NULL));
|
|
G_B12_1 = G_B10_0;
|
|
goto IL_00b1;
|
|
}
|
|
|
|
IL_00b0:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_33 = ___0_address;
|
|
G_B12_0 = L_33;
|
|
G_B12_1 = G_B11_0;
|
|
}
|
|
|
|
IL_00b1:
|
|
{
|
|
bool L_34 = V_1;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_35 = (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5*)il2cpp_codegen_object_new(SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5_il2cpp_TypeInfo_var);
|
|
NullCheck(L_35);
|
|
SPKey__ctor_m30BE1C73F21DEB53327E47A0EFDC05D39726E2FB(L_35, G_B12_1, G_B12_0, L_34, NULL);
|
|
V_2 = L_35;
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_36 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0;
|
|
V_3 = L_36;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_016b:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_37 = V_4;
|
|
if (!L_37)
|
|
{
|
|
goto IL_0175;
|
|
}
|
|
}
|
|
{
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_38 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_38, NULL);
|
|
}
|
|
|
|
IL_0175:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_39 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_39, (&V_4), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_40 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_41 = V_2;
|
|
NullCheck(L_40);
|
|
bool L_42;
|
|
L_42 = ConcurrentDictionary_2_TryGetValue_m4AB150D23A967E1101E722E977336C093A6634F5(L_40, L_41, (&V_5), ConcurrentDictionary_2_TryGetValue_m4AB150D23A967E1101E722E977336C093A6634F5_RuntimeMethod_var);
|
|
if (!L_42)
|
|
{
|
|
goto IL_00e1_1;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_43 = V_5;
|
|
V_7 = L_43;
|
|
goto IL_0176;
|
|
}
|
|
|
|
IL_00e1_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
int32_t L_44 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___maxServicePoints_4;
|
|
if ((((int32_t)L_44) <= ((int32_t)0)))
|
|
{
|
|
goto IL_0105_1;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_45 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0;
|
|
NullCheck(L_45);
|
|
int32_t L_46;
|
|
L_46 = ConcurrentDictionary_2_get_Count_m966C0A6AD6AD9E7658721FADEAE2A31B61FD737D(L_45, ConcurrentDictionary_2_get_Count_m966C0A6AD6AD9E7658721FADEAE2A31B61FD737D_RuntimeMethod_var);
|
|
int32_t L_47 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___maxServicePoints_4;
|
|
if ((((int32_t)L_46) < ((int32_t)L_47)))
|
|
{
|
|
goto IL_0105_1;
|
|
}
|
|
}
|
|
{
|
|
InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB* L_48 = (InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB*)il2cpp_codegen_object_new(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&InvalidOperationException_t5DDE4D49B7405FAAB1E4576F4715A42A3FAD4BAB_il2cpp_TypeInfo_var)));
|
|
NullCheck(L_48);
|
|
InvalidOperationException__ctor_mE4CB6F4712AB6D99A2358FBAE2E052B3EE976162(L_48, ((String_t*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&_stringLiteral7D1C38A21F73D199B3533492AD93C440D1DB735C)), NULL);
|
|
IL2CPP_RAISE_MANAGED_EXCEPTION(L_48, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&ServicePointManager_FindServicePoint_m4AD7E2A537E68488D746CF00B333BB837FCE34A3_RuntimeMethod_var)));
|
|
}
|
|
|
|
IL_0105_1:
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
int32_t L_49 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___defaultConnectionLimit_2;
|
|
V_6 = L_49;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_50 = V_2;
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_51 = ___0_address;
|
|
int32_t L_52 = V_6;
|
|
int32_t L_53 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___maxServicePointIdleTime_3;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_54 = (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*)il2cpp_codegen_object_new(ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29_il2cpp_TypeInfo_var);
|
|
NullCheck(L_54);
|
|
ServicePoint__ctor_m4A7FE526B6A4EF15F51919D425E51B1D67EFD1AE(L_54, L_50, L_51, L_52, L_53, NULL);
|
|
V_5 = L_54;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_55 = V_5;
|
|
bool L_56 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___expectContinue_8;
|
|
NullCheck(L_55);
|
|
ServicePoint_set_Expect100Continue_mDDB9FC522313DDC57B1B348B711CF888516AA4CD(L_55, L_56, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_57 = V_5;
|
|
bool L_58 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___useNagle_9;
|
|
NullCheck(L_57);
|
|
ServicePoint_set_UseNagleAlgorithm_mC025F081ED6C7014665EB20388747D12476D03C3_inline(L_57, L_58, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_59 = V_5;
|
|
bool L_60 = V_0;
|
|
NullCheck(L_59);
|
|
ServicePoint_set_UsesProxy_m48157456CF1FF842A098916FE6F485CCA2FB9B62_inline(L_59, L_60, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_61 = V_5;
|
|
bool L_62 = V_1;
|
|
NullCheck(L_61);
|
|
ServicePoint_set_UseConnect_mD34B72F3B4F0532EB58DAB315A58143E5882A81F_inline(L_61, L_62, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_63 = V_5;
|
|
bool L_64 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___tcp_keepalive_11;
|
|
int32_t L_65 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___tcp_keepalive_time_12;
|
|
int32_t L_66 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___tcp_keepalive_interval_13;
|
|
NullCheck(L_63);
|
|
ServicePoint_SetTcpKeepAlive_m225D363A70F7971133192A44745C8D284DE19084(L_63, L_64, L_65, L_66, NULL);
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_67 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_68 = V_2;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_69 = V_5;
|
|
NullCheck(L_67);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_70;
|
|
L_70 = ConcurrentDictionary_2_GetOrAdd_m21348308E33318EF6B38479C42884E04A50AE5A3(L_67, L_68, L_69, ConcurrentDictionary_2_GetOrAdd_m21348308E33318EF6B38479C42884E04A50AE5A3_RuntimeMethod_var);
|
|
V_7 = L_70;
|
|
goto IL_0176;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0176:
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_71 = V_7;
|
|
return L_71;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointManager::RemoveServicePoint(System.Net.ServicePoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointManager_RemoveServicePoint_m42D7071059E9EA8419CC3F5CCFF3231C5C4465FB (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_sp, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConcurrentDictionary_2_TryRemove_m6A85E59B2D1ABC9B3DDFC90F7B09B28BF38EB88B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_0 = NULL;
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ConcurrentDictionary_2_tA479A4D42D40E0772A26F55B2BB647B6B7B8BDD6* L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___servicePoints_0;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_1 = ___0_sp;
|
|
NullCheck(L_1);
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_2;
|
|
L_2 = ServicePoint_get_Key_m4888BAD8A2901760B5CEB05FA71E5C9289EB1C05_inline(L_1, NULL);
|
|
NullCheck(L_0);
|
|
bool L_3;
|
|
L_3 = ConcurrentDictionary_2_TryRemove_m6A85E59B2D1ABC9B3DDFC90F7B09B28BF38EB88B(L_0, L_2, (&V_0), ConcurrentDictionary_2_TryRemove_m6A85E59B2D1ABC9B3DDFC90F7B09B28BF38EB88B_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServicePointManager/SPKey::.ctor(System.Uri,System.Uri,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void SPKey__ctor_m30BE1C73F21DEB53327E47A0EFDC05D39726E2FB (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* __this, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___0_uri, Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* ___1_proxy, bool ___2_use_connect, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = ___0_uri;
|
|
__this->___uri_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___uri_0), (void*)L_0);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = ___1_proxy;
|
|
__this->___proxy_1 = L_1;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___proxy_1), (void*)L_1);
|
|
bool L_2 = ___2_use_connect;
|
|
__this->___use_connect_2 = L_2;
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointManager/SPKey::get_UsesProxy()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SPKey_get_UsesProxy_mD847C0A3FA96B142882A340E221D4C4AE6BE3E76 (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___proxy_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_1;
|
|
L_1 = Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7(L_0, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
return L_1;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.ServicePointManager/SPKey::GetHashCode()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t SPKey_GetHashCode_mEF88EF3AB042F1A3B7BE41171F53155177ED0B4F (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t G_B2_0 = 0;
|
|
int32_t G_B1_0 = 0;
|
|
int32_t G_B3_0 = 0;
|
|
int32_t G_B3_1 = 0;
|
|
int32_t G_B5_0 = 0;
|
|
int32_t G_B4_0 = 0;
|
|
int32_t G_B6_0 = 0;
|
|
int32_t G_B6_1 = 0;
|
|
{
|
|
bool L_0 = __this->___use_connect_2;
|
|
G_B1_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)23), ((int32_t)31)));
|
|
if (L_0)
|
|
{
|
|
G_B2_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)23), ((int32_t)31)));
|
|
goto IL_0010;
|
|
}
|
|
}
|
|
{
|
|
G_B3_0 = 0;
|
|
G_B3_1 = G_B1_0;
|
|
goto IL_0011;
|
|
}
|
|
|
|
IL_0010:
|
|
{
|
|
G_B3_0 = 1;
|
|
G_B3_1 = G_B2_0;
|
|
}
|
|
|
|
IL_0011:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_1 = __this->___uri_0;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_1);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_3 = __this->___proxy_1;
|
|
il2cpp_codegen_runtime_class_init_inline(Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E_il2cpp_TypeInfo_var);
|
|
bool L_4;
|
|
L_4 = Uri_op_Inequality_m64BE981CDF88B751677B80D883B201BF3CFD83F7(L_3, (Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E*)NULL, NULL);
|
|
G_B4_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0)), ((int32_t)31))), L_2)), ((int32_t)31)));
|
|
if (L_4)
|
|
{
|
|
G_B5_0 = ((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_multiply(((int32_t)il2cpp_codegen_add(G_B3_1, G_B3_0)), ((int32_t)31))), L_2)), ((int32_t)31)));
|
|
goto IL_0035;
|
|
}
|
|
}
|
|
{
|
|
G_B6_0 = 0;
|
|
G_B6_1 = G_B4_0;
|
|
goto IL_0040;
|
|
}
|
|
|
|
IL_0035:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_5 = __this->___proxy_1;
|
|
NullCheck(L_5);
|
|
int32_t L_6;
|
|
L_6 = VirtualFuncInvoker0< int32_t >::Invoke(2 /* System.Int32 System.Object::GetHashCode() */, L_5);
|
|
G_B6_0 = L_6;
|
|
G_B6_1 = G_B5_0;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
return ((int32_t)il2cpp_codegen_add(G_B6_1, G_B6_0));
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointManager/SPKey::Equals(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool SPKey_Equals_mDFDEB4BBCC2EE4F43F4F36CBA81A35DCFE1CA114 (SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* __this, RuntimeObject* ___0_obj, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* V_0 = NULL;
|
|
{
|
|
RuntimeObject* L_0 = ___0_obj;
|
|
V_0 = ((SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5*)IsInstClass((RuntimeObject*)L_0, SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5_il2cpp_TypeInfo_var));
|
|
RuntimeObject* L_1 = ___0_obj;
|
|
if (L_1)
|
|
{
|
|
goto IL_000c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_000c:
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_2 = __this->___uri_0;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_4 = L_3->___uri_0;
|
|
NullCheck(L_2);
|
|
bool L_5;
|
|
L_5 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_2, L_4);
|
|
if (L_5)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
bool L_6 = __this->___use_connect_2;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_7 = V_0;
|
|
NullCheck(L_7);
|
|
bool L_8 = L_7->___use_connect_2;
|
|
if ((!(((uint32_t)L_6) == ((uint32_t)L_8))))
|
|
{
|
|
goto IL_003d;
|
|
}
|
|
}
|
|
{
|
|
bool L_9;
|
|
L_9 = SPKey_get_UsesProxy_mD847C0A3FA96B142882A340E221D4C4AE6BE3E76(__this, NULL);
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_10 = V_0;
|
|
NullCheck(L_10);
|
|
bool L_11;
|
|
L_11 = SPKey_get_UsesProxy_mD847C0A3FA96B142882A340E221D4C4AE6BE3E76(L_10, NULL);
|
|
if ((((int32_t)L_9) == ((int32_t)L_11)))
|
|
{
|
|
goto IL_003f;
|
|
}
|
|
}
|
|
|
|
IL_003d:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_003f:
|
|
{
|
|
bool L_12;
|
|
L_12 = SPKey_get_UsesProxy_mD847C0A3FA96B142882A340E221D4C4AE6BE3E76(__this, NULL);
|
|
if (!L_12)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_13 = __this->___proxy_1;
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_14 = V_0;
|
|
NullCheck(L_14);
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_15 = L_14->___proxy_1;
|
|
NullCheck(L_13);
|
|
bool L_16;
|
|
L_16 = VirtualFuncInvoker1< bool, RuntimeObject* >::Invoke(0 /* System.Boolean System.Object::Equals(System.Object) */, L_13, L_15);
|
|
if (L_16)
|
|
{
|
|
goto IL_005c;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_005c:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Net.ServicePoint System.Net.ServicePointScheduler::get_ServicePoint()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0 = __this->___U3CServicePointU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::set_ServicePoint(System.Net.ServicePoint)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_set_ServicePoint_mEA9C878A2C3B51F9C6B1D66AB82FC1D81B38289B (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0 = ___0_value;
|
|
__this->___U3CServicePointU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CServicePointU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Int32 System.Net.ServicePointScheduler::get_MaxIdleTime()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_MaxIdleTime_m21249A6395FFC3A9227AD0918D8DB5056EC44E53 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___maxIdleTime_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::.ctor(System.Net.ServicePoint,System.Int32,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler__ctor_m31580DC08F3E2491616C5067921AD44899E58004 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, int32_t ___1_connectionLimit, int32_t ___2_maxIdleTime, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m6C1F03DB77FF0A91E78A2643C82D608D9E9EF538_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m7AB586445D5784578DB177A444926BB9ADED140F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&String_t_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___maxIdleTime_2 = ((int32_t)100000);
|
|
int32_t L_0 = ((ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_il2cpp_TypeInfo_var))->___nextId_11;
|
|
int32_t L_1 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
((ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9_il2cpp_TypeInfo_var))->___nextId_11 = L_1;
|
|
__this->___ID_12 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_2 = ___0_servicePoint;
|
|
ServicePointScheduler_set_ServicePoint_mEA9C878A2C3B51F9C6B1D66AB82FC1D81B38289B_inline(__this, L_2, NULL);
|
|
int32_t L_3 = ___1_connectionLimit;
|
|
__this->___connectionLimit_9 = L_3;
|
|
int32_t L_4 = ___2_maxIdleTime;
|
|
__this->___maxIdleTime_2 = L_4;
|
|
AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* L_5 = (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4*)il2cpp_codegen_object_new(AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
AsyncManualResetEvent__ctor_mC5C973C7ACD4C923325E8B98C3E4DF293C08C757(L_5, (bool)0, NULL);
|
|
__this->___schedulerEvent_3 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___schedulerEvent_3), (void*)L_5);
|
|
String_t* L_6 = ((String_t_StaticFields*)il2cpp_codegen_static_fields_for(String_t_il2cpp_TypeInfo_var))->___Empty_6;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_7 = (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037*)il2cpp_codegen_object_new(ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
ConnectionGroup__ctor_m374EEC30B4DB339157E1FEFE8D9908F1602B5103(L_7, __this, L_6, NULL);
|
|
__this->___defaultGroup_4 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultGroup_4), (void*)L_7);
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_8 = (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79*)il2cpp_codegen_object_new(LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
LinkedList_1__ctor_m7AB586445D5784578DB177A444926BB9ADED140F(L_8, LinkedList_1__ctor_m7AB586445D5784578DB177A444926BB9ADED140F_RuntimeMethod_var);
|
|
__this->___operations_6 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___operations_6), (void*)L_8);
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_9 = (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA*)il2cpp_codegen_object_new(LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA_il2cpp_TypeInfo_var);
|
|
NullCheck(L_9);
|
|
LinkedList_1__ctor_m6C1F03DB77FF0A91E78A2643C82D608D9E9EF538(L_9, LinkedList_1__ctor_m6C1F03DB77FF0A91E78A2643C82D608D9E9EF538_RuntimeMethod_var);
|
|
__this->___idleConnections_7 = L_9;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___idleConnections_7), (void*)L_9);
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10;
|
|
L_10 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
__this->___idleSince_10 = L_10;
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::Run()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Run_mE03FE3F967A5517DE94B6D585C0A200A971ACBD4 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointScheduler_U3CRunU3Eb__31_0_m18294DC6C7D3EC3A52C89338AB958CD860670ABE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t* L_0 = (int32_t*)(&__this->___running_1);
|
|
int32_t L_1;
|
|
L_1 = Interlocked_CompareExchange_mB06E8737D3DA41F9FFBC38A6D0583D515EFB5717(L_0, 1, 0, NULL);
|
|
if (L_1)
|
|
{
|
|
goto IL_0021;
|
|
}
|
|
}
|
|
{
|
|
Func_1_t60B0B212E646FAA748170ABB47E557CC31788685* L_2 = (Func_1_t60B0B212E646FAA748170ABB47E557CC31788685*)il2cpp_codegen_object_new(Func_1_t60B0B212E646FAA748170ABB47E557CC31788685_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
Func_1__ctor_m6980BCC56FF4CA762C712085B3CCD3CE13C5C67E(L_2, __this, (intptr_t)((void*)ServicePointScheduler_U3CRunU3Eb__31_0_m18294DC6C7D3EC3A52C89338AB958CD860670ABE_RuntimeMethod_var), NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3;
|
|
L_3 = Task_Run_m59DCF6061E31E90EE85393BE82E6907EC60B6958(L_2, NULL);
|
|
}
|
|
|
|
IL_0021:
|
|
{
|
|
AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* L_4 = __this->___schedulerEvent_3;
|
|
NullCheck(L_4);
|
|
AsyncManualResetEvent_Set_m3D541CCC4B5CB8393A63D23B9E5F104C85258549(L_4, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.ServicePointScheduler::RunScheduler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ServicePointScheduler_RunScheduler_m1FD614B92FFA62E8E0DA73AC7AC8B64EC23F6EA3 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_Start_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_mA8E36303E3B4572A5553B5CC6E300F5CD5D1B1DA_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
(&V_0)->___U3CU3E4__this_2 = __this;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___U3CU3E4__this_2), (void*)__this);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06 L_0;
|
|
L_0 = AsyncTaskMethodBuilder_Create_m24F3F260A79CA2B9EC4F1F15693A33F5EC58735A(NULL);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_1 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_Start_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_mA8E36303E3B4572A5553B5CC6E300F5CD5D1B1DA(L_1, (&V_0), AsyncTaskMethodBuilder_Start_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_mA8E36303E3B4572A5553B5CC6E300F5CD5D1B1DA_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_2 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_3;
|
|
L_3 = AsyncTaskMethodBuilder_get_Task_mE9125D5F8B96F26D1BA5A5347ED82669521C7F9E(L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::Cleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_Cleanup_mDD1F681510B15A1F4E6FBAEEF9A89631C564BA58 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_ContainsKey_m0547B4F19E89BCB8777B99457349D98365065FB9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Remove_m2E17BEA2BC340D64D558B4EA4CE529BA6629BF77_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Item_m2D22AAF3BAC999CB3B105ADAA64410F41F46688F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_get_Keys_m91E9EE50DBDA1D5489035D583867715FF59A7543_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyCollection_CopyTo_m912C724893A71E25D1F14722856C79F57F47B601_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_0 = NULL;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* V_1 = NULL;
|
|
int32_t V_2 = 0;
|
|
String_t* V_3 = NULL;
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_0 = __this->___groups_5;
|
|
if (!L_0)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_1 = __this->___groups_5;
|
|
NullCheck(L_1);
|
|
int32_t L_2;
|
|
L_2 = Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE(L_1, Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_3 = (StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248*)SZArrayNew(StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248_il2cpp_TypeInfo_var, (uint32_t)L_2);
|
|
V_0 = L_3;
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_4 = __this->___groups_5;
|
|
NullCheck(L_4);
|
|
KeyCollection_t43F953F445E08B066605108AD084547587EA7690* L_5;
|
|
L_5 = Dictionary_2_get_Keys_m91E9EE50DBDA1D5489035D583867715FF59A7543(L_4, Dictionary_2_get_Keys_m91E9EE50DBDA1D5489035D583867715FF59A7543_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_6 = V_0;
|
|
NullCheck(L_5);
|
|
KeyCollection_CopyTo_m912C724893A71E25D1F14722856C79F57F47B601(L_5, L_6, 0, KeyCollection_CopyTo_m912C724893A71E25D1F14722856C79F57F47B601_RuntimeMethod_var);
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_7 = V_0;
|
|
V_1 = L_7;
|
|
V_2 = 0;
|
|
goto IL_0067;
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_8 = V_1;
|
|
int32_t L_9 = V_2;
|
|
NullCheck(L_8);
|
|
int32_t L_10 = L_9;
|
|
String_t* L_11 = (L_8)->GetAt(static_cast<il2cpp_array_size_t>(L_10));
|
|
V_3 = L_11;
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_12 = __this->___groups_5;
|
|
String_t* L_13 = V_3;
|
|
NullCheck(L_12);
|
|
bool L_14;
|
|
L_14 = Dictionary_2_ContainsKey_m0547B4F19E89BCB8777B99457349D98365065FB9(L_12, L_13, Dictionary_2_ContainsKey_m0547B4F19E89BCB8777B99457349D98365065FB9_RuntimeMethod_var);
|
|
if (!L_14)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_15 = __this->___groups_5;
|
|
String_t* L_16 = V_3;
|
|
NullCheck(L_15);
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_17;
|
|
L_17 = Dictionary_2_get_Item_m2D22AAF3BAC999CB3B105ADAA64410F41F46688F(L_15, L_16, Dictionary_2_get_Item_m2D22AAF3BAC999CB3B105ADAA64410F41F46688F_RuntimeMethod_var);
|
|
NullCheck(L_17);
|
|
bool L_18;
|
|
L_18 = ConnectionGroup_IsEmpty_m49E444CB48C362DC3E0829F0DDF9C22EB90E3190(L_17, NULL);
|
|
if (!L_18)
|
|
{
|
|
goto IL_0063;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_19 = __this->___groups_5;
|
|
String_t* L_20 = V_3;
|
|
NullCheck(L_19);
|
|
bool L_21;
|
|
L_21 = Dictionary_2_Remove_m2E17BEA2BC340D64D558B4EA4CE529BA6629BF77(L_19, L_20, Dictionary_2_Remove_m2E17BEA2BC340D64D558B4EA4CE529BA6629BF77_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0063:
|
|
{
|
|
int32_t L_22 = V_2;
|
|
V_2 = ((int32_t)il2cpp_codegen_add(L_22, 1));
|
|
}
|
|
|
|
IL_0067:
|
|
{
|
|
int32_t L_23 = V_2;
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_24 = V_1;
|
|
NullCheck(L_24);
|
|
if ((((int32_t)L_23) < ((int32_t)((int32_t)(((RuntimeArray*)L_24)->max_length)))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_25 = __this->___groups_5;
|
|
NullCheck(L_25);
|
|
int32_t L_26;
|
|
L_26 = Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE(L_25, Dictionary_2_get_Count_mC5F05A464E375221EE1582B98AE25A3CEB1ECCCE_RuntimeMethod_var);
|
|
if (L_26)
|
|
{
|
|
goto IL_0081;
|
|
}
|
|
}
|
|
{
|
|
__this->___groups_5 = (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___groups_5), (void*)(Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E*)NULL);
|
|
}
|
|
|
|
IL_0081:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::RunSchedulerIteration()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RunSchedulerIteration_m2117263966C4AE978C0E8B775632FD7DDD0FE2AB (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_GetEnumerator_m315B85BAAC91E8EF0E3037C08DEC16E960855B73_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m3E2744B9789427AAA2E742EEB7DD2AD843689E22_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mD524AD57B1AB59CBFC5387D31BCC0C71E0407490_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_m21DF8B786F2909F59E7457C049A68C6BBE0A176A_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&KeyValuePair_2_get_Value_mA9432F924325E196FA19F8CE1E5D282F31ED7AB0_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
bool V_0 = false;
|
|
Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
{
|
|
AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* L_0 = __this->___schedulerEvent_3;
|
|
NullCheck(L_0);
|
|
AsyncManualResetEvent_Reset_mF5E53CF13FD2EBC3563AF67D316307671B58854F(L_0, NULL);
|
|
}
|
|
|
|
IL_000b:
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_1 = __this->___defaultGroup_4;
|
|
bool L_2;
|
|
L_2 = ServicePointScheduler_SchedulerIteration_m31123036C09CCE9ED9EBC56F1C96E7F39000B1D8(__this, L_1, NULL);
|
|
V_0 = L_2;
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_3 = __this->___groups_5;
|
|
if (!L_3)
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_4 = __this->___groups_5;
|
|
NullCheck(L_4);
|
|
Enumerator_tE4150A2A2CBC4E4B7F907BA967C2740C4D53EAAC L_5;
|
|
L_5 = Dictionary_2_GetEnumerator_m315B85BAAC91E8EF0E3037C08DEC16E960855B73(L_4, Dictionary_2_GetEnumerator_m315B85BAAC91E8EF0E3037C08DEC16E960855B73_RuntimeMethod_var);
|
|
V_1 = L_5;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0051:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m3E2744B9789427AAA2E742EEB7DD2AD843689E22((&V_1), Enumerator_Dispose_m3E2744B9789427AAA2E742EEB7DD2AD843689E22_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0046_1;
|
|
}
|
|
|
|
IL_002e_1:
|
|
{
|
|
KeyValuePair_2_tEEF4D9B9E241804154E980A85A1295B1F9A6F06E L_6;
|
|
L_6 = Enumerator_get_Current_m21DF8B786F2909F59E7457C049A68C6BBE0A176A_inline((&V_1), Enumerator_get_Current_m21DF8B786F2909F59E7457C049A68C6BBE0A176A_RuntimeMethod_var);
|
|
V_2 = L_6;
|
|
bool L_7 = V_0;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_8;
|
|
L_8 = KeyValuePair_2_get_Value_mA9432F924325E196FA19F8CE1E5D282F31ED7AB0_inline((&V_2), KeyValuePair_2_get_Value_mA9432F924325E196FA19F8CE1E5D282F31ED7AB0_RuntimeMethod_var);
|
|
bool L_9;
|
|
L_9 = ServicePointScheduler_SchedulerIteration_m31123036C09CCE9ED9EBC56F1C96E7F39000B1D8(__this, L_8, NULL);
|
|
V_0 = (bool)((int32_t)((int32_t)L_7|(int32_t)L_9));
|
|
}
|
|
|
|
IL_0046_1:
|
|
{
|
|
bool L_10;
|
|
L_10 = Enumerator_MoveNext_mD524AD57B1AB59CBFC5387D31BCC0C71E0407490((&V_1), Enumerator_MoveNext_mD524AD57B1AB59CBFC5387D31BCC0C71E0407490_RuntimeMethod_var);
|
|
if (L_10)
|
|
{
|
|
goto IL_002e_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_005f;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_005f:
|
|
{
|
|
bool L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_000b;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointScheduler::OperationCompleted(System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_OperationCompleted_m442DE8063CFDFCF6C7DDEF30EB2C8BF79ED95C00 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_group, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___1_operation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_mAD7E6F699F92069E355252FE86DFDE01E4474858_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_get_Argument_mEAC3616300F6B41C733E58110C4715AB44884D14_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Result_get_Success_m9EEBBB8964247B5D5AD4CAE1AF67A4E1C9AE8720_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_3__ctor_m93ACB08221D46EBF42ABBD80815823CF21338C8F_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* V_0 = NULL;
|
|
bool V_1 = false;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_2 = NULL;
|
|
ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_4 = NULL;
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = ___1_operation;
|
|
NullCheck(L_0);
|
|
WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* L_1;
|
|
L_1 = WebOperation_get_Finished_mE36010EBEF522B42CAEF3E59EB6823DC535BDA01_inline(L_0, NULL);
|
|
NullCheck(L_1);
|
|
Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* L_2;
|
|
L_2 = WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_inline(L_1, WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_RuntimeMethod_var);
|
|
V_0 = L_2;
|
|
Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
bool L_4;
|
|
L_4 = Result_get_Success_m9EEBBB8964247B5D5AD4CAE1AF67A4E1C9AE8720(L_3, Result_get_Success_m9EEBBB8964247B5D5AD4CAE1AF67A4E1C9AE8720_RuntimeMethod_var);
|
|
if (L_4)
|
|
{
|
|
goto IL_001a;
|
|
}
|
|
}
|
|
{
|
|
V_1 = (bool)0;
|
|
V_2 = (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
goto IL_002f;
|
|
}
|
|
|
|
IL_001a:
|
|
{
|
|
Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE L_6;
|
|
L_6 = Result_get_Argument_mEAC3616300F6B41C733E58110C4715AB44884D14_inline(L_5, Result_get_Argument_mEAC3616300F6B41C733E58110C4715AB44884D14_RuntimeMethod_var);
|
|
V_3 = L_6;
|
|
ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE L_7 = V_3;
|
|
bool L_8 = L_7.___Item1_0;
|
|
V_1 = L_8;
|
|
ValueTuple_2_t0C1494128B94392C03DAEDA7AAFB7FDC53A2DFBE L_9 = V_3;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_10 = L_9.___Item2_1;
|
|
V_2 = L_10;
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
bool L_11 = V_1;
|
|
if (!L_11)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_12 = ___1_operation;
|
|
NullCheck(L_12);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_13;
|
|
L_13 = WebOperation_get_Connection_m0F6A9F7E900AAB18334E77E5322967EF7CFF954B_inline(L_12, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_14 = V_2;
|
|
NullCheck(L_13);
|
|
bool L_15;
|
|
L_15 = WebConnection_Continue_m819B02E671427E9AE55682A79A91DFA4497BA409(L_13, L_14, NULL);
|
|
if (L_15)
|
|
{
|
|
goto IL_0053;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_16 = ___0_group;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_17 = ___1_operation;
|
|
NullCheck(L_17);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_18;
|
|
L_18 = WebOperation_get_Connection_m0F6A9F7E900AAB18334E77E5322967EF7CFF954B_inline(L_17, NULL);
|
|
NullCheck(L_16);
|
|
ConnectionGroup_RemoveConnection_m4E4DFFE07C6E0005F796957B2BA4D5F4D3D6241B(L_16, L_18, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_19 = V_2;
|
|
if (L_19)
|
|
{
|
|
goto IL_0051;
|
|
}
|
|
}
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0051:
|
|
{
|
|
V_1 = (bool)0;
|
|
}
|
|
|
|
IL_0053:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_20 = V_2;
|
|
if (L_20)
|
|
{
|
|
goto IL_0082;
|
|
}
|
|
}
|
|
{
|
|
bool L_21 = V_1;
|
|
if (!L_21)
|
|
{
|
|
goto IL_0080;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_22;
|
|
L_22 = ServicePointScheduler_get_MaxIdleTime_m21249A6395FFC3A9227AD0918D8DB5056EC44E53_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_23;
|
|
L_23 = Task_Delay_m4B84654B4DAADEC41096D9F01C099CCEA9927A48(L_22, NULL);
|
|
V_4 = L_23;
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_24 = __this->___idleConnections_7;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_25 = ___0_group;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_26 = ___1_operation;
|
|
NullCheck(L_26);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_27;
|
|
L_27 = WebOperation_get_Connection_m0F6A9F7E900AAB18334E77E5322967EF7CFF954B_inline(L_26, NULL);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_28 = V_4;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_29;
|
|
memset((&L_29), 0, sizeof(L_29));
|
|
ValueTuple_3__ctor_m93ACB08221D46EBF42ABBD80815823CF21338C8F((&L_29), L_25, L_27, L_28, /*hidden argument*/ValueTuple_3__ctor_m93ACB08221D46EBF42ABBD80815823CF21338C8F_RuntimeMethod_var);
|
|
NullCheck(L_24);
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_30;
|
|
L_30 = LinkedList_1_AddLast_mAD7E6F699F92069E355252FE86DFDE01E4474858(L_24, L_29, LinkedList_1_AddLast_mAD7E6F699F92069E355252FE86DFDE01E4474858_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0080:
|
|
{
|
|
return (bool)1;
|
|
}
|
|
|
|
IL_0082:
|
|
{
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_31 = __this->___operations_6;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_32 = ___0_group;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_33 = V_2;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_34;
|
|
memset((&L_34), 0, sizeof(L_34));
|
|
ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8((&L_34), L_32, L_33, /*hidden argument*/ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8_RuntimeMethod_var);
|
|
NullCheck(L_31);
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_35;
|
|
L_35 = LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584(L_31, L_34, LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584_RuntimeMethod_var);
|
|
bool L_36 = V_1;
|
|
if (!L_36)
|
|
{
|
|
goto IL_00a6;
|
|
}
|
|
}
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_37 = ___1_operation;
|
|
NullCheck(L_37);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_38;
|
|
L_38 = WebOperation_get_Connection_m0F6A9F7E900AAB18334E77E5322967EF7CFF954B_inline(L_37, NULL);
|
|
ServicePointScheduler_RemoveIdleConnection_mFAC34695888DE0B3C35A2D4181AE3050861431BA(__this, L_38, NULL);
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_00a6:
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_39 = ___0_group;
|
|
NullCheck(L_39);
|
|
ConnectionGroup_Cleanup_m60D92E1B982C50094D7E9FE55C9B847016E79A1A(L_39, NULL);
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_40 = ___0_group;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_41 = V_2;
|
|
NullCheck(L_40);
|
|
ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F L_42;
|
|
L_42 = ConnectionGroup_CreateOrReuseConnection_mE7153E7911E2165B717181367C4111A7639C7B98(L_40, L_41, (bool)1, NULL);
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::CloseIdleConnection(System.Net.ServicePointScheduler/ConnectionGroup,System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_CloseIdleConnection_mCC2356BF17FCBD9027E14AB8B2FE22CD2DAC689E (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_group, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___1_connection, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_0 = ___0_group;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_1 = ___1_connection;
|
|
NullCheck(L_0);
|
|
ConnectionGroup_RemoveConnection_m4E4DFFE07C6E0005F796957B2BA4D5F4D3D6241B(L_0, L_1, NULL);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_2 = ___1_connection;
|
|
ServicePointScheduler_RemoveIdleConnection_mFAC34695888DE0B3C35A2D4181AE3050861431BA(__this, L_2, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointScheduler::SchedulerIteration(System.Net.ServicePointScheduler/ConnectionGroup)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ServicePointScheduler_SchedulerIteration_m31123036C09CCE9ED9EBC56F1C96E7F39000B1D8 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ___0_group, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_0 = NULL;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_1 = NULL;
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_0 = ___0_group;
|
|
NullCheck(L_0);
|
|
ConnectionGroup_Cleanup_m60D92E1B982C50094D7E9FE55C9B847016E79A1A(L_0, NULL);
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_1 = ___0_group;
|
|
NullCheck(L_1);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_2;
|
|
L_2 = ConnectionGroup_GetNextOperation_mF20C309F1E74118AFA48F7D177CCDF0927005E4B(L_1, NULL);
|
|
V_0 = L_2;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_3 = V_0;
|
|
if (L_3)
|
|
{
|
|
goto IL_0012;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0012:
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_4 = ___0_group;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_5 = V_0;
|
|
NullCheck(L_4);
|
|
ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F L_6;
|
|
L_6 = ConnectionGroup_CreateOrReuseConnection_mE7153E7911E2165B717181367C4111A7639C7B98(L_4, L_5, (bool)0, NULL);
|
|
ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F L_7 = L_6;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_8 = L_7.___Item1_0;
|
|
V_1 = L_8;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_9 = V_1;
|
|
if (L_9)
|
|
{
|
|
goto IL_0027;
|
|
}
|
|
}
|
|
{
|
|
return (bool)0;
|
|
}
|
|
|
|
IL_0027:
|
|
{
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_10 = __this->___operations_6;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_11 = ___0_group;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_12 = V_0;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_13;
|
|
memset((&L_13), 0, sizeof(L_13));
|
|
ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8((&L_13), L_11, L_12, /*hidden argument*/ValueTuple_2__ctor_m5DC5DA65014049FD56286EC2D897FBBD292BABA8_RuntimeMethod_var);
|
|
NullCheck(L_10);
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_14;
|
|
L_14 = LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584(L_10, L_13, LinkedList_1_AddLast_mC58C442FC19D89C88F2FDA53DDE4F2FC02765584_RuntimeMethod_var);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_15 = V_1;
|
|
ServicePointScheduler_RemoveIdleConnection_mFAC34695888DE0B3C35A2D4181AE3050861431BA(__this, L_15, NULL);
|
|
return (bool)1;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::RemoveOperation(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveOperation_m463750D1CB7A1C6AF8C03C0DA884052EA232D781 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m665CE6DB91CC36D7B33DDC72762A70FAA6C92D48_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_m407D1FA324A3100C74A3B67402493E1A2FBCCD60_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m7BA487483101A8DF3BB413D5D3C3D66072FB9D89_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m8B2D075C9FD804A08136CEA6FB7DBEB7224F71BD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* V_0 = NULL;
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* V_1 = NULL;
|
|
{
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_0 = __this->___operations_6;
|
|
NullCheck(L_0);
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_1;
|
|
L_1 = LinkedList_1_get_First_m8B2D075C9FD804A08136CEA6FB7DBEB7224F71BD_inline(L_0, LinkedList_1_get_First_m8B2D075C9FD804A08136CEA6FB7DBEB7224F71BD_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_2 = V_0;
|
|
V_1 = L_2;
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_4;
|
|
L_4 = LinkedListNode_1_get_Next_m665CE6DB91CC36D7B33DDC72762A70FAA6C92D48(L_3, LinkedListNode_1_get_Next_m665CE6DB91CC36D7B33DDC72762A70FAA6C92D48_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_6;
|
|
L_6 = LinkedListNode_1_get_Value_m407D1FA324A3100C74A3B67402493E1A2FBCCD60_inline(L_5, LinkedListNode_1_get_Value_m407D1FA324A3100C74A3B67402493E1A2FBCCD60_RuntimeMethod_var);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_7 = L_6.___Item2_1;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_8 = ___0_operation;
|
|
if ((!(((RuntimeObject*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)L_7) == ((RuntimeObject*)(WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)L_8))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_9 = __this->___operations_6;
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_10 = V_1;
|
|
NullCheck(L_9);
|
|
LinkedList_1_Remove_m7BA487483101A8DF3BB413D5D3C3D66072FB9D89(L_9, L_10, LinkedList_1_Remove_m7BA487483101A8DF3BB413D5D3C3D66072FB9D89_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
LinkedListNode_1_t3C6487C650934312C9F6D9E2002E77897B7A8D60* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::RemoveIdleConnection(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_RemoveIdleConnection_mFAC34695888DE0B3C35A2D4181AE3050861431BA (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_mAEE4EB27977572F51E69204BAE946DC1D55921AE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_mCBE24EE8433918AECF28520AFBD25AD1BEF59F8C_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m42C5CE0883206E118EE1976E22770AEC75B391EE_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m636C56FE2798BC5BC840B4B3916307A89F591002_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* V_0 = NULL;
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* V_1 = NULL;
|
|
{
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_0 = __this->___idleConnections_7;
|
|
NullCheck(L_0);
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_1;
|
|
L_1 = LinkedList_1_get_First_m636C56FE2798BC5BC840B4B3916307A89F591002_inline(L_0, LinkedList_1_get_First_m636C56FE2798BC5BC840B4B3916307A89F591002_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_0031;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_2 = V_0;
|
|
V_1 = L_2;
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_3 = V_0;
|
|
NullCheck(L_3);
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_4;
|
|
L_4 = LinkedListNode_1_get_Next_mAEE4EB27977572F51E69204BAE946DC1D55921AE(L_3, LinkedListNode_1_get_Next_mAEE4EB27977572F51E69204BAE946DC1D55921AE_RuntimeMethod_var);
|
|
V_0 = L_4;
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_5 = V_1;
|
|
NullCheck(L_5);
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_6;
|
|
L_6 = LinkedListNode_1_get_Value_mCBE24EE8433918AECF28520AFBD25AD1BEF59F8C_inline(L_5, LinkedListNode_1_get_Value_mCBE24EE8433918AECF28520AFBD25AD1BEF59F8C_RuntimeMethod_var);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_7 = L_6.___Item2_1;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_8 = ___0_connection;
|
|
if ((!(((RuntimeObject*)(WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC*)L_7) == ((RuntimeObject*)(WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC*)L_8))))
|
|
{
|
|
goto IL_0031;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_9 = __this->___idleConnections_7;
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_10 = V_1;
|
|
NullCheck(L_9);
|
|
LinkedList_1_Remove_m42C5CE0883206E118EE1976E22770AEC75B391EE(L_9, L_10, LinkedList_1_Remove_m42C5CE0883206E118EE1976E22770AEC75B391EE_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0031:
|
|
{
|
|
LinkedListNode_1_tF60A2DA197F8D5BAE1A87414A8D37F0A669588D5* L_11 = V_0;
|
|
if (L_11)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::FinalCleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_FinalCleanup_m9378C2F440CC6EE6014D7929B8255A315BA7DD99 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
__this->___groups_5 = (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___groups_5), (void*)(Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E*)NULL);
|
|
__this->___operations_6 = (LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___operations_6), (void*)(LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79*)NULL);
|
|
__this->___idleConnections_7 = (LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___idleConnections_7), (void*)(LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA*)NULL);
|
|
__this->___defaultGroup_4 = (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___defaultGroup_4), (void*)(ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037*)NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0;
|
|
L_0 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(__this, NULL);
|
|
NullCheck(L_0);
|
|
ServicePoint_FreeServicePoint_m3CD7E3984B153A0B7F4075B5CE42530A7A1E0ADA(L_0, NULL);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_1;
|
|
L_1 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(__this, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
ServicePointManager_RemoveServicePoint_m42D7071059E9EA8419CC3F5CCFF3231C5C4465FB(L_1, NULL);
|
|
ServicePointScheduler_set_ServicePoint_mEA9C878A2C3B51F9C6B1D66AB82FC1D81B38289B_inline(__this, (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*)NULL, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::SendRequest(System.Net.WebOperation,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_SendRequest_m6915605C55AC898BF656A67E50AE2F848C6B1E33 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, String_t* ___1_groupName, const RuntimeMethod* method)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_0 = NULL;
|
|
bool V_1 = false;
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0;
|
|
L_0 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0026:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_002f;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_002f:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
String_t* L_4 = ___1_groupName;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_5;
|
|
L_5 = ServicePointScheduler_GetConnectionGroup_m66B4204E51C9943A1AF26EC8AC9F68A15EFEEE56(__this, L_4, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_6 = ___0_operation;
|
|
NullCheck(L_5);
|
|
ConnectionGroup_EnqueueOperation_m8983F33FE2FA7D64032535682A1D31CE680BB8E6(L_5, L_6, NULL);
|
|
ServicePointScheduler_Run_mE03FE3F967A5517DE94B6D585C0A200A971ACBD4(__this, NULL);
|
|
goto IL_0030;
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0030:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.ServicePointScheduler/ConnectionGroup System.Net.ServicePointScheduler::GetConnectionGroup(System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* ServicePointScheduler_GetConnectionGroup_m66B4204E51C9943A1AF26EC8AC9F68A15EFEEE56 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, String_t* ___0_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_Add_mE0698BE1088E0D12F200422D8B091E420D12997B_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_TryGetValue_m896AD98B758ED268AB799FE89686BD2912C042CD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2__ctor_mFD7E33F22680D0FD86F576E5BE7D6EEA0F1BE089_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_0 = NULL;
|
|
bool V_1 = false;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* V_2 = NULL;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* V_3 = NULL;
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0;
|
|
L_0 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(__this, NULL);
|
|
V_0 = L_0;
|
|
V_1 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0062:
|
|
{// begin finally (depth: 1)
|
|
{
|
|
bool L_1 = V_1;
|
|
if (!L_1)
|
|
{
|
|
goto IL_006b;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_2 = V_0;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_2, NULL);
|
|
}
|
|
|
|
IL_006b:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_3 = V_0;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_3, (&V_1), NULL);
|
|
String_t* L_4 = ___0_name;
|
|
bool L_5;
|
|
L_5 = String_IsNullOrEmpty_mEA9E3FB005AC28FE02E69FCF95A7B8456192B478(L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0022_1;
|
|
}
|
|
}
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_6 = __this->___defaultGroup_4;
|
|
V_3 = L_6;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0022_1:
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_7 = __this->___groups_5;
|
|
if (L_7)
|
|
{
|
|
goto IL_0035_1;
|
|
}
|
|
}
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_8 = (Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E*)il2cpp_codegen_object_new(Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E_il2cpp_TypeInfo_var);
|
|
NullCheck(L_8);
|
|
Dictionary_2__ctor_mFD7E33F22680D0FD86F576E5BE7D6EEA0F1BE089(L_8, Dictionary_2__ctor_mFD7E33F22680D0FD86F576E5BE7D6EEA0F1BE089_RuntimeMethod_var);
|
|
__this->___groups_5 = L_8;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___groups_5), (void*)L_8);
|
|
}
|
|
|
|
IL_0035_1:
|
|
{
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_9 = __this->___groups_5;
|
|
String_t* L_10 = ___0_name;
|
|
NullCheck(L_9);
|
|
bool L_11;
|
|
L_11 = Dictionary_2_TryGetValue_m896AD98B758ED268AB799FE89686BD2912C042CD(L_9, L_10, (&V_2), Dictionary_2_TryGetValue_m896AD98B758ED268AB799FE89686BD2912C042CD_RuntimeMethod_var);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0049_1;
|
|
}
|
|
}
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_12 = V_2;
|
|
V_3 = L_12;
|
|
goto IL_006c;
|
|
}
|
|
|
|
IL_0049_1:
|
|
{
|
|
String_t* L_13 = ___0_name;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_14 = (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037*)il2cpp_codegen_object_new(ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var);
|
|
NullCheck(L_14);
|
|
ConnectionGroup__ctor_m374EEC30B4DB339157E1FEFE8D9908F1602B5103(L_14, __this, L_13, NULL);
|
|
V_2 = L_14;
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_15 = __this->___groups_5;
|
|
String_t* L_16 = ___0_name;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_17 = V_2;
|
|
NullCheck(L_15);
|
|
Dictionary_2_Add_mE0698BE1088E0D12F200422D8B091E420D12997B(L_15, L_16, L_17, Dictionary_2_Add_mE0698BE1088E0D12F200422D8B091E420D12997B_RuntimeMethod_var);
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_18 = V_2;
|
|
V_3 = L_18;
|
|
goto IL_006c;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_006c:
|
|
{
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_19 = V_3;
|
|
return L_19;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::OnConnectionCreated(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_OnConnectionCreated_m46A2D1AF41524B1B1AC74E5921D2908D9A7A1D4A (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t* L_0 = (int32_t*)(&__this->___currentConnections_8);
|
|
int32_t L_1;
|
|
L_1 = Interlocked_Increment_m3C240C32E8D9544EC050B74D4F28EEB58F1F9309(L_0, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler::OnConnectionClosed(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ServicePointScheduler_OnConnectionClosed_m403D809F1E2F0CEBF65D98191648149A018678C7 (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_0 = ___0_connection;
|
|
ServicePointScheduler_RemoveIdleConnection_mFAC34695888DE0B3C35A2D4181AE3050861431BA(__this, L_0, NULL);
|
|
int32_t* L_1 = (int32_t*)(&__this->___currentConnections_8);
|
|
int32_t L_2;
|
|
L_2 = Interlocked_Decrement_m6AFAD2E874CBDA373B1EF7572F11D6E91813E75D(L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task`1<System.Boolean> System.Net.ServicePointScheduler::WaitAsync(System.Threading.Tasks.Task,System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* ServicePointScheduler_WaitAsync_mC70DA6A18C4CE663B83F9EF61A26F8717AF959FE (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ___0_workerTask, int32_t ___1_millisecondTimeout, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_Start_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_m969CF2761B0E56BFD07A9F79F1D6150EE1668F90_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508 V_0;
|
|
memset((&V_0), 0, sizeof(V_0));
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ___0_workerTask;
|
|
(&V_0)->___workerTask_3 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&(&V_0)->___workerTask_3), (void*)L_0);
|
|
int32_t L_1 = ___1_millisecondTimeout;
|
|
(&V_0)->___millisecondTimeout_2 = L_1;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA L_2;
|
|
L_2 = AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D(AsyncTaskMethodBuilder_1_Create_mA86694527610A40A01A943B16F0ECDDD8F00982D_RuntimeMethod_var);
|
|
(&V_0)->___U3CU3Et__builder_1 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_stateMachine_0), (void*)NULL);
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&((&(((&(&V_0)->___U3CU3Et__builder_1))->___m_coreState_1))->___m_defaultContextAction_1), (void*)NULL);
|
|
#endif
|
|
#if IL2CPP_ENABLE_STRICT_WRITE_BARRIERS
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&(&V_0)->___U3CU3Et__builder_1))->___m_task_2), (void*)NULL);
|
|
#endif
|
|
(&V_0)->___U3CU3E1__state_0 = (-1);
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_3 = (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
AsyncTaskMethodBuilder_1_Start_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_m969CF2761B0E56BFD07A9F79F1D6150EE1668F90(L_3, (&V_0), AsyncTaskMethodBuilder_1_Start_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_m969CF2761B0E56BFD07A9F79F1D6150EE1668F90_RuntimeMethod_var);
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_4 = (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*)(&(&V_0)->___U3CU3Et__builder_1);
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_5;
|
|
L_5 = AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943(L_4, AsyncTaskMethodBuilder_1_get_Task_m09169C120A259AF1F267F54C09A92B84D9832943_RuntimeMethod_var);
|
|
return L_5;
|
|
}
|
|
}
|
|
// System.Threading.Tasks.Task System.Net.ServicePointScheduler::<Run>b__31_0()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* ServicePointScheduler_U3CRunU3Eb__31_0_m18294DC6C7D3EC3A52C89338AB958CD860670ABE (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0;
|
|
L_0 = ServicePointScheduler_RunScheduler_m1FD614B92FFA62E8E0DA73AC7AC8B64EC23F6EA3(__this, NULL);
|
|
return L_0;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Net.ServicePointScheduler System.Net.ServicePointScheduler/ConnectionGroup::get_Scheduler()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_0 = __this->___U3CSchedulerU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::.ctor(System.Net.ServicePointScheduler,System.String)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup__ctor_m374EEC30B4DB339157E1FEFE8D9908F1602B5103 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___0_scheduler, String_t* ___1_name, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_m02AAD5A453332A025188B87EC68F38194C4B8E09_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1__ctor_mE7FCA21E7C62518EE7AEE275AD49A0501F2C2393_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
int32_t L_0 = ((ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var))->___nextId_2;
|
|
int32_t L_1 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
((ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_StaticFields*)il2cpp_codegen_static_fields_for(ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037_il2cpp_TypeInfo_var))->___nextId_2 = L_1;
|
|
__this->___ID_3 = L_1;
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_2 = ___0_scheduler;
|
|
__this->___U3CSchedulerU3Ek__BackingField_0 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSchedulerU3Ek__BackingField_0), (void*)L_2);
|
|
String_t* L_3 = ___1_name;
|
|
__this->___U3CNameU3Ek__BackingField_1 = L_3;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CNameU3Ek__BackingField_1), (void*)L_3);
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_4 = (LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523*)il2cpp_codegen_object_new(LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523_il2cpp_TypeInfo_var);
|
|
NullCheck(L_4);
|
|
LinkedList_1__ctor_mE7FCA21E7C62518EE7AEE275AD49A0501F2C2393(L_4, LinkedList_1__ctor_mE7FCA21E7C62518EE7AEE275AD49A0501F2C2393_RuntimeMethod_var);
|
|
__this->___connections_4 = L_4;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___connections_4), (void*)L_4);
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_5 = (LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466*)il2cpp_codegen_object_new(LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
LinkedList_1__ctor_m02AAD5A453332A025188B87EC68F38194C4B8E09(L_5, LinkedList_1__ctor_m02AAD5A453332A025188B87EC68F38194C4B8E09_RuntimeMethod_var);
|
|
__this->___queue_5 = L_5;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___queue_5), (void*)L_5);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointScheduler/ConnectionGroup::IsEmpty()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool ConnectionGroup_IsEmpty_m49E444CB48C362DC3E0829F0DDF9C22EB90E3190 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_m656D59B5C5EA8FBF16043E4015937FCF4167474C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_0 = __this->___connections_4;
|
|
NullCheck(L_0);
|
|
int32_t L_1;
|
|
L_1 = LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_inline(L_0, LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_RuntimeMethod_var);
|
|
if (L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_2 = __this->___queue_5;
|
|
NullCheck(L_2);
|
|
int32_t L_3;
|
|
L_3 = LinkedList_1_get_Count_m656D59B5C5EA8FBF16043E4015937FCF4167474C_inline(L_2, LinkedList_1_get_Count_m656D59B5C5EA8FBF16043E4015937FCF4167474C_RuntimeMethod_var);
|
|
return (bool)((((int32_t)L_3) == ((int32_t)0))? 1 : 0);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return (bool)0;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::RemoveConnection(System.Net.WebConnection)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_RemoveConnection_m4E4DFFE07C6E0005F796957B2BA4D5F4D3D6241B (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ___0_connection, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mCFA402C9BBAAF18957D4FE8EB9FF1971E9F0F2CD_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_0 = __this->___connections_4;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_1 = ___0_connection;
|
|
NullCheck(L_0);
|
|
bool L_2;
|
|
L_2 = LinkedList_1_Remove_mCFA402C9BBAAF18957D4FE8EB9FF1971E9F0F2CD(L_0, L_1, LinkedList_1_Remove_mCFA402C9BBAAF18957D4FE8EB9FF1971E9F0F2CD_RuntimeMethod_var);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_3 = ___0_connection;
|
|
NullCheck(L_3);
|
|
WebConnection_Dispose_m619217D576EFF59E4939308F24595E8F498175F4(L_3, NULL);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_4;
|
|
L_4 = ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline(__this, NULL);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_5 = ___0_connection;
|
|
NullCheck(L_4);
|
|
ServicePointScheduler_OnConnectionClosed_m403D809F1E2F0CEBF65D98191648149A018678C7(L_4, L_5, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::Cleanup()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_Cleanup_m60D92E1B982C50094D7E9FE55C9B847016E79A1A (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_mACBD0A1EF6119F861FE66086034F28008FD80A03_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_m89F3F376A0C85FA8E167DCD495182D38EE4807FD_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mE819DBD8D5EADA4E3B50BA70C5A06D157F110576_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_m977BABF00A3BF1A793063215BD520D4E3D9368AE_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* V_0 = NULL;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_1 = NULL;
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* V_2 = NULL;
|
|
{
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_0 = __this->___connections_4;
|
|
NullCheck(L_0);
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_1;
|
|
L_1 = LinkedList_1_get_First_m977BABF00A3BF1A793063215BD520D4E3D9368AE_inline(L_0, LinkedList_1_get_First_m977BABF00A3BF1A793063215BD520D4E3D9368AE_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_003e;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_3;
|
|
L_3 = LinkedListNode_1_get_Value_m89F3F376A0C85FA8E167DCD495182D38EE4807FD_inline(L_2, LinkedListNode_1_get_Value_m89F3F376A0C85FA8E167DCD495182D38EE4807FD_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_4 = V_0;
|
|
V_2 = L_4;
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_6;
|
|
L_6 = LinkedListNode_1_get_Next_mACBD0A1EF6119F861FE66086034F28008FD80A03(L_5, LinkedListNode_1_get_Next_mACBD0A1EF6119F861FE66086034F28008FD80A03_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = WebConnection_get_Closed_m694BBD50DC7A2DBAF4310DC3D6CD9B8C484689F4(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_003e;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_9 = __this->___connections_4;
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_10 = V_2;
|
|
NullCheck(L_9);
|
|
LinkedList_1_Remove_mE819DBD8D5EADA4E3B50BA70C5A06D157F110576(L_9, L_10, LinkedList_1_Remove_mE819DBD8D5EADA4E3B50BA70C5A06D157F110576_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_11;
|
|
L_11 = ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline(__this, NULL);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_12 = V_1;
|
|
NullCheck(L_11);
|
|
ServicePointScheduler_OnConnectionClosed_m403D809F1E2F0CEBF65D98191648149A018678C7(L_11, L_12, NULL);
|
|
}
|
|
|
|
IL_003e:
|
|
{
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_13 = V_0;
|
|
if (L_13)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/ConnectionGroup::EnqueueOperation(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void ConnectionGroup_EnqueueOperation_m8983F33FE2FA7D64032535682A1D31CE680BB8E6 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddLast_mB47F7D23A674C1604BF10BD6C726A3A0ACD9CA3D_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_0 = __this->___queue_5;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_1 = ___0_operation;
|
|
NullCheck(L_0);
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_2;
|
|
L_2 = LinkedList_1_AddLast_mB47F7D23A674C1604BF10BD6C726A3A0ACD9CA3D(L_0, L_1, LinkedList_1_AddLast_mB47F7D23A674C1604BF10BD6C726A3A0ACD9CA3D_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
// System.Net.WebOperation System.Net.ServicePointScheduler/ConnectionGroup::GetNextOperation()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ConnectionGroup_GetNextOperation_mF20C309F1E74118AFA48F7D177CCDF0927005E4B (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Next_m3D95282C1FBA6657F761DDA1506A362A3923B190_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedListNode_1_get_Value_m0F968E367BFE8EC7D874638848DB5D004721CDCB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mEED9373AC1200722E3AE0DDA7CE86E775C45990E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_First_mBEAB02F591D338F49BB488245AC9D94787589B2C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* V_0 = NULL;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* V_1 = NULL;
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* V_2 = NULL;
|
|
{
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_0 = __this->___queue_5;
|
|
NullCheck(L_0);
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_1;
|
|
L_1 = LinkedList_1_get_First_mBEAB02F591D338F49BB488245AC9D94787589B2C_inline(L_0, LinkedList_1_get_First_mBEAB02F591D338F49BB488245AC9D94787589B2C_RuntimeMethod_var);
|
|
V_0 = L_1;
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_000e:
|
|
{
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_2 = V_0;
|
|
NullCheck(L_2);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_3;
|
|
L_3 = LinkedListNode_1_get_Value_m0F968E367BFE8EC7D874638848DB5D004721CDCB_inline(L_2, LinkedListNode_1_get_Value_m0F968E367BFE8EC7D874638848DB5D004721CDCB_RuntimeMethod_var);
|
|
V_1 = L_3;
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_4 = V_0;
|
|
V_2 = L_4;
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_5 = V_0;
|
|
NullCheck(L_5);
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_6;
|
|
L_6 = LinkedListNode_1_get_Next_m3D95282C1FBA6657F761DDA1506A362A3923B190(L_5, LinkedListNode_1_get_Next_m3D95282C1FBA6657F761DDA1506A362A3923B190_RuntimeMethod_var);
|
|
V_0 = L_6;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_7 = V_1;
|
|
NullCheck(L_7);
|
|
bool L_8;
|
|
L_8 = WebOperation_get_Aborted_m13F76B284A1764A868FA9B79BBC79BA1239E6379(L_7, NULL);
|
|
if (!L_8)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_9 = __this->___queue_5;
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_10 = V_2;
|
|
NullCheck(L_9);
|
|
LinkedList_1_Remove_mEED9373AC1200722E3AE0DDA7CE86E775C45990E(L_9, L_10, LinkedList_1_Remove_mEED9373AC1200722E3AE0DDA7CE86E775C45990E_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_11;
|
|
L_11 = ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline(__this, NULL);
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_12 = V_1;
|
|
NullCheck(L_11);
|
|
ServicePointScheduler_RemoveOperation_m463750D1CB7A1C6AF8C03C0DA884052EA232D781(L_11, L_12, NULL);
|
|
goto IL_0042;
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_13 = V_1;
|
|
return L_13;
|
|
}
|
|
|
|
IL_0042:
|
|
{
|
|
LinkedListNode_1_tE3B5523393AA1F77278C65ECD4ECAED7F9B93938* L_14 = V_0;
|
|
if (L_14)
|
|
{
|
|
goto IL_000e;
|
|
}
|
|
}
|
|
{
|
|
return (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9*)NULL;
|
|
}
|
|
}
|
|
// System.Net.WebConnection System.Net.ServicePointScheduler/ConnectionGroup::FindIdleConnection(System.Net.WebOperation)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* ConnectionGroup_FindIdleConnection_mBDC3AA72FD05E858F1C345C7FB6C1B143C1AEAF8 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_0 = NULL;
|
|
Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693 V_1;
|
|
memset((&V_1), 0, sizeof(V_1));
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_2 = NULL;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_3 = NULL;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_4 = NULL;
|
|
{
|
|
V_0 = (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC*)NULL;
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_0 = __this->___connections_4;
|
|
NullCheck(L_0);
|
|
Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693 L_1;
|
|
L_1 = LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24(L_0, LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24_RuntimeMethod_var);
|
|
V_1 = L_1;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0044:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC((&V_1), Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
|
|
IL_0010_1:
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_2;
|
|
L_2 = Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_inline((&V_1), Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_RuntimeMethod_var);
|
|
V_2 = L_2;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_3 = V_2;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_4 = ___0_operation;
|
|
NullCheck(L_3);
|
|
bool L_5;
|
|
L_5 = WebConnection_CanReuseConnection_mF22CE45D40A6AC67849E8509FB3A4D540DAA0322(L_3, L_4, NULL);
|
|
if (!L_5)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_0037_1;
|
|
}
|
|
}
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_7 = V_2;
|
|
NullCheck(L_7);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_8;
|
|
L_8 = WebConnection_get_IdleSince_mF993001C85933378CC91E97D3F42CD022A49DBCF_inline(L_7, NULL);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_9 = V_0;
|
|
NullCheck(L_9);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_10;
|
|
L_10 = WebConnection_get_IdleSince_mF993001C85933378CC91E97D3F42CD022A49DBCF_inline(L_9, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
bool L_11;
|
|
L_11 = DateTime_op_GreaterThan_m8F1FA3C039A0148FC1500E790A77CB44F025EA9F(L_8, L_10, NULL);
|
|
if (!L_11)
|
|
{
|
|
goto IL_0039_1;
|
|
}
|
|
}
|
|
|
|
IL_0037_1:
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_12 = V_2;
|
|
V_0 = L_12;
|
|
}
|
|
|
|
IL_0039_1:
|
|
{
|
|
bool L_13;
|
|
L_13 = Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054((&V_1), Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054_RuntimeMethod_var);
|
|
if (L_13)
|
|
{
|
|
goto IL_0010_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_0052;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_0052:
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_14 = V_0;
|
|
if (!L_14)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_15 = V_0;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_16 = ___0_operation;
|
|
NullCheck(L_15);
|
|
bool L_17;
|
|
L_17 = WebConnection_StartOperation_m2A6DA9F90E247259A9C87404551CCE9A0CA48945(L_15, L_16, (bool)1, NULL);
|
|
if (!L_17)
|
|
{
|
|
goto IL_006e;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_18 = __this->___queue_5;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_19 = ___0_operation;
|
|
NullCheck(L_18);
|
|
bool L_20;
|
|
L_20 = LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E(L_18, L_19, LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E_RuntimeMethod_var);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_21 = V_0;
|
|
return L_21;
|
|
}
|
|
|
|
IL_006e:
|
|
{
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_22 = __this->___connections_4;
|
|
NullCheck(L_22);
|
|
Enumerator_t8A9E1E6C71A18724B513CA4E805D1262F4C9A693 L_23;
|
|
L_23 = LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24(L_22, LinkedList_1_GetEnumerator_m6CB2F861BB2291F2087AB06D2D025AA64F97CF24_RuntimeMethod_var);
|
|
V_1 = L_23;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00ab:
|
|
{// begin finally (depth: 1)
|
|
Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC((&V_1), Enumerator_Dispose_m917C5571980402F902F69E3A0F6A9CF2E9A809CC_RuntimeMethod_var);
|
|
return;
|
|
}// end finally (depth: 1)
|
|
});
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
goto IL_00a0_1;
|
|
}
|
|
|
|
IL_007c_1:
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_24;
|
|
L_24 = Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_inline((&V_1), Enumerator_get_Current_mCAA4F7E3E3D71830304232A7EEDB5AC35CA85E01_RuntimeMethod_var);
|
|
V_3 = L_24;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_25 = V_3;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_26 = ___0_operation;
|
|
NullCheck(L_25);
|
|
bool L_27;
|
|
L_27 = WebConnection_StartOperation_m2A6DA9F90E247259A9C87404551CCE9A0CA48945(L_25, L_26, (bool)1, NULL);
|
|
if (!L_27)
|
|
{
|
|
goto IL_00a0_1;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_28 = __this->___queue_5;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_29 = ___0_operation;
|
|
NullCheck(L_28);
|
|
bool L_30;
|
|
L_30 = LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E(L_28, L_29, LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E_RuntimeMethod_var);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_31 = V_3;
|
|
V_4 = L_31;
|
|
goto IL_00bb;
|
|
}
|
|
|
|
IL_00a0_1:
|
|
{
|
|
bool L_32;
|
|
L_32 = Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054((&V_1), Enumerator_MoveNext_mBD2002921C23F62BBFA70B1EDECBE55A1621E054_RuntimeMethod_var);
|
|
if (L_32)
|
|
{
|
|
goto IL_007c_1;
|
|
}
|
|
}
|
|
{
|
|
goto IL_00b9;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_00b9:
|
|
{
|
|
return (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC*)NULL;
|
|
}
|
|
|
|
IL_00bb:
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_33 = V_4;
|
|
return L_33;
|
|
}
|
|
}
|
|
// System.ValueTuple`2<System.Net.WebConnection,System.Boolean> System.Net.ServicePointScheduler/ConnectionGroup::CreateOrReuseConnection(System.Net.WebOperation,System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F ConnectionGroup_CreateOrReuseConnection_mE7153E7911E2165B717181367C4111A7639C7B98 (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* ___0_operation, bool ___1_force, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_AddFirst_m6D43C9DD29C1A494CF9191C7658D0D83BB91F735_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* V_0 = NULL;
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = ___0_operation;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_1;
|
|
L_1 = ConnectionGroup_FindIdleConnection_mBDC3AA72FD05E858F1C345C7FB6C1B143C1AEAF8(__this, L_0, NULL);
|
|
V_0 = L_1;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_0013;
|
|
}
|
|
}
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_3 = V_0;
|
|
ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F L_4;
|
|
memset((&L_4), 0, sizeof(L_4));
|
|
ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56((&L_4), L_3, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56_RuntimeMethod_var);
|
|
return L_4;
|
|
}
|
|
|
|
IL_0013:
|
|
{
|
|
bool L_5 = ___1_force;
|
|
if (L_5)
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_6;
|
|
L_6 = ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline(__this, NULL);
|
|
NullCheck(L_6);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_7;
|
|
L_7 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(L_6, NULL);
|
|
NullCheck(L_7);
|
|
int32_t L_8;
|
|
L_8 = ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline(L_7, NULL);
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_9 = __this->___connections_4;
|
|
NullCheck(L_9);
|
|
int32_t L_10;
|
|
L_10 = LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_inline(L_9, LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_RuntimeMethod_var);
|
|
if ((((int32_t)L_8) > ((int32_t)L_10)))
|
|
{
|
|
goto IL_0040;
|
|
}
|
|
}
|
|
{
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_11 = __this->___connections_4;
|
|
NullCheck(L_11);
|
|
int32_t L_12;
|
|
L_12 = LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_inline(L_11, LinkedList_1_get_Count_m386DB2CAFE7027DF7579334652F7F6A88C76D8CC_RuntimeMethod_var);
|
|
if (L_12)
|
|
{
|
|
goto IL_0088;
|
|
}
|
|
}
|
|
|
|
IL_0040:
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_13;
|
|
L_13 = ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline(__this, NULL);
|
|
NullCheck(L_13);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_14;
|
|
L_14 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(L_13, NULL);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_15 = (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC*)il2cpp_codegen_object_new(WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC_il2cpp_TypeInfo_var);
|
|
NullCheck(L_15);
|
|
WebConnection__ctor_m32F4B741B160C0724A9B40EE632F3B08D97E9F53(L_15, L_14, NULL);
|
|
V_0 = L_15;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_16 = V_0;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_17 = ___0_operation;
|
|
NullCheck(L_16);
|
|
bool L_18;
|
|
L_18 = WebConnection_StartOperation_m2A6DA9F90E247259A9C87404551CCE9A0CA48945(L_16, L_17, (bool)0, NULL);
|
|
LinkedList_1_t82BED3BE81A0A553B397AFC042D35B5B5D600523* L_19 = __this->___connections_4;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_20 = V_0;
|
|
NullCheck(L_19);
|
|
LinkedListNode_1_t2EB23812B7C6ACD95961422BD732EDD69B315EC8* L_21;
|
|
L_21 = LinkedList_1_AddFirst_m6D43C9DD29C1A494CF9191C7658D0D83BB91F735(L_19, L_20, LinkedList_1_AddFirst_m6D43C9DD29C1A494CF9191C7658D0D83BB91F735_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_22;
|
|
L_22 = ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline(__this, NULL);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_23 = V_0;
|
|
NullCheck(L_22);
|
|
ServicePointScheduler_OnConnectionCreated_m46A2D1AF41524B1B1AC74E5921D2908D9A7A1D4A(L_22, L_23, NULL);
|
|
LinkedList_1_t614025D73F9507285B00FE9E4FFC9CC2D62BC466* L_24 = __this->___queue_5;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_25 = ___0_operation;
|
|
NullCheck(L_24);
|
|
bool L_26;
|
|
L_26 = LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E(L_24, L_25, LinkedList_1_Remove_mADFFF8658C2206B939F2DE8059FCACD6ED7A662E_RuntimeMethod_var);
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_27 = V_0;
|
|
ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F L_28;
|
|
memset((&L_28), 0, sizeof(L_28));
|
|
ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56((&L_28), L_27, (bool)1, /*hidden argument*/ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56_RuntimeMethod_var);
|
|
return L_28;
|
|
}
|
|
|
|
IL_0088:
|
|
{
|
|
ValueTuple_2_t2909147DB71401C73A2A1319B78B1703716F6C7F L_29;
|
|
memset((&L_29), 0, sizeof(L_29));
|
|
ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56((&L_29), (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC*)NULL, (bool)0, /*hidden argument*/ValueTuple_2__ctor_m759F765007467FAA8522F66C103FFB8A907B4A56_RuntimeMethod_var);
|
|
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.Threading.Tasks.Task`1<System.Boolean> System.Net.ServicePointScheduler/AsyncManualResetEvent::WaitAsync(System.Int32)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR Task_1_t824317F4B958F7512E8F7300511752937A6C6043* AsyncManualResetEvent_WaitAsync_m1EFF97EB9E343AE6CE5842B6D1E72A46AB236BDF (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, int32_t ___0_millisecondTimeout, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_0 = __this->___m_tcs_0;
|
|
il2cpp_codegen_memory_barrier();
|
|
NullCheck(L_0);
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_1;
|
|
L_1 = TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline(L_0, TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var);
|
|
int32_t L_2 = ___0_millisecondTimeout;
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_3;
|
|
L_3 = ServicePointScheduler_WaitAsync_mC70DA6A18C4CE663B83F9EF61A26F8717AF959FE(L_1, L_2, NULL);
|
|
return L_3;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::Set()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent_Set_m3D541CCC4B5CB8393A63D23B9E5F104C85258549 (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskFactory_StartNew_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mEA676BADDD921EB0FE18C6736870433B4C1A6F25_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_U3CSetU3Eb__4_0_m7ABBA00DFE7F256F3DD9640FB9A9D68CF5988498_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* V_0 = NULL;
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* G_B2_0 = NULL;
|
|
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* G_B2_1 = NULL;
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* G_B1_0 = NULL;
|
|
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* G_B1_1 = NULL;
|
|
{
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_0 = __this->___m_tcs_0;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* L_1;
|
|
L_1 = Task_get_Factory_m8272CF9106A72E5F0B8E8C6CEE025D748FBD6D11_inline(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var);
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_2 = ((U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var))->___U3CU3E9__4_0_1;
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_3 = L_2;
|
|
G_B1_0 = L_3;
|
|
G_B1_1 = L_1;
|
|
if (L_3)
|
|
{
|
|
G_B2_0 = L_3;
|
|
G_B2_1 = L_1;
|
|
goto IL_002d;
|
|
}
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var);
|
|
U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211* L_4 = ((U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var))->___U3CU3E9_0;
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_5 = (Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00*)il2cpp_codegen_object_new(Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
Func_2__ctor_m13C0A7F33154D861E2A041B52E88461832DA1697(L_5, L_4, (intptr_t)((void*)U3CU3Ec_U3CSetU3Eb__4_0_m7ABBA00DFE7F256F3DD9640FB9A9D68CF5988498_RuntimeMethod_var), NULL);
|
|
Func_2_tE1F0D41563EE092E5E5540B061449FDE88F1DC00* L_6 = L_5;
|
|
((U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var))->___U3CU3E9__4_0_1 = L_6;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var))->___U3CU3E9__4_0_1), (void*)L_6);
|
|
G_B2_0 = L_6;
|
|
G_B2_1 = G_B1_1;
|
|
}
|
|
|
|
IL_002d:
|
|
{
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_7 = V_0;
|
|
il2cpp_codegen_runtime_class_init_inline(CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED_il2cpp_TypeInfo_var);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_8;
|
|
L_8 = CancellationToken_get_None_mB0E2D3427C25F09ACEBB2D060F82088EEC00BA53(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var);
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* L_9;
|
|
L_9 = TaskScheduler_get_Default_m1312D9F63C0811919143807540E6D10F90CF6B7C_inline(NULL);
|
|
NullCheck(G_B2_1);
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_10;
|
|
L_10 = TaskFactory_StartNew_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mEA676BADDD921EB0FE18C6736870433B4C1A6F25(G_B2_1, G_B2_0, L_7, L_8, 1, L_9, TaskFactory_StartNew_TisBoolean_t09A6377A54BE2F9E6985A8149F19234FD7DDFE22_mEA676BADDD921EB0FE18C6736870433B4C1A6F25_RuntimeMethod_var);
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_11 = V_0;
|
|
NullCheck(L_11);
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_12;
|
|
L_12 = TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline(L_11, TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var);
|
|
NullCheck(L_12);
|
|
Task_Wait_m33955515E36BF6598FCEDA841C8C75F716DE5A4E(L_12, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::Reset()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent_Reset_mF5E53CF13FD2EBC3563AF67D316307671B58854F (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* V_0 = NULL;
|
|
|
|
IL_0000:
|
|
{
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_0 = __this->___m_tcs_0;
|
|
il2cpp_codegen_memory_barrier();
|
|
V_0 = L_0;
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_1 = V_0;
|
|
NullCheck(L_1);
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_2;
|
|
L_2 = TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_inline(L_1, TaskCompletionSource_1_get_Task_m068E06095F165AE266E15C328CBDA1543429EC66_RuntimeMethod_var);
|
|
NullCheck(L_2);
|
|
bool L_3;
|
|
L_3 = Task_get_IsCompleted_m942D6D536545EF059089398B19435591561BB831(L_2, NULL);
|
|
if (!L_3)
|
|
{
|
|
goto IL_002a;
|
|
}
|
|
}
|
|
{
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14** L_4 = (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14**)(&__this->___m_tcs_0);
|
|
il2cpp_codegen_memory_barrier();
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_5 = (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)il2cpp_codegen_object_new(TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_5);
|
|
TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646(L_5, TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var);
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_6 = V_0;
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_7;
|
|
L_7 = InterlockedCompareExchangeImpl<TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*>(L_4, L_5, L_6);
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_8 = V_0;
|
|
if ((!(((RuntimeObject*)(TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)L_7) == ((RuntimeObject*)(TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)L_8))))
|
|
{
|
|
goto IL_0000;
|
|
}
|
|
}
|
|
|
|
IL_002a:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent::.ctor(System.Boolean)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void AsyncManualResetEvent__ctor_mC5C973C7ACD4C923325E8B98C3E4DF293C08C757 (AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* __this, bool ___0_state, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14* L_0 = (TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)il2cpp_codegen_object_new(TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646(L_0, TaskCompletionSource_1__ctor_mBAB8D6EFEAD1AA6482D19D7CE639528BE66AF646_RuntimeMethod_var);
|
|
il2cpp_codegen_memory_barrier();
|
|
__this->___m_tcs_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___m_tcs_0), (void*)L_0);
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
bool L_1 = ___0_state;
|
|
if (!L_1)
|
|
{
|
|
goto IL_001c;
|
|
}
|
|
}
|
|
{
|
|
AsyncManualResetEvent_Set_m3D541CCC4B5CB8393A63D23B9E5F104C85258549(__this, NULL);
|
|
}
|
|
|
|
IL_001c:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c::.cctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__cctor_m4F726BDCB3AE7676772B70946F603C9127FECE55 (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211* L_0 = (U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211*)il2cpp_codegen_object_new(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var);
|
|
NullCheck(L_0);
|
|
U3CU3Ec__ctor_m42F5C86E7E31C11A87C17A9FBE7A56B703102A01(L_0, NULL);
|
|
((U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var))->___U3CU3E9_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&((U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_StaticFields*)il2cpp_codegen_static_fields_for(U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211_il2cpp_TypeInfo_var))->___U3CU3E9_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c::.ctor()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CU3Ec__ctor_m42F5C86E7E31C11A87C17A9FBE7A56B703102A01 (U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Object__ctor_mE837C6B9FA8C6D5D109F4B2EC885D79919AC0EA2(__this, NULL);
|
|
return;
|
|
}
|
|
}
|
|
// System.Boolean System.Net.ServicePointScheduler/AsyncManualResetEvent/<>c::<Set>b__4_0(System.Object)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR bool U3CU3Ec_U3CSetU3Eb__4_0_m7ABBA00DFE7F256F3DD9640FB9A9D68CF5988498 (U3CU3Ec_t1CA810B5BB27D608BFF2753D2730809531810211* __this, RuntimeObject* ___0_s, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_TrySetResult_m3B4D8D267C1B26945C3C417057DEB50C56B689B1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
RuntimeObject* L_0 = ___0_s;
|
|
NullCheck(((TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)CastclassClass((RuntimeObject*)L_0, TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var)));
|
|
bool L_1;
|
|
L_1 = TaskCompletionSource_1_TrySetResult_m3B4D8D267C1B26945C3C417057DEB50C56B689B1(((TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14*)CastclassClass((RuntimeObject*)L_0, TaskCompletionSource_1_t486CD8AD64929E5C47B9FE9AD7AE2CB00B5BAB14_il2cpp_TypeInfo_var)), (bool)1, TaskCompletionSource_1_TrySetResult_m3B4D8D267C1B26945C3C417057DEB50C56B689B1_RuntimeMethod_var);
|
|
return L_1;
|
|
}
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServicePointScheduler/<RunScheduler>d__32::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunSchedulerU3Ed__32_MoveNext_mA08FEA7A8A1F2C0B268B36676228CFDF37B007C1 (U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_m607F8D93DE874680F8BEFD66F055B79AD7CE8045_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_CopyTo_mCB6E5A2D4D02A24FD1EA8019A9A073F126A8AC00_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_CopyTo_mEC94A565964B70E6F99B4E4A4C4FA8C418E1AD10_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m69152156C2A2583899D0EE535ED42E984AD7AFC7_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_Remove_m9399EE87FB1FBB6BD3C54E020B70B6C11A5EA4BB_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1__ctor_m0A28648201ABCDF216AD744C327E2ED8BDD80A22_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&WebCompletionSource_1_get_Task_mB3DE3F2C23CDB2879DF2D49CC278921DFA716B6C_RuntimeMethod_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* V_1 = NULL;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* V_2 = NULL;
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* V_3 = NULL;
|
|
bool V_4 = false;
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* V_5 = NULL;
|
|
int32_t V_6 = 0;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F V_7;
|
|
memset((&V_7), 0, sizeof(V_7));
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* V_8 = NULL;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 V_9;
|
|
memset((&V_9), 0, sizeof(V_9));
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 V_10;
|
|
memset((&V_10), 0, sizeof(V_10));
|
|
ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906 V_11;
|
|
memset((&V_11), 0, sizeof(V_11));
|
|
bool V_12 = false;
|
|
int32_t V_13 = 0;
|
|
int32_t V_14 = 0;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F V_15;
|
|
memset((&V_15), 0, sizeof(V_15));
|
|
bool V_16 = false;
|
|
int32_t V_17 = 0;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 V_18;
|
|
memset((&V_18), 0, sizeof(V_18));
|
|
Exception_t* V_19 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_1 = __this->___U3CU3E4__this_2;
|
|
V_1 = L_1;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_2 = V_0;
|
|
if (!L_2)
|
|
{
|
|
goto IL_01eb_1;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_3 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_4;
|
|
L_4 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A_il2cpp_TypeInfo_var);
|
|
TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A L_5;
|
|
L_5 = TimeSpan_FromDays_mCFEAEBBA8CF0C9EEE18ABC0999D5BF52701EA539((3650.0), NULL);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_6;
|
|
L_6 = DateTime_op_Addition_m652BE1306897DBE4CDF3ADA99FFFE2E70BFE3865(L_4, L_5, NULL);
|
|
NullCheck(L_3);
|
|
L_3->___idleSince_10 = L_6;
|
|
}
|
|
|
|
IL_0032_1:
|
|
{
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_7 = (List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551*)il2cpp_codegen_object_new(List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551_il2cpp_TypeInfo_var);
|
|
NullCheck(L_7);
|
|
List_1__ctor_m0A28648201ABCDF216AD744C327E2ED8BDD80A22(L_7, List_1__ctor_m0A28648201ABCDF216AD744C327E2ED8BDD80A22_RuntimeMethod_var);
|
|
__this->___U3CtaskListU3E5__4_5 = L_7;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtaskListU3E5__4_5), (void*)L_7);
|
|
__this->___U3CfinalCleanupU3E5__6_7 = (bool)0;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_8 = V_1;
|
|
NullCheck(L_8);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_9;
|
|
L_9 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(L_8, NULL);
|
|
V_3 = L_9;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_0193_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_10 = V_0;
|
|
if ((((int32_t)L_10) >= ((int32_t)0)))
|
|
{
|
|
goto IL_01a1_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_11 = V_4;
|
|
if (!L_11)
|
|
{
|
|
goto IL_01a1_1;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_12 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_12, NULL);
|
|
}
|
|
|
|
IL_01a1_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_13 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_13, (&V_4), NULL);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_14 = V_1;
|
|
NullCheck(L_14);
|
|
ServicePointScheduler_Cleanup_mDD1F681510B15A1F4E6FBAEEF9A89631C564BA58(L_14, NULL);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_15 = V_1;
|
|
NullCheck(L_15);
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_16 = L_15->___operations_6;
|
|
NullCheck(L_16);
|
|
int32_t L_17;
|
|
L_17 = LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_inline(L_16, LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_RuntimeMethod_var);
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_18 = (ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798*)(ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798*)SZArrayNew(ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798_il2cpp_TypeInfo_var, (uint32_t)L_17);
|
|
__this->___U3CoperationArrayU3E5__2_3 = L_18;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationArrayU3E5__2_3), (void*)L_18);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_19 = V_1;
|
|
NullCheck(L_19);
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_20 = L_19->___operations_6;
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_21 = __this->___U3CoperationArrayU3E5__2_3;
|
|
NullCheck(L_20);
|
|
LinkedList_1_CopyTo_mEC94A565964B70E6F99B4E4A4C4FA8C418E1AD10(L_20, L_21, 0, LinkedList_1_CopyTo_mEC94A565964B70E6F99B4E4A4C4FA8C418E1AD10_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_22 = V_1;
|
|
NullCheck(L_22);
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_23 = L_22->___idleConnections_7;
|
|
NullCheck(L_23);
|
|
int32_t L_24;
|
|
L_24 = LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_inline(L_23, LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_RuntimeMethod_var);
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_25 = (ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15*)(ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15*)SZArrayNew(ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15_il2cpp_TypeInfo_var, (uint32_t)L_24);
|
|
__this->___U3CidleArrayU3E5__3_4 = L_25;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidleArrayU3E5__3_4), (void*)L_25);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_26 = V_1;
|
|
NullCheck(L_26);
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_27 = L_26->___idleConnections_7;
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_28 = __this->___U3CidleArrayU3E5__3_4;
|
|
NullCheck(L_27);
|
|
LinkedList_1_CopyTo_mCB6E5A2D4D02A24FD1EA8019A9A073F126A8AC00(L_27, L_28, 0, LinkedList_1_CopyTo_mCB6E5A2D4D02A24FD1EA8019A9A073F126A8AC00_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_29 = V_1;
|
|
NullCheck(L_29);
|
|
AsyncManualResetEvent_t00FC38AC2E1A24BB6878FC15B40C76D34634CDF4* L_30 = L_29->___schedulerEvent_3;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_31 = V_1;
|
|
NullCheck(L_31);
|
|
int32_t L_32 = L_31->___maxIdleTime_2;
|
|
NullCheck(L_30);
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_33;
|
|
L_33 = AsyncManualResetEvent_WaitAsync_m1EFF97EB9E343AE6CE5842B6D1E72A46AB236BDF(L_30, L_32, NULL);
|
|
__this->___U3CschedulerTaskU3E5__5_6 = L_33;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CschedulerTaskU3E5__5_6), (void*)L_33);
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_34 = __this->___U3CtaskListU3E5__4_5;
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_35 = __this->___U3CschedulerTaskU3E5__5_6;
|
|
NullCheck(L_34);
|
|
List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_inline(L_34, L_35, List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_36 = V_1;
|
|
NullCheck(L_36);
|
|
Dictionary_2_t967B1B42DB9C383C9DB6145D41DB564E73D0624E* L_37 = L_36->___groups_5;
|
|
if (L_37)
|
|
{
|
|
goto IL_0117_2;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_38 = V_1;
|
|
NullCheck(L_38);
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_39 = L_38->___defaultGroup_4;
|
|
NullCheck(L_39);
|
|
bool L_40;
|
|
L_40 = ConnectionGroup_IsEmpty_m49E444CB48C362DC3E0829F0DDF9C22EB90E3190(L_39, NULL);
|
|
if (!L_40)
|
|
{
|
|
goto IL_0117_2;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_41 = V_1;
|
|
NullCheck(L_41);
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_42 = L_41->___operations_6;
|
|
NullCheck(L_42);
|
|
int32_t L_43;
|
|
L_43 = LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_inline(L_42, LinkedList_1_get_Count_mDE0124B34D1AE12481180A36C7C040EE484B972E_RuntimeMethod_var);
|
|
if (L_43)
|
|
{
|
|
goto IL_0117_2;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_44 = V_1;
|
|
NullCheck(L_44);
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_45 = L_44->___idleConnections_7;
|
|
NullCheck(L_45);
|
|
int32_t L_46;
|
|
L_46 = LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_inline(L_45, LinkedList_1_get_Count_m90C4465678720C886964AF5E71DFB255F7D38003_RuntimeMethod_var);
|
|
if (L_46)
|
|
{
|
|
goto IL_0117_2;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_47 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D_il2cpp_TypeInfo_var);
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_48;
|
|
L_48 = DateTime_get_UtcNow_m06B6E9995FE16846A0F71EC9DB23E90BE2C5F9FA(NULL);
|
|
NullCheck(L_47);
|
|
L_47->___idleSince_10 = L_48;
|
|
__this->___U3CfinalCleanupU3E5__6_7 = (bool)1;
|
|
goto IL_0191_2;
|
|
}
|
|
|
|
IL_0117_2:
|
|
{
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_49 = __this->___U3CoperationArrayU3E5__2_3;
|
|
V_5 = L_49;
|
|
V_6 = 0;
|
|
goto IL_0151_2;
|
|
}
|
|
|
|
IL_0124_2:
|
|
{
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_50 = V_5;
|
|
int32_t L_51 = V_6;
|
|
NullCheck(L_50);
|
|
int32_t L_52 = L_51;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_53 = (L_50)->GetAt(static_cast<il2cpp_array_size_t>(L_52));
|
|
V_7 = L_53;
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_54 = __this->___U3CtaskListU3E5__4_5;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_55 = V_7;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_56 = L_55.___Item2_1;
|
|
NullCheck(L_56);
|
|
WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* L_57;
|
|
L_57 = WebOperation_get_Finished_mE36010EBEF522B42CAEF3E59EB6823DC535BDA01_inline(L_56, NULL);
|
|
NullCheck(L_57);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_58;
|
|
L_58 = WebCompletionSource_1_get_Task_mB3DE3F2C23CDB2879DF2D49CC278921DFA716B6C(L_57, WebCompletionSource_1_get_Task_mB3DE3F2C23CDB2879DF2D49CC278921DFA716B6C_RuntimeMethod_var);
|
|
NullCheck(L_54);
|
|
List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_inline(L_54, L_58, List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_RuntimeMethod_var);
|
|
int32_t L_59 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_59, 1));
|
|
}
|
|
|
|
IL_0151_2:
|
|
{
|
|
int32_t L_60 = V_6;
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_61 = V_5;
|
|
NullCheck(L_61);
|
|
if ((((int32_t)L_60) < ((int32_t)((int32_t)(((RuntimeArray*)L_61)->max_length)))))
|
|
{
|
|
goto IL_0124_2;
|
|
}
|
|
}
|
|
{
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_62 = __this->___U3CidleArrayU3E5__3_4;
|
|
V_8 = L_62;
|
|
V_6 = 0;
|
|
goto IL_0189_2;
|
|
}
|
|
|
|
IL_0166_2:
|
|
{
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_63 = V_8;
|
|
int32_t L_64 = V_6;
|
|
NullCheck(L_63);
|
|
int32_t L_65 = L_64;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_66 = (L_63)->GetAt(static_cast<il2cpp_array_size_t>(L_65));
|
|
V_9 = L_66;
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_67 = __this->___U3CtaskListU3E5__4_5;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_68 = V_9;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_69 = L_68.___Item3_2;
|
|
NullCheck(L_67);
|
|
List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_inline(L_67, L_69, List_1_Add_m0F464591A24D8751D7900E64ADEEAB1A08A42A13_RuntimeMethod_var);
|
|
int32_t L_70 = V_6;
|
|
V_6 = ((int32_t)il2cpp_codegen_add(L_70, 1));
|
|
}
|
|
|
|
IL_0189_2:
|
|
{
|
|
int32_t L_71 = V_6;
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_72 = V_8;
|
|
NullCheck(L_72);
|
|
if ((((int32_t)L_71) < ((int32_t)((int32_t)(((RuntimeArray*)L_72)->max_length)))))
|
|
{
|
|
goto IL_0166_2;
|
|
}
|
|
}
|
|
|
|
IL_0191_2:
|
|
{
|
|
goto IL_01a2_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_01a2_1:
|
|
{
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_73 = __this->___U3CtaskListU3E5__4_5;
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11* L_74;
|
|
L_74 = Task_WhenAny_m66DEEA9DAD72EA5AD0E29170F356643C202E2E9E(L_73, NULL);
|
|
NullCheck(L_74);
|
|
ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906 L_75;
|
|
L_75 = Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020(L_74, (bool)0, Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020_RuntimeMethod_var);
|
|
V_11 = L_75;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 L_76;
|
|
L_76 = ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_inline((&V_11), ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_RuntimeMethod_var);
|
|
V_10 = L_76;
|
|
bool L_77;
|
|
L_77 = ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0((&V_10), ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0_RuntimeMethod_var);
|
|
if (L_77)
|
|
{
|
|
goto IL_0208_1;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_78 = 0;
|
|
V_0 = L_78;
|
|
__this->___U3CU3E1__state_0 = L_78;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 L_79 = V_10;
|
|
__this->___U3CU3Eu__1_8 = L_79;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_8))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_80 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_m607F8D93DE874680F8BEFD66F055B79AD7CE8045(L_80, (&V_10), __this, AsyncTaskMethodBuilder_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7_m607F8D93DE874680F8BEFD66F055B79AD7CE8045_RuntimeMethod_var);
|
|
goto IL_0399;
|
|
}
|
|
|
|
IL_01eb_1:
|
|
{
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 L_81 = __this->___U3CU3Eu__1_8;
|
|
V_10 = L_81;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262* L_82 = (ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262*)(&__this->___U3CU3Eu__1_8);
|
|
il2cpp_codegen_initobj(L_82, sizeof(ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262));
|
|
int32_t L_83 = (-1);
|
|
V_0 = L_83;
|
|
__this->___U3CU3E1__state_0 = L_83;
|
|
}
|
|
|
|
IL_0208_1:
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_84;
|
|
L_84 = ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1((&V_10), ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1_RuntimeMethod_var);
|
|
V_2 = L_84;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_85 = V_1;
|
|
NullCheck(L_85);
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_86;
|
|
L_86 = ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline(L_85, NULL);
|
|
V_3 = L_86;
|
|
V_4 = (bool)0;
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_033d_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_87 = V_0;
|
|
if ((((int32_t)L_87) >= ((int32_t)0)))
|
|
{
|
|
goto IL_034b_1;
|
|
}
|
|
}
|
|
{
|
|
bool L_88 = V_4;
|
|
if (!L_88)
|
|
{
|
|
goto IL_034b_1;
|
|
}
|
|
}
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_89 = V_3;
|
|
Monitor_Exit_m05B2CF037E2214B3208198C282490A2A475653FA(L_89, NULL);
|
|
}
|
|
|
|
IL_034b_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_90 = V_3;
|
|
Monitor_Enter_m3CDB589DA1300B513D55FDCFB52B63E879794149(L_90, (&V_4), NULL);
|
|
V_12 = (bool)0;
|
|
bool L_91 = __this->___U3CfinalCleanupU3E5__6_7;
|
|
if (!L_91)
|
|
{
|
|
goto IL_024a_2;
|
|
}
|
|
}
|
|
{
|
|
Task_1_t824317F4B958F7512E8F7300511752937A6C6043* L_92 = __this->___U3CschedulerTaskU3E5__5_6;
|
|
NullCheck(L_92);
|
|
bool L_93;
|
|
L_93 = Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9(L_92, Task_1_get_Result_m48902D0529EDB4646DFE6B5A7631AE15911E87B9_RuntimeMethod_var);
|
|
if (!L_93)
|
|
{
|
|
goto IL_023f_2;
|
|
}
|
|
}
|
|
{
|
|
V_12 = (bool)1;
|
|
goto IL_025c_2;
|
|
}
|
|
|
|
IL_023f_2:
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_94 = V_1;
|
|
NullCheck(L_94);
|
|
ServicePointScheduler_FinalCleanup_m9378C2F440CC6EE6014D7929B8255A315BA7DD99(L_94, NULL);
|
|
goto IL_0386;
|
|
}
|
|
|
|
IL_024a_2:
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_95 = V_2;
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_96 = __this->___U3CtaskListU3E5__4_5;
|
|
NullCheck(L_96);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_97;
|
|
L_97 = List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5(L_96, 0, List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5_RuntimeMethod_var);
|
|
if ((!(((RuntimeObject*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_95) == ((RuntimeObject*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_97))))
|
|
{
|
|
goto IL_025c_2;
|
|
}
|
|
}
|
|
{
|
|
V_12 = (bool)1;
|
|
}
|
|
|
|
IL_025c_2:
|
|
{
|
|
V_14 = 0;
|
|
goto IL_02b4_2;
|
|
}
|
|
|
|
IL_0261_2:
|
|
{
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_98 = __this->___U3CoperationArrayU3E5__2_3;
|
|
int32_t L_99 = V_14;
|
|
NullCheck(L_98);
|
|
int32_t L_100 = L_99;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_101 = (L_98)->GetAt(static_cast<il2cpp_array_size_t>(L_100));
|
|
V_15 = L_101;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_102 = V_15;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_103 = L_102.___Item2_1;
|
|
NullCheck(L_103);
|
|
WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* L_104;
|
|
L_104 = WebOperation_get_Finished_mE36010EBEF522B42CAEF3E59EB6823DC535BDA01_inline(L_103, NULL);
|
|
NullCheck(L_104);
|
|
Result_t195C65AF03BEBA948FC7447896F66256BF6B068A* L_105;
|
|
L_105 = WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_inline(L_104, WebCompletionSource_1_get_CurrentResult_mC6AEEA49F51BB76749CEB1E19696D09D5FDCDA58_RuntimeMethod_var);
|
|
if (!L_105)
|
|
{
|
|
goto IL_02ae_2;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_106 = V_1;
|
|
NullCheck(L_106);
|
|
LinkedList_1_t722196FC41A6FF03487667AADD82ED07E9D75F79* L_107 = L_106->___operations_6;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_108 = V_15;
|
|
NullCheck(L_107);
|
|
bool L_109;
|
|
L_109 = LinkedList_1_Remove_m69152156C2A2583899D0EE535ED42E984AD7AFC7(L_107, L_108, LinkedList_1_Remove_m69152156C2A2583899D0EE535ED42E984AD7AFC7_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_110 = V_1;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_111 = V_15;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_112 = L_111.___Item1_0;
|
|
ValueTuple_2_tD2DC48356F46A400B0222C822B85124F5184C03F L_113 = V_15;
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_114 = L_113.___Item2_1;
|
|
NullCheck(L_110);
|
|
bool L_115;
|
|
L_115 = ServicePointScheduler_OperationCompleted_m442DE8063CFDFCF6C7DDEF30EB2C8BF79ED95C00(L_110, L_112, L_114, NULL);
|
|
V_16 = L_115;
|
|
bool L_116 = V_12;
|
|
bool L_117 = V_16;
|
|
V_12 = (bool)((int32_t)((int32_t)L_116|(int32_t)L_117));
|
|
}
|
|
|
|
IL_02ae_2:
|
|
{
|
|
int32_t L_118 = V_14;
|
|
V_14 = ((int32_t)il2cpp_codegen_add(L_118, 1));
|
|
}
|
|
|
|
IL_02b4_2:
|
|
{
|
|
int32_t L_119 = V_14;
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_120 = __this->___U3CoperationArrayU3E5__2_3;
|
|
NullCheck(L_120);
|
|
if ((((int32_t)L_119) < ((int32_t)((int32_t)(((RuntimeArray*)L_120)->max_length)))))
|
|
{
|
|
goto IL_0261_2;
|
|
}
|
|
}
|
|
{
|
|
bool L_121 = V_12;
|
|
if (!L_121)
|
|
{
|
|
goto IL_02ca_2;
|
|
}
|
|
}
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_122 = V_1;
|
|
NullCheck(L_122);
|
|
ServicePointScheduler_RunSchedulerIteration_m2117263966C4AE978C0E8B775632FD7DDD0FE2AB(L_122, NULL);
|
|
}
|
|
|
|
IL_02ca_2:
|
|
{
|
|
V_13 = (-1);
|
|
V_17 = 0;
|
|
goto IL_02f9_2;
|
|
}
|
|
|
|
IL_02d2_2:
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_123 = V_2;
|
|
List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551* L_124 = __this->___U3CtaskListU3E5__4_5;
|
|
int32_t L_125 = V_17;
|
|
ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798* L_126 = __this->___U3CoperationArrayU3E5__2_3;
|
|
NullCheck(L_126);
|
|
NullCheck(L_124);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_127;
|
|
L_127 = List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5(L_124, ((int32_t)il2cpp_codegen_add(((int32_t)il2cpp_codegen_add(L_125, 1)), ((int32_t)(((RuntimeArray*)L_126)->max_length)))), List_1_get_Item_m70B59C606E3EA3025B2F6D041B0021F37F7EFBF5_RuntimeMethod_var);
|
|
if ((!(((RuntimeObject*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_123) == ((RuntimeObject*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_127))))
|
|
{
|
|
goto IL_02f3_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_128 = V_17;
|
|
V_13 = L_128;
|
|
goto IL_0305_2;
|
|
}
|
|
|
|
IL_02f3_2:
|
|
{
|
|
int32_t L_129 = V_17;
|
|
V_17 = ((int32_t)il2cpp_codegen_add(L_129, 1));
|
|
}
|
|
|
|
IL_02f9_2:
|
|
{
|
|
int32_t L_130 = V_17;
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_131 = __this->___U3CidleArrayU3E5__3_4;
|
|
NullCheck(L_131);
|
|
if ((((int32_t)L_130) < ((int32_t)((int32_t)(((RuntimeArray*)L_131)->max_length)))))
|
|
{
|
|
goto IL_02d2_2;
|
|
}
|
|
}
|
|
|
|
IL_0305_2:
|
|
{
|
|
int32_t L_132 = V_13;
|
|
if ((((int32_t)L_132) < ((int32_t)0)))
|
|
{
|
|
goto IL_033b_2;
|
|
}
|
|
}
|
|
{
|
|
ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15* L_133 = __this->___U3CidleArrayU3E5__3_4;
|
|
int32_t L_134 = V_13;
|
|
NullCheck(L_133);
|
|
int32_t L_135 = L_134;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_136 = (L_133)->GetAt(static_cast<il2cpp_array_size_t>(L_135));
|
|
V_18 = L_136;
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_137 = V_1;
|
|
NullCheck(L_137);
|
|
LinkedList_1_t00226D2BD424DB8C2479F2170E70FD662BE216DA* L_138 = L_137->___idleConnections_7;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_139 = V_18;
|
|
NullCheck(L_138);
|
|
bool L_140;
|
|
L_140 = LinkedList_1_Remove_m9399EE87FB1FBB6BD3C54E020B70B6C11A5EA4BB(L_138, L_139, LinkedList_1_Remove_m9399EE87FB1FBB6BD3C54E020B70B6C11A5EA4BB_RuntimeMethod_var);
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_141 = V_1;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_142 = V_18;
|
|
ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* L_143 = L_142.___Item1_0;
|
|
ValueTuple_3_t9229EBB440D319F5B876259CCDEDEE44980E9FF6 L_144 = V_18;
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_145 = L_144.___Item2_1;
|
|
NullCheck(L_141);
|
|
ServicePointScheduler_CloseIdleConnection_mCC2356BF17FCBD9027E14AB8B2FE22CD2DAC689E(L_141, L_143, L_145, NULL);
|
|
}
|
|
|
|
IL_033b_2:
|
|
{
|
|
goto IL_034c_1;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
|
|
IL_034c_1:
|
|
{
|
|
__this->___U3CoperationArrayU3E5__2_3 = (ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CoperationArrayU3E5__2_3), (void*)(ValueTuple_2U5BU5D_tE306B6EBAD2D7DA360C9F1944065BAB463C16798*)NULL);
|
|
__this->___U3CidleArrayU3E5__3_4 = (ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CidleArrayU3E5__3_4), (void*)(ValueTuple_3U5BU5D_t031D8730CACD5B6B8955F730C8783E7510B9CD15*)NULL);
|
|
__this->___U3CtaskListU3E5__4_5 = (List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtaskListU3E5__4_5), (void*)(List_1_t84C257E858DDB8EA0B6269E08AAD9A2A2018A551*)NULL);
|
|
__this->___U3CschedulerTaskU3E5__5_6 = (Task_1_t824317F4B958F7512E8F7300511752937A6C6043*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CschedulerTaskU3E5__5_6), (void*)(Task_1_t824317F4B958F7512E8F7300511752937A6C6043*)NULL);
|
|
goto IL_0032_1;
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_036d;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_036d:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_146 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_19 = L_146;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_147 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_148 = V_19;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_SetException_mBE41863F0571E0177A15731294087DE45E1FC10B(L_147, L_148, NULL);
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0399;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_0386:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_149 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_SetResult_m76D8B84F0068257C1823B1200B00E58E0C8DDDDE(L_149, NULL);
|
|
}
|
|
|
|
IL_0399:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CRunSchedulerU3Ed__32_MoveNext_mA08FEA7A8A1F2C0B268B36676228CFDF37B007C1_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7*>(__this + _offset);
|
|
U3CRunSchedulerU3Ed__32_MoveNext_mA08FEA7A8A1F2C0B268B36676228CFDF37B007C1(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/<RunScheduler>d__32::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CRunSchedulerU3Ed__32_SetStateMachine_mEA2B6E76595535FC10EBBCD90BC8D3A0EA54D507 (U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06* L_0 = (AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_t7A5128C134547B5918EB1AA24FE47ED4C1DF3F06_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_SetStateMachine_mE52B5B6B076025592A7AB462E3D26FA434AEB795(L_0, L_1, NULL);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CRunSchedulerU3Ed__32_SetStateMachine_mEA2B6E76595535FC10EBBCD90BC8D3A0EA54D507_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CRunSchedulerU3Ed__32_t662C46237259FAAD52259432698C61C9EDD828F7*>(__this + _offset);
|
|
U3CRunSchedulerU3Ed__32_SetStateMachine_mEA2B6E76595535FC10EBBCD90BC8D3A0EA54D507(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic push
|
|
#pragma clang diagnostic ignored "-Winvalid-offsetof"
|
|
#pragma clang diagnostic ignored "-Wunused-variable"
|
|
#endif
|
|
// System.Void System.Net.ServicePointScheduler/<WaitAsync>d__46::MoveNext()
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitAsyncU3Ed__46_MoveNext_m80CF7A239DA4D1BCEA0605E8BF51AB2CCFBB1495 (U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* __this, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_mEF7F66CC13BCA313B07633D6E805DE4CC4EC02E2_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3_il2cpp_TypeInfo_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
int32_t V_0 = 0;
|
|
bool V_1 = false;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 V_2;
|
|
memset((&V_2), 0, sizeof(V_2));
|
|
ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906 V_3;
|
|
memset((&V_3), 0, sizeof(V_3));
|
|
Exception_t* V_4 = NULL;
|
|
il2cpp::utils::ExceptionSupportStack<RuntimeObject*, 1> __active_exceptions;
|
|
{
|
|
int32_t L_0 = __this->___U3CU3E1__state_0;
|
|
V_0 = L_0;
|
|
}
|
|
try
|
|
{// begin try (depth: 1)
|
|
{
|
|
int32_t L_1 = V_0;
|
|
if (!L_1)
|
|
{
|
|
goto IL_0015_1;
|
|
}
|
|
}
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* L_2 = (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B*)il2cpp_codegen_object_new(CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B_il2cpp_TypeInfo_var);
|
|
NullCheck(L_2);
|
|
CancellationTokenSource__ctor_m2ADB5D13368A9D364C20BB6039EC6DE858735E2C(L_2, NULL);
|
|
__this->___U3CctsU3E5__2_4 = L_2;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CctsU3E5__2_4), (void*)L_2);
|
|
}
|
|
|
|
IL_0015_1:
|
|
{
|
|
}
|
|
{
|
|
auto __finallyBlock = il2cpp::utils::Finally([&]
|
|
{
|
|
|
|
FINALLY_00be_1:
|
|
{// begin finally (depth: 2)
|
|
{
|
|
int32_t L_3 = V_0;
|
|
if ((((int32_t)L_3) >= ((int32_t)0)))
|
|
{
|
|
goto IL_00d8_1;
|
|
}
|
|
}
|
|
{
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* L_4 = __this->___U3CctsU3E5__2_4;
|
|
NullCheck(L_4);
|
|
CancellationTokenSource_Cancel_m64C48B9DCD25A9EBEC8DC170C79441564BC3755B(L_4, NULL);
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* L_5 = __this->___U3CctsU3E5__2_4;
|
|
NullCheck(L_5);
|
|
CancellationTokenSource_Dispose_m5096059D16078E130BB87D268D4871849B53449B(L_5, NULL);
|
|
}
|
|
|
|
IL_00d8_1:
|
|
{
|
|
return;
|
|
}
|
|
}// end finally (depth: 2)
|
|
});
|
|
try
|
|
{// begin try (depth: 2)
|
|
{
|
|
int32_t L_6 = V_0;
|
|
if (!L_6)
|
|
{
|
|
goto IL_008d_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_7 = __this->___millisecondTimeout_2;
|
|
CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B* L_8 = __this->___U3CctsU3E5__2_4;
|
|
NullCheck(L_8);
|
|
CancellationToken_t51142D9C6D7C02D314DA34A6A7988C528992FFED L_9;
|
|
L_9 = CancellationTokenSource_get_Token_m0FEC575DDDA2947476EE5D9B8F8AC887A4EEE3C4(L_8, NULL);
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_10;
|
|
L_10 = Task_Delay_mE80CABEC364832FBA3042CA2460AA3913B74C10B(L_7, L_9, NULL);
|
|
__this->___U3CtimeoutTaskU3E5__3_5 = L_10;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CtimeoutTaskU3E5__3_5), (void*)L_10);
|
|
TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3* L_11 = (TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3*)(TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3*)SZArrayNew(TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3_il2cpp_TypeInfo_var, (uint32_t)2);
|
|
TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3* L_12 = L_11;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_13 = __this->___workerTask_3;
|
|
NullCheck(L_12);
|
|
ArrayElementTypeCheck (L_12, L_13);
|
|
(L_12)->SetAt(static_cast<il2cpp_array_size_t>(0), (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_13);
|
|
TaskU5BU5D_t368E447BD9A179BA9A26BAAABF1BAE9CA79F60B3* L_14 = L_12;
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_15 = __this->___U3CtimeoutTaskU3E5__3_5;
|
|
NullCheck(L_14);
|
|
ArrayElementTypeCheck (L_14, L_15);
|
|
(L_14)->SetAt(static_cast<il2cpp_array_size_t>(1), (Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_15);
|
|
Task_1_t65B0CFA55427D8F65292A36D9BE1B7C5D949EE11* L_16;
|
|
L_16 = Task_WhenAny_mB37C83589A7905F54439E02A6F75E2F7EA150019(L_14, NULL);
|
|
NullCheck(L_16);
|
|
ConfiguredTaskAwaitable_1_t272C5E5DB7F4D0BC486FD8F9884E646F488F8906 L_17;
|
|
L_17 = Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020(L_16, (bool)0, Task_1_ConfigureAwait_m49A2AC3E23CFFCCD4FBAD511E05420B65C08B020_RuntimeMethod_var);
|
|
V_3 = L_17;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 L_18;
|
|
L_18 = ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_inline((&V_3), ConfiguredTaskAwaitable_1_GetAwaiter_m7609DFFE32ED046D415E80176200D2D4C78842C8_RuntimeMethod_var);
|
|
V_2 = L_18;
|
|
bool L_19;
|
|
L_19 = ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0((&V_2), ConfiguredTaskAwaiter_get_IsCompleted_mAF5A61229613F40CACA1DAF27A5B0C3906060FB0_RuntimeMethod_var);
|
|
if (L_19)
|
|
{
|
|
goto IL_00a9_2;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_20 = 0;
|
|
V_0 = L_20;
|
|
__this->___U3CU3E1__state_0 = L_20;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 L_21 = V_2;
|
|
__this->___U3CU3Eu__1_6 = L_21;
|
|
Il2CppCodeGenWriteBarrier((void**)&(((&__this->___U3CU3Eu__1_6))->___m_task_0), (void*)NULL);
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_22 = (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*)(&__this->___U3CU3Et__builder_1);
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_mEF7F66CC13BCA313B07633D6E805DE4CC4EC02E2(L_22, (&V_2), __this, AsyncTaskMethodBuilder_1_AwaitUnsafeOnCompleted_TisConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262_TisU3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508_mEF7F66CC13BCA313B07633D6E805DE4CC4EC02E2_RuntimeMethod_var);
|
|
goto IL_0114;
|
|
}
|
|
|
|
IL_008d_2:
|
|
{
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262 L_23 = __this->___U3CU3Eu__1_6;
|
|
V_2 = L_23;
|
|
ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262* L_24 = (ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262*)(&__this->___U3CU3Eu__1_6);
|
|
il2cpp_codegen_initobj(L_24, sizeof(ConfiguredTaskAwaiter_t9C1BCB2E1DDFD454CDB318063407E34467CDD262));
|
|
int32_t L_25 = (-1);
|
|
V_0 = L_25;
|
|
__this->___U3CU3E1__state_0 = L_25;
|
|
}
|
|
|
|
IL_00a9_2:
|
|
{
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_26;
|
|
L_26 = ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1((&V_2), ConfiguredTaskAwaiter_GetResult_m5BC3E43D1E93080018A52BE3ACC3891787F8ECC1_RuntimeMethod_var);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_27 = __this->___U3CtimeoutTaskU3E5__3_5;
|
|
V_1 = (bool)((((int32_t)((((RuntimeObject*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_26) == ((RuntimeObject*)(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572*)L_27))? 1 : 0)) == ((int32_t)0))? 1 : 0);
|
|
goto IL_00f9;
|
|
}
|
|
}// end try (depth: 2)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
__finallyBlock.StoreException(e.ex);
|
|
}
|
|
}
|
|
}// end try (depth: 1)
|
|
catch(Il2CppExceptionWrapper& e)
|
|
{
|
|
if(il2cpp_codegen_class_is_assignable_from (((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&Exception_t_il2cpp_TypeInfo_var)), il2cpp_codegen_object_class(e.ex)))
|
|
{
|
|
IL2CPP_PUSH_ACTIVE_EXCEPTION(e.ex);
|
|
goto CATCH_00d9;
|
|
}
|
|
throw e;
|
|
}
|
|
|
|
CATCH_00d9:
|
|
{// begin catch(System.Exception)
|
|
Exception_t* L_28 = ((Exception_t*)IL2CPP_GET_ACTIVE_EXCEPTION(Exception_t*));;
|
|
V_4 = L_28;
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CctsU3E5__2_4 = (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CctsU3E5__2_4), (void*)(CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B*)NULL);
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_29 = (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*)(&__this->___U3CU3Et__builder_1);
|
|
Exception_t* L_30 = V_4;
|
|
il2cpp_codegen_runtime_class_init_inline(((RuntimeClass*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var)));
|
|
AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD(L_29, L_30, ((RuntimeMethod*)il2cpp_codegen_initialize_runtime_metadata_inline((uintptr_t*)&AsyncTaskMethodBuilder_1_SetException_mB8F5D5EF18A12CBFF3C7D54CE6382DBB1640C0FD_RuntimeMethod_var)));
|
|
IL2CPP_POP_ACTIVE_EXCEPTION(Exception_t*);
|
|
goto IL_0114;
|
|
}// end catch (depth: 1)
|
|
|
|
IL_00f9:
|
|
{
|
|
__this->___U3CU3E1__state_0 = ((int32_t)-2);
|
|
__this->___U3CctsU3E5__2_4 = (CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B*)NULL;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CctsU3E5__2_4), (void*)(CancellationTokenSource_tAAE1E0033BCFC233801F8CB4CED5C852B350CB7B*)NULL);
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_31 = (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*)(&__this->___U3CU3Et__builder_1);
|
|
bool L_32 = V_1;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046(L_31, L_32, AsyncTaskMethodBuilder_1_SetResult_mF21C48FC9CEC24F4E9C5975C54F87BE9CA179046_RuntimeMethod_var);
|
|
}
|
|
|
|
IL_0114:
|
|
{
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CWaitAsyncU3Ed__46_MoveNext_m80CF7A239DA4D1BCEA0605E8BF51AB2CCFBB1495_AdjustorThunk (RuntimeObject* __this, const RuntimeMethod* method)
|
|
{
|
|
U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508*>(__this + _offset);
|
|
U3CWaitAsyncU3Ed__46_MoveNext_m80CF7A239DA4D1BCEA0605E8BF51AB2CCFBB1495(_thisAdjusted, method);
|
|
}
|
|
// System.Void System.Net.ServicePointScheduler/<WaitAsync>d__46::SetStateMachine(System.Runtime.CompilerServices.IAsyncStateMachine)
|
|
IL2CPP_EXTERN_C IL2CPP_METHOD_ATTR void U3CWaitAsyncU3Ed__46_SetStateMachine_m74D53602D1A8BDB4EDD11E9A4B89F2E014D1CCD6 (U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var);
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA* L_0 = (AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA*)(&__this->___U3CU3Et__builder_1);
|
|
RuntimeObject* L_1 = ___0_stateMachine;
|
|
il2cpp_codegen_runtime_class_init_inline(AsyncTaskMethodBuilder_1_t651E7BA5C7209C40335555F361280911CF711AAA_il2cpp_TypeInfo_var);
|
|
AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8(L_0, L_1, AsyncTaskMethodBuilder_1_SetStateMachine_m9D382E265E211762EDB525CF74EBB7FA21DDDCE8_RuntimeMethod_var);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_EXTERN_C void U3CWaitAsyncU3Ed__46_SetStateMachine_m74D53602D1A8BDB4EDD11E9A4B89F2E014D1CCD6_AdjustorThunk (RuntimeObject* __this, RuntimeObject* ___0_stateMachine, const RuntimeMethod* method)
|
|
{
|
|
U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508* _thisAdjusted;
|
|
int32_t _offset = 1;
|
|
_thisAdjusted = reinterpret_cast<U3CWaitAsyncU3Ed__46_t121C9BAED72C9C705557057FB4A1E994A65F9508*>(__this + _offset);
|
|
U3CWaitAsyncU3Ed__46_SetStateMachine_m74D53602D1A8BDB4EDD11E9A4B89F2E014D1CCD6(_thisAdjusted, ___0_stateMachine, method);
|
|
}
|
|
#ifdef __clang__
|
|
#pragma clang diagnostic pop
|
|
#endif
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t String_get_Length_m42625D67623FA5CC7A44D47425CE86FB946542D2_inline (String_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____stringLength_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* LazyAsyncResult_get_AsyncObject_m599FB00838F916DBE45F359D64D26717EA2DF231_inline (LazyAsyncResult_t60F482D5C9A613C3ED0567BEC367D54A5459716B* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->___m_AsyncObject_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* WebProxy_get_Credentials_m76BB7DE06FD84E20406661BF0D98959DC73B28D9_inline (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RuntimeObject* L_0 = __this->____Credentials_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RuntimeObject* CredentialCache_get_DefaultCredentials_mA3FA3CE498D01BF65CD84BCC18385B2A4BAFB9CC_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_il2cpp_TypeInfo_var);
|
|
SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF* L_0 = ((SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_StaticFields*)il2cpp_codegen_static_fields_for(SystemNetworkCredential_tFBEE5F9E93DECB97C8622974DD2F2EBCB0CBD4FF_il2cpp_TypeInfo_var))->___defaultCredential_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* WebProxy_get_ScriptEngine_m0B6FE570183127FAD115C72CBC6BFFF5020004DF_inline (WebProxy_tD66B652C7B6DF4BC4C10B7475C42FB1F4F82E437* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
AutoWebProxyScriptEngine_t8C7CCD696E04CD0947B6B752C4EE18014B6E8957* L_0 = __this->___m_ScriptEngine_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool RemoteCertificateValidationCallback_Invoke_m5256BF7D3B9BFFFAA959191FD5117C393F670D83_inline (RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* __this, RuntimeObject* ___0_sender, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4* ___1_certificate, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5* ___2_chain, int32_t ___3_sslPolicyErrors, const RuntimeMethod* method)
|
|
{
|
|
typedef bool (*FunctionPointerType) (RuntimeObject*, RuntimeObject*, X509Certificate_t966CC553AF25AE7991F5B4C2AACBCF6C66C8F9C4*, X509Chain_t2E7F88A4C97CAB82AF938F13A11354A0475469E5*, int32_t, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_sender, ___1_certificate, ___2_chain, ___3_sslPolicyErrors, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_AuthUri_mA9CDA63656394B69E2EE031330CC77C3BB570052_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___actualUri_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* WebReadStream_get_InnerStream_mC1E0B821B64C303C532069D0213522FE6BE2F8FF_inline (WebReadStream_tA0E8969A97C6FE537A2DDF2040A64AFE63F04C86* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___U3CInnerStreamU3Ek__BackingField_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* ContentDecodeStream_get_OriginalInnerStream_mBD2610B5D00F361DE266C8DFE8D15D6F8992381E_inline (ContentDecodeStream_tC79967F6DC874433EEAB40920D45B4E5DDEA4A61* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Stream_tF844051B786E8F7F4244DBD218D74E8617B9A2DE* L_0 = __this->___U3COriginalInnerStreamU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* Task_get_CompletedTask_m1567097D0142D009DC8F9B70DA2C55DA651D55E9_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572* L_0 = ((Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields*)il2cpp_codegen_static_fields_for(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var))->___U3CCompletedTaskU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* HttpWebRequest_get_Address_mC0579CE0CED2FDCBF69FAF3232706F7994EAC20D_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Uri_t1500A52B5F71A04F5D05C0852D0F2A0941842A0E* L_0 = __this->___actualUri_13;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D DigestSession_get_LastUse_m1C892CE95B0E4C48CF2862FF19EB253F69FDBF35_inline (DigestSession_t5BFCC56E343A2F686129195F03DBD2F9E5FD0A14* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___lastUse_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t TimeSpan_get_Ticks_mC50131E57621F29FACC53B3241432ABB874FA1B5_inline (TimeSpan_t8195C5B013A2C532FEBDF0B64B6911982E750F5A* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->____ticks_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_HostName_m4218E75B9A5D143AF361FEC708ED40CD3829920A_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, String_t* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = ___0_value;
|
|
__this->___hostName_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___hostName_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_Aliases_mCAB3DC9E9B474EA49C1A80E8010FF4932316B266_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
StringU5BU5D_t7674CD946EC0CE7B3AE0BE70E6EE85F2ECD9F248* L_0 = ___0_value;
|
|
__this->___aliases_1 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___aliases_1), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void IPHostEntry_set_AddressList_mFC955717B52B0D1DC71059FC7B2ED6659E4729D8_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_0 = ___0_value;
|
|
__this->___addressList_2 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___addressList_2), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* IPHostEntry_get_AddressList_m9D14D52EFB41C53C9C4A36D438E1333A99B7AA71_inline (IPHostEntry_tAAAEB0F40DB9F28BE601B5FE7DA1D76191C94490* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
IPAddressU5BU5D_t3AEDF3B94746C9023A4549F878AA47F702C9CD0D* L_0 = __this->___addressList_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int64_t FixedSizeReadStream_get_ContentLength_m158883496AF46A53BA97FABFA6FDF85005D5904F_inline (FixedSizeReadStream_t36A722CECAA40C689D9604980ECB1FF98343B251* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int64_t L_0 = __this->___U3CContentLengthU3Ek__BackingField_7;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HttpWebRequest_set_ThrowOnError_mB232259B74EC15F9E119944A41934D673A7DE4E7_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___U3CThrowOnErrorU3Ek__BackingField_67 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePoint_get_UsesProxy_m518ED2EF0BDC87C490AB426BC455CD11296DED30_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___usesProxy_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool ServicePoint_get_UseConnect_m114AAE62269A6D6A4C1E2687C00A3DAEF89BFE20_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___useConnect_6;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* AggregateException_get_InnerExceptions_m3044DE61416F827389F2975C67AC1AD89EA050A5_inline (AggregateException_t51B6205846DFB356B94452702201DD239D44422F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ReadOnlyCollection_1_t0A3EEA206F04C2F9E8303E24D863C2E7FD258886* L_0 = __this->___m_innerExceptions_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Exception_t* Exception_get_InnerException_m0C1BDB339C786BA4DA7D2C1AD214571CFBBB1410_inline (Exception_t* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Exception_t* L_0 = __this->____innerException_4;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebException_get_Status_m9B08D3B07C3D75A6783EADB1215EB54E2D3B9822_inline (WebException_t106BE934ACC529D73F9EA01B0545487E8F6582C8* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___m_Status_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void HttpContinueDelegate_Invoke_m911A3C37BB31B610864B0381AA08241D41B2CB7D_inline (HttpContinueDelegate_t174E5B124FF75DBAC627C6E41A0802A802EAE6D9* __this, int32_t ___0_StatusCode, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* ___1_httpHeaders, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, int32_t, WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_StatusCode, ___1_httpHeaders, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t AuthorizationState_get_NtlmAuthState_m93CF64385E0E77039CF782E319EED9EC96ED063C_inline (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___ntlm_auth_state_3;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* Authorization_get_Message_m84C00416C183E8A3B06E37052923C90F486F529A_inline (Authorization_t7F109103AF7366A418844BF604458413434F60D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___m_Message_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Major_m1F782BA72C64627627ADC2090C147CF887CE7795_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____Major_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t Version_get_Minor_m5EEC53977DFD0A9D8F3276DA2532E8DC1644F80E_inline (Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->____Minor_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* WebConnectionStream_get_Operation_m4AA77F1982DF079835A899F34F8314C83461E191_inline (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* L_0 = __this->___U3COperationU3Ek__BackingField_11;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* WebConnectionStream_get_Connection_m3D2B38E915D22E92361A3C1EA4BE33A47FB21A6C_inline (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_0 = __this->___U3CConnectionU3Ek__BackingField_10;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_NtlmCredential_mE981429BEEE9CBBF313915A622447AB3E20E15AF_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
NetworkCredential_tC8E2931557131BA3E6F42A8E1E2A10EC62567313* L_0 = ___0_value;
|
|
__this->___ntlm_credentials_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___ntlm_credentials_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_UnsafeAuthenticatedConnectionSharing_mFFF3DD269EDE64EE43D52980902C1F5D597AB86D_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___unsafe_sharing_2 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool AuthorizationState_get_IsCompleted_m60FA1039CD41A7AD50984DADEA562F82E60470AB_inline (AuthorizationState_t79311A9A938E608B506F10F92C0789E46C8FCA32* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___isCompleted_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool HttpWebRequest_get_ThrowOnError_m67A6F4D03676F55D5A0FB51C5F4CDCC97AB9EAE1_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___U3CThrowOnErrorU3Ek__BackingField_67;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR bool Authorization_get_Complete_m43C3AC5D83009442D51B959623D46AD1ABA2AEB8_inline (Authorization_t7F109103AF7366A418844BF604458413434F60D4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = __this->___m_Complete_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 ConfiguredTaskAwaitable_GetAwaiter_m3F163D24211147E68FC5799A7D2D2BE7C07A60B5_inline (ConfiguredTaskAwaitable_tABE012B321A51A20F0D34F8122B9EAE3A054875C* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ConfiguredTaskAwaiter_t6D4C5E6B82017ED33DAFA1EFC33B0EFBE3137618 L_0 = __this->___m_configuredTaskAwaiter_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void WebConnection_set_NtlmAuthenticated_mA30B27A4B2E723C8709C3105F16D62174C559294_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___ntlm_authenticated_1 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* WebResponseStream_get_Headers_mD8D78D21C51F06E0B919113138A523AC480390FE_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebHeaderCollection_tAF1CF77FB39D8E1EB782174E30566BAF55F71AE8* L_0 = __this->___U3CHeadersU3Ek__BackingField_20;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* WebResponseStream_get_Version_m837C4A8CBE3EF4D4687727CC32B896B546D7F040_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Version_tE426DB5655D0F22920AE16A2AA9AB7781B8255A7* L_0 = __this->___U3CVersionU3Ek__BackingField_23;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t WebResponseStream_get_StatusCode_m44386FC08813FC891C56A9B2B4E337E446147E65_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___U3CStatusCodeU3Ek__BackingField_21;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR String_t* WebResponseStream_get_StatusDescription_mAFCE55D34C81BFA7FFFD4F3D23CCB73CE5898E22_inline (WebResponseStream_tEA4F17CF76BC9DC9C608447C1CAF3084044E43E4* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
String_t* L_0 = __this->___U3CStatusDescriptionU3Ek__BackingField_22;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* WebConnectionStream_get_Request_m5D249821B6B456CD00D767DD196C6C03F8E524BE_inline (WebConnectionStream_t4B7C6EFA38C9FD863F9EC86A3DC68D8B6A507B98* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* L_0 = __this->___U3CRequestU3Ek__BackingField_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t HttpWebRequest_get_AutomaticDecompression_mF4F41C35BE09F1457645769FA0183BE0446C5503_inline (HttpWebRequest_tDE1EF6EAE715BE99DB1645ED937A6A2AB930E7C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___auto_decomp_54;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* MonoChunkStream_get_Decoder_m47DBEB5B6565865D57AA28ECB1ABD767454569D4_inline (MonoChunkStream_t2059039ABA40F2494F0E575A187C013184969BC2* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
MonoChunkParser_t7327331046108B5315D66A22FCCF7610B23D320A* L_0 = __this->___U3CDecoderU3Ek__BackingField_8;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_Scheduler_m7935567ACF1937D07DA99217D517C7946A876126_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_0 = ___0_value;
|
|
__this->___U3CSchedulerU3Ek__BackingField_17 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CSchedulerU3Ek__BackingField_17), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_SendContinue_m5480B6A8C6478BA620030302C861A842DF9F6AD3_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___sendContinue_5 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointManager_get_DnsRefreshTimeout_mD2B9379B34B2F5439BD74756A0D06E576CC4B259_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var);
|
|
int32_t L_0 = ((ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_StaticFields*)il2cpp_codegen_static_fields_for(ServicePointManager_t124F9D59A0C6581AC0C21156D657A2EB3C7EE120_il2cpp_TypeInfo_var))->___dnsRefreshTimeout_5;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ServicePoint_get_Scheduler_m8D88559C1664084C10D97FEDE33CCF227798F374_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_0 = __this->___U3CSchedulerU3Ek__BackingField_17;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* BindIPEndPoint_Invoke_mDA96740B189FB74B6A3425E8A8A0112678D171A3_inline (BindIPEndPoint_tCB0143A2E17188ED6D562FEA72A18CC9F2448BDD* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_servicePoint, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* ___1_remoteEndPoint, int32_t ___2_retryCount, const RuntimeMethod* method)
|
|
{
|
|
typedef IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB* (*FunctionPointerType) (RuntimeObject*, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29*, IPEndPoint_t2F09CBA7A808B67724B4E2954EEDC46D910F4ECB*, int32_t, const RuntimeMethod*);
|
|
return ((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_servicePoint, ___1_remoteEndPoint, ___2_retryCount, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* ServerCertValidationCallback_get_ValidationCallback_mA6B9C6ACA7951010EE6F5E04B51591657A1BFA72_inline (ServerCertValidationCallback_tC7A568060163FC6810AF9817F26F986C78CFC27F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
RemoteCertificateValidationCallback_t2F4C5801F96B2C2BF934511796C5BFEAEBF01955* L_0 = __this->___m_ValidationCallback_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseNagleAlgorithm_mC025F081ED6C7014665EB20388747D12476D03C3_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___useNagle_8 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UsesProxy_m48157456CF1FF842A098916FE6F485CCA2FB9B62_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___usesProxy_4 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePoint_set_UseConnect_mD34B72F3B4F0532EB58DAB315A58143E5882A81F_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, bool ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
bool L_0 = ___0_value;
|
|
__this->___useConnect_6 = L_0;
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* ServicePoint_get_Key_m4888BAD8A2901760B5CEB05FA71E5C9289EB1C05_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
SPKey_t3FD8B8DF5F452D3E34F29B5EC1AEC33370B1A6E5* L_0 = __this->___U3CKeyU3Ek__BackingField_16;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void ServicePointScheduler_set_ServicePoint_mEA9C878A2C3B51F9C6B1D66AB82FC1D81B38289B_inline (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ___0_value, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0 = ___0_value;
|
|
__this->___U3CServicePointU3Ek__BackingField_0 = L_0;
|
|
Il2CppCodeGenWriteBarrier((void**)(&__this->___U3CServicePointU3Ek__BackingField_0), (void*)L_0);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* WebOperation_get_Finished_mE36010EBEF522B42CAEF3E59EB6823DC535BDA01_inline (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebCompletionSource_1_tB3699D9F8AF9EAF237FB9BD4A3582D41B7DD19BE* L_0 = __this->___finishedTask_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* WebOperation_get_Connection_m0F6A9F7E900AAB18334E77E5322967EF7CFF954B_inline (WebOperation_t32CC0FAFF5B575DB5E11E5C50A7D7542A70D74C9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* L_0 = __this->___U3CConnectionU3Ek__BackingField_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePointScheduler_get_MaxIdleTime_m21249A6395FFC3A9227AD0918D8DB5056EC44E53_inline (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___maxIdleTime_2;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* ServicePointScheduler_get_ServicePoint_m846DBB399E3CAF876D0AD23483D93D7F26A62F91_inline (ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* L_0 = __this->___U3CServicePointU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* ConnectionGroup_get_Scheduler_m772B4A995312A0EBD1568471CDF17F520CB3F39C_inline (ConnectionGroup_tCCD63C39E616C7AA50A627F059CF0ED69D58C037* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ServicePointScheduler_tE33BD33FDCDF4D1850C1753110E79DDC11C27AB9* L_0 = __this->___U3CSchedulerU3Ek__BackingField_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D WebConnection_get_IdleSince_mF993001C85933378CC91E97D3F42CD022A49DBCF_inline (WebConnection_tA0CBB804ED8C101A5D64C7C17C63949D763C53FC* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
DateTime_t66193957C73913903DDAD89FEDC46139BCA5802D L_0 = __this->___idleSince_9;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t ServicePoint_get_ConnectionLimit_m0CC608F18FE94755E430FADADD650D853FF22AA4_inline (ServicePoint_t5DB5939994CAA6A0DF221C5F58D59D1A6131CE29* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___connectionLimit_18;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* Task_get_Factory_m8272CF9106A72E5F0B8E8C6CEE025D748FBD6D11_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var);
|
|
TaskFactory_tF781BD37BE23917412AD83424D1497C7C1509DF0* L_0 = ((Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_StaticFields*)il2cpp_codegen_static_fields_for(Task_t751C4CC3ECD055BABA8A0B6A5DFBB4283DCA8572_il2cpp_TypeInfo_var))->___U3CFactoryU3Ek__BackingField_15;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* TaskScheduler_get_Default_m1312D9F63C0811919143807540E6D10F90CF6B7C_inline (const RuntimeMethod* method)
|
|
{
|
|
static bool s_Il2CppMethodInitialized;
|
|
if (!s_Il2CppMethodInitialized)
|
|
{
|
|
il2cpp_codegen_initialize_runtime_metadata((uintptr_t*)&TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var);
|
|
s_Il2CppMethodInitialized = true;
|
|
}
|
|
{
|
|
il2cpp_codegen_runtime_class_init_inline(TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var);
|
|
TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E* L_0 = ((TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_StaticFields*)il2cpp_codegen_static_fields_for(TaskScheduler_t3F0550EBEF7C41F74EC8C08FF4BED0D8CE66006E_il2cpp_TypeInfo_var))->___s_defaultTaskScheduler_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A ConfiguredTaskAwaitable_1_GetAwaiter_mA5D8A0E225B9D580F1FC5216C47A0B828B033390_gshared_inline (ConfiguredTaskAwaitable_1_t7FFB03EADF9A67E9EE2A5DECE3FB4353344FE922* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
ConfiguredTaskAwaiter_tB2708B017EE82067B2492CD61623784137A1AE0A L_0 = __this->___m_configuredTaskAwaiter_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Func_1_Invoke_m35CBC166F464B8A1169583672025E6D64211856C_gshared_inline (Func_1_tBB8824FA8746333BFFF3AB3CE4A41B58450AF431* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, Il2CppFullySharedGenericAny*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, il2cppRetVal, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Func_2_Invoke_m31CAC166FDC80DC5AE52A5AEFFEE2D9B27A1CA3F_gshared_inline (Func_2_t7F5F5324CE2DDB7001B68FFE29A5D9F907139FB0* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_arg, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
typedef void (*FunctionPointerType) (RuntimeObject*, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny, Il2CppFullySharedGenericAny*, const RuntimeMethod*);
|
|
((FunctionPointerType)__this->___invoke_impl_1)((Il2CppObject*)__this->___method_code_6, ___0_arg, il2cppRetVal, reinterpret_cast<RuntimeMethod*>(__this->___method_3));
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void List_1_Add_mD4F3498FBD3BDD3F03CBCFB38041CBAC9C28CAFC_gshared_inline (List_1_tDBA89B0E21BAC58CFBD3C1F76E4668E3B562761A* __this, /*Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType*/Il2CppFullySharedGenericAny ___0_item, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 9));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_8 = alloca(SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
const Il2CppFullySharedGenericAny L_9 = L_8;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* V_0 = NULL;
|
|
int32_t V_1 = 0;
|
|
{
|
|
int32_t L_0 = __this->____version_3;
|
|
__this->____version_3 = ((int32_t)il2cpp_codegen_add(L_0, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_1 = __this->____items_1;
|
|
V_0 = L_1;
|
|
int32_t L_2 = __this->____size_2;
|
|
V_1 = L_2;
|
|
int32_t L_3 = V_1;
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_4 = V_0;
|
|
NullCheck(L_4);
|
|
if ((!(((uint32_t)L_3) < ((uint32_t)((int32_t)(((RuntimeArray*)L_4)->max_length))))))
|
|
{
|
|
goto IL_0034;
|
|
}
|
|
}
|
|
{
|
|
int32_t L_5 = V_1;
|
|
__this->____size_2 = ((int32_t)il2cpp_codegen_add(L_5, 1));
|
|
__Il2CppFullySharedGenericTypeU5BU5D_tCAB6D060972DD49223A834B7EEFEB9FE2D003BEC* L_6 = V_0;
|
|
int32_t L_7 = V_1;
|
|
il2cpp_codegen_memcpy(L_8, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
NullCheck(L_6);
|
|
il2cpp_codegen_memcpy((L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), L_8, SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
Il2CppCodeGenWriteBarrierForClass(il2cpp_rgctx_data(method->klass->rgctx_data, 9), (void**)(L_6)->GetAddressAt(static_cast<il2cpp_array_size_t>(L_7)), (void*)L_8);
|
|
return;
|
|
}
|
|
|
|
IL_0034:
|
|
{
|
|
il2cpp_codegen_memcpy(L_9, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? ___0_item : &___0_item), SizeOf_T_t664E2061A913AF1FEE499655BC64F0FDE10D2A5E);
|
|
InvokerActionInvoker1< Il2CppFullySharedGenericAny >::Invoke(il2cpp_codegen_get_direct_method_pointer(il2cpp_rgctx_method(method->klass->rgctx_data, 14)), il2cpp_rgctx_method(method->klass->rgctx_data, 14), __this, (il2cpp_codegen_class_is_value_type(il2cpp_rgctx_data(method->klass->rgctx_data, 9)) ? L_9: *(void**)L_9));
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m8B42D4B2DE853B9D11B997120CD0228D4780E394_gshared_inline (Enumerator_tF5AC6CD19D283FBD724440520CEE68FE2602F7AF* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t010616E3077234188F9BB4FAF369F8571BC5F2E1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m26AF82C275C82180BB7F23C7E408BC1FEB9A38EE_gshared_inline (Enumerator_tB3750C37D2E2D54A46142439AF83A76EC665D9B1* __this, KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(System.Collections.Generic.KeyValuePair`2<TKey,TValue>)
|
|
const uint32_t SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// System.Collections.Generic.KeyValuePair`2<TKey,TValue>
|
|
const KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669 L_0 = alloca(SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_KeyValuePair_2_t23F299E80A87656CF35AA5186B375FDE51A801EF);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void KeyValuePair_2_get_Value_mFA1964BF56AA214EE0D491CC197F61BC9E5F1F7A_gshared_inline (KeyValuePair_2_t28EF90BF7804CE5D7F99A364266351E7DC652669* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(TValue)
|
|
const uint32_t SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 2));
|
|
// TValue
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),1)), SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_TValue_tAEA6D09BCD56B8A100F4F042BC143BC0266C28B7);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* WebCompletionSource_1_get_CurrentResult_mC1D6F5E4169EAEC90D7E02EEC2DD3FF7087EC035_gshared_inline (WebCompletionSource_1_t1C9A1856B56A56D2E3CBE124A73CB4ADA3DBAA6F* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* L_0 = __this->___currentResult_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Result_get_Argument_mFF777A595129DC21EE0ACD74FCDF6DA6FF49E6CD_gshared_inline (/*System.Net.WebCompletionSource`1/Result<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/Result_t3B46D8CB111F11A3E1274C22D61B9130725BEE93* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_tC85B517966D02B88B23A0B7C8484ED3312FDCF2E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 3));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_tC85B517966D02B88B23A0B7C8484ED3312FDCF2E);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(method->klass->rgctx_data, 0),2)), SizeOf_T_tC85B517966D02B88B23A0B7C8484ED3312FDCF2E);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_tC85B517966D02B88B23A0B7C8484ED3312FDCF2E);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* LinkedList_1_get_First_mFE6CE39F3C815C988217E69C202C990619E7EB87_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* L_0 = __this->___head_0;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void LinkedListNode_1_get_Value_mBE1731ACB5C697546EC5E8D10426D81420E8491F_gshared_inline (/*System.Collections.Generic.LinkedListNode`1<Unity.IL2CPP.Metadata.__Il2CppFullySharedGenericType>*/LinkedListNode_1_tB885B6403BB775D7A06ED42A773BC5EB23FDE7E9* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1 = il2cpp_codegen_sizeof(il2cpp_rgctx_data(method->klass->rgctx_data, 2));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(method->klass->rgctx_data, 1),3)), SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_tD35F114112C8EBEAD274D7F6267468B20051DAC1);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR int32_t LinkedList_1_get_Count_m6E80F28E7CB5BA6E35ECE961C429AE6CA69003A2_gshared_inline (LinkedList_1_tF459954AFF413E172A3D62178CA206041C9D1BF9* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
int32_t L_0 = __this->___count_1;
|
|
return L_0;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR void Enumerator_get_Current_m5BA2E5A6E9016D327B7C3067D3D2B2016D37DFDA_gshared_inline (Enumerator_t21D50D6AE6FF834C37B6D62B4470E690B9130457* __this, Il2CppFullySharedGenericAny* il2cppRetVal, const RuntimeMethod* method)
|
|
{
|
|
// sizeof(T)
|
|
const uint32_t SizeOf_T_t40ED5F405E4C66916984D6B18DAD11FB5460B70E = il2cpp_codegen_sizeof(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 3));
|
|
// T
|
|
const Il2CppFullySharedGenericAny L_0 = alloca(SizeOf_T_t40ED5F405E4C66916984D6B18DAD11FB5460B70E);
|
|
{
|
|
il2cpp_codegen_memcpy(L_0, il2cpp_codegen_get_instance_field_data_pointer(__this, il2cpp_rgctx_field(il2cpp_rgctx_data(InitializedTypeInfo(method->klass)->rgctx_data, 1),3)), SizeOf_T_t40ED5F405E4C66916984D6B18DAD11FB5460B70E);
|
|
il2cpp_codegen_memcpy(il2cppRetVal, L_0, SizeOf_T_t40ED5F405E4C66916984D6B18DAD11FB5460B70E);
|
|
return;
|
|
}
|
|
}
|
|
IL2CPP_MANAGED_FORCE_INLINE IL2CPP_METHOD_ATTR Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* TaskCompletionSource_1_get_Task_m4994989AA2174905CF517397D0F6B082ADC29EE9_gshared_inline (TaskCompletionSource_1_t8A40BE53A167B6D71D5640881A7A894D8DA94970* __this, const RuntimeMethod* method)
|
|
{
|
|
{
|
|
Task_1_tDF1FF540D7D2248A08580387A39717B7FB7A9CF9* L_0 = __this->____task_0;
|
|
return L_0;
|
|
}
|
|
}
|